2024-08-06T20:07:57.0154496Z Current runner version: '2.318.0' 2024-08-06T20:07:57.0415391Z Runner name: 'i-0ff4af8dd3b70aa6b' 2024-08-06T20:07:57.0416263Z Runner group name: 'Default' 2024-08-06T20:07:57.0417343Z Machine name: 'EC2AMAZ-HAC74MP' 2024-08-06T20:07:57.0421767Z ##[group]GITHUB_TOKEN Permissions 2024-08-06T20:07:57.0424789Z Actions: read 2024-08-06T20:07:57.0425383Z Attestations: read 2024-08-06T20:07:57.0425966Z Checks: read 2024-08-06T20:07:57.0426446Z Contents: read 2024-08-06T20:07:57.0426961Z Deployments: read 2024-08-06T20:07:57.0427503Z Discussions: read 2024-08-06T20:07:57.0427997Z Issues: read 2024-08-06T20:07:57.0428669Z Metadata: read 2024-08-06T20:07:57.0429227Z Packages: read 2024-08-06T20:07:57.0429707Z Pages: read 2024-08-06T20:07:57.0430236Z PullRequests: read 2024-08-06T20:07:57.0430804Z RepositoryProjects: read 2024-08-06T20:07:57.0431361Z SecurityEvents: read 2024-08-06T20:07:57.0431894Z Statuses: read 2024-08-06T20:07:57.0432552Z ##[endgroup] 2024-08-06T20:07:57.0436943Z Secret source: Actions 2024-08-06T20:07:57.0438015Z Prepare workflow directory 2024-08-06T20:07:57.0943021Z Prepare all required actions 2024-08-06T20:07:57.0983048Z Getting action download info 2024-08-06T20:07:57.2440090Z Download action repository 'pytorch/test-infra@main' (SHA:a1f5a89251fc4258ab59806094fe3108f7d6741a) 2024-08-06T20:12:31.9426479Z Download action repository 'pytorch/pytorch@main' (SHA:1954bfacda7c04bbbf62530f4572d6f6ba9ffe80) 2024-08-06T20:15:01.2522373Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-06T20:15:02.8675215Z Getting action download info 2024-08-06T20:15:03.0058798Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-08-06T20:15:03.7169970Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/pull/132710/merge (bf5bb5a1585a03379137fab341e87c02c77e76cd) 2024-08-06T20:15:03.7172008Z ##[group] Inputs 2024-08-06T20:15:03.7172321Z build-environment: win-vs2019-cpu-py3 2024-08-06T20:15:03.7172624Z cuda-version: cpu 2024-08-06T20:15:03.7173214Z build-with-debug: false 2024-08-06T20:15:03.7173453Z sync-tag: win-cpu-build 2024-08-06T20:15:03.7174595Z 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-08-06T20:15:03.7175718Z runner: windows.4xlarge.nonephemeral 2024-08-06T20:15:03.7176034Z ##[endgroup] 2024-08-06T20:15:03.7176281Z Complete job name: win-vs2019-cpu-py3 / build 2024-08-06T20:15:04.2029849Z ##[group]Run git config --global core.symlinks true 2024-08-06T20:15:04.2030614Z git config --global core.symlinks true 2024-08-06T20:15:04.2030922Z  2024-08-06T20:15:04.2031307Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2024-08-06T20:15:04.2031912Z # the directory on Windows and prevent GHA from checking out as reported 2024-08-06T20:15:04.2032455Z # in https://github.com/actions/checkout/issues/1018 2024-08-06T20:15:04.2032901Z git config --global core.fsmonitor false 2024-08-06T20:15:04.2059062Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-06T20:15:04.2059758Z env: 2024-08-06T20:15:04.2059977Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:15:04.2060220Z ##[endgroup] 2024-08-06T20:15:08.5330607Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-08-06T20:15:08.5331059Z env: 2024-08-06T20:15:08.5331247Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:15:08.5331487Z ##[endgroup] 2024-08-06T20:15:08.5717064Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-08-06T20:15:08.5717995Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-08-06T20:15:08.5720103Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-08-06T20:15:08.5720569Z # handle tool 2024-08-06T20:15:08.5720928Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-08-06T20:15:08.5721340Z Foreach ($process In $processes) { 2024-08-06T20:15:08.5721612Z  Try { 2024-08-06T20:15:08.5722173Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-08-06T20:15:08.5722910Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-08-06T20:15:08.5723352Z  } 2024-08-06T20:15:08.5723541Z  Catch { 2024-08-06T20:15:08.5723907Z  Write-Output "No leftover $process process, continuing" 2024-08-06T20:15:08.5724278Z  Write-Output $_ 2024-08-06T20:15:08.5724519Z  } 2024-08-06T20:15:08.5724719Z } 2024-08-06T20:15:08.5724903Z  2024-08-06T20:15:08.5725362Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-08-06T20:15:08.5725901Z # for hung processes 2024-08-06T20:15:08.5726170Z Foreach ($process In $processes) { 2024-08-06T20:15:08.5726450Z  Try { 2024-08-06T20:15:08.5726825Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-08-06T20:15:08.5727266Z  } 2024-08-06T20:15:08.5727456Z  Catch { 2024-08-06T20:15:08.5727663Z  Write-Output $_ 2024-08-06T20:15:08.5727906Z  } 2024-08-06T20:15:08.5728086Z } 2024-08-06T20:15:08.5728251Z  2024-08-06T20:15:08.5728468Z Try { 2024-08-06T20:15:08.5728708Z  # Print all the processes for debugging 2024-08-06T20:15:08.5729322Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-08-06T20:15:08.5729752Z } 2024-08-06T20:15:08.5729944Z Catch { 2024-08-06T20:15:08.5730335Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-08-06T20:15:08.5730784Z  Write-Output $_ 2024-08-06T20:15:08.5731016Z } 2024-08-06T20:15:08.5747638Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-06T20:15:08.5748108Z env: 2024-08-06T20:15:08.5748312Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:15:08.5748537Z ##[endgroup] 2024-08-06T20:15:08.9169890Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-06T20:15:08.9223067Z Finished 2024-08-06T20:15:09.0572057Z No leftover python process, continuing 2024-08-06T20:15:09.1087902Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-08-06T20:15:09.1088644Z At C:\actions-runner\_work\_temp\eae1b70b-a43a-4eef-becf-a8c62f19fd62.ps1:9 char:5 2024-08-06T20:15:09.1089256Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-06T20:15:09.1089749Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:15:09.1090251Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-08-06T20:15:09.1091099Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-06T20:15:09.1091779Z 2024-08-06T20:15:09.1106240Z No leftover ninja process, continuing 2024-08-06T20:15:09.1114901Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-08-06T20:15:09.1115709Z At C:\actions-runner\_work\_temp\eae1b70b-a43a-4eef-becf-a8c62f19fd62.ps1:9 char:5 2024-08-06T20:15:09.1116294Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-06T20:15:09.1116703Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:15:09.1117798Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-08-06T20:15:09.1118690Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-06T20:15:09.1119327Z 2024-08-06T20:15:09.1132104Z No leftover cl process, continuing 2024-08-06T20:15:09.1142791Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-08-06T20:15:09.1143500Z At C:\actions-runner\_work\_temp\eae1b70b-a43a-4eef-becf-a8c62f19fd62.ps1:9 char:5 2024-08-06T20:15:09.1144063Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-06T20:15:09.1144479Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:15:09.1145006Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-08-06T20:15:09.1145904Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-06T20:15:09.1146530Z 2024-08-06T20:15:09.1158297Z No leftover nvcc process, continuing 2024-08-06T20:15:09.1168075Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-08-06T20:15:09.1168869Z At C:\actions-runner\_work\_temp\eae1b70b-a43a-4eef-becf-a8c62f19fd62.ps1:9 char:5 2024-08-06T20:15:09.1169448Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-06T20:15:09.1169885Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:15:09.1170365Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-08-06T20:15:09.1171238Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-06T20:15:09.1171861Z 2024-08-06T20:15:09.1201898Z No leftover sccache process, continuing 2024-08-06T20:15:09.1213111Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-08-06T20:15:09.1213863Z At C:\actions-runner\_work\_temp\eae1b70b-a43a-4eef-becf-a8c62f19fd62.ps1:9 char:5 2024-08-06T20:15:09.1214442Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-06T20:15:09.1214846Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:15:09.1215408Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-08-06T20:15:09.1216344Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-06T20:15:09.1216958Z 2024-08-06T20:15:09.1225967Z No leftover git process, continuing 2024-08-06T20:15:09.1236215Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-08-06T20:15:09.1236908Z At C:\actions-runner\_work\_temp\eae1b70b-a43a-4eef-becf-a8c62f19fd62.ps1:9 char:5 2024-08-06T20:15:09.1237484Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-06T20:15:09.1237909Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:15:09.1238405Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-08-06T20:15:09.1239263Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-06T20:15:09.1239929Z 2024-08-06T20:15:09.2394290Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-06T20:15:09.2395281Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-06T20:15:09.2395936Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-06T20:15:09.2396430Z At C:\actions-runner\_work\_temp\eae1b70b-a43a-4eef-becf-a8c62f19fd62.ps1:21 char:6 2024-08-06T20:15:09.2397010Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-06T20:15:09.2397594Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:15:09.2398033Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-06T20:15:09.2398738Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-06T20:15:09.2399332Z 2024-08-06T20:15:09.2421382Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-06T20:15:09.2422246Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-06T20:15:09.2422853Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-06T20:15:09.2423338Z At C:\actions-runner\_work\_temp\eae1b70b-a43a-4eef-becf-a8c62f19fd62.ps1:21 char:6 2024-08-06T20:15:09.2423925Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-06T20:15:09.2424350Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:15:09.2424831Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-06T20:15:09.2425582Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-06T20:15:09.2426147Z 2024-08-06T20:15:09.2447418Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-06T20:15:09.2448414Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-06T20:15:09.2449110Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-06T20:15:09.2449593Z At C:\actions-runner\_work\_temp\eae1b70b-a43a-4eef-becf-a8c62f19fd62.ps1:21 char:6 2024-08-06T20:15:09.2450175Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-06T20:15:09.2450619Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:15:09.2451066Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-06T20:15:09.2451785Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-06T20:15:09.2452361Z 2024-08-06T20:15:09.2475417Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-06T20:15:09.2476329Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-06T20:15:09.2476943Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-06T20:15:09.2477419Z At C:\actions-runner\_work\_temp\eae1b70b-a43a-4eef-becf-a8c62f19fd62.ps1:21 char:6 2024-08-06T20:15:09.2478053Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-06T20:15:09.2478574Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:15:09.2479023Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-06T20:15:09.2479738Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-06T20:15:09.2480312Z 2024-08-06T20:15:09.2503751Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-06T20:15:09.2504617Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-06T20:15:09.2505439Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-06T20:15:09.2505933Z At C:\actions-runner\_work\_temp\eae1b70b-a43a-4eef-becf-a8c62f19fd62.ps1:21 char:6 2024-08-06T20:15:09.2506506Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-06T20:15:09.2506948Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:15:09.2507446Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-06T20:15:09.2508328Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-06T20:15:09.2508906Z 2024-08-06T20:15:09.2530393Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-06T20:15:09.2531362Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-06T20:15:09.2531963Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-06T20:15:09.2532466Z At C:\actions-runner\_work\_temp\eae1b70b-a43a-4eef-becf-a8c62f19fd62.ps1:21 char:6 2024-08-06T20:15:09.2533052Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-06T20:15:09.2533498Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:15:09.2533945Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-06T20:15:09.2534672Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-06T20:15:09.2535281Z 2024-08-06T20:15:09.2556763Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-06T20:15:09.2557659Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-06T20:15:09.2558288Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-06T20:15:09.2558779Z At C:\actions-runner\_work\_temp\eae1b70b-a43a-4eef-becf-a8c62f19fd62.ps1:21 char:6 2024-08-06T20:15:09.2559369Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-06T20:15:09.2559820Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:15:09.2560312Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-06T20:15:09.2561079Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-06T20:15:09.2561688Z 2024-08-06T20:15:09.7418788Z Caption CommandLine ProcessId 2024-08-06T20:15:09.7419258Z 2024-08-06T20:15:09.7419628Z System Idle Process 0 2024-08-06T20:15:09.7420011Z 2024-08-06T20:15:09.7420249Z System 4 2024-08-06T20:15:09.7420804Z 2024-08-06T20:15:09.7422170Z Registry 168 2024-08-06T20:15:09.7422596Z 2024-08-06T20:15:09.7422827Z smss.exe 412 2024-08-06T20:15:09.7423896Z 2024-08-06T20:15:09.7424130Z csrss.exe 536 2024-08-06T20:15:09.7424477Z 2024-08-06T20:15:09.7424829Z csrss.exe 612 2024-08-06T20:15:09.7425173Z 2024-08-06T20:15:09.7426120Z wininit.exe 664 2024-08-06T20:15:09.7426494Z 2024-08-06T20:15:09.7427277Z winlogon.exe winlogon.exe 672 2024-08-06T20:15:09.7427742Z 2024-08-06T20:15:09.7428360Z services.exe 752 2024-08-06T20:15:09.7428733Z 2024-08-06T20:15:09.7429536Z lsass.exe C:\Windows\system32\lsass.exe 772 2024-08-06T20:15:09.7429984Z 2024-08-06T20:15:09.7430765Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 888 2024-08-06T20:15:09.7431316Z 2024-08-06T20:15:09.7431788Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 912 2024-08-06T20:15:09.7432324Z 2024-08-06T20:15:09.7433423Z fontdrvhost.exe "fontdrvhost.exe" 936 2024-08-06T20:15:09.7433880Z 2024-08-06T20:15:09.7435127Z fontdrvhost.exe "fontdrvhost.exe" 944 2024-08-06T20:15:09.7435831Z 2024-08-06T20:15:09.7436268Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 124 2024-08-06T20:15:09.7436756Z 2024-08-06T20:15:09.7437357Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 492 2024-08-06T20:15:09.7437883Z 2024-08-06T20:15:09.7438828Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1044 2024-08-06T20:15:09.7439392Z 2024-08-06T20:15:09.7439926Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1152 2024-08-06T20:15:09.7440564Z 2024-08-06T20:15:09.7440806Z dwm.exe "dwm.exe" 1188 2024-08-06T20:15:09.7441167Z 2024-08-06T20:15:09.7442213Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1320 2024-08-06T20:15:09.7442855Z 2024-08-06T20:15:09.7443198Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1376 2024-08-06T20:15:09.7443654Z 2024-08-06T20:15:09.7444259Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1428 2024-08-06T20:15:09.7444784Z 2024-08-06T20:15:09.7445715Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1456 2024-08-06T20:15:09.7446336Z 2024-08-06T20:15:09.7446741Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1480 2024-08-06T20:15:09.7447335Z 2024-08-06T20:15:09.7448600Z 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 1504 2024-08-06T20:15:09.7449930Z 2024-08-06T20:15:09.7450378Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1544 2024-08-06T20:15:09.7450916Z 2024-08-06T20:15:09.7451349Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1588 2024-08-06T20:15:09.7451861Z 2024-08-06T20:15:09.7452311Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1672 2024-08-06T20:15:09.7452850Z 2024-08-06T20:15:09.7453368Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1696 2024-08-06T20:15:09.7453982Z 2024-08-06T20:15:09.7455193Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1740 2024-08-06T20:15:09.7455734Z 2024-08-06T20:15:09.7456188Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1748 2024-08-06T20:15:09.7456710Z 2024-08-06T20:15:09.7457694Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1756 2024-08-06T20:15:09.7458250Z 2024-08-06T20:15:09.7458706Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1764 2024-08-06T20:15:09.7459335Z 2024-08-06T20:15:09.7460562Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1940 2024-08-06T20:15:09.7461057Z 2024-08-06T20:15:09.7462229Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1244 2024-08-06T20:15:09.7462846Z 2024-08-06T20:15:09.7463396Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1648 2024-08-06T20:15:09.7464051Z 2024-08-06T20:15:09.7464517Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2076 2024-08-06T20:15:09.7465070Z 2024-08-06T20:15:09.7465517Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2144 2024-08-06T20:15:09.7466061Z 2024-08-06T20:15:09.7466633Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2168 2024-08-06T20:15:09.7467409Z 2024-08-06T20:15:09.7467904Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2220 2024-08-06T20:15:09.7468484Z 2024-08-06T20:15:09.7469180Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2300 2024-08-06T20:15:09.7469767Z 2024-08-06T20:15:09.7470280Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2500 2024-08-06T20:15:09.7470729Z 2024-08-06T20:15:09.7471305Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2576 2024-08-06T20:15:09.7472430Z 2024-08-06T20:15:09.7472848Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2584 2024-08-06T20:15:09.7473355Z 2024-08-06T20:15:09.7474173Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2592 2024-08-06T20:15:09.7474780Z 2024-08-06T20:15:09.7476037Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2600 2024-08-06T20:15:09.7476616Z 2024-08-06T20:15:09.7477356Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2608 2024-08-06T20:15:09.7477965Z 2024-08-06T20:15:09.7478513Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2616 2024-08-06T20:15:09.7479078Z 2024-08-06T20:15:09.7480664Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2624 2024-08-06T20:15:09.7481231Z 2024-08-06T20:15:09.7481666Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2640 2024-08-06T20:15:09.7482200Z 2024-08-06T20:15:09.7482916Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2648 2024-08-06T20:15:09.7483445Z 2024-08-06T20:15:09.7484688Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 2868 2024-08-06T20:15:09.7485163Z 2024-08-06T20:15:09.7485753Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 2924 2024-08-06T20:15:09.7486512Z 2024-08-06T20:15:09.7486953Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 2948 2024-08-06T20:15:09.7487478Z 2024-08-06T20:15:09.7488177Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 1692 2024-08-06T20:15:09.7488813Z 2024-08-06T20:15:09.7489236Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 2824 2024-08-06T20:15:09.7489752Z 2024-08-06T20:15:09.7490187Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 3228 2024-08-06T20:15:09.7490705Z 2024-08-06T20:15:09.7491144Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 3324 2024-08-06T20:15:09.7491665Z 2024-08-06T20:15:09.7492221Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3760 2024-08-06T20:15:09.7492859Z 2024-08-06T20:15:09.7493235Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3956 2024-08-06T20:15:09.7493701Z 2024-08-06T20:15:09.7494356Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a7b855 /state1:0x41c64e6d 4672 2024-08-06T20:15:09.7494889Z 2024-08-06T20:15:09.7495977Z 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 5100 2024-08-06T20:15:09.7497140Z 2024-08-06T20:15:09.7497609Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 4256 2024-08-06T20:15:09.7498100Z 2024-08-06T20:15:09.7498410Z vds.exe C:\Windows\System32\vds.exe 1560 2024-08-06T20:15:09.7498888Z 2024-08-06T20:15:09.7499356Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 4856 2024-08-06T20:15:09.7499937Z 2024-08-06T20:15:09.7500276Z msdtc.exe C:\Windows\System32\msdtc.exe 5048 2024-08-06T20:15:09.7500693Z 2024-08-06T20:15:09.7501202Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 4168 2024-08-06T20:15:09.7501805Z 2024-08-06T20:15:09.7502218Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 2672 2024-08-06T20:15:09.7502718Z 2024-08-06T20:15:09.7503266Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s WdiSystemHost 4764 2024-08-06T20:15:09.7503891Z 2024-08-06T20:15:09.7504414Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 4432 2024-08-06T20:15:09.7505013Z 2024-08-06T20:15:09.7505514Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 1556 2024-08-06T20:15:09.7506032Z 2024-08-06T20:15:09.7506502Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 2268 2024-08-06T20:15:09.7507118Z 2024-08-06T20:15:09.7507773Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 2968 2024-08-06T20:15:09.7508506Z 2024-08-06T20:15:09.7509876Z 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 2352 2024-08-06T20:15:09.7511325Z 2024-08-06T20:15:09.7511677Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2560 2024-08-06T20:15:09.7512124Z 2024-08-06T20:15:09.7512636Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 488 2024-08-06T20:15:09.7513242Z 2024-08-06T20:15:09.7513692Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 728 2024-08-06T20:15:09.7514249Z 2024-08-06T20:15:09.7514792Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 120 2024-08-06T20:15:09.7515438Z 2024-08-06T20:15:09.7515784Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2256 2024-08-06T20:15:09.7516244Z 2024-08-06T20:15:09.7516681Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 3556 2024-08-06T20:15:09.7517208Z 2024-08-06T20:15:09.7517707Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 4924 2024-08-06T20:15:09.7518236Z 2024-08-06T20:15:09.7518669Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4816 2024-08-06T20:15:09.7519272Z 2024-08-06T20:15:09.7519626Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1112 2024-08-06T20:15:09.7520076Z 2024-08-06T20:15:09.7520540Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2216 2232 4960 2024-08-06T20:15:09.7521108Z 2024-08-06T20:15:09.7521454Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 544 2024-08-06T20:15:09.7521903Z 2024-08-06T20:15:09.7522257Z taskhostw.exe taskhostw.exe /RuntimeWide 3272 2024-08-06T20:15:09.7522692Z 2024-08-06T20:15:09.7523231Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:528 1984 2024-08-06T20:15:09.7523848Z 2024-08-06T20:15:09.7524286Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 540 2024-08-06T20:15:09.7524743Z 2024-08-06T20:15:09.7525284Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:1020 2516 2024-08-06T20:15:09.7525918Z 2024-08-06T20:15:09.7526274Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4588 2024-08-06T20:15:09.7526717Z 2024-08-06T20:15:09.7527276Z CompatTelRunner.exe "C:\Windows\system32\compattelrunner.exe" -maintenance 4472 2024-08-06T20:15:09.7527841Z 2024-08-06T20:15:09.7528266Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3036 2024-08-06T20:15:09.7528839Z 2024-08-06T20:15:09.7529359Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 1224 2024-08-06T20:15:09.7529954Z 2024-08-06T20:15:09.7530540Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 932 2024-08-06T20:15:09.7531209Z 2024-08-06T20:15:09.7531789Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 3744 2024-08-06T20:15:09.7532446Z 2024-08-06T20:15:09.7533026Z CompatTelRunner.exe C:\Windows\system32\CompatTelRunner.exe -m:invagent.dll -f:RunUpdate -cv:uQcWbavtvU2EuB65.5 1680 2024-08-06T20:15:09.7533708Z 2024-08-06T20:15:09.7534080Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3660 2024-08-06T20:15:09.7534606Z 2024-08-06T20:15:09.7535411Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe -StartupEvent 39c -InterruptEvent 0 -NGENProcess 300 -Pipe 35c -Comment "NGen Worker Process" 1520 2024-08-06T20:15:09.7536259Z 2024-08-06T20:15:09.7536997Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\eae1b70b-a43a-4eef-becf-a8c62f19fd62.ps1'" 2944 2024-08-06T20:15:09.7537844Z 2024-08-06T20:15:09.7538446Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 1292 2024-08-06T20:15:09.7539073Z 2024-08-06T20:15:09.7539077Z 2024-08-06T20:15:09.7539081Z 2024-08-06T20:15:09.7821662Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2024-08-06T20:15:09.7822074Z with: 2024-08-06T20:15:09.7822739Z github-secret: *** 2024-08-06T20:15:09.7824757Z 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-08-06T20:15:09.7826837Z activate-with-label: false 2024-08-06T20:15:09.7827094Z label: with-ssh 2024-08-06T20:15:09.7827315Z remove-existing-keys: true 2024-08-06T20:15:09.7827556Z fail-silently: true 2024-08-06T20:15:09.7827760Z env: 2024-08-06T20:15:09.7827972Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:15:09.7828188Z ##[endgroup] 2024-08-06T20:15:09.8896809Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-06T20:15:10.3185683Z Grabbing public ssh keys from https://github.com/drisspg.keys 2024-08-06T20:15:10.3889583Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2024-08-06T20:15:10.3921992Z Login using: ssh runneruser@ec2-54-146-184-12.compute-1.amazonaws.com 2024-08-06T20:15:10.3922591Z To forward remote desktop on your local machine ssh as follows: 2024-08-06T20:15:10.3923092Z ssh -L 3389:localhost:3389 runneruser@ec2-54-146-184-12.compute-1.amazonaws.com 2024-08-06T20:15:10.3923550Z And then change password using `passwd` command. 2024-08-06T20:15:10.3923788Z 2024-08-06T20:15:10.3924043Z To start build locally, change working folder to \actions-runner\_work\pytorch\pytorch, 2024-08-06T20:15:10.3924641Z Activate miniconda and Visual Studio environment, by running: 2024-08-06T20:15:10.3925127Z call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-08-06T20:15:10.3925746Z call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2024-08-06T20:15:10.4130487Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-08-06T20:15:10.4130895Z with: 2024-08-06T20:15:10.4131078Z no-sudo: true 2024-08-06T20:15:10.4131282Z submodules: recursive 2024-08-06T20:15:10.4131493Z fetch-depth: 0 2024-08-06T20:15:10.4131680Z env: 2024-08-06T20:15:10.4131855Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:15:10.4132069Z ##[endgroup] 2024-08-06T20:15:10.4357337Z ##[group]Run retry () { 2024-08-06T20:15:10.4357584Z retry () { 2024-08-06T20:15:10.4357889Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-08-06T20:15:10.4358315Z } 2024-08-06T20:15:10.4358515Z echo "${GITHUB_WORKSPACE}" 2024-08-06T20:15:10.4358855Z if [ -z "${NO_SUDO}" ]; then 2024-08-06T20:15:10.4359169Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-06T20:15:10.4359458Z else 2024-08-06T20:15:10.4359732Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-08-06T20:15:10.4360012Z fi 2024-08-06T20:15:10.4360239Z mkdir "${GITHUB_WORKSPACE}" 2024-08-06T20:15:10.4379787Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-06T20:15:10.4380215Z env: 2024-08-06T20:15:10.4380408Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:15:10.4380636Z NO_SUDO: true 2024-08-06T20:15:10.4380920Z ##[endgroup] 2024-08-06T20:15:10.5613425Z C:\actions-runner\_work\pytorch\pytorch 2024-08-06T20:15:11.2081312Z ##[group]Run malfet/checkout@silent-checkout 2024-08-06T20:15:11.2081710Z with: 2024-08-06T20:15:11.2081976Z ref: b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:15:11.2082261Z fetch-depth: 0 2024-08-06T20:15:11.2082467Z submodules: recursive 2024-08-06T20:15:11.2082694Z quiet-checkout: true 2024-08-06T20:15:11.2082917Z repository: pytorch/pytorch 2024-08-06T20:15:11.2083294Z token: *** 2024-08-06T20:15:11.2083483Z ssh-strict: true 2024-08-06T20:15:11.2083716Z persist-credentials: true 2024-08-06T20:15:11.2083947Z clean: true 2024-08-06T20:15:11.2084347Z sparse-checkout-cone-mode: true 2024-08-06T20:15:11.2084599Z lfs: false 2024-08-06T20:15:11.2084882Z set-safe-directory: true 2024-08-06T20:15:11.2085110Z env: 2024-08-06T20:15:11.2085285Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:15:11.2085508Z ##[endgroup] 2024-08-06T20:15:11.3157153Z Syncing repository: pytorch/pytorch 2024-08-06T20:15:11.3158475Z ##[group]Getting Git version info 2024-08-06T20:15:11.3158860Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2024-08-06T20:15:11.3222975Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-08-06T20:15:11.3429638Z git version 2.45.2.windows.1 2024-08-06T20:15:11.3472987Z ##[endgroup] 2024-08-06T20:15:11.3484124Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\7f5506c6-ec96-4bd6-b1c6-3b015ba29a1e\.gitconfig' 2024-08-06T20:15:11.3501179Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7f5506c6-ec96-4bd6-b1c6-3b015ba29a1e' before making global git config changes 2024-08-06T20:15:11.3502030Z Adding repository directory to the temporary git global config as a safe directory 2024-08-06T20:15:11.3508525Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-08-06T20:15:11.3734693Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2024-08-06T20:15:11.3740271Z ##[group]Initializing the repository 2024-08-06T20:15:11.3746979Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2024-08-06T20:15:11.5056731Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2024-08-06T20:15:11.5098134Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2024-08-06T20:15:11.5341165Z ##[endgroup] 2024-08-06T20:15:11.5341579Z ##[group]Disabling automatic garbage collection 2024-08-06T20:15:11.5349404Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2024-08-06T20:15:11.5584682Z ##[endgroup] 2024-08-06T20:15:11.5585068Z ##[group]Setting up auth 2024-08-06T20:15:11.5594701Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-08-06T20:15:11.5821258Z [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-08-06T20:15:12.2651754Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-06T20:15:12.2885585Z [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-08-06T20:15:13.2725295Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-08-06T20:15:13.2960828Z ##[endgroup] 2024-08-06T20:15:13.2961227Z ##[group]Fetching the repository 2024-08-06T20:15:13.2971071Z [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-08-06T20:15:22.8055838Z remote: Enumerating objects: 1008425 2024-08-06T20:15:22.8056255Z remote: Enumerating objects: 1008663, done. 2024-08-06T20:15:22.8056629Z remote: Counting objects: 0% (1/238) 2024-08-06T20:15:22.8059151Z remote: Counting objects: 1% (3/238) 2024-08-06T20:15:22.8059475Z remote: Counting objects: 2% (5/238) 2024-08-06T20:15:22.8059798Z remote: Counting objects: 3% (8/238) 2024-08-06T20:15:22.8060112Z remote: Counting objects: 4% (10/238) 2024-08-06T20:15:22.8061350Z remote: Counting objects: 5% (12/238) 2024-08-06T20:15:22.8061676Z remote: Counting objects: 6% (15/238) 2024-08-06T20:15:22.8062866Z remote: Counting objects: 7% (17/238) 2024-08-06T20:15:22.8063230Z remote: Counting objects: 8% (20/238) 2024-08-06T20:15:22.8063556Z remote: Counting objects: 9% (22/238) 2024-08-06T20:15:22.8063867Z remote: Counting objects: 10% (24/238) 2024-08-06T20:15:22.8064207Z remote: Counting objects: 11% (27/238) 2024-08-06T20:15:22.8064522Z remote: Counting objects: 12% (29/238) 2024-08-06T20:15:22.8064831Z remote: Counting objects: 13% (31/238) 2024-08-06T20:15:22.8065138Z remote: Counting objects: 14% (34/238) 2024-08-06T20:15:22.8065440Z remote: Counting objects: 15% (36/238) 2024-08-06T20:15:22.8065759Z remote: Counting objects: 16% (39/238) 2024-08-06T20:15:22.8066067Z remote: Counting objects: 17% (41/238) 2024-08-06T20:15:22.8066461Z remote: Counting objects: 18% (43/238) 2024-08-06T20:15:22.8066790Z remote: Counting objects: 19% (46/238) 2024-08-06T20:15:22.8067114Z remote: Counting objects: 20% (48/238) 2024-08-06T20:15:22.8067423Z remote: Counting objects: 21% (50/238) 2024-08-06T20:15:22.8067736Z remote: Counting objects: 22% (53/238) 2024-08-06T20:15:22.8068052Z remote: Counting objects: 23% (55/238) 2024-08-06T20:15:22.8068353Z remote: Counting objects: 24% (58/238) 2024-08-06T20:15:22.8068664Z remote: Counting objects: 25% (60/238) 2024-08-06T20:15:22.8068977Z remote: Counting objects: 26% (62/238) 2024-08-06T20:15:22.8069282Z remote: Counting objects: 27% (65/238) 2024-08-06T20:15:22.8069593Z remote: Counting objects: 28% (67/238) 2024-08-06T20:15:22.8069899Z remote: Counting objects: 29% (70/238) 2024-08-06T20:15:22.8070203Z remote: Counting objects: 30% (72/238) 2024-08-06T20:15:22.8070517Z remote: Counting objects: 31% (74/238) 2024-08-06T20:15:22.8071412Z remote: Counting objects: 32% (77/238) 2024-08-06T20:15:22.8071735Z remote: Counting objects: 33% (79/238) 2024-08-06T20:15:22.8072058Z remote: Counting objects: 34% (81/238) 2024-08-06T20:15:22.8072374Z remote: Counting objects: 35% (84/238) 2024-08-06T20:15:22.8072696Z remote: Counting objects: 36% (86/238) 2024-08-06T20:15:22.8073016Z remote: Counting objects: 37% (89/238) 2024-08-06T20:15:22.8073326Z remote: Counting objects: 38% (91/238) 2024-08-06T20:15:22.8073629Z remote: Counting objects: 39% (93/238) 2024-08-06T20:15:22.8073945Z remote: Counting objects: 40% (96/238) 2024-08-06T20:15:22.8074256Z remote: Counting objects: 41% (98/238) 2024-08-06T20:15:22.8074575Z remote: Counting objects: 42% (100/238) 2024-08-06T20:15:22.8074888Z remote: Counting objects: 43% (103/238) 2024-08-06T20:15:22.8075203Z remote: Counting objects: 44% (105/238) 2024-08-06T20:15:22.8075524Z remote: Counting objects: 45% (108/238) 2024-08-06T20:15:22.8075840Z remote: Counting objects: 46% (110/238) 2024-08-06T20:15:22.8076158Z remote: Counting objects: 47% (112/238) 2024-08-06T20:15:22.8076499Z remote: Counting objects: 48% (115/238) 2024-08-06T20:15:22.8076806Z remote: Counting objects: 49% (117/238) 2024-08-06T20:15:22.8077125Z remote: Counting objects: 50% (119/238) 2024-08-06T20:15:22.8077442Z remote: Counting objects: 51% (122/238) 2024-08-06T20:15:22.8077748Z remote: Counting objects: 52% (124/238) 2024-08-06T20:15:22.8078069Z remote: Counting objects: 53% (127/238) 2024-08-06T20:15:22.8078381Z remote: Counting objects: 54% (129/238) 2024-08-06T20:15:22.8078701Z remote: Counting objects: 55% (131/238) 2024-08-06T20:15:22.8079023Z remote: Counting objects: 56% (134/238) 2024-08-06T20:15:22.8079334Z remote: Counting objects: 57% (136/238) 2024-08-06T20:15:22.8079647Z remote: Counting objects: 58% (139/238) 2024-08-06T20:15:22.8080062Z remote: Counting objects: 59% (141/238) 2024-08-06T20:15:22.8080437Z remote: Counting objects: 60% (143/238) 2024-08-06T20:15:22.8080756Z remote: Counting objects: 61% (146/238) 2024-08-06T20:15:22.8081075Z remote: Counting objects: 62% (148/238) 2024-08-06T20:15:22.8081388Z remote: Counting objects: 63% (150/238) 2024-08-06T20:15:22.8081698Z remote: Counting objects: 64% (153/238) 2024-08-06T20:15:22.8082018Z remote: Counting objects: 65% (155/238) 2024-08-06T20:15:22.8082340Z remote: Counting objects: 66% (158/238) 2024-08-06T20:15:22.8082643Z remote: Counting objects: 67% (160/238) 2024-08-06T20:15:22.8082955Z remote: Counting objects: 68% (162/238) 2024-08-06T20:15:22.8083277Z remote: Counting objects: 69% (165/238) 2024-08-06T20:15:22.8083579Z remote: Counting objects: 70% (167/238) 2024-08-06T20:15:22.8083898Z remote: Counting objects: 71% (169/238) 2024-08-06T20:15:22.8084223Z remote: Counting objects: 72% (172/238) 2024-08-06T20:15:22.8084533Z remote: Counting objects: 73% (174/238) 2024-08-06T20:15:22.8084847Z remote: Counting objects: 74% (177/238) 2024-08-06T20:15:22.8085161Z remote: Counting objects: 75% (179/238) 2024-08-06T20:15:22.8085471Z remote: Counting objects: 76% (181/238) 2024-08-06T20:15:22.8085789Z remote: Counting objects: 77% (184/238) 2024-08-06T20:15:22.8086104Z remote: Counting objects: 78% (186/238) 2024-08-06T20:15:22.8086411Z remote: Counting objects: 79% (189/238) 2024-08-06T20:15:22.8086729Z remote: Counting objects: 80% (191/238) 2024-08-06T20:15:22.8087044Z remote: Counting objects: 81% (193/238) 2024-08-06T20:15:22.8087355Z remote: Counting objects: 82% (196/238) 2024-08-06T20:15:22.8087679Z remote: Counting objects: 83% (198/238) 2024-08-06T20:15:22.8088100Z remote: Counting objects: 84% (200/238) 2024-08-06T20:15:22.8088418Z remote: Counting objects: 85% (203/238) 2024-08-06T20:15:22.8088832Z remote: Counting objects: 86% (205/238) 2024-08-06T20:15:22.8089156Z remote: Counting objects: 87% (208/238) 2024-08-06T20:15:22.8089474Z remote: Counting objects: 88% (210/238) 2024-08-06T20:15:22.8089790Z remote: Counting objects: 89% (212/238) 2024-08-06T20:15:22.8090108Z remote: Counting objects: 90% (215/238) 2024-08-06T20:15:22.8090429Z remote: Counting objects: 91% (217/238) 2024-08-06T20:15:22.8090737Z remote: Counting objects: 92% (219/238) 2024-08-06T20:15:22.8092100Z remote: Counting objects: 93% (222/238) 2024-08-06T20:15:22.8092436Z remote: Counting objects: 94% (224/238) 2024-08-06T20:15:22.8092747Z remote: Counting objects: 95% (227/238) 2024-08-06T20:15:22.8093070Z remote: Counting objects: 96% (229/238) 2024-08-06T20:15:22.8093400Z remote: Counting objects: 97% (231/238) 2024-08-06T20:15:22.8093713Z remote: Counting objects: 98% (234/238) 2024-08-06T20:15:22.8094030Z remote: Counting objects: 99% (236/238) 2024-08-06T20:15:22.8094347Z remote: Counting objects: 100% (238/238) 2024-08-06T20:15:22.8094680Z remote: Counting objects: 100% (238/238), done. 2024-08-06T20:15:22.8095036Z remote: Compressing objects: 0% (1/186) 2024-08-06T20:15:22.8112668Z remote: Compressing objects: 1% (2/186) 2024-08-06T20:15:22.8197738Z remote: Compressing objects: 2% (4/186) 2024-08-06T20:15:22.8263134Z remote: Compressing objects: 3% (6/186) 2024-08-06T20:15:22.8339915Z remote: Compressing objects: 4% (8/186) 2024-08-06T20:15:22.8500997Z remote: Compressing objects: 5% (10/186) 2024-08-06T20:15:22.8575620Z remote: Compressing objects: 6% (12/186) 2024-08-06T20:15:22.8580439Z remote: Compressing objects: 7% (14/186) 2024-08-06T20:15:22.8686650Z remote: Compressing objects: 8% (15/186) 2024-08-06T20:15:22.8750431Z remote: Compressing objects: 9% (17/186) 2024-08-06T20:15:22.8822576Z remote: Compressing objects: 10% (19/186) 2024-08-06T20:15:22.8904968Z remote: Compressing objects: 11% (21/186) 2024-08-06T20:15:22.8962710Z remote: Compressing objects: 12% (23/186) 2024-08-06T20:15:22.9014587Z remote: Compressing objects: 13% (25/186) 2024-08-06T20:15:22.9017102Z remote: Compressing objects: 14% (27/186) 2024-08-06T20:15:22.9122789Z remote: Compressing objects: 15% (28/186) 2024-08-06T20:15:22.9227214Z remote: Compressing objects: 16% (30/186) 2024-08-06T20:15:22.9299182Z remote: Compressing objects: 17% (32/186) 2024-08-06T20:15:22.9332566Z remote: Compressing objects: 18% (34/186) 2024-08-06T20:15:22.9351053Z remote: Compressing objects: 19% (36/186) 2024-08-06T20:15:22.9351893Z remote: Compressing objects: 20% (38/186) 2024-08-06T20:15:22.9352514Z remote: Compressing objects: 21% (40/186) 2024-08-06T20:15:22.9353146Z remote: Compressing objects: 22% (41/186) 2024-08-06T20:15:22.9353683Z remote: Compressing objects: 23% (43/186) 2024-08-06T20:15:22.9354242Z remote: Compressing objects: 24% (45/186) 2024-08-06T20:15:22.9354772Z remote: Compressing objects: 25% (47/186) 2024-08-06T20:15:22.9355355Z remote: Compressing objects: 26% (49/186) 2024-08-06T20:15:22.9357106Z remote: Compressing objects: 27% (51/186) 2024-08-06T20:15:22.9358794Z remote: Compressing objects: 28% (53/186) 2024-08-06T20:15:22.9359160Z remote: Compressing objects: 29% (54/186) 2024-08-06T20:15:22.9359501Z remote: Compressing objects: 30% (56/186) 2024-08-06T20:15:22.9359836Z remote: Compressing objects: 31% (58/186) 2024-08-06T20:15:22.9360230Z remote: Compressing objects: 32% (60/186) 2024-08-06T20:15:22.9361816Z remote: Compressing objects: 33% (62/186) 2024-08-06T20:15:22.9362566Z remote: Compressing objects: 34% (64/186) 2024-08-06T20:15:22.9363821Z remote: Compressing objects: 35% (66/186) 2024-08-06T20:15:22.9364270Z remote: Compressing objects: 36% (67/186) 2024-08-06T20:15:22.9364958Z remote: Compressing objects: 37% (69/186) 2024-08-06T20:15:22.9366266Z remote: Compressing objects: 38% (71/186) 2024-08-06T20:15:22.9367360Z remote: Compressing objects: 39% (73/186) 2024-08-06T20:15:22.9369009Z remote: Compressing objects: 40% (75/186) 2024-08-06T20:15:22.9371708Z remote: Compressing objects: 41% (77/186) 2024-08-06T20:15:22.9373483Z remote: Compressing objects: 42% (79/186) 2024-08-06T20:15:22.9375405Z remote: Compressing objects: 43% (80/186) 2024-08-06T20:15:22.9376880Z remote: Compressing objects: 44% (82/186) 2024-08-06T20:15:22.9378418Z remote: Compressing objects: 45% (84/186) 2024-08-06T20:15:22.9383883Z remote: Compressing objects: 46% (86/186) 2024-08-06T20:15:22.9387537Z remote: Compressing objects: 47% (88/186) 2024-08-06T20:15:22.9389592Z remote: Compressing objects: 48% (90/186) 2024-08-06T20:15:22.9390927Z remote: Compressing objects: 49% (92/186) 2024-08-06T20:15:22.9394494Z remote: Compressing objects: 50% (93/186) 2024-08-06T20:15:22.9395448Z remote: Compressing objects: 51% (95/186) 2024-08-06T20:15:22.9397257Z remote: Compressing objects: 52% (97/186) 2024-08-06T20:15:22.9398628Z remote: Compressing objects: 53% (99/186) 2024-08-06T20:15:22.9398984Z remote: Compressing objects: 54% (101/186) 2024-08-06T20:15:22.9404560Z remote: Compressing objects: 55% (103/186) 2024-08-06T20:15:22.9407114Z remote: Compressing objects: 56% (105/186) 2024-08-06T20:15:22.9410384Z remote: Compressing objects: 57% (107/186) 2024-08-06T20:15:22.9413265Z remote: Compressing objects: 58% (108/186) 2024-08-06T20:15:22.9415330Z remote: Compressing objects: 59% (110/186) 2024-08-06T20:15:22.9416260Z remote: Compressing objects: 60% (112/186) 2024-08-06T20:15:22.9418566Z remote: Compressing objects: 61% (114/186) 2024-08-06T20:15:22.9421565Z remote: Compressing objects: 62% (116/186) 2024-08-06T20:15:22.9421904Z remote: Compressing objects: 63% (118/186) 2024-08-06T20:15:22.9422711Z remote: Compressing objects: 64% (120/186) 2024-08-06T20:15:22.9425310Z remote: Compressing objects: 65% (121/186) 2024-08-06T20:15:22.9427827Z remote: Compressing objects: 66% (123/186) 2024-08-06T20:15:22.9428529Z remote: Compressing objects: 67% (125/186) 2024-08-06T20:15:22.9429873Z remote: Compressing objects: 68% (127/186) 2024-08-06T20:15:22.9431104Z remote: Compressing objects: 69% (129/186) 2024-08-06T20:15:22.9431487Z remote: Compressing objects: 70% (131/186) 2024-08-06T20:15:22.9431895Z remote: Compressing objects: 71% (133/186) 2024-08-06T20:15:22.9432247Z remote: Compressing objects: 72% (134/186) 2024-08-06T20:15:22.9432580Z remote: Compressing objects: 73% (136/186) 2024-08-06T20:15:22.9433088Z remote: Compressing objects: 74% (138/186) 2024-08-06T20:15:22.9434288Z remote: Compressing objects: 75% (140/186) 2024-08-06T20:15:22.9436001Z remote: Compressing objects: 76% (142/186) 2024-08-06T20:15:22.9438177Z remote: Compressing objects: 77% (144/186) 2024-08-06T20:15:22.9438527Z remote: Compressing objects: 78% (146/186) 2024-08-06T20:15:22.9438869Z remote: Compressing objects: 79% (147/186) 2024-08-06T20:15:22.9439925Z remote: Compressing objects: 80% (149/186) 2024-08-06T20:15:22.9440585Z remote: Compressing objects: 81% (151/186) 2024-08-06T20:15:22.9442213Z remote: Compressing objects: 82% (153/186) 2024-08-06T20:15:22.9444944Z remote: Compressing objects: 83% (155/186) 2024-08-06T20:15:22.9445309Z remote: Compressing objects: 84% (157/186) 2024-08-06T20:15:22.9445656Z remote: Compressing objects: 85% (159/186) 2024-08-06T20:15:22.9445995Z remote: Compressing objects: 86% (160/186) 2024-08-06T20:15:22.9446401Z remote: Compressing objects: 87% (162/186) 2024-08-06T20:15:22.9447420Z remote: Compressing objects: 88% (164/186) 2024-08-06T20:15:22.9448215Z remote: Compressing objects: 89% (166/186) 2024-08-06T20:15:22.9448683Z remote: Compressing objects: 90% (168/186) 2024-08-06T20:15:22.9449958Z remote: Compressing objects: 91% (170/186) 2024-08-06T20:15:22.9450309Z remote: Compressing objects: 92% (172/186) 2024-08-06T20:15:22.9450643Z remote: Compressing objects: 93% (173/186) 2024-08-06T20:15:22.9451004Z remote: Compressing objects: 94% (175/186) 2024-08-06T20:15:22.9451351Z remote: Compressing objects: 95% (177/186) 2024-08-06T20:15:22.9451677Z remote: Compressing objects: 96% (179/186) 2024-08-06T20:15:22.9452660Z remote: Compressing objects: 97% (181/186) 2024-08-06T20:15:22.9453259Z remote: Compressing objects: 98% (183/186) 2024-08-06T20:15:22.9455696Z remote: Compressing objects: 99% (185/186) 2024-08-06T20:15:22.9456085Z remote: Compressing objects: 100% (186/186) 2024-08-06T20:15:22.9456460Z remote: Compressing objects: 100% (186/186), done. 2024-08-06T20:15:45.7534830Z remote: Total 1008663 (delta 99), reused 138 (delta 50), pack-reused 1008425 2024-08-06T20:16:51.3314514Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet b9d86fa89636e301796d4201f36d86c73f6e49bc^{object} 2024-08-06T20:16:51.3516981Z b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:16:51.3550369Z ##[endgroup] 2024-08-06T20:16:51.3551223Z ##[group]Determining the checkout info 2024-08-06T20:16:51.3552182Z ##[endgroup] 2024-08-06T20:16:51.3552663Z ##[group]Checking out the ref 2024-08-06T20:16:51.3559460Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:17:19.5631075Z ##[endgroup] 2024-08-06T20:17:19.5631553Z ##[group]Setting up auth for fetching submodules 2024-08-06T20:17:19.5639408Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-08-06T20:17:19.5901218Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2024-08-06T20:17:19.6134169Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-06T20:17:19.6368714Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-06T20:17:19.6594078Z ##[endgroup] 2024-08-06T20:17:19.6594461Z ##[group]Fetching submodules 2024-08-06T20:17:19.6600985Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2024-08-06T20:17:20.0898218Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2024-08-06T20:17:20.5172951Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-08-06T20:17:20.5173929Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-08-06T20:17:20.5174870Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-08-06T20:17:20.5175772Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-08-06T20:17:20.5176900Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-08-06T20:17:20.5178249Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-08-06T20:17:20.5179166Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-08-06T20:17:20.5180097Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-08-06T20:17:20.5180996Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-08-06T20:17:20.5181923Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-08-06T20:17:20.5182839Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-08-06T20:17:20.5183651Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-08-06T20:17:20.5184444Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-08-06T20:17:20.5185320Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-08-06T20:17:20.5186158Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-08-06T20:17:20.5186908Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2024-08-06T20:17:20.5187804Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-08-06T20:17:20.5188723Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-08-06T20:17:20.5189596Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-08-06T20:17:20.5190495Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-08-06T20:17:20.5191418Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-08-06T20:17:20.5192222Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-08-06T20:17:20.5193057Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-08-06T20:17:20.5193912Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-08-06T20:17:20.5194733Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-08-06T20:17:20.5195528Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-08-06T20:17:20.5196483Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-08-06T20:17:20.5197519Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-08-06T20:17:20.5198430Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-08-06T20:17:20.5199362Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-08-06T20:17:20.5200386Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-08-06T20:17:20.5201380Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-08-06T20:17:20.5202407Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-08-06T20:17:20.5203284Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-08-06T20:17:20.5204140Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-08-06T20:17:21.2040176Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-08-06T20:17:21.6143730Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-08-06T20:17:21.9826350Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-08-06T20:17:22.5229723Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-08-06T20:17:26.0985682Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-08-06T20:17:40.5100608Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-08-06T20:17:41.2618560Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-08-06T20:17:42.1463880Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-08-06T20:17:43.2071995Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-08-06T20:17:46.6172548Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-08-06T20:17:50.0487808Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-08-06T20:17:56.6194334Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-08-06T20:17:58.9722740Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-08-06T20:18:01.9246610Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-08-06T20:18:04.1273333Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-08-06T20:18:04.4881150Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2024-08-06T20:18:05.1338594Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-08-06T20:18:05.6400299Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-08-06T20:18:07.1268861Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-08-06T20:18:07.8001825Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-08-06T20:18:08.2773323Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-08-06T20:18:11.7861125Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-08-06T20:18:13.7387644Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-08-06T20:18:14.7707230Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-08-06T20:18:28.6217052Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-08-06T20:18:31.3609977Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-08-06T20:18:36.2199956Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-08-06T20:18:36.6067744Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-08-06T20:18:48.3549146Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-08-06T20:18:48.7195347Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-08-06T20:18:49.1491061Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-08-06T20:18:50.8647456Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-08-06T20:19:05.4298919Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-08-06T20:19:06.2828678Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-08-06T20:19:06.8802815Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-08-06T20:19:06.9787304Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-08-06T20:19:07.1073815Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-08-06T20:19:07.1736595Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-08-06T20:19:07.4720071Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-08-06T20:19:08.1639673Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-08-06T20:19:33.8424150Z Submodule path 'third_party/XNNPACK': checked out 'fcbf55af6cf28a4627bcd1f703ab7ad843f0f3a2' 2024-08-06T20:19:34.2674517Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-08-06T20:19:34.6098557Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-08-06T20:19:36.0657532Z Submodule path 'third_party/cpuinfo': checked out '3c8b1533ac03dd6531ab6e7b9245d488f13a82a5' 2024-08-06T20:19:37.1471031Z Submodule path 'third_party/cudnn_frontend': checked out '98ca4e1941fe3263f128f74f10063a3ea35c7019' 2024-08-06T20:19:46.0150388Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-08-06T20:19:51.6434940Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-08-06T20:19:53.1685589Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-08-06T20:19:53.1845673Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-08-06T20:19:53.1846691Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-08-06T20:19:53.1847687Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-08-06T20:19:53.1848881Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-08-06T20:19:53.1850011Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-08-06T20:19:54.7305401Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-08-06T20:19:55.8554081Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-08-06T20:20:00.3318134Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-08-06T20:20:03.0451340Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-08-06T20:20:03.5448335Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-08-06T20:20:04.0642550Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-08-06T20:20:05.7050019Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-08-06T20:20:13.9067446Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-08-06T20:20:14.6028982Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-08-06T20:20:14.6858324Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-08-06T20:20:18.4411787Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-08-06T20:20:18.9907131Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-08-06T20:20:19.0943834Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2024-08-06T20:20:19.4601254Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-08-06T20:20:19.8663713Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-08-06T20:20:20.5418608Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-06T20:20:20.6520928Z Submodule path 'third_party/ideep': checked out '55ca0191687aaf19aca5cdb7881c791e3bea442b' 2024-08-06T20:20:20.6608901Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-08-06T20:20:36.7005537Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-08-06T20:20:46.4008008Z Submodule path 'third_party/ideep/mkl-dnn': checked out '1137e04ec0b5251ca2b4400a4fd3c667ce843d67' 2024-08-06T20:20:46.7347606Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-08-06T20:20:47.4728293Z Submodule path 'third_party/kineto': checked out 'da2f2682cabaf95d601fa2a9b7e0979f84fe7667' 2024-08-06T20:20:47.5662144Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-06T20:20:47.5663333Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-08-06T20:20:47.5664462Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-08-06T20:20:48.8736359Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-08-06T20:20:51.1863155Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-08-06T20:20:52.9213126Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-08-06T20:20:53.9752950Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-08-06T20:20:53.9955337Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-06T20:20:53.9956514Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-06T20:20:53.9958477Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-06T20:20:53.9959660Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-06T20:20:53.9960827Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-06T20:20:53.9962039Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-06T20:20:53.9964100Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-06T20:20:53.9965301Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-06T20:20:55.5362328Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-08-06T20:20:56.2917784Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-08-06T20:20:58.0615841Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-08-06T20:20:58.6804639Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-08-06T20:20:59.6403549Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-08-06T20:21:01.2941105Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-08-06T20:21:14.1401354Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-08-06T20:21:14.5871154Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-08-06T20:21:16.5565842Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-08-06T20:21:16.7273207Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-08-06T20:21:17.3475594Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-08-06T20:21:17.4618002Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-08-06T20:21:17.4706232Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-06T20:21:18.0394517Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-08-06T20:21:18.0998632Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-08-06T20:21:18.2720078Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-08-06T20:21:19.2166581Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-08-06T20:21:21.3890524Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-08-06T20:21:21.6440722Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-08-06T20:21:22.0768387Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-08-06T20:21:22.7578021Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-08-06T20:21:23.6539989Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-08-06T20:21:24.1722672Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-08-06T20:21:26.0053490Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-08-06T20:21:30.6997543Z Submodule path 'third_party/onnx': checked out '3bf92c03a9f27eba3bda1e5b9e63ea20ec213557' 2024-08-06T20:21:30.7129247Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2024-08-06T20:21:30.7130406Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-08-06T20:21:31.5726706Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2024-08-06T20:21:32.6235105Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-08-06T20:21:32.7299308Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '2dd015dfef425c866d9a43f2c67d8b52d709acb6' 2024-08-06T20:21:33.0361493Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '5b0a6fc2017fcc176545afe3e09c9f9885283242' 2024-08-06T20:21:33.4663151Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-08-06T20:21:33.4873375Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-06T20:21:33.4874556Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-06T20:21:33.4875634Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-06T20:21:33.4876805Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-06T20:21:33.4878235Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-06T20:21:33.4879667Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-06T20:21:33.4880987Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-06T20:21:33.4882087Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-06T20:21:34.1564988Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-08-06T20:21:35.4496020Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-08-06T20:21:35.9396155Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-08-06T20:21:42.7600075Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-08-06T20:22:04.1963519Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-08-06T20:22:04.5952475Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-08-06T20:22:05.1087459Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-08-06T20:22:11.5106264Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-08-06T20:22:11.6265275Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-08-06T20:22:11.8149039Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-08-06T20:22:11.8928424Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-08-06T20:22:12.3443048Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-08-06T20:22:12.4354962Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-08-06T20:22:12.5303246Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-08-06T20:22:12.6484022Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-08-06T20:22:12.6586877Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-06T20:22:12.6588202Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-06T20:22:14.7880832Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-08-06T20:22:16.0609740Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-08-06T20:22:16.8797048Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-08-06T20:22:17.0621746Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-06T20:22:22.0086786Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-08-06T20:22:22.0736295Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-08-06T20:22:23.2120647Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-08-06T20:22:23.2232732Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-08-06T20:22:23.2233861Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-08-06T20:22:23.9259220Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-08-06T20:22:25.2661553Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-08-06T20:22:25.3431549Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-08-06T20:22:25.5774493Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-08-06T20:22:25.6512614Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-08-06T20:22:25.7327988Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-08-06T20:22:26.3520692Z Submodule path 'third_party/pybind11': checked out '941f45bcb51457884fa1afd6e24a67377d70f75c' 2024-08-06T20:22:26.8165329Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-08-06T20:22:27.2805502Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-08-06T20:22:27.6008317Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-08-06T20:22:27.6150660Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-08-06T20:22:27.6151780Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-08-06T20:22:27.6152766Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-08-06T20:22:27.6153891Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-08-06T20:22:29.7087497Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-08-06T20:22:30.1993112Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-08-06T20:22:32.5065443Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-08-06T20:22:34.2130321Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-08-06T20:22:34.8371436Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-08-06T20:22:35.0698406Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-08-06T20:22:35.7704763Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-08-06T20:22:36.1936956Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-08-06T20:22:36.2027374Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-06T20:22:36.6215889Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-08-06T20:22:36.6746138Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-08-06T20:22:36.6966667Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2024-08-06T20:22:37.0516085Z Entering 'android/libs/fbjni' 2024-08-06T20:22:37.0855931Z Entering 'third_party/FP16' 2024-08-06T20:22:37.1211088Z Entering 'third_party/FXdiv' 2024-08-06T20:22:37.1564821Z Entering 'third_party/NNPACK' 2024-08-06T20:22:37.1894266Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-06T20:22:37.2253829Z Entering 'third_party/XNNPACK' 2024-08-06T20:22:37.2614411Z Entering 'third_party/benchmark' 2024-08-06T20:22:37.2946876Z Entering 'third_party/cpp-httplib' 2024-08-06T20:22:37.3276383Z Entering 'third_party/cpuinfo' 2024-08-06T20:22:37.3616814Z Entering 'third_party/cudnn_frontend' 2024-08-06T20:22:37.3989277Z Entering 'third_party/cutlass' 2024-08-06T20:22:37.4329307Z Entering 'third_party/eigen' 2024-08-06T20:22:37.4683898Z Entering 'third_party/fbgemm' 2024-08-06T20:22:37.5017135Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-06T20:22:37.5361228Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-06T20:22:37.5700529Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-06T20:22:37.6073906Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-06T20:22:37.6409661Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-06T20:22:37.6764966Z Entering 'third_party/flatbuffers' 2024-08-06T20:22:37.7114724Z Entering 'third_party/fmt' 2024-08-06T20:22:37.7457650Z Entering 'third_party/foxi' 2024-08-06T20:22:37.7817416Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-06T20:22:37.8153894Z Entering 'third_party/gloo' 2024-08-06T20:22:37.8489656Z Entering 'third_party/googletest' 2024-08-06T20:22:37.8825366Z Entering 'third_party/ideep' 2024-08-06T20:22:37.9153214Z Entering 'third_party/ideep/mkl-dnn' 2024-08-06T20:22:37.9523981Z Entering 'third_party/ittapi' 2024-08-06T20:22:37.9861572Z Entering 'third_party/kineto' 2024-08-06T20:22:38.0200922Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-06T20:22:38.0542154Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-06T20:22:38.0896082Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-06T20:22:38.1250585Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-06T20:22:38.1620059Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-06T20:22:38.1956794Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-06T20:22:38.2340296Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-06T20:22:38.2703137Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-06T20:22:38.3050199Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-06T20:22:38.3420896Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-06T20:22:38.3787307Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-06T20:22:38.4135900Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-06T20:22:38.4498333Z Entering 'third_party/mimalloc' 2024-08-06T20:22:38.4845178Z Entering 'third_party/nccl/nccl' 2024-08-06T20:22:38.5198604Z Entering 'third_party/nlohmann' 2024-08-06T20:22:38.5546274Z Entering 'third_party/onnx' 2024-08-06T20:22:38.5907709Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-06T20:22:38.6274950Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-06T20:22:38.6652635Z Entering 'third_party/opentelemetry-cpp' 2024-08-06T20:22:38.6990513Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-06T20:22:38.7355648Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-06T20:22:38.7703809Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-06T20:22:38.8429181Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-06T20:22:38.8802379Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-06T20:22:38.9153843Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-06T20:22:38.9517186Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-06T20:22:38.9854904Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-06T20:22:39.0225162Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-06T20:22:39.0628411Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-06T20:22:39.1045040Z Entering 'third_party/pocketfft' 2024-08-06T20:22:39.1408553Z Entering 'third_party/protobuf' 2024-08-06T20:22:39.1766854Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-06T20:22:39.2136471Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-06T20:22:39.2545684Z Entering 'third_party/psimd' 2024-08-06T20:22:39.2913572Z Entering 'third_party/pthreadpool' 2024-08-06T20:22:39.3292811Z Entering 'third_party/pybind11' 2024-08-06T20:22:39.3661277Z Entering 'third_party/python-peachpy' 2024-08-06T20:22:39.4028696Z Entering 'third_party/sleef' 2024-08-06T20:22:39.4419497Z Entering 'third_party/tensorpipe' 2024-08-06T20:22:39.4781088Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-06T20:22:39.5160572Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-06T20:22:39.5556046Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-06T20:22:39.5932002Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-06T20:22:39.6289860Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-06T20:22:39.6790654Z ##[endgroup] 2024-08-06T20:22:39.6791127Z ##[group]Persisting credentials for submodules 2024-08-06T20:22:39.6801149Z [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-08-06T20:22:40.0286758Z Entering 'android/libs/fbjni' 2024-08-06T20:22:40.0839262Z Entering 'third_party/FP16' 2024-08-06T20:22:40.1370097Z Entering 'third_party/FXdiv' 2024-08-06T20:22:40.1912425Z Entering 'third_party/NNPACK' 2024-08-06T20:22:40.2442573Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-06T20:22:40.2977807Z Entering 'third_party/XNNPACK' 2024-08-06T20:22:40.3557222Z Entering 'third_party/benchmark' 2024-08-06T20:22:40.4104300Z Entering 'third_party/cpp-httplib' 2024-08-06T20:22:40.4623511Z Entering 'third_party/cpuinfo' 2024-08-06T20:22:40.5148363Z Entering 'third_party/cudnn_frontend' 2024-08-06T20:22:40.5668437Z Entering 'third_party/cutlass' 2024-08-06T20:22:40.6205229Z Entering 'third_party/eigen' 2024-08-06T20:22:40.6733072Z Entering 'third_party/fbgemm' 2024-08-06T20:22:40.7241690Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-06T20:22:40.7785865Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-06T20:22:40.8312646Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-06T20:22:40.8849383Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-06T20:22:40.9407192Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-06T20:22:40.9950906Z Entering 'third_party/flatbuffers' 2024-08-06T20:22:41.0489258Z Entering 'third_party/fmt' 2024-08-06T20:22:41.1055147Z Entering 'third_party/foxi' 2024-08-06T20:22:41.1582401Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-06T20:22:41.2113327Z Entering 'third_party/gloo' 2024-08-06T20:22:41.2646966Z Entering 'third_party/googletest' 2024-08-06T20:22:41.3176755Z Entering 'third_party/ideep' 2024-08-06T20:22:41.3711241Z Entering 'third_party/ideep/mkl-dnn' 2024-08-06T20:22:41.4283027Z Entering 'third_party/ittapi' 2024-08-06T20:22:41.4818461Z Entering 'third_party/kineto' 2024-08-06T20:22:41.5377225Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-06T20:22:41.5913480Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-06T20:22:41.6448559Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-06T20:22:41.6991296Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-06T20:22:41.7531741Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-06T20:22:41.8053191Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-06T20:22:41.8637126Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-06T20:22:41.9178927Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-06T20:22:41.9732047Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-06T20:22:42.0306506Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-06T20:22:42.0882547Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-06T20:22:42.1420745Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-06T20:22:42.1977249Z Entering 'third_party/mimalloc' 2024-08-06T20:22:42.2503916Z Entering 'third_party/nccl/nccl' 2024-08-06T20:22:42.3030510Z Entering 'third_party/nlohmann' 2024-08-06T20:22:42.3562005Z Entering 'third_party/onnx' 2024-08-06T20:22:42.4085846Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-06T20:22:42.4616799Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-06T20:22:42.5164025Z Entering 'third_party/opentelemetry-cpp' 2024-08-06T20:22:42.5686789Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-06T20:22:42.6227470Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-06T20:22:42.6764353Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-06T20:22:42.7323052Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-06T20:22:42.7862659Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-06T20:22:42.8397321Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-06T20:22:42.8919931Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-06T20:22:42.9437538Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-06T20:22:42.9967644Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-06T20:22:43.0511804Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-06T20:22:43.1088004Z Entering 'third_party/pocketfft' 2024-08-06T20:22:43.1631073Z Entering 'third_party/protobuf' 2024-08-06T20:22:43.2140324Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-06T20:22:43.2664831Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-06T20:22:43.3208115Z Entering 'third_party/psimd' 2024-08-06T20:22:43.3722656Z Entering 'third_party/pthreadpool' 2024-08-06T20:22:43.4247575Z Entering 'third_party/pybind11' 2024-08-06T20:22:43.4781441Z Entering 'third_party/python-peachpy' 2024-08-06T20:22:43.5299518Z Entering 'third_party/sleef' 2024-08-06T20:22:43.5881821Z Entering 'third_party/tensorpipe' 2024-08-06T20:22:43.6485577Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-06T20:22:43.7497950Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-06T20:22:43.8084207Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-06T20:22:43.8670588Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-06T20:22:43.9231586Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-06T20:22:43.9906354Z [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-08-06T20:22:44.3303033Z Entering 'android/libs/fbjni' 2024-08-06T20:22:44.3832782Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-08-06T20:22:44.3954821Z Entering 'third_party/FP16' 2024-08-06T20:22:44.4469528Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-08-06T20:22:44.4590576Z Entering 'third_party/FXdiv' 2024-08-06T20:22:44.5105401Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-08-06T20:22:44.5233357Z Entering 'third_party/NNPACK' 2024-08-06T20:22:44.5749227Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-08-06T20:22:44.5870721Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-06T20:22:44.6378991Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-08-06T20:22:44.6503087Z Entering 'third_party/XNNPACK' 2024-08-06T20:22:44.7017419Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-08-06T20:22:44.7158550Z Entering 'third_party/benchmark' 2024-08-06T20:22:44.7667941Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-08-06T20:22:44.7791089Z Entering 'third_party/cpp-httplib' 2024-08-06T20:22:44.8314671Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-08-06T20:22:44.8441802Z Entering 'third_party/cpuinfo' 2024-08-06T20:22:44.8955886Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-08-06T20:22:44.9081356Z Entering 'third_party/cudnn_frontend' 2024-08-06T20:22:44.9588591Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-08-06T20:22:44.9718140Z Entering 'third_party/cutlass' 2024-08-06T20:22:45.0235352Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-08-06T20:22:45.0394772Z Entering 'third_party/eigen' 2024-08-06T20:22:45.0964496Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-08-06T20:22:45.1090511Z Entering 'third_party/fbgemm' 2024-08-06T20:22:45.1613430Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-08-06T20:22:45.1725656Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-06T20:22:45.2252126Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-08-06T20:22:45.2374695Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-06T20:22:45.2894716Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-08-06T20:22:45.3015973Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-06T20:22:45.3528814Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-08-06T20:22:45.3656983Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-06T20:22:45.4189728Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-08-06T20:22:45.4315127Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-06T20:22:45.4826026Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-08-06T20:22:45.4969119Z Entering 'third_party/flatbuffers' 2024-08-06T20:22:45.5470858Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-08-06T20:22:45.5595437Z Entering 'third_party/fmt' 2024-08-06T20:22:45.6122424Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-08-06T20:22:45.6247515Z Entering 'third_party/foxi' 2024-08-06T20:22:45.6750230Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2024-08-06T20:22:45.6870779Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-06T20:22:45.7369345Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-08-06T20:22:45.7493143Z Entering 'third_party/gloo' 2024-08-06T20:22:45.8017025Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-08-06T20:22:45.8147455Z Entering 'third_party/googletest' 2024-08-06T20:22:45.8666791Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-08-06T20:22:45.8788669Z Entering 'third_party/ideep' 2024-08-06T20:22:45.9291616Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-08-06T20:22:45.9396673Z Entering 'third_party/ideep/mkl-dnn' 2024-08-06T20:22:45.9925553Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-08-06T20:22:46.0073232Z Entering 'third_party/ittapi' 2024-08-06T20:22:46.0579157Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-08-06T20:22:46.0698832Z Entering 'third_party/kineto' 2024-08-06T20:22:46.1227896Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-08-06T20:22:46.1334439Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-06T20:22:46.1849167Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-08-06T20:22:46.1952606Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-06T20:22:46.2468398Z 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-08-06T20:22:46.2591795Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-06T20:22:46.3108618Z 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-08-06T20:22:46.3232534Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-06T20:22:46.3774097Z 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-08-06T20:22:46.3902392Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-06T20:22:46.4456200Z 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-08-06T20:22:46.4562938Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-06T20:22:46.5095053Z 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-08-06T20:22:46.5240444Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-06T20:22:46.5775992Z 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-08-06T20:22:46.5903597Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-06T20:22:46.6436107Z 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-08-06T20:22:46.6555692Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-06T20:22:46.7075012Z 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-08-06T20:22:46.7196727Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-06T20:22:46.7721177Z 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-08-06T20:22:46.7859467Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-06T20:22:46.8378440Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-08-06T20:22:46.8499277Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-06T20:22:46.9018805Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-08-06T20:22:46.9154850Z Entering 'third_party/mimalloc' 2024-08-06T20:22:46.9680720Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-08-06T20:22:46.9802233Z Entering 'third_party/nccl/nccl' 2024-08-06T20:22:47.0313511Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-08-06T20:22:47.0444511Z Entering 'third_party/nlohmann' 2024-08-06T20:22:47.0946439Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-08-06T20:22:47.1067348Z Entering 'third_party/onnx' 2024-08-06T20:22:47.1585796Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-08-06T20:22:47.1712926Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-06T20:22:47.2236942Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-08-06T20:22:47.2356791Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-06T20:22:47.2868924Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-08-06T20:22:47.3016877Z Entering 'third_party/opentelemetry-cpp' 2024-08-06T20:22:47.3528898Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-08-06T20:22:47.3637822Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-06T20:22:47.4147432Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-08-06T20:22:47.4266869Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-06T20:22:47.4776299Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-08-06T20:22:47.4897611Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-06T20:22:47.5409272Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-08-06T20:22:47.5537921Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-06T20:22:47.6073523Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-08-06T20:22:47.6201536Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-06T20:22:47.6754542Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-08-06T20:22:47.6889375Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-06T20:22:47.7426068Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-08-06T20:22:47.7557149Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-06T20:22:47.8105065Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-08-06T20:22:47.8218763Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-06T20:22:47.8768398Z 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-08-06T20:22:47.8898243Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-06T20:22:47.9450662Z 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-08-06T20:22:47.9597115Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-06T20:22:48.0143418Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-08-06T20:22:48.0309059Z Entering 'third_party/pocketfft' 2024-08-06T20:22:48.0844284Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-08-06T20:22:48.0973206Z Entering 'third_party/protobuf' 2024-08-06T20:22:48.1514555Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-08-06T20:22:48.1631637Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-06T20:22:48.2204248Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-08-06T20:22:48.2337060Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-06T20:22:48.2882392Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-08-06T20:22:48.3030298Z Entering 'third_party/psimd' 2024-08-06T20:22:48.3579837Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-08-06T20:22:48.3723655Z Entering 'third_party/pthreadpool' 2024-08-06T20:22:48.4276160Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-08-06T20:22:48.4404967Z Entering 'third_party/pybind11' 2024-08-06T20:22:48.4956081Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-08-06T20:22:48.5092528Z Entering 'third_party/python-peachpy' 2024-08-06T20:22:48.5617295Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-08-06T20:22:48.5742512Z Entering 'third_party/sleef' 2024-08-06T20:22:48.6273579Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-08-06T20:22:48.6395687Z Entering 'third_party/tensorpipe' 2024-08-06T20:22:48.6912245Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-08-06T20:22:48.7025266Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-06T20:22:48.7547299Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-08-06T20:22:48.7671649Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-06T20:22:48.8204211Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-08-06T20:22:48.8330053Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-06T20:22:48.8848129Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-08-06T20:22:48.8986387Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-06T20:22:48.9486043Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-08-06T20:22:48.9603347Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-06T20:22:49.0135730Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-08-06T20:22:49.0718546Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2024-08-06T20:22:49.4295533Z Entering 'android/libs/fbjni' 2024-08-06T20:22:49.4662359Z Entering 'third_party/FP16' 2024-08-06T20:22:49.5007294Z Entering 'third_party/FXdiv' 2024-08-06T20:22:49.5344331Z Entering 'third_party/NNPACK' 2024-08-06T20:22:49.5679993Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-06T20:22:49.6018467Z Entering 'third_party/XNNPACK' 2024-08-06T20:22:49.6379054Z Entering 'third_party/benchmark' 2024-08-06T20:22:49.6718692Z Entering 'third_party/cpp-httplib' 2024-08-06T20:22:49.7063063Z Entering 'third_party/cpuinfo' 2024-08-06T20:22:49.7402071Z Entering 'third_party/cudnn_frontend' 2024-08-06T20:22:49.7742728Z Entering 'third_party/cutlass' 2024-08-06T20:22:49.8090246Z Entering 'third_party/eigen' 2024-08-06T20:22:49.8436727Z Entering 'third_party/fbgemm' 2024-08-06T20:22:49.8788425Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-06T20:22:49.9159702Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-06T20:22:49.9510316Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-06T20:22:49.9863043Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-06T20:22:50.0212260Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-06T20:22:50.0571862Z Entering 'third_party/flatbuffers' 2024-08-06T20:22:50.0920391Z Entering 'third_party/fmt' 2024-08-06T20:22:50.1269606Z Entering 'third_party/foxi' 2024-08-06T20:22:50.1632596Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-06T20:22:50.1989779Z Entering 'third_party/gloo' 2024-08-06T20:22:50.2348074Z Entering 'third_party/googletest' 2024-08-06T20:22:50.2702518Z Entering 'third_party/ideep' 2024-08-06T20:22:50.3081570Z Entering 'third_party/ideep/mkl-dnn' 2024-08-06T20:22:50.3456460Z Entering 'third_party/ittapi' 2024-08-06T20:22:50.3805467Z Entering 'third_party/kineto' 2024-08-06T20:22:50.4135278Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-06T20:22:50.4474520Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-06T20:22:50.4826465Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-06T20:22:50.5176268Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-06T20:22:50.5522238Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-06T20:22:50.5858465Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-06T20:22:50.6232341Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-06T20:22:50.6578487Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-06T20:22:50.6931735Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-06T20:22:50.7269943Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-06T20:22:50.7629810Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-06T20:22:50.7976391Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-06T20:22:50.8346149Z Entering 'third_party/mimalloc' 2024-08-06T20:22:50.8714967Z Entering 'third_party/nccl/nccl' 2024-08-06T20:22:50.9045336Z Entering 'third_party/nlohmann' 2024-08-06T20:22:50.9383372Z Entering 'third_party/onnx' 2024-08-06T20:22:50.9723651Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-06T20:22:51.0057304Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-06T20:22:51.0430020Z Entering 'third_party/opentelemetry-cpp' 2024-08-06T20:22:51.0746509Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-06T20:22:51.1106753Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-06T20:22:51.1458058Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-06T20:22:51.1792543Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-06T20:22:51.2133836Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-06T20:22:51.2479268Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-06T20:22:51.2814856Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-06T20:22:51.3145594Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-06T20:22:51.3496106Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-06T20:22:51.3861503Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-06T20:22:51.4239551Z Entering 'third_party/pocketfft' 2024-08-06T20:22:51.4577098Z Entering 'third_party/protobuf' 2024-08-06T20:22:51.4911240Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-06T20:22:51.5268308Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-06T20:22:51.5625976Z Entering 'third_party/psimd' 2024-08-06T20:22:51.5959732Z Entering 'third_party/pthreadpool' 2024-08-06T20:22:51.6292143Z Entering 'third_party/pybind11' 2024-08-06T20:22:51.6627519Z Entering 'third_party/python-peachpy' 2024-08-06T20:22:51.6955109Z Entering 'third_party/sleef' 2024-08-06T20:22:51.7284733Z Entering 'third_party/tensorpipe' 2024-08-06T20:22:51.7604493Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-06T20:22:51.7945443Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-06T20:22:51.8278691Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-06T20:22:51.8628968Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-06T20:22:51.8957544Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-06T20:22:51.9410827Z [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-08-06T20:22:52.2721255Z Entering 'android/libs/fbjni' 2024-08-06T20:22:52.3063881Z Entering 'third_party/FP16' 2024-08-06T20:22:52.3425934Z Entering 'third_party/FXdiv' 2024-08-06T20:22:52.3756967Z Entering 'third_party/NNPACK' 2024-08-06T20:22:52.4085775Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-06T20:22:52.4434682Z Entering 'third_party/XNNPACK' 2024-08-06T20:22:52.4795995Z Entering 'third_party/benchmark' 2024-08-06T20:22:52.5126168Z Entering 'third_party/cpp-httplib' 2024-08-06T20:22:52.5460700Z Entering 'third_party/cpuinfo' 2024-08-06T20:22:52.5789805Z Entering 'third_party/cudnn_frontend' 2024-08-06T20:22:52.6123484Z Entering 'third_party/cutlass' 2024-08-06T20:22:52.6463493Z Entering 'third_party/eigen' 2024-08-06T20:22:52.6799172Z Entering 'third_party/fbgemm' 2024-08-06T20:22:52.7142138Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-06T20:22:52.7485477Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-06T20:22:52.7827815Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-06T20:22:52.8179671Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-06T20:22:52.8511458Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-06T20:22:52.8885141Z Entering 'third_party/flatbuffers' 2024-08-06T20:22:52.9222557Z Entering 'third_party/fmt' 2024-08-06T20:22:52.9569885Z Entering 'third_party/foxi' 2024-08-06T20:22:52.9904383Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-06T20:22:53.0240120Z Entering 'third_party/gloo' 2024-08-06T20:22:53.0579186Z Entering 'third_party/googletest' 2024-08-06T20:22:53.0924855Z Entering 'third_party/ideep' 2024-08-06T20:22:53.1245936Z Entering 'third_party/ideep/mkl-dnn' 2024-08-06T20:22:53.1605860Z Entering 'third_party/ittapi' 2024-08-06T20:22:53.1943073Z Entering 'third_party/kineto' 2024-08-06T20:22:53.2268947Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-06T20:22:53.2601567Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-06T20:22:53.2960679Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-06T20:22:53.3302981Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-06T20:22:53.3658279Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-06T20:22:53.3982261Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-06T20:22:53.4340888Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-06T20:22:53.4684124Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-06T20:22:53.5017272Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-06T20:22:53.5365781Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-06T20:22:53.5717692Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-06T20:22:53.6061912Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-06T20:22:53.6431083Z Entering 'third_party/mimalloc' 2024-08-06T20:22:53.6768216Z Entering 'third_party/nccl/nccl' 2024-08-06T20:22:53.7099776Z Entering 'third_party/nlohmann' 2024-08-06T20:22:53.7433409Z Entering 'third_party/onnx' 2024-08-06T20:22:53.7769291Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-06T20:22:53.8128838Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-06T20:22:53.8480887Z Entering 'third_party/opentelemetry-cpp' 2024-08-06T20:22:53.8809733Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-06T20:22:53.9155833Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-06T20:22:53.9495600Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-06T20:22:53.9836953Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-06T20:22:54.0242386Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-06T20:22:54.0612350Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-06T20:22:54.0972785Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-06T20:22:54.1296710Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-06T20:22:54.1635876Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-06T20:22:54.2009752Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-06T20:22:54.2384822Z Entering 'third_party/pocketfft' 2024-08-06T20:22:54.2742964Z Entering 'third_party/protobuf' 2024-08-06T20:22:54.3065196Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-06T20:22:54.3422936Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-06T20:22:54.3792898Z Entering 'third_party/psimd' 2024-08-06T20:22:54.4134667Z Entering 'third_party/pthreadpool' 2024-08-06T20:22:54.4471532Z Entering 'third_party/pybind11' 2024-08-06T20:22:54.4810367Z Entering 'third_party/python-peachpy' 2024-08-06T20:22:54.5140484Z Entering 'third_party/sleef' 2024-08-06T20:22:54.5494308Z Entering 'third_party/tensorpipe' 2024-08-06T20:22:54.5819315Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-06T20:22:54.6167017Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-06T20:22:54.6529388Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-06T20:22:54.6860179Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-06T20:22:54.7185063Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-06T20:22:54.7691060Z ##[endgroup] 2024-08-06T20:22:54.7951249Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2024-08-06T20:22:54.8148510Z 'b9d86fa89636e301796d4201f36d86c73f6e49bc' 2024-08-06T20:22:54.8419410Z Prepare all required actions 2024-08-06T20:22:54.8491958Z ##[group]Run ./.github/actions/setup-win 2024-08-06T20:22:54.8492286Z with: 2024-08-06T20:22:54.8492521Z cuda-version: cpu 2024-08-06T20:22:54.8492741Z env: 2024-08-06T20:22:54.8492965Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:22:54.8493230Z ##[endgroup] 2024-08-06T20:22:54.8572029Z ##[group]Run set -euo pipefail 2024-08-06T20:22:54.8572385Z set -euo pipefail 2024-08-06T20:22:54.8572686Z function get_ec2_metadata() { 2024-08-06T20:22:54.8573070Z  # Pulled from instance metadata endpoint for EC2 2024-08-06T20:22:54.8573866Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-06T20:22:54.8574422Z  category=$1 2024-08-06T20:22:54.8574797Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-06T20:22:54.8575187Z } 2024-08-06T20:22:54.8575527Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-06T20:22:54.8575992Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-06T20:22:54.8576523Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-06T20:22:54.8576934Z echo "system info $(uname -a)" 2024-08-06T20:22:54.8596972Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-06T20:22:54.8597439Z env: 2024-08-06T20:22:54.8597669Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:22:54.8597930Z ##[endgroup] 2024-08-06T20:22:54.9135648Z ami-id: ami-0deabe82e86a1730e 2024-08-06T20:22:54.9294077Z instance-id: i-0ff4af8dd3b70aa6b 2024-08-06T20:22:54.9447144Z instance-type: c5d.4xlarge 2024-08-06T20:22:54.9642754Z system info MSYS_NT-10.0-17763 EC2AMAZ-HAC74MP 3.4.10-87d57229.x86_64 2024-02-14 20:17 UTC x86_64 Msys 2024-08-06T20:22:54.9754329Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-08-06T20:22:54.9755285Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-08-06T20:22:54.9770997Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-06T20:22:54.9771440Z env: 2024-08-06T20:22:54.9771621Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:22:54.9771847Z ##[endgroup] 2024-08-06T20:22:55.3082901Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-06T20:22:55.3122419Z Finished 2024-08-06T20:22:55.3437416Z ##[group]Run # Windows conda is baked into the AMI at this location 2024-08-06T20:22:55.3437921Z # Windows conda is baked into the AMI at this location 2024-08-06T20:22:55.3438358Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2024-08-06T20:22:55.3438684Z  2024-08-06T20:22:55.3438859Z { 2024-08-06T20:22:55.3439117Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2024-08-06T20:22:55.3439524Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2024-08-06T20:22:55.3439870Z  echo "CONDA_INSTALL=${CONDA} install"; 2024-08-06T20:22:55.3440160Z } >> "${GITHUB_ENV}" 2024-08-06T20:22:55.3459140Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-06T20:22:55.3459608Z env: 2024-08-06T20:22:55.3459797Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:22:55.3460029Z ##[endgroup] 2024-08-06T20:22:55.3725532Z ##[group]Run set +e 2024-08-06T20:22:55.3725794Z set +e 2024-08-06T20:22:55.3726006Z set -x 2024-08-06T20:22:55.3726194Z  2024-08-06T20:22:55.3726444Z PYTHON3=$(${CONDA_RUN} which python3) 2024-08-06T20:22:55.3726756Z EXIT_CODE=$? 2024-08-06T20:22:55.3726966Z  2024-08-06T20:22:55.3727283Z if [[ "${EXIT_CODE}" == "0" ]]; then 2024-08-06T20:22:55.3727680Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2024-08-06T20:22:55.3729234Z  2024-08-06T20:22:55.3729541Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2024-08-06T20:22:55.3729938Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-08-06T20:22:55.3730238Z else 2024-08-06T20:22:55.3730692Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2024-08-06T20:22:55.3731391Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2024-08-06T20:22:55.3732058Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2024-08-06T20:22:55.3732845Z  # needed. In both cases, Python binary is just called python 2024-08-06T20:22:55.3733248Z  PYTHON=$(${CONDA_RUN} which python) 2024-08-06T20:22:55.3733544Z  EXIT_CODE=$? 2024-08-06T20:22:55.3733778Z  2024-08-06T20:22:55.3733971Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2024-08-06T20:22:55.3734406Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2024-08-06T20:22:55.3734816Z  2024-08-06T20:22:55.3735105Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2024-08-06T20:22:55.3735656Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2024-08-06T20:22:55.3736097Z  # here pointing to Python 2024-08-06T20:22:55.3736386Z  ln -s "${PYTHON}" "${PYTHON3}" 2024-08-06T20:22:55.3736643Z  2024-08-06T20:22:55.3736855Z  PYTHON_PATH=$(dirname "${PYTHON}") 2024-08-06T20:22:55.3737193Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-08-06T20:22:55.3737477Z  else 2024-08-06T20:22:55.3737726Z  echo "Found no Python using ${CONDA_RUN}" 2024-08-06T20:22:55.3738013Z  fi 2024-08-06T20:22:55.3738183Z fi 2024-08-06T20:22:55.3756211Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-06T20:22:55.3756619Z env: 2024-08-06T20:22:55.3756807Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:22:55.3757179Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:22:55.3757681Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:22:55.3758207Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:22:55.3758603Z ##[endgroup] 2024-08-06T20:22:55.4001012Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2024-08-06T20:23:07.0784073Z which: no python3 in (/c/Jenkins/Miniconda3:/c/Jenkins/Miniconda3/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/Library/usr/bin:/c/Jenkins/Miniconda3/Library/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/bin:/c/Jenkins/Miniconda3/condabin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps) 2024-08-06T20:23:07.0811410Z ERROR conda.cli.main_run:execute(49): `conda run which python3` failed. (See above for error) 2024-08-06T20:23:07.1542484Z + PYTHON3= 2024-08-06T20:23:07.1542757Z + EXIT_CODE=1 2024-08-06T20:23:07.1543379Z + [[ 1 == \0 ]] 2024-08-06T20:23:07.1602185Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python 2024-08-06T20:23:08.8868147Z + PYTHON=/c/Jenkins/Miniconda3/python 2024-08-06T20:23:08.8868575Z + EXIT_CODE=0 2024-08-06T20:23:08.8868758Z + [[ 0 == \0 ]] 2024-08-06T20:23:08.8869177Z + echo 'Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH' 2024-08-06T20:23:08.8869866Z Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH 2024-08-06T20:23:08.8987327Z ++ echo /c/Jenkins/Miniconda3/python 2024-08-06T20:23:08.9038604Z ++ sed s/python/python3/ 2024-08-06T20:23:08.9102847Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2024-08-06T20:23:08.9103291Z + ln -s /c/Jenkins/Miniconda3/python /c/Jenkins/Miniconda3/python3 2024-08-06T20:23:08.9279668Z ++ dirname /c/Jenkins/Miniconda3/python 2024-08-06T20:23:08.9350168Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2024-08-06T20:23:08.9350493Z + echo /c/Jenkins/Miniconda3 2024-08-06T20:23:08.9448511Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-08-06T20:23:08.9449207Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-08-06T20:23:08.9449820Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2024-08-06T20:23:08.9471145Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-06T20:23:08.9471665Z env: 2024-08-06T20:23:08.9471864Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:23:08.9472355Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:23:08.9472863Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:23:08.9473332Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:23:08.9473682Z ##[endgroup] 2024-08-06T20:23:09.0407004Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-08-06T20:23:09.0407943Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-08-06T20:23:09.0408697Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2024-08-06T20:23:09.0409180Z # that it doesn't interfere 2024-08-06T20:23:09.0409629Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2024-08-06T20:23:09.0425103Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-06T20:23:09.0425559Z env: 2024-08-06T20:23:09.0425771Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:23:09.0426144Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:23:09.0426673Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:23:09.0427146Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:23:09.0427537Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:23:09.0427839Z ##[endgroup] 2024-08-06T20:23:09.3697329Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-06T20:23:09.3759230Z Finished 2024-08-06T20:23:10.2006846Z ##[group]Run choco install handle -y 2024-08-06T20:23:10.2007177Z choco install handle -y 2024-08-06T20:23:10.2007484Z handle C:\actions-runner\_work\ 2024-08-06T20:23:10.2022781Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-06T20:23:10.2023298Z env: 2024-08-06T20:23:10.2023504Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:23:10.2023885Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:23:10.2024389Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:23:10.2024867Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:23:10.2025273Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:23:10.2025558Z ##[endgroup] 2024-08-06T20:23:10.5208766Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-06T20:23:10.5250119Z Finished 2024-08-06T20:23:13.0117889Z Chocolatey v2.3.0 2024-08-06T20:23:13.2053779Z Installing the following packages: 2024-08-06T20:23:13.2058931Z handle 2024-08-06T20:23:13.2062679Z By installing, you accept licenses for the packages. 2024-08-06T20:23:14.3440303Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2024-08-06T20:23:14.5057080Z 2024-08-06T20:23:14.5058452Z Progress: Downloading Handle 5.0... 14% 2024-08-06T20:23:14.5058928Z Progress: Downloading Handle 5.0... 44% 2024-08-06T20:23:14.5059225Z Progress: Downloading Handle 5.0... 75% 2024-08-06T20:23:14.5059549Z Progress: Downloading Handle 5.0... 100% 2024-08-06T20:23:14.6477932Z 2024-08-06T20:23:14.6478317Z handle v5.0.0 [Approved] 2024-08-06T20:23:14.6671015Z handle package files install completed. Performing other installation steps. 2024-08-06T20:23:16.2549162Z Downloading Handle 2024-08-06T20:23:16.2549584Z from 'https://download.sysinternals.com/files/Handle.zip' 2024-08-06T20:23:16.3445160Z 2024-08-06T20:23:16.3461796Z Progress: 17% - Saving 128 KB of 729.82 KB 2024-08-06T20:23:16.3475712Z Progress: 35% - Saving 256 KB of 729.82 KB 2024-08-06T20:23:16.3489215Z Progress: 48% - Saving 352 KB of 729.82 KB 2024-08-06T20:23:16.3503251Z Progress: 65% - Saving 480 KB of 729.82 KB 2024-08-06T20:23:16.3519936Z Progress: 87% - Saving 639.99 KB of 729.82 KB 2024-08-06T20:23:16.3523247Z Progress: 100% - Completed download of C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip (729.82 KB). 2024-08-06T20:23:16.3529491Z Download of Handle.zip (729.82 KB) completed. 2024-08-06T20:23:19.4330800Z Hashes match. 2024-08-06T20:23:19.4602318Z Extracting C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip to C:\ProgramData\chocolatey\lib\Handle\tools... 2024-08-06T20:23:19.8295077Z C:\ProgramData\chocolatey\lib\Handle\tools 2024-08-06T20:23:19.8346598Z HKEY_CURRENT_USER\Software\Sysinternals 2024-08-06T20:23:19.8378069Z HKEY_CURRENT_USER\Software\Sysinternals\Handle 2024-08-06T20:23:20.4489542Z ShimGen has successfully created a shim for handle.exe 2024-08-06T20:23:20.7632220Z ShimGen has successfully created a shim for handle64.exe 2024-08-06T20:23:21.1070853Z ShimGen has successfully created a shim for handle64a.exe 2024-08-06T20:23:21.1931488Z The install of handle was successful. 2024-08-06T20:23:21.1935373Z Deployed to 'C:\ProgramData\chocolatey\lib\Handle\tools' 2024-08-06T20:23:21.2108323Z 2024-08-06T20:23:21.2108813Z Chocolatey installed 1/1 packages. 2024-08-06T20:23:21.2109290Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2024-08-06T20:23:21.2118980Z 2024-08-06T20:23:21.2119331Z Did you know the proceeds of Pro (and some proceeds from other 2024-08-06T20:23:21.2119833Z licensed editions) go into bettering the community infrastructure? 2024-08-06T20:23:21.2120353Z Your support ensures an active community, keeps Chocolatey tip-top, 2024-08-06T20:23:21.2120798Z plus it nets you some awesome features! 2024-08-06T20:23:21.2121141Z https://chocolatey.org/compare 2024-08-06T20:23:21.4318592Z 2024-08-06T20:23:21.4319032Z Nthandle v5.0 - Handle viewer 2024-08-06T20:23:21.4319398Z Copyright (C) 1997-2022 Mark Russinovich 2024-08-06T20:23:21.4319729Z Sysinternals - www.sysinternals.com 2024-08-06T20:23:21.4319922Z 2024-08-06T20:23:21.4697645Z powershell.exe pid: 3416 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-08-06T20:23:21.4698257Z handle.exe pid: 880 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-08-06T20:23:21.4698812Z handle.exe pid: 4500 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-08-06T20:23:21.4699374Z handle64.exe pid: 852 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-08-06T20:23:21.5037767Z ##[group]Run python3 .github/scripts/parse_ref.py 2024-08-06T20:23:21.5038182Z python3 .github/scripts/parse_ref.py 2024-08-06T20:23:21.5057263Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-06T20:23:21.5057706Z env: 2024-08-06T20:23:21.5057928Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:23:21.5058315Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:23:21.5058822Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:23:21.5059371Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:23:21.5059817Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:23:21.5060105Z ##[endgroup] 2024-08-06T20:23:21.5937986Z Prepare all required actions 2024-08-06T20:23:21.5975156Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-08-06T20:23:21.5975464Z with: 2024-08-06T20:23:21.5975829Z github-token: *** 2024-08-06T20:23:21.5976034Z env: 2024-08-06T20:23:21.5976210Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:23:21.5976580Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:23:21.5977239Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:23:21.5977702Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:23:21.5978101Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:23:21.5978391Z ##[endgroup] 2024-08-06T20:23:21.6050742Z ##[group]Run set -eux 2024-08-06T20:23:21.6050991Z set -eux 2024-08-06T20:23:21.6051389Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-08-06T20:23:21.6083028Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-06T20:23:21.6083510Z env: 2024-08-06T20:23:21.6083702Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:23:21.6084130Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:23:21.6084638Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:23:21.6085111Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:23:21.6085526Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:23:21.6086006Z GITHUB_TOKEN: *** 2024-08-06T20:23:21.6086204Z ##[endgroup] 2024-08-06T20:23:21.6267405Z + python3 .github/scripts/get_workflow_job_id.py 10273124344 i-0ff4af8dd3b70aa6b 2024-08-06T20:23:24.7937794Z setting job-id=28426959592 2024-08-06T20:23:24.7938148Z setting job-name=win-vs2019-cpu-py3 / build 2024-08-06T20:23:24.8247546Z Prepare all required actions 2024-08-06T20:23:24.8247964Z Getting action download info 2024-08-06T20:23:24.9348344Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-06T20:23:25.2837827Z ##[group]Run ./.github/actions/filter-test-configs 2024-08-06T20:23:25.2838149Z with: 2024-08-06T20:23:25.2838519Z github-token: *** 2024-08-06T20:23:25.2839529Z 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-08-06T20:23:25.2840630Z job-name: win-vs2019-cpu-py3 / build 2024-08-06T20:23:25.2840895Z env: 2024-08-06T20:23:25.2841066Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:23:25.2841487Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:23:25.2842065Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:23:25.2842580Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:23:25.2842958Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:23:25.2843238Z ##[endgroup] 2024-08-06T20:23:25.2941461Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-06T20:23:25.2941837Z with: 2024-08-06T20:23:25.2942017Z shell: bash 2024-08-06T20:23:25.2942213Z timeout_minutes: 10 2024-08-06T20:23:25.2942433Z max_attempts: 5 2024-08-06T20:23:25.2942638Z retry_wait_seconds: 30 2024-08-06T20:23:25.2943347Z 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-08-06T20:23:25.2944083Z polling_interval_seconds: 1 2024-08-06T20:23:25.2944329Z warning_on_retry: true 2024-08-06T20:23:25.2944576Z continue_on_error: false 2024-08-06T20:23:25.2944786Z env: 2024-08-06T20:23:25.2944958Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:23:25.2945318Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:23:25.2945865Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:23:25.2946366Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:23:25.2946756Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:23:25.2947203Z GITHUB_TOKEN: *** 2024-08-06T20:23:25.2947581Z ##[endgroup] 2024-08-06T20:23:25.3697024Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-06T20:23:27.8775431Z Collecting requests==2.27.1 2024-08-06T20:23:28.0676117Z Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2024-08-06T20:23:28.0764805Z Requirement already satisfied: pyyaml==6.0.1 in c:\jenkins\miniconda3\lib\site-packages (6.0.1) 2024-08-06T20:23:28.0888619Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (1.26.18) 2024-08-06T20:23:28.0894836Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2024.6.2) 2024-08-06T20:23:28.0906641Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2024-08-06T20:23:28.0920286Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2024-08-06T20:23:28.1394748Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2024-08-06T20:23:28.2104207Z ---------------------------------------- 63.1/63.1 kB 839.6 kB/s eta 0:00:00 2024-08-06T20:23:29.2976421Z Installing collected packages: requests 2024-08-06T20:23:29.2978061Z Attempting uninstall: requests 2024-08-06T20:23:29.2988640Z Found existing installation: requests 2.32.2 2024-08-06T20:23:29.3061338Z Uninstalling requests-2.32.2: 2024-08-06T20:23:29.3081339Z Successfully uninstalled requests-2.32.2 2024-08-06T20:23:29.4920042Z Successfully installed requests-2.27.1 2024-08-06T20:23:30.3617708Z Command completed after 1 attempt(s). 2024-08-06T20:23:30.3758876Z ##[group]Run set -x 2024-08-06T20:23:30.3759123Z set -x 2024-08-06T20:23:30.3759306Z  2024-08-06T20:23:30.3759654Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-06T20:23:30.3760092Z # in runner workspace 2024-08-06T20:23:30.3760450Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-08-06T20:23:30.3779643Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-06T20:23:30.3780066Z env: 2024-08-06T20:23:30.3780250Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:23:30.3780623Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:23:30.3781153Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:23:30.3781609Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:23:30.3782061Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:23:30.3782409Z ##[endgroup] 2024-08-06T20:23:30.3972462Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2024-08-06T20:23:30.4580833Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-06T20:23:30.4581195Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-06T20:23:30.4581501Z echo "Job name: ${JOB_NAME}" 2024-08-06T20:23:30.4581753Z  2024-08-06T20:23:30.4582090Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-06T20:23:30.4582512Z # in runner workspace 2024-08-06T20:23:30.4582897Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-08-06T20:23:30.4583342Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-08-06T20:23:30.4583645Z  --job-name "${JOB_NAME}" \ 2024-08-06T20:23:30.4583909Z  --test-matrix "{ include: [ 2024-08-06T20:23:30.4584348Z  { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-08-06T20:23:30.4584952Z  { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-08-06T20:23:30.4585543Z  { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-08-06T20:23:30.4586101Z ]} 2024-08-06T20:23:30.4586281Z " \ 2024-08-06T20:23:30.4586490Z  --selected-test-configs "" \ 2024-08-06T20:23:30.4586782Z  --pr-number "${PR_NUMBER}" \ 2024-08-06T20:23:30.4587050Z  --tag "${TAG}" \ 2024-08-06T20:23:30.4587305Z  --event-name "${EVENT_NAME}" \ 2024-08-06T20:23:30.4587602Z  --schedule "${SCHEDULE}" \ 2024-08-06T20:23:30.4587869Z  --branch "${HEAD_BRANCH}" 2024-08-06T20:23:30.4605965Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-06T20:23:30.4606389Z env: 2024-08-06T20:23:30.4606573Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:23:30.4606938Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:23:30.4607444Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:23:30.4607909Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:23:30.4608303Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:23:30.4608821Z GITHUB_TOKEN: *** 2024-08-06T20:23:30.4609044Z JOB_NAME: win-vs2019-cpu-py3 / build 2024-08-06T20:23:30.4609310Z PR_NUMBER: 132710 2024-08-06T20:23:30.4609513Z TAG: 2024-08-06T20:23:30.4609692Z EVENT_NAME: pull_request 2024-08-06T20:23:30.4609910Z SCHEDULE: 2024-08-06T20:23:30.4610095Z HEAD_BRANCH: 2024-08-06T20:23:30.4610831Z ##[endgroup] 2024-08-06T20:23:30.4794808Z Workflow: pull 2024-08-06T20:23:30.4795067Z Job name: win-vs2019-cpu-py3 / build 2024-08-06T20:23:31.5447764Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-08-06T20:23:31.7225694Z ##[group]Run echo "Filtered matrix:" 2024-08-06T20:23:31.7226020Z echo "Filtered matrix:" 2024-08-06T20:23:31.7227066Z 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-08-06T20:23:31.7228163Z  2024-08-06T20:23:31.7228337Z echo 2024-08-06T20:23:31.7228628Z echo "Is the current job unstable? False" 2024-08-06T20:23:31.7228935Z  2024-08-06T20:23:31.7229102Z echo 2024-08-06T20:23:31.7229350Z echo "Is keep-going label set? False" 2024-08-06T20:23:31.7229638Z  2024-08-06T20:23:31.7229799Z echo 2024-08-06T20:23:31.7230003Z echo "Renabled issues? " 2024-08-06T20:23:31.7249175Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-06T20:23:31.7249605Z env: 2024-08-06T20:23:31.7249790Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:23:31.7250163Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:23:31.7250666Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:23:31.7251214Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:23:31.7251644Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:23:31.7251935Z ##[endgroup] 2024-08-06T20:23:31.7436032Z Filtered matrix: 2024-08-06T20:23:31.7437160Z {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-08-06T20:23:31.7438183Z 2024-08-06T20:23:31.7438302Z Is the current job unstable? False 2024-08-06T20:23:31.7438482Z 2024-08-06T20:23:31.7438574Z Is keep-going label set? False 2024-08-06T20:23:31.7438749Z 2024-08-06T20:23:31.7438824Z Renabled issues? 2024-08-06T20:23:31.7551864Z Prepare all required actions 2024-08-06T20:23:31.7552254Z Getting action download info 2024-08-06T20:23:31.8826660Z ##[group]Run ./.github/actions/pytest-cache-download 2024-08-06T20:23:31.8827148Z with: 2024-08-06T20:23:31.8827338Z cache_dir: .pytest_cache 2024-08-06T20:23:31.8827591Z job_identifier: pull_win-vs2019-cpu-py3 2024-08-06T20:23:31.8827891Z s3_bucket: gha-artifacts 2024-08-06T20:23:31.8828112Z env: 2024-08-06T20:23:31.8828285Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:23:31.8828650Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:23:31.8829156Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:23:31.8829613Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:23:31.8829994Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:23:31.8830281Z ##[endgroup] 2024-08-06T20:23:31.8922584Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-06T20:23:31.8922980Z with: 2024-08-06T20:23:31.8923155Z shell: bash 2024-08-06T20:23:31.8923351Z timeout_minutes: 5 2024-08-06T20:23:31.8923555Z max_attempts: 5 2024-08-06T20:23:31.8923788Z retry_wait_seconds: 30 2024-08-06T20:23:31.8924132Z command: set -eu python3 -m pip install boto3==1.19.12 2024-08-06T20:23:31.8924475Z polling_interval_seconds: 1 2024-08-06T20:23:31.8924720Z warning_on_retry: true 2024-08-06T20:23:31.8924955Z continue_on_error: false 2024-08-06T20:23:31.8925167Z env: 2024-08-06T20:23:31.8925347Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:23:31.8925705Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:23:31.8926204Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:23:31.8926659Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:23:31.8927043Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:23:31.8927332Z ##[endgroup] 2024-08-06T20:23:33.3200902Z Collecting boto3==1.19.12 2024-08-06T20:23:33.5197659Z Downloading boto3-1.19.12-py3-none-any.whl.metadata (6.4 kB) 2024-08-06T20:23:34.1787883Z Collecting botocore<1.23.0,>=1.22.12 (from boto3==1.19.12) 2024-08-06T20:23:34.1848979Z Downloading botocore-1.22.12-py3-none-any.whl.metadata (5.6 kB) 2024-08-06T20:23:34.2196976Z Collecting jmespath<1.0.0,>=0.7.1 (from boto3==1.19.12) 2024-08-06T20:23:34.2255822Z Downloading jmespath-0.10.0-py2.py3-none-any.whl.metadata (8.0 kB) 2024-08-06T20:23:34.2686706Z Collecting s3transfer<0.6.0,>=0.5.0 (from boto3==1.19.12) 2024-08-06T20:23:34.2745931Z Downloading s3transfer-0.5.2-py3-none-any.whl.metadata (1.7 kB) 2024-08-06T20:23:34.2877364Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.9.0.post0) 2024-08-06T20:23:34.2885954Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.18) 2024-08-06T20:23:34.5492153Z Requirement already satisfied: six>=1.5 in c:\jenkins\miniconda3\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2024-08-06T20:23:34.5765044Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2024-08-06T20:23:34.6226437Z ---------------------------------------- 131.8/131.8 kB 2.6 MB/s eta 0:00:00 2024-08-06T20:23:34.6308605Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2024-08-06T20:23:35.6835258Z ---------------------------------------- 8.1/8.1 MB 7.7 MB/s eta 0:00:00 2024-08-06T20:23:35.6903895Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2024-08-06T20:23:36.1889742Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2024-08-06T20:23:36.1985129Z ---------------------------------------- 79.5/79.5 kB 4.3 MB/s eta 0:00:00 2024-08-06T20:23:36.9736498Z Installing collected packages: jmespath, botocore, s3transfer, boto3 2024-08-06T20:23:36.9737057Z Attempting uninstall: jmespath 2024-08-06T20:23:36.9746784Z Found existing installation: jmespath 1.0.1 2024-08-06T20:23:36.9925684Z Uninstalling jmespath-1.0.1: 2024-08-06T20:23:36.9962263Z Successfully uninstalled jmespath-1.0.1 2024-08-06T20:23:37.0430223Z Attempting uninstall: botocore 2024-08-06T20:23:37.0438093Z Found existing installation: botocore 1.34.82 2024-08-06T20:23:37.2285093Z Uninstalling botocore-1.34.82: 2024-08-06T20:23:37.3018754Z Successfully uninstalled botocore-1.34.82 2024-08-06T20:23:42.5325442Z Attempting uninstall: s3transfer 2024-08-06T20:23:42.5335472Z Found existing installation: s3transfer 0.10.1 2024-08-06T20:23:42.5406642Z Uninstalling s3transfer-0.10.1: 2024-08-06T20:23:42.5428168Z Successfully uninstalled s3transfer-0.10.1 2024-08-06T20:23:42.7713694Z Attempting uninstall: boto3 2024-08-06T20:23:42.7721472Z Found existing installation: boto3 1.34.82 2024-08-06T20:23:42.7884129Z Uninstalling boto3-1.34.82: 2024-08-06T20:23:42.7936327Z Successfully uninstalled boto3-1.34.82 2024-08-06T20:23:43.1220002Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 s3transfer-0.5.2 2024-08-06T20:23:43.9711665Z Command completed after 1 attempt(s). 2024-08-06T20:23:43.9856793Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2024-08-06T20:23:43.9857287Z python3 .github/scripts/pytest_cache.py \ 2024-08-06T20:23:43.9857652Z  --download \ 2024-08-06T20:23:43.9857924Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2024-08-06T20:23:43.9858255Z  --pr_identifier $GITHUB_REF \ 2024-08-06T20:23:43.9858549Z  --job_identifier $JOB_IDENTIFIER \ 2024-08-06T20:23:43.9858848Z  --temp_dir $RUNNER_TEMP \ 2024-08-06T20:23:43.9859108Z  --repo $REPO \ 2024-08-06T20:23:43.9859331Z  --bucket $BUCKET \ 2024-08-06T20:23:43.9878209Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-06T20:23:43.9878631Z env: 2024-08-06T20:23:43.9878810Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:23:43.9879193Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:23:43.9879709Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:23:43.9880248Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:23:43.9880706Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:23:43.9881009Z CACHE_DIR: .pytest_cache 2024-08-06T20:23:43.9881264Z JOB_IDENTIFIER: pull_win-vs2019-cpu-py3 2024-08-06T20:23:43.9881556Z REPO: pytorch/pytorch 2024-08-06T20:23:43.9881777Z BUCKET: gha-artifacts 2024-08-06T20:23:43.9881986Z ##[endgroup] 2024-08-06T20:23:44.8132894Z PR identifier for `refs/pull/132710/merge` is `43a38a045e93b9d1193f990c24344647` 2024-08-06T20:23:44.8134571Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='C:\\actions-runner\\_work\\pytorch\\pytorch/.pytest_cache', pr_identifier='refs/pull/132710/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-08-06T20:23:44.8136402Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/43a38a045e93b9d1193f990c24344647/pull_win-vs2019-cpu-py3` in bucket `gha-artifacts` 2024-08-06T20:23:44.8662917Z ##[group]Run .ci/pytorch/win-build.sh 2024-08-06T20:23:44.8663257Z .ci/pytorch/win-build.sh 2024-08-06T20:23:44.8681949Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-06T20:23:44.8682375Z env: 2024-08-06T20:23:44.8682558Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:23:44.8682933Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:23:44.8683446Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:23:44.8683900Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:23:44.8684287Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:23:44.8684647Z PYTORCH_FINAL_PACKAGE_DIR: /c/10273124344/build-results/ 2024-08-06T20:23:44.8685121Z BRANCH: pull/132710 2024-08-06T20:23:44.8685356Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2024-08-06T20:23:44.8685623Z BUILD_WHEEL: 1 2024-08-06T20:23:44.8685808Z MAX_JOBS: 8 2024-08-06T20:23:44.8686029Z CUDA_VERSION: cpu 2024-08-06T20:23:44.8686235Z PYTHON_VERSION: 3.8 2024-08-06T20:23:44.8686469Z SCCACHE_BUCKET: ossci-compiler-cache 2024-08-06T20:23:44.8686746Z SCCACHE_S3_KEY_PREFIX: pull 2024-08-06T20:23:44.8686983Z SCCACHE_REGION: us-east-1 2024-08-06T20:23:44.8687216Z VC_PRODUCT: BuildTools 2024-08-06T20:23:44.8687430Z VC_VERSION: 2024-08-06T20:23:44.8687607Z VC_YEAR: 2019 2024-08-06T20:23:44.8687923Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-06T20:23:44.8688322Z AWS_DEFAULT_REGION: us-east-1 2024-08-06T20:23:44.8688551Z PR_NUMBER: 132710 2024-08-06T20:23:44.8688782Z SHA1: b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:23:44.8689063Z DEBUG: 0 2024-08-06T20:23:44.8689244Z TORCH_CUDA_ARCH_LIST: 8.6 2024-08-06T20:23:44.8689560Z USE_CUDA: 0 2024-08-06T20:23:44.8689770Z OUR_GITHUB_JOB_ID: 28426959592 2024-08-06T20:23:44.8690007Z ##[endgroup] 2024-08-06T20:23:44.9354299Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2024-08-06T20:23:44.9354627Z ++ BUILD_TEST_LIBTORCH=0 2024-08-06T20:23:44.9355005Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2024-08-06T20:23:44.9357218Z ++ [[ win-vs2019-cpu-py3 != *win-* ]] 2024-08-06T20:23:44.9357641Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-08-06T20:23:44.9358101Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-08-06T20:23:44.9412209Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-08-06T20:23:44.9505705Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2024-08-06T20:23:44.9506115Z + export TMP_DIR_WIN 2024-08-06T20:23:44.9506491Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/10273124344/build-results/ 2024-08-06T20:23:44.9506974Z + PYTORCH_FINAL_PACKAGE_DIR=/c/10273124344/build-results/ 2024-08-06T20:23:44.9507315Z + [[ -n /c/10273124344/build-results/ ]] 2024-08-06T20:23:44.9507621Z + mkdir -p /c/10273124344/build-results/ 2024-08-06T20:23:44.9624710Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-08-06T20:23:44.9625435Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-08-06T20:23:44.9625887Z + set +ex 2024-08-06T20:23:45.9142756Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-08-06T20:23:45.9276191Z 2024-08-06T20:23:45.9276973Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2024-08-06T20:23:45.9279736Z 2024-08-06T20:23:45.9283809Z 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-08-06T20:23:45.9286276Z 2024-08-06T20:23:45.9286829Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-08-06T20:23:45.9287449Z 2024-08-06T20:23:45.9287966Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_magma.bat 2024-08-06T20:23:45.9296454Z 2024-08-06T20:23:45.9297216Z C:\actions-runner\_work\pytorch\pytorch>if "cpu" == "cpu" ( 2024-08-06T20:23:45.9297605Z echo skip magma installation for cpu builds 2024-08-06T20:23:45.9297940Z exit /b 0 2024-08-06T20:23:45.9298111Z ) 2024-08-06T20:23:45.9298341Z skip magma installation for cpu builds 2024-08-06T20:23:45.9301206Z 2024-08-06T20:23:45.9301447Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-08-06T20:23:45.9302569Z 2024-08-06T20:23:45.9303034Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-08-06T20:23:45.9304704Z 2024-08-06T20:23:45.9305506Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_sccache.bat 2024-08-06T20:23:45.9314565Z 2024-08-06T20:23:45.9315146Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2024-08-06T20:23:45.9322176Z 2024-08-06T20:23:45.9322457Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2024-08-06T20:23:45.9322960Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2024-08-06T20:23:45.9323406Z taskkill /im sccache.exe /f /t || ver 1>nul 2024-08-06T20:23:45.9323906Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2024-08-06T20:23:45.9324346Z ) 2024-08-06T20:23:45.9325552Z 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-08-06T20:23:45.9326906Z ) 2024-08-06T20:23:47.1984721Z Completed 256.0 KiB/18.8 MiB (608.7 KiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.2033827Z Completed 512.0 KiB/18.8 MiB (1.2 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.2036782Z Completed 768.0 KiB/18.8 MiB (1.8 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.2059474Z Completed 1.0 MiB/18.8 MiB (2.3 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.2069863Z Completed 1.2 MiB/18.8 MiB (2.9 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.2080622Z Completed 1.5 MiB/18.8 MiB (3.5 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.2084343Z Completed 1.8 MiB/18.8 MiB (4.1 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.2101408Z Completed 2.0 MiB/18.8 MiB (4.7 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.2104051Z Completed 2.2 MiB/18.8 MiB (5.2 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.2106718Z Completed 2.5 MiB/18.8 MiB (5.7 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.2120678Z Completed 2.8 MiB/18.8 MiB (6.3 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.2124093Z Completed 3.0 MiB/18.8 MiB (6.8 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.2131315Z Completed 3.2 MiB/18.8 MiB (7.4 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.2139358Z Completed 3.5 MiB/18.8 MiB (8.0 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.2142151Z Completed 3.8 MiB/18.8 MiB (8.5 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7026232Z Completed 4.0 MiB/18.8 MiB (9.1 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7027208Z Completed 4.2 MiB/18.8 MiB (9.6 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7027656Z Completed 4.5 MiB/18.8 MiB (10.2 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7028096Z Completed 4.8 MiB/18.8 MiB (10.7 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7028537Z Completed 5.0 MiB/18.8 MiB (11.3 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7028963Z Completed 5.2 MiB/18.8 MiB (11.8 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7029393Z Completed 5.5 MiB/18.8 MiB (12.4 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7029819Z Completed 5.8 MiB/18.8 MiB (12.9 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7030244Z Completed 6.0 MiB/18.8 MiB (13.5 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7030837Z Completed 6.2 MiB/18.8 MiB (14.0 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7031324Z Completed 6.5 MiB/18.8 MiB (14.6 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7031803Z Completed 6.8 MiB/18.8 MiB (15.1 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7032238Z Completed 7.0 MiB/18.8 MiB (15.6 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7032670Z Completed 7.2 MiB/18.8 MiB (16.2 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7033094Z Completed 7.5 MiB/18.8 MiB (16.7 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7033521Z Completed 7.8 MiB/18.8 MiB (17.2 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7033950Z Completed 8.0 MiB/18.8 MiB (17.8 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7034396Z Completed 8.2 MiB/18.8 MiB (18.3 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7034828Z Completed 8.5 MiB/18.8 MiB (18.9 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7035251Z Completed 8.8 MiB/18.8 MiB (19.4 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7035679Z Completed 9.0 MiB/18.8 MiB (20.0 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7036112Z Completed 9.2 MiB/18.8 MiB (20.5 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7036531Z Completed 9.5 MiB/18.8 MiB (21.1 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7036958Z Completed 9.8 MiB/18.8 MiB (21.6 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7037476Z Completed 10.0 MiB/18.8 MiB (22.2 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7037903Z Completed 10.2 MiB/18.8 MiB (22.7 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7038328Z Completed 10.5 MiB/18.8 MiB (23.3 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7038753Z Completed 10.8 MiB/18.8 MiB (23.8 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7039177Z Completed 11.0 MiB/18.8 MiB (24.4 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7039600Z Completed 11.2 MiB/18.8 MiB (24.9 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7040030Z Completed 11.5 MiB/18.8 MiB (25.5 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7040458Z Completed 11.8 MiB/18.8 MiB (26.0 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7040883Z Completed 12.0 MiB/18.8 MiB (26.6 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7041305Z Completed 12.2 MiB/18.8 MiB (27.2 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7041729Z Completed 12.3 MiB/18.8 MiB (27.3 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7042143Z Completed 12.6 MiB/18.8 MiB (27.9 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7042569Z Completed 12.8 MiB/18.8 MiB (28.4 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7043041Z Completed 13.1 MiB/18.8 MiB (29.0 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7043499Z Completed 13.3 MiB/18.8 MiB (29.5 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7043929Z Completed 13.6 MiB/18.8 MiB (30.1 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7044359Z Completed 13.8 MiB/18.8 MiB (30.6 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7044777Z Completed 14.1 MiB/18.8 MiB (31.2 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7045330Z Completed 14.3 MiB/18.8 MiB (31.7 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7045763Z Completed 14.6 MiB/18.8 MiB (32.3 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7046181Z Completed 14.8 MiB/18.8 MiB (32.9 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7046600Z Completed 15.1 MiB/18.8 MiB (33.4 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7047027Z Completed 15.3 MiB/18.8 MiB (34.0 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7047443Z Completed 15.6 MiB/18.8 MiB (34.5 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7047861Z Completed 15.8 MiB/18.8 MiB (33.9 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7048331Z Completed 16.1 MiB/18.8 MiB (34.4 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7048911Z Completed 16.3 MiB/18.8 MiB (34.9 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7049338Z Completed 16.6 MiB/18.8 MiB (35.5 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7049774Z Completed 16.8 MiB/18.8 MiB (36.0 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7050192Z Completed 17.1 MiB/18.8 MiB (36.5 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7050621Z Completed 17.3 MiB/18.8 MiB (37.1 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7051048Z Completed 17.6 MiB/18.8 MiB (37.6 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7051472Z Completed 17.8 MiB/18.8 MiB (38.1 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7051888Z Completed 18.1 MiB/18.8 MiB (38.7 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7052310Z Completed 18.3 MiB/18.8 MiB (39.2 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.7052733Z Completed 18.6 MiB/18.8 MiB (39.7 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.8393508Z Completed 18.8 MiB/18.8 MiB (40.3 MiB/s) with 1 file(s) remaining 2024-08-06T20:23:47.8394123Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2024-08-06T20:23:47.9315157Z 2024-08-06T20:23:47.9315747Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-08-06T20:23:47.9316184Z 2024-08-06T20:23:47.9316427Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-08-06T20:23:47.9318254Z 2024-08-06T20:23:47.9318824Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2024-08-06T20:23:47.9329201Z 2024-08-06T20:23:47.9330037Z 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-08-06T20:23:47.9332795Z 2024-08-06T20:23:47.9333182Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2024-08-06T20:23:47.9335501Z 2024-08-06T20:23:47.9335730Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2024-08-06T20:23:47.9336772Z 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-08-06T20:23:47.9337705Z if errorlevel 1 exit /b 2024-08-06T20:23:47.9337957Z if not errorlevel 0 exit /b 2024-08-06T20:23:47.9338715Z 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-08-06T20:23:47.9339502Z if errorlevel 1 exit /b 2024-08-06T20:23:47.9339744Z if not errorlevel 0 exit /b 2024-08-06T20:23:47.9339965Z ) 2024-08-06T20:23:47.9340069Z 2024-08-06T20:23:47.9340414Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-08-06T20:23:49.4181851Z Collecting mkl-include==2021.4.0 2024-08-06T20:23:49.6156793Z Downloading mkl_include-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.3 kB) 2024-08-06T20:23:49.6439541Z Collecting mkl-devel==2021.4.0 2024-08-06T20:23:49.6494778Z Downloading mkl_devel-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.4 kB) 2024-08-06T20:23:49.6831940Z Collecting mkl==2021.4.0 (from mkl-devel==2021.4.0) 2024-08-06T20:23:49.6871377Z Downloading mkl-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.4 kB) 2024-08-06T20:23:49.7157176Z Collecting intel-openmp==2021.* (from mkl==2021.4.0->mkl-devel==2021.4.0) 2024-08-06T20:23:49.7195698Z Downloading intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.2 kB) 2024-08-06T20:23:49.8067451Z Collecting tbb==2021.* (from mkl==2021.4.0->mkl-devel==2021.4.0) 2024-08-06T20:23:49.8129486Z Downloading tbb-2021.13.0-py3-none-win_amd64.whl.metadata (1.1 kB) 2024-08-06T20:23:49.8298910Z Downloading mkl_include-2021.4.0-py2.py3-none-win_amd64.whl (1.2 MB) 2024-08-06T20:23:50.0957928Z ---------------------------------------- 1.2/1.2 MB 4.8 MB/s eta 0:00:00 2024-08-06T20:23:50.1044060Z Downloading mkl_devel-2021.4.0-py2.py3-none-win_amd64.whl (9.1 MB) 2024-08-06T20:23:50.5807734Z ---------------------------------------- 9.1/9.1 MB 18.8 MB/s eta 0:00:00 2024-08-06T20:23:50.5888896Z Downloading mkl-2021.4.0-py2.py3-none-win_amd64.whl (228.5 MB) 2024-08-06T20:24:29.5158818Z ---------------------------------------- 228.5/228.5 MB ? eta 0:00:00 2024-08-06T20:24:29.5250286Z Downloading intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl (3.5 MB) 2024-08-06T20:24:29.6513747Z ---------------------------------------- 3.5/3.5 MB 28.1 MB/s eta 0:00:00 2024-08-06T20:24:29.6870473Z Downloading tbb-2021.13.0-py3-none-win_amd64.whl (286 kB) 2024-08-06T20:24:29.6995948Z ---------------------------------------- 286.9/286.9 kB ? eta 0:00:00 2024-08-06T20:24:31.1049428Z Installing collected packages: tbb, mkl-include, intel-openmp, mkl, mkl-devel 2024-08-06T20:24:36.0865594Z Successfully installed intel-openmp-2021.4.0 mkl-2021.4.0 mkl-devel-2021.4.0 mkl-include-2021.4.0 tbb-2021.13.0 2024-08-06T20:24:37.4608942Z ********************************************************************** 2024-08-06T20:24:37.4609401Z ** Visual Studio 2019 Developer Command Prompt v16.11.37 2024-08-06T20:24:37.4609842Z ** Copyright (c) 2021 Microsoft Corporation 2024-08-06T20:24:37.4610195Z ********************************************************************** 2024-08-06T20:24:37.8635155Z [vcvarsall.bat] Environment initialized for: 'x64' 2024-08-06T20:24:37.8669447Z 2024-08-06T20:24:37.8669983Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2024-08-06T20:24:37.8673706Z 2024-08-06T20:24:37.8674318Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2024-08-06T20:24:37.8677063Z 2024-08-06T20:24:37.8677392Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2024-08-06T20:24:37.8680548Z 2024-08-06T20:24:37.8688296Z (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-08-06T20:24:37.8710266Z 2024-08-06T20:24:37.8710554Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2024-08-06T20:24:37.8711079Z 2024-08-06T20:24:37.8711337Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2024-08-06T20:24:37.8711651Z 2024-08-06T20:24:37.8711897Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-08-06T20:24:37.8712244Z 2024-08-06T20:24:37.8712451Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-08-06T20:24:37.8830782Z Stopping sccache server... 2024-08-06T20:24:38.8869515Z sccache: error: couldn't connect to server 2024-08-06T20:24:38.8871524Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2024-08-06T20:24:38.8894346Z 2024-08-06T20:24:38.8894809Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2024-08-06T20:24:38.8987991Z sccache: Starting the server... 2024-08-06T20:24:39.1827913Z 2024-08-06T20:24:39.1828504Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2024-08-06T20:24:39.1935380Z Compile requests 0 2024-08-06T20:24:39.1935826Z Compile requests executed 0 2024-08-06T20:24:39.1936097Z Cache hits 0 2024-08-06T20:24:39.1936369Z Cache misses 0 2024-08-06T20:24:39.1936635Z Cache timeouts 0 2024-08-06T20:24:39.1936890Z Cache read errors 0 2024-08-06T20:24:39.1937166Z Forced recaches 0 2024-08-06T20:24:39.1937439Z Cache write errors 0 2024-08-06T20:24:39.1937715Z Compilation failures 0 2024-08-06T20:24:39.1937974Z Cache errors 0 2024-08-06T20:24:39.1938255Z Non-cacheable compilations 0 2024-08-06T20:24:39.1938531Z Non-cacheable calls 0 2024-08-06T20:24:39.1938814Z Non-compilation calls 0 2024-08-06T20:24:39.1939112Z Unsupported compiler calls 0 2024-08-06T20:24:39.1939398Z Average cache write 0.000 s 2024-08-06T20:24:39.1939690Z Average compiler 0.000 s 2024-08-06T20:24:39.1939986Z Average cache read hit 0.000 s 2024-08-06T20:24:39.1940277Z Failed distributed compilations 0 2024-08-06T20:24:39.1940674Z Cache location s3, name: ossci-compiler-cache, prefix: /pull/ 2024-08-06T20:24:39.1941075Z Version (client) 0.7.4 2024-08-06T20:24:39.1955233Z 2024-08-06T20:24:39.1955578Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2024-08-06T20:24:39.1957662Z 2024-08-06T20:24:39.1957952Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-08-06T20:24:39.1960170Z 2024-08-06T20:24:39.1960407Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2024-08-06T20:24:39.1964320Z 2024-08-06T20:24:39.1964579Z (base) C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2024-08-06T20:24:39.1964940Z 2024-08-06T20:24:39.1965108Z 2024-08-06T20:24:39.1965281Z 2024-08-06T20:24:39.1966251Z 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-08-06T20:24:39.1967081Z if errorlevel 1 goto fail 2024-08-06T20:24:39.1967349Z if not errorlevel 0 goto fail 2024-08-06T20:24:39.1968582Z 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-08-06T20:24:39.1969870Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-08-06T20:24:39.1970464Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-08-06T20:24:39.1971436Z 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-08-06T20:24:39.1972604Z 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-08-06T20:24:39.1973381Z ) 2024-08-06T20:24:39.1973538Z 2024-08-06T20:24:39.1973671Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2024-08-06T20:24:39.1973990Z ALLUSERSPROFILE=C:\ProgramData 2024-08-06T20:24:39.1974367Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-06T20:24:39.1974790Z APPDATA=C:\Users\runneruser\AppData\Roaming 2024-08-06T20:24:39.1975084Z AWS_DEFAULT_REGION=us-east-1 2024-08-06T20:24:39.1975327Z AWS_EXECUTION_ENV=EC2 2024-08-06T20:24:39.1975549Z BRANCH=pull/132710 2024-08-06T20:24:39.1975768Z BUILD_ENVIRONMENT=win-vs2019-cpu-py3 2024-08-06T20:24:39.1976039Z BUILD_TYPE=release 2024-08-06T20:24:39.1976232Z BUILD_WHEEL=1 2024-08-06T20:24:39.1976405Z CI=true 2024-08-06T20:24:39.1976591Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-08-06T20:24:39.1976877Z CMAKE_C_COMPILER_LAUNCHER=sccache 2024-08-06T20:24:39.1977125Z CMAKE_GENERATOR=Ninja 2024-08-06T20:24:39.1977353Z CommandPromptType=Native 2024-08-06T20:24:39.1977636Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2024-08-06T20:24:39.1977957Z COMPUTERNAME=EC2AMAZ-HAC74MP 2024-08-06T20:24:39.1978215Z COMSPEC=C:\Windows\system32\cmd.exe 2024-08-06T20:24:39.1978580Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:24:39.1978958Z CONDA_DEFAULT_ENV=base 2024-08-06T20:24:39.1979225Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2024-08-06T20:24:39.1979616Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:24:39.1979987Z CONDA_PARENT_DIR=C:\Jenkins 2024-08-06T20:24:39.1980238Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2024-08-06T20:24:39.1980520Z CONDA_PROMPT_MODIFIER=(base) 2024-08-06T20:24:39.1980813Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2024-08-06T20:24:39.1981251Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:24:39.1981632Z CONDA_SHLVL=1 2024-08-06T20:24:39.1981930Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-08-06T20:24:39.1982399Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2024-08-06T20:24:39.1982874Z CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-08-06T20:24:39.1983345Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-08-06T20:24:39.1983709Z CUDA_VERSION=cpu 2024-08-06T20:24:39.1983942Z ChocolateyInstall=C:\ProgramData\chocolatey 2024-08-06T20:24:39.1984329Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2024-08-06T20:24:39.1984729Z CommonProgramW6432=C:\Program Files\Common Files 2024-08-06T20:24:39.1985019Z DEBUG=0 2024-08-06T20:24:39.1985354Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2024-08-06T20:24:39.1985782Z DISTUTILS_USE_SDK=1 2024-08-06T20:24:39.1986160Z DriverData=C:\Windows\System32\Drivers\DriverData 2024-08-06T20:24:39.1986481Z EC2LAUNCH_TELEMETRY=1 2024-08-06T20:24:39.1986865Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2024-08-06T20:24:39.1987289Z Framework40Version=v4.0 2024-08-06T20:24:39.1987574Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2024-08-06T20:24:39.1987952Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2024-08-06T20:24:39.1988282Z FrameworkVersion=v4.0.30319 2024-08-06T20:24:39.1988534Z FrameworkVersion64=v4.0.30319 2024-08-06T20:24:39.1988777Z GITHUB_ACTION=build 2024-08-06T20:24:39.1988969Z GITHUB_ACTIONS=true 2024-08-06T20:24:39.1989171Z GITHUB_ACTION_REF= 2024-08-06T20:24:39.1989376Z GITHUB_ACTION_REPOSITORY= 2024-08-06T20:24:39.1989605Z GITHUB_ACTOR=drisspg 2024-08-06T20:24:39.1989934Z GITHUB_ACTOR_ID=32754868 2024-08-06T20:24:39.1990194Z GITHUB_API_URL=https://api.github.com 2024-08-06T20:24:39.1990494Z GITHUB_BASE_REF=gh/drisspg/23/base 2024-08-06T20:24:39.1990988Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_f9870869-8f47-4195-9b61-5408a8cca9e0 2024-08-06T20:24:39.1991486Z GITHUB_EVENT_NAME=pull_request 2024-08-06T20:24:39.1991860Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2024-08-06T20:24:39.1992307Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-08-06T20:24:39.1992636Z GITHUB_HEAD_REF=gh/drisspg/23/head 2024-08-06T20:24:39.1992892Z GITHUB_JOB=build 2024-08-06T20:24:39.1993341Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_f9870869-8f47-4195-9b61-5408a8cca9e0 2024-08-06T20:24:39.1994074Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_f9870869-8f47-4195-9b61-5408a8cca9e0 2024-08-06T20:24:39.1994590Z GITHUB_REF=refs/pull/132710/merge 2024-08-06T20:24:39.1994851Z GITHUB_REF_NAME=132710/merge 2024-08-06T20:24:39.1995088Z GITHUB_REF_PROTECTED=false 2024-08-06T20:24:39.1995321Z GITHUB_REF_TYPE=branch 2024-08-06T20:24:39.1995555Z GITHUB_REPOSITORY=pytorch/pytorch 2024-08-06T20:24:39.1995816Z GITHUB_REPOSITORY_ID=65600975 2024-08-06T20:24:39.1996066Z GITHUB_REPOSITORY_OWNER=pytorch 2024-08-06T20:24:39.1996325Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-08-06T20:24:39.1996580Z GITHUB_RETENTION_DAYS=90 2024-08-06T20:24:39.1996809Z GITHUB_RUN_ATTEMPT=1 2024-08-06T20:24:39.1997028Z GITHUB_RUN_ID=10273124344 2024-08-06T20:24:39.1997245Z GITHUB_RUN_NUMBER=233985 2024-08-06T20:24:39.1997486Z GITHUB_SERVER_URL=https://github.com 2024-08-06T20:24:39.1997809Z GITHUB_SHA=bf5bb5a1585a03379137fab341e87c02c77e76cd 2024-08-06T20:24:39.1998360Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_f9870869-8f47-4195-9b61-5408a8cca9e0 2024-08-06T20:24:39.1999143Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_f9870869-8f47-4195-9b61-5408a8cca9e0 2024-08-06T20:24:39.1999703Z GITHUB_TRIGGERING_ACTOR=drisspg 2024-08-06T20:24:39.1999945Z GITHUB_WORKFLOW=pull 2024-08-06T20:24:39.2000335Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/pull/132710/merge 2024-08-06T20:24:39.2000854Z GITHUB_WORKFLOW_SHA=bf5bb5a1585a03379137fab341e87c02c77e76cd 2024-08-06T20:24:39.2001272Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2024-08-06T20:24:39.2001607Z GIT_DEFAULT_BRANCH=main 2024-08-06T20:24:39.2001832Z HOME=C:\Users\runneruser 2024-08-06T20:24:39.2003451Z 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-08-06T20:24:39.2005552Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-08-06T20:24:39.2007031Z 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-08-06T20:24:39.2009255Z 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-08-06T20:24:39.2010702Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2024-08-06T20:24:39.2011100Z MAX_JOBS=8 2024-08-06T20:24:39.2011382Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2024-08-06T20:24:39.2011746Z NUMBER_OF_PROCESSORS=16 2024-08-06T20:24:39.2011966Z OS=Windows_NT 2024-08-06T20:24:39.2012176Z OUR_GITHUB_JOB_ID=28426959592 2024-08-06T20:24:39.2019170Z 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-08-06T20:24:39.2026370Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2024-08-06T20:24:39.2026705Z Platform=x64 2024-08-06T20:24:39.2026904Z PROCESSOR_ARCHITECTURE=AMD64 2024-08-06T20:24:39.2027275Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2024-08-06T20:24:39.2027666Z PROCESSOR_LEVEL=6 2024-08-06T20:24:39.2027870Z PROCESSOR_REVISION=5507 2024-08-06T20:24:39.2028102Z PROGRAMFILES=C:\Program Files 2024-08-06T20:24:39.2028357Z PROMPT=(base) $P$G 2024-08-06T20:24:39.2028554Z PR_NUMBER=132710 2024-08-06T20:24:39.2029020Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2024-08-06T20:24:39.2029549Z PUBLIC=C:\Users\Public 2024-08-06T20:24:39.2030592Z *** 2024-08-06T20:24:39.2030817Z PYTHON_VERSION=3.8 2024-08-06T20:24:39.2031085Z PYTORCH_FINAL_PACKAGE_DIR=C:/10273124344/build-results/ 2024-08-06T20:24:39.2031413Z ProgramData=C:\ProgramData 2024-08-06T20:24:39.2032363Z ProgramFiles(x86)=C:\Program Files (x86) 2024-08-06T20:24:39.2032670Z ProgramW6432=C:\Program Files 2024-08-06T20:24:39.2032910Z RUNNER_ARCH=X64 2024-08-06T20:24:39.2033119Z RUNNER_ENVIRONMENT=self-hosted 2024-08-06T20:24:39.2033381Z RUNNER_NAME=i-0ff4af8dd3b70aa6b 2024-08-06T20:24:39.2033617Z RUNNER_OS=Windows 2024-08-06T20:24:39.2033844Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2024-08-06T20:24:39.2034157Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2024-08-06T20:24:39.2034538Z RUNNER_TRACKING_ID=github_8eea8082-2b05-4325-8505-1d6e4238f1c9 2024-08-06T20:24:39.2034931Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2024-08-06T20:24:39.2035247Z SCCACHE_BUCKET=ossci-compiler-cache 2024-08-06T20:24:39.2035520Z SCCACHE_IDLE_TIMEOUT=0 2024-08-06T20:24:39.2035849Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-08-06T20:24:39.2036160Z SCCACHE_REGION=us-east-1 2024-08-06T20:24:39.2036402Z SCCACHE_S3_KEY_PREFIX=pull 2024-08-06T20:24:39.2036878Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-08-06T20:24:39.2037357Z SHA1=b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:24:39.2037638Z SHLVL=2 2024-08-06T20:24:39.2037889Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2024-08-06T20:24:39.2038207Z SYSTEMDRIVE=C: 2024-08-06T20:24:39.2038401Z SYSTEMROOT=C:\Windows 2024-08-06T20:24:39.2038640Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:24:39.2038909Z TERM=xterm-256color 2024-08-06T20:24:39.2039130Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:24:39.2039427Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:24:39.2039778Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-08-06T20:24:39.2040210Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2024-08-06T20:24:39.2040571Z TORCH_CUDA_ARCH_LIST=8.6 2024-08-06T20:24:39.2040787Z UCRTVersion=10.0.19041.0 2024-08-06T20:24:39.2041093Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-08-06T20:24:39.2041451Z UPDATEFILE=update.finished 2024-08-06T20:24:39.2041718Z USERDOMAIN=EC2AMAZ-HAC74MP 2024-08-06T20:24:39.2041987Z USERNAME=runneruser 2024-08-06T20:24:39.2042282Z USERPROFILE=C:\Users\runneruser 2024-08-06T20:24:39.2042519Z USE_CUDA=0 2024-08-06T20:24:39.2042905Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2024-08-06T20:24:39.2043513Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2024-08-06T20:24:39.2044158Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2024-08-06T20:24:39.2044909Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2024-08-06T20:24:39.2045426Z VCToolsVersion=14.29.30133 2024-08-06T20:24:39.2045657Z VC_PRODUCT=BuildTools 2024-08-06T20:24:39.2045867Z VC_VERSION= 2024-08-06T20:24:39.2046049Z VC_YEAR=2019 2024-08-06T20:24:39.2046241Z VERBOSE_ARG='SilentlyContinue' 2024-08-06T20:24:39.2046511Z VisualStudioVersion=16.0 2024-08-06T20:24:39.2046944Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2024-08-06T20:24:39.2047452Z VSCMD_ARG_app_plat=Desktop 2024-08-06T20:24:39.2047693Z VSCMD_ARG_HOST_ARCH=x64 2024-08-06T20:24:39.2047968Z VSCMD_ARG_TGT_ARCH=x64 2024-08-06T20:24:39.2048250Z VSCMD_VER=16.11.37 2024-08-06T20:24:39.2048595Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2024-08-06T20:24:39.2048994Z WINDIR=C:\Windows 2024-08-06T20:24:39.2049535Z 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-08-06T20:24:39.2050238Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2024-08-06T20:24:39.2050660Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-08-06T20:24:39.2050989Z WindowsSDKLibVersion=10.0.19041.0\ 2024-08-06T20:24:39.2051508Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2024-08-06T20:24:39.2051944Z WindowsSDKVersion=10.0.19041.0\ 2024-08-06T20:24:39.2052430Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2024-08-06T20:24:39.2053233Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2024-08-06T20:24:39.2053972Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-08-06T20:24:39.2054437Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2024-08-06T20:24:39.2054946Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2024-08-06T20:24:39.2055456Z __DOTNET_ADD_64BIT=1 2024-08-06T20:24:39.2055672Z __DOTNET_PREFERRED_BITNESS=64 2024-08-06T20:24:39.2058893Z __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-08-06T20:24:39.2061941Z 2024-08-06T20:24:39.2062160Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2024-08-06T20:24:40.7438531Z Building wheel torch-2.5.0a0+gitb9d86fa 2024-08-06T20:24:56.5366037Z -- The CXX compiler identification is MSVC 19.29.30154.0 2024-08-06T20:24:56.9226461Z -- The C compiler identification is MSVC 19.29.30154.0 2024-08-06T20:24:56.9973551Z -- Detecting CXX compiler ABI info 2024-08-06T20:25:03.6860021Z -- Detecting CXX compiler ABI info - done 2024-08-06T20:25:03.6881722Z -- 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-08-06T20:25:03.6980751Z -- Detecting CXX compile features 2024-08-06T20:25:03.7051144Z -- Detecting CXX compile features - done 2024-08-06T20:25:03.7153111Z -- Detecting C compiler ABI info 2024-08-06T20:25:04.2578523Z -- Detecting C compiler ABI info - done 2024-08-06T20:25:04.2599887Z -- 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-08-06T20:25:04.2603151Z -- Detecting C compile features 2024-08-06T20:25:04.2609394Z -- Detecting C compile features - done 2024-08-06T20:25:04.2769115Z -- Not forcing any particular BLAS to be found 2024-08-06T20:25:04.2812246Z CMake Warning at CMakeLists.txt:417 (message): 2024-08-06T20:25:04.2812819Z TensorPipe cannot be used on Windows. Set it to OFF 2024-08-06T20:25:04.2813269Z 2024-08-06T20:25:04.2813277Z 2024-08-06T20:25:04.2898997Z -- Performing Test C_HAS_AVX_1 2024-08-06T20:25:05.3535060Z -- Performing Test C_HAS_AVX_1 - Success 2024-08-06T20:25:05.3541080Z -- Performing Test C_HAS_AVX2_1 2024-08-06T20:25:06.0592431Z -- Performing Test C_HAS_AVX2_1 - Success 2024-08-06T20:25:06.0598511Z -- Performing Test C_HAS_AVX512_1 2024-08-06T20:25:06.7495196Z -- Performing Test C_HAS_AVX512_1 - Success 2024-08-06T20:25:06.7501101Z -- Performing Test CXX_HAS_AVX_1 2024-08-06T20:25:07.2065070Z -- Performing Test CXX_HAS_AVX_1 - Success 2024-08-06T20:25:07.2070271Z -- Performing Test CXX_HAS_AVX2_1 2024-08-06T20:25:07.5857786Z -- Performing Test CXX_HAS_AVX2_1 - Success 2024-08-06T20:25:07.5863475Z -- Performing Test CXX_HAS_AVX512_1 2024-08-06T20:25:07.9364525Z -- Performing Test CXX_HAS_AVX512_1 - Success 2024-08-06T20:25:07.9367167Z -- Current compiler supports avx2 extension. Will build perfkernels. 2024-08-06T20:25:07.9371760Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2024-08-06T20:25:08.3877309Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2024-08-06T20:25:08.3878458Z -- Current compiler supports avx512f extension. Will build fbgemm. 2024-08-06T20:25:08.3890977Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2024-08-06T20:25:08.6686720Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2024-08-06T20:25:08.6701341Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2024-08-06T20:25:08.9569078Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2024-08-06T20:25:08.9737531Z -- Performing Test HAS/UTF_8 2024-08-06T20:25:09.2596279Z -- Performing Test HAS/UTF_8 - Success 2024-08-06T20:25:09.2726205Z CMake Warning at cmake/Dependencies.cmake:90 (message): 2024-08-06T20:25:09.2726732Z Not compiling with XPU. Could NOT find SYCL.Suppress this warning with 2024-08-06T20:25:09.2727132Z -DUSE_XPU=OFF. 2024-08-06T20:25:09.2727358Z Call Stack (most recent call first): 2024-08-06T20:25:09.2727625Z CMakeLists.txt:857 (include) 2024-08-06T20:25:09.2727797Z 2024-08-06T20:25:09.2727802Z 2024-08-06T20:25:09.2731365Z -- Building using own protobuf under third_party per request. 2024-08-06T20:25:09.2731736Z -- Use custom protobuf build. 2024-08-06T20:25:09.2761189Z -- 2024-08-06T20:25:09.2761408Z -- 3.13.0.0 2024-08-06T20:25:09.2834768Z -- Looking for pthread.h 2024-08-06T20:25:09.4061684Z -- Looking for pthread.h - not found 2024-08-06T20:25:09.4074543Z -- Found Threads: TRUE 2024-08-06T20:25:09.4694136Z -- Caffe2 protobuf include directory: $$ 2024-08-06T20:25:09.4717667Z -- Trying to find preferred BLAS backend of choice: MKL 2024-08-06T20:25:09.5029222Z -- MKL_THREADING = OMP 2024-08-06T20:25:09.5037758Z -- Looking for sys/types.h 2024-08-06T20:25:09.9025837Z -- Looking for sys/types.h - found 2024-08-06T20:25:09.9035889Z -- Looking for stdint.h 2024-08-06T20:25:10.2708727Z -- Looking for stdint.h - found 2024-08-06T20:25:10.2717821Z -- Looking for stddef.h 2024-08-06T20:25:10.5980651Z -- Looking for stddef.h - found 2024-08-06T20:25:10.5982722Z -- Check size of void* 2024-08-06T20:25:11.0862223Z -- Check size of void* - done 2024-08-06T20:25:11.1334905Z -- Looking for cblas_sgemm 2024-08-06T20:25:11.4316745Z -- Looking for cblas_sgemm - found 2024-08-06T20:25:11.4319758Z -- Looking for cblas_gemm_bf16bf16f32 2024-08-06T20:25:11.8127054Z -- Looking for cblas_gemm_bf16bf16f32 - found 2024-08-06T20:25:11.8128637Z -- Looking for cblas_gemm_f16f16f32 2024-08-06T20:25:12.0604699Z -- Looking for cblas_gemm_f16f16f32 - not found 2024-08-06T20:25:12.1142803Z -- 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-08-06T20:25:12.1143751Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2024-08-06T20:25:12.1144159Z -- MKL OpenMP type: 2024-08-06T20:25:12.1144412Z -- MKL OpenMP library: 2024-08-06T20:25:12.2747071Z -- The ASM compiler identification is MSVC 2024-08-06T20:25:12.2758060Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-08-06T20:25:13.0534965Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter 2024-08-06T20:25:13.1152811Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.45.2.windows.1") 2024-08-06T20:25:13.2020462Z -- git version: v1.6.1 normalized to 1.6.1 2024-08-06T20:25:13.2020803Z -- Version: 1.6.1 2024-08-06T20:25:13.2036793Z -- Looking for shm_open in rt 2024-08-06T20:25:13.4493354Z -- Looking for shm_open in rt - not found 2024-08-06T20:25:13.4496419Z -- Performing Test HAVE_STD_REGEX 2024-08-06T20:25:13.4496754Z -- Performing Test HAVE_STD_REGEX 2024-08-06T20:25:15.2700585Z -- Performing Test HAVE_STD_REGEX -- success 2024-08-06T20:25:15.2701020Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-08-06T20:25:15.2701326Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-08-06T20:25:15.3599749Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2024-08-06T20:25:15.3600175Z -- Performing Test HAVE_POSIX_REGEX 2024-08-06T20:25:15.3600459Z -- Performing Test HAVE_POSIX_REGEX 2024-08-06T20:25:15.4365719Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2024-08-06T20:25:15.4366153Z -- Performing Test HAVE_STEADY_CLOCK 2024-08-06T20:25:15.4366434Z -- Performing Test HAVE_STEADY_CLOCK 2024-08-06T20:25:15.9951101Z -- Performing Test HAVE_STEADY_CLOCK -- success 2024-08-06T20:25:16.1773727Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2024-08-06T20:25:16.1788503Z -- Performing Test COMPILER_SUPPORTS_AVX512 2024-08-06T20:25:16.7696113Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2024-08-06T20:25:17.8725915Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-08-06T20:25:17.8726741Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-08-06T20:25:17.8727253Z does not match the name of the calling package (OpenMP). This can lead to 2024-08-06T20:25:17.8727755Z problems in calling code that expects `find_package` result variables 2024-08-06T20:25:17.8728163Z (e.g., `_FOUND`) to follow a certain pattern. 2024-08-06T20:25:17.8728459Z Call Stack (most recent call first): 2024-08-06T20:25:17.8728851Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-08-06T20:25:17.8729337Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-08-06T20:25:17.8729761Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-06T20:25:17.8730076Z 2024-08-06T20:25:17.8730190Z -- Found OpenMP_C: -openmp:experimental 2024-08-06T20:25:18.1989219Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-08-06T20:25:18.1990046Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-08-06T20:25:18.1990562Z does not match the name of the calling package (OpenMP). This can lead to 2024-08-06T20:25:18.1991056Z problems in calling code that expects `find_package` result variables 2024-08-06T20:25:18.1991470Z (e.g., `_FOUND`) to follow a certain pattern. 2024-08-06T20:25:18.1991776Z Call Stack (most recent call first): 2024-08-06T20:25:18.1992163Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-08-06T20:25:18.1992649Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-08-06T20:25:18.1993086Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-06T20:25:18.1993388Z 2024-08-06T20:25:18.1993510Z -- Found OpenMP_CXX: -openmp:experimental 2024-08-06T20:25:18.1993834Z -- Found OpenMP: TRUE 2024-08-06T20:25:18.1995405Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2024-08-06T20:25:18.1995789Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2024-08-06T20:25:18.1995985Z 2024-08-06T20:25:18.1995990Z 2024-08-06T20:25:18.4363442Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2024-08-06T20:25:18.4363863Z ========== 2024-08-06T20:25:18.4363984Z 2024-08-06T20:25:18.4363989Z 2024-08-06T20:25:18.4364176Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2024-08-06T20:25:18.4365432Z CMAKE_BUILD_TYPE = Release 2024-08-06T20:25:18.4365597Z 2024-08-06T20:25:18.4365628Z 2024-08-06T20:25:18.4365802Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2024-08-06T20:25:18.4366218Z CMAKE_CXX_FLAGS_DEBUG is /Z7 /Ob0 /Od /RTC1 /bigobj 2024-08-06T20:25:18.4366447Z 2024-08-06T20:25:18.4366452Z 2024-08-06T20:25:18.4366863Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2024-08-06T20:25:18.4367274Z CMAKE_CXX_FLAGS_RELEASE is /O2 /Ob2 /DNDEBUG /bigobj 2024-08-06T20:25:18.4367518Z 2024-08-06T20:25:18.4367523Z 2024-08-06T20:25:18.4367698Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2024-08-06T20:25:18.4368050Z ========== 2024-08-06T20:25:18.4368157Z 2024-08-06T20:25:18.4368160Z 2024-08-06T20:25:18.4722390Z ** AsmJit Summary ** 2024-08-06T20:25:18.4722835Z ASMJIT_DIR=C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit 2024-08-06T20:25:18.4723309Z ASMJIT_TEST=FALSE 2024-08-06T20:25:18.4723534Z ASMJIT_TARGET_TYPE=SHARED 2024-08-06T20:25:18.4723764Z ASMJIT_DEPS= 2024-08-06T20:25:18.4724167Z ASMJIT_LIBS=asmjit 2024-08-06T20:25:18.4724377Z ASMJIT_CFLAGS= 2024-08-06T20:25:18.4724801Z ASMJIT_PRIVATE_CFLAGS=-MP;-GF;-Zc:__cplusplus;-Zc:inline;-Zc:strictStrings;-Zc:threadSafeInit-;-W4 2024-08-06T20:25:18.4726207Z ASMJIT_PRIVATE_CFLAGS_DBG=-GS 2024-08-06T20:25:18.4726489Z ASMJIT_PRIVATE_CFLAGS_REL=-GS-;-O2;-Oi 2024-08-06T20:25:18.4858653Z -- Using third party subdirectory Eigen. 2024-08-06T20:25:20.7056967Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2024-08-06T20:25:20.7058011Z -- Using third_party/pybind11. 2024-08-06T20:25:20.7058690Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2024-08-06T20:25:20.7096516Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2024-08-06T20:25:20.7096972Z -- Using third_party/opentelemetry-cpp. 2024-08-06T20:25:20.7097596Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2024-08-06T20:25:21.6495106Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2024-08-06T20:25:22.2975150Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2024-08-06T20:25:22.2978645Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2024-08-06T20:25:22.2980780Z CMake Warning at cmake/Dependencies.cmake:946 (message): 2024-08-06T20:25:22.2981297Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2024-08-06T20:25:22.2981690Z Call Stack (most recent call first): 2024-08-06T20:25:22.2981978Z CMakeLists.txt:857 (include) 2024-08-06T20:25:22.2982147Z 2024-08-06T20:25:22.2982161Z 2024-08-06T20:25:22.3016354Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2024-08-06T20:25:22.3034868Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2024-08-06T20:25:22.3035376Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-08-06T20:25:22.3035916Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-08-06T20:25:22.3036351Z set the policy and suppress this warning. 2024-08-06T20:25:22.3036562Z 2024-08-06T20:25:22.3036769Z For compatibility with older versions of CMake, option is clearing the 2024-08-06T20:25:22.3037184Z normal variable 'BUILD_BENCHMARK'. 2024-08-06T20:25:22.3037622Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-06T20:25:22.3037967Z 2024-08-06T20:25:22.3038148Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:35 (option): 2024-08-06T20:25:22.3038638Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-08-06T20:25:22.3039152Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-08-06T20:25:22.3039576Z set the policy and suppress this warning. 2024-08-06T20:25:22.3039780Z 2024-08-06T20:25:22.3039980Z For compatibility with older versions of CMake, option is clearing the 2024-08-06T20:25:22.3040391Z normal variable 'USE_NCCL'. 2024-08-06T20:25:22.3040743Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-06T20:25:22.3041036Z 2024-08-06T20:25:22.3041413Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2024-08-06T20:25:22.3041907Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-08-06T20:25:22.3042421Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-08-06T20:25:22.3042842Z set the policy and suppress this warning. 2024-08-06T20:25:22.3043113Z 2024-08-06T20:25:22.3043317Z For compatibility with older versions of CMake, option is clearing the 2024-08-06T20:25:22.3043765Z normal variable 'USE_RCCL'. 2024-08-06T20:25:22.3044126Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-06T20:25:22.3044419Z 2024-08-06T20:25:22.3044494Z -- MSVC detected 2024-08-06T20:25:22.3044829Z -- Set USE_REDIS OFF 2024-08-06T20:25:22.3045053Z -- Set USE_IBVERBS OFF 2024-08-06T20:25:22.3045266Z -- Set USE_NCCL OFF 2024-08-06T20:25:22.3045472Z -- Set USE_RCCL OFF 2024-08-06T20:25:22.3045659Z -- Set USE_LIBUV ON 2024-08-06T20:25:22.3045899Z -- Only USE_LIBUV is supported on Windows 2024-08-06T20:25:22.3055484Z -- Gloo build as SHARED library 2024-08-06T20:25:22.3661884Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-08-06T20:25:22.3670544Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-08-06T20:25:22.3678070Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-08-06T20:25:23.0756487Z -- 2024-08-06T20:25:23.0756774Z -- ******** Summary ******** 2024-08-06T20:25:23.0757077Z -- CMake version : 3.22.1 2024-08-06T20:25:23.0757460Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-08-06T20:25:23.0757904Z -- System : Windows 2024-08-06T20:25:23.0758540Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-08-06T20:25:23.0759167Z -- C++ compiler version : 19.29.30154.0 2024-08-06T20:25:23.0759698Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2024-08-06T20:25:23.0760220Z -- Build type : Release 2024-08-06T20:25:23.0760645Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2024-08-06T20:25:23.0761146Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2024-08-06T20:25:23.0761649Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-08-06T20:25:23.0762194Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules 2024-08-06T20:25:23.0762590Z -- 2024-08-06T20:25:23.0762793Z -- ONNX version : 1.16.2 2024-08-06T20:25:23.0763118Z -- ONNX NAMESPACE : onnx_torch 2024-08-06T20:25:23.0763423Z -- ONNX_USE_LITE_PROTO : OFF 2024-08-06T20:25:23.0763719Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2024-08-06T20:25:23.0764016Z -- Protobuf_USE_STATIC_LIBS : ON 2024-08-06T20:25:23.0764317Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2024-08-06T20:25:23.0764617Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2024-08-06T20:25:23.0764908Z -- ONNX_WERROR : OFF 2024-08-06T20:25:23.0765183Z -- ONNX_BUILD_TESTS : OFF 2024-08-06T20:25:23.0765477Z -- ONNX_BUILD_BENCHMARKS : OFF 2024-08-06T20:25:23.0765768Z -- ONNX_BUILD_SHARED_LIBS : 2024-08-06T20:25:23.0766047Z -- BUILD_SHARED_LIBS : OFF 2024-08-06T20:25:23.0766316Z -- 2024-08-06T20:25:23.0766515Z -- Protobuf compiler : 2024-08-06T20:25:23.0766799Z -- Protobuf includes : 2024-08-06T20:25:23.0767301Z -- Protobuf libraries : 2024-08-06T20:25:23.0767606Z -- BUILD_ONNX_PYTHON : OFF 2024-08-06T20:25:23.0784701Z -- 2024-08-06T20:25:23.0784904Z -- ******** Summary ******** 2024-08-06T20:25:23.0785158Z -- CMake version : 3.22.1 2024-08-06T20:25:23.0785505Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-08-06T20:25:23.0785871Z -- System : Windows 2024-08-06T20:25:23.0786456Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-08-06T20:25:23.0787051Z -- C++ compiler version : 19.29.30154.0 2024-08-06T20:25:23.0787522Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL 2024-08-06T20:25:23.0788143Z -- Build type : Release 2024-08-06T20:25:23.0788490Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2024-08-06T20:25:23.0788921Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2024-08-06T20:25:23.0789405Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-08-06T20:25:23.0789931Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules 2024-08-06T20:25:23.0790310Z -- 2024-08-06T20:25:23.0790498Z -- ONNX version : 1.4.1 2024-08-06T20:25:23.0790772Z -- ONNX NAMESPACE : onnx_torch 2024-08-06T20:25:23.0791049Z -- ONNX_BUILD_TESTS : OFF 2024-08-06T20:25:23.0791302Z -- ONNX_BUILD_BENCHMARKS : OFF 2024-08-06T20:25:23.0791566Z -- ONNX_USE_LITE_PROTO : OFF 2024-08-06T20:25:23.0791821Z -- ONNXIFI_DUMMY_BACKEND : 2024-08-06T20:25:23.0792054Z -- 2024-08-06T20:25:23.0792252Z -- Protobuf compiler : 2024-08-06T20:25:23.0792501Z -- Protobuf includes : 2024-08-06T20:25:23.0792763Z -- Protobuf libraries : 2024-08-06T20:25:23.0793034Z -- BUILD_ONNX_PYTHON : OFF 2024-08-06T20:25:23.0793369Z CMake Warning at cmake/Dependencies.cmake:1406 (message): 2024-08-06T20:25:23.0793839Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2024-08-06T20:25:23.0794254Z Call Stack (most recent call first): 2024-08-06T20:25:23.0794533Z CMakeLists.txt:857 (include) 2024-08-06T20:25:23.0794719Z 2024-08-06T20:25:23.0794724Z 2024-08-06T20:25:23.0794920Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2024-08-06T20:25:23.0795335Z -- Adding -DNDEBUG to compile flags 2024-08-06T20:25:23.0795674Z -- Could not find hardware support for NEON on this machine. 2024-08-06T20:25:23.0796046Z -- No OMAP3 processor on this machine. 2024-08-06T20:25:23.0796352Z -- No OMAP4 processor on this machine. 2024-08-06T20:25:23.0810197Z -- Looking for sbgemm_ 2024-08-06T20:25:23.2808436Z -- Looking for sbgemm_ - not found 2024-08-06T20:25:23.2827187Z -- Found a library with LAPACK API (mkl). 2024-08-06T20:25:23.2828046Z disabling CUDA because NOT USE_CUDA is set 2024-08-06T20:25:23.2828399Z disabling ROCM because NOT USE_ROCM is set 2024-08-06T20:25:23.2828784Z -- MIOpen not found. Compiling without MIOpen support 2024-08-06T20:25:23.2910083Z -- MKLDNN_CPU_RUNTIME = OMP 2024-08-06T20:25:23.2928276Z -- DNNL_TARGET_ARCH: X64 2024-08-06T20:25:23.2953888Z -- DNNL_LIBRARY_NAME: dnnl 2024-08-06T20:25:23.3035362Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-08-06T20:25:23.3036160Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-08-06T20:25:23.3036688Z does not match the name of the calling package (OpenMP). This can lead to 2024-08-06T20:25:23.3037188Z problems in calling code that expects `find_package` result variables 2024-08-06T20:25:23.3037637Z (e.g., `_FOUND`) to follow a certain pattern. 2024-08-06T20:25:23.3037979Z Call Stack (most recent call first): 2024-08-06T20:25:23.3038449Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-08-06T20:25:23.3039153Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-08-06T20:25:23.3039597Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-08-06T20:25:23.3040028Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-06T20:25:23.3040347Z 2024-08-06T20:25:23.3040828Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-08-06T20:25:23.3041605Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-08-06T20:25:23.3042116Z does not match the name of the calling package (OpenMP). This can lead to 2024-08-06T20:25:23.3042621Z problems in calling code that expects `find_package` result variables 2024-08-06T20:25:23.3043164Z (e.g., `_FOUND`) to follow a certain pattern. 2024-08-06T20:25:23.3043535Z Call Stack (most recent call first): 2024-08-06T20:25:23.3043976Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-08-06T20:25:23.3044491Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-08-06T20:25:23.3044924Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-08-06T20:25:23.3045352Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-06T20:25:23.3045654Z 2024-08-06T20:25:23.3293324Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2024-08-06T20:25:23.3766138Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found suitable version "3.9.19", minimum required is "2.7") 2024-08-06T20:25:23.3949093Z -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 2024-08-06T20:25:23.4260493Z -- Enabled testing coverage: CI 2024-08-06T20:25:23.4273152Z -- Enabled workload: TRAINING 2024-08-06T20:25:23.4273462Z -- Enabled primitives: ALL 2024-08-06T20:25:23.4273740Z -- Enabled primitive CPU ISA: ALL 2024-08-06T20:25:23.4274079Z -- Enabled primitive GPU ISA: ALL 2024-08-06T20:25:23.4274395Z -- Enabled GeMM kernels ISA: ALL 2024-08-06T20:25:23.4363369Z -- Primitive cache is enabled 2024-08-06T20:25:23.4971577Z -- The ASM_MASM compiler identification is MSVC 2024-08-06T20:25:23.6029040Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/ml64.exe 2024-08-06T20:25:23.6598377Z -- Graph component is enabled 2024-08-06T20:25:23.6732197Z -- Graph compiler backend is disabled. 2024-08-06T20:25:23.6858939Z -- Found MKL-DNN: TRUE 2024-08-06T20:25:23.6925375Z -- {fmt} version: 11.0.2 2024-08-06T20:25:23.6925651Z -- Build type: Release 2024-08-06T20:25:23.7004550Z -- Using CPU-only version of Kineto 2024-08-06T20:25:23.7004894Z -- Configuring Kineto dependency: 2024-08-06T20:25:23.7005378Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2024-08-06T20:25:23.7005885Z -- KINETO_BUILD_TESTS = OFF 2024-08-06T20:25:23.7006141Z -- KINETO_LIBRARY_TYPE = static 2024-08-06T20:25:23.7459193Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2024-08-06T20:25:23.7462115Z INFO CUDA_SOURCE_DIR = 2024-08-06T20:25:23.7462401Z INFO ROCM_SOURCE_DIR = 2024-08-06T20:25:23.7852203Z INFO CUPTI unavailable or disabled - not building GPU profilers 2024-08-06T20:25:23.8639808Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2024-08-06T20:25:23.8640345Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2024-08-06T20:25:23.8640688Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2024-08-06T20:25:23.8641296Z INFO DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2024-08-06T20:25:23.8642255Z INFO IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2024-08-06T20:25:23.8643117Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2024-08-06T20:25:23.8667441Z -- Configured Kineto (CPU) 2024-08-06T20:25:23.8704934Z -- Performing Test HAS/WD4624 2024-08-06T20:25:24.1570895Z -- Performing Test HAS/WD4624 - Success 2024-08-06T20:25:24.1591595Z -- Performing Test HAS/WD4068 2024-08-06T20:25:24.6550891Z -- Performing Test HAS/WD4068 - Success 2024-08-06T20:25:24.6566568Z -- Performing Test HAS/WD4067 2024-08-06T20:25:25.4008087Z -- Performing Test HAS/WD4067 - Success 2024-08-06T20:25:25.4022351Z -- Performing Test HAS/WD4267 2024-08-06T20:25:25.6927357Z -- Performing Test HAS/WD4267 - Success 2024-08-06T20:25:25.6947768Z -- Performing Test HAS/WD4661 2024-08-06T20:25:26.1253961Z -- Performing Test HAS/WD4661 - Success 2024-08-06T20:25:26.1268808Z -- Performing Test HAS/WD4717 2024-08-06T20:25:26.4844688Z -- Performing Test HAS/WD4717 - Success 2024-08-06T20:25:26.4859171Z -- Performing Test HAS/WD4244 2024-08-06T20:25:26.7783171Z -- Performing Test HAS/WD4244 - Success 2024-08-06T20:25:26.7797521Z -- Performing Test HAS/WD4804 2024-08-06T20:25:27.0714860Z -- Performing Test HAS/WD4804 - Success 2024-08-06T20:25:27.0729020Z -- Performing Test HAS/WD4273 2024-08-06T20:25:27.3592118Z -- Performing Test HAS/WD4273 - Success 2024-08-06T20:25:27.3606389Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2024-08-06T20:25:27.4214822Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2024-08-06T20:25:27.4285139Z -- 2024-08-06T20:25:27.4286092Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2024-08-06T20:25:27.4288349Z -- 2024-08-06T20:25:27.4288550Z -- Library base name: mimalloc 2024-08-06T20:25:27.4288831Z -- Version : 1.8 2024-08-06T20:25:27.4289077Z -- Build type : release 2024-08-06T20:25:27.4289654Z -- C++ Compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-08-06T20:25:27.4290388Z -- Compiler flags : /Zc:__cplusplus 2024-08-06T20:25:27.4290674Z -- Compiler defines : 2024-08-06T20:25:27.4290965Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2024-08-06T20:25:27.4291320Z -- Build targets : static 2024-08-06T20:25:27.4291575Z -- 2024-08-06T20:25:27.4389581Z -- Performing Test HAS_WDEPRECATED 2024-08-06T20:25:27.4987014Z -- Performing Test HAS_WDEPRECATED - Failed 2024-08-06T20:25:27.4990133Z -- don't use NUMA 2024-08-06T20:25:27.5153773Z -- Looking for backtrace 2024-08-06T20:25:27.5907190Z -- Looking for backtrace - not found 2024-08-06T20:25:27.5966868Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2024-08-06T20:25:31.5086636Z -- headers outputs: 2024-08-06T20:25:40.8881440Z -- sources outputs: 2024-08-06T20:25:42.3617129Z -- declarations_yaml outputs: 2024-08-06T20:25:42.3724064Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2024-08-06T20:25:47.7149178Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2024-08-06T20:25:47.9513470Z -- Using ATen parallel backend: OMP 2024-08-06T20:25:47.9527429Z disabling CUDA because USE_CUDA is set false 2024-08-06T20:25:48.3014324Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.14") 2024-08-06T20:25:48.4820974Z -- Check size of long double 2024-08-06T20:25:48.8436478Z -- Check size of long double - done 2024-08-06T20:25:48.8443627Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2024-08-06T20:25:48.9453947Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2024-08-06T20:25:48.9459210Z -- Performing Test COMPILER_SUPPORTS_SSE2 2024-08-06T20:25:49.3202680Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2024-08-06T20:25:49.3207408Z -- Performing Test COMPILER_SUPPORTS_SSE4 2024-08-06T20:25:49.8722995Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2024-08-06T20:25:49.8727808Z -- Performing Test COMPILER_SUPPORTS_AVX 2024-08-06T20:25:50.4533092Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2024-08-06T20:25:50.4538129Z -- Performing Test COMPILER_SUPPORTS_FMA4 2024-08-06T20:25:50.8994838Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2024-08-06T20:25:50.8999355Z -- Performing Test COMPILER_SUPPORTS_AVX2 2024-08-06T20:25:51.2640082Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2024-08-06T20:25:51.2643842Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2024-08-06T20:25:51.6464154Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2024-08-06T20:25:51.6519323Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2024-08-06T20:25:51.6523495Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2024-08-06T20:25:51.6527392Z -- Found OpenMP: TRUE (found version "2.0") 2024-08-06T20:25:51.6532081Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2024-08-06T20:25:52.0357377Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2024-08-06T20:25:52.0361711Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2024-08-06T20:25:52.1349021Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2024-08-06T20:25:52.1353725Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2024-08-06T20:25:52.2482945Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2024-08-06T20:25:52.2487781Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2024-08-06T20:25:52.4242897Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2024-08-06T20:25:52.4247348Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2024-08-06T20:25:52.5019517Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2024-08-06T20:25:52.6593212Z Target system: Windows-10.0.17763 2024-08-06T20:25:52.6593581Z Target processor: AMD64 2024-08-06T20:25:52.6593855Z -- Configuring build for SLEEF-v3.6.0 2024-08-06T20:25:52.6594186Z Host system: Windows-10.0.17763 2024-08-06T20:25:52.6594468Z Host processor: AMD64 2024-08-06T20:25:52.6595080Z 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-08-06T20:25:52.6595748Z CMake: 3.22.1 2024-08-06T20:25:52.6596040Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2024-08-06T20:25:52.6596573Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2024-08-06T20:25:52.6597041Z -- Building shared libs : OFF 2024-08-06T20:25:52.6597314Z -- Building static test bins: OFF 2024-08-06T20:25:52.6597577Z -- MPFR : LIB_MPFR-NOTFOUND 2024-08-06T20:25:52.6597844Z -- GMP : LIBGMP-NOTFOUND 2024-08-06T20:25:52.6598074Z -- RT : 2024-08-06T20:25:52.6598272Z -- FFTW3 : LIBFFTW3-NOTFOUND 2024-08-06T20:25:52.6598530Z -- OPENSSL : 3.0.14 2024-08-06T20:25:52.6598762Z -- SDE : SDE_COMMAND-NOTFOUND 2024-08-06T20:25:52.6599035Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2024-08-06T20:25:52.6909545Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2024-08-06T20:25:52.6910163Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2024-08-06T20:25:52.6910946Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2024-08-06T20:25:52.6911748Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2024-08-06T20:25:53.2413016Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2024-08-06T20:25:53.3046171Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2024-08-06T20:25:53.3052117Z -- 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-08-06T20:25:53.4563513Z CMake Warning at CMakeLists.txt:1245 (message): 2024-08-06T20:25:53.4564234Z Generated cmake files are only fully tested if one builds with system glog, 2024-08-06T20:25:53.4564803Z gflags, and protobuf. Other settings may generate files that are not well 2024-08-06T20:25:53.4565217Z tested. 2024-08-06T20:25:53.4565331Z 2024-08-06T20:25:53.4565335Z 2024-08-06T20:25:53.4585965Z -- 2024-08-06T20:25:53.4586227Z -- ******** Summary ******** 2024-08-06T20:25:53.4586491Z -- General: 2024-08-06T20:25:53.4586712Z -- CMake version : 3.22.1 2024-08-06T20:25:53.4587090Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-08-06T20:25:53.4587463Z -- System : Windows 2024-08-06T20:25:53.4588077Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-08-06T20:25:53.4588891Z -- C++ compiler id : MSVC 2024-08-06T20:25:53.4589194Z -- C++ compiler version : 19.29.30154.0 2024-08-06T20:25:53.4589488Z -- Using ccache if found : OFF 2024-08-06T20:25:53.4590649Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DUSE_FBGEMM -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE /wd4624 /wd4068 /wd4067 /wd4267 /wd4661 /wd4717 /wd4244 /wd4804 /wd4273 2024-08-06T20:25:53.4592112Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-08-06T20:25:53.4592698Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-08-06T20:25:53.4593198Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-08-06T20:25:53.4593571Z -- Build type : Release 2024-08-06T20:25:53.4594639Z -- 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-08-06T20:25:53.4595934Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2024-08-06T20:25:53.4596422Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-08-06T20:25:53.4596811Z -- USE_GOLD_LINKER : OFF 2024-08-06T20:25:53.4597059Z -- 2024-08-06T20:25:53.4597249Z -- TORCH_VERSION : 2.5.0 2024-08-06T20:25:53.4597521Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2024-08-06T20:25:53.4597811Z -- BUILD_BINARY : OFF 2024-08-06T20:25:53.4598076Z -- BUILD_CUSTOM_PROTOBUF : ON 2024-08-06T20:25:53.4598332Z -- Link local protobuf : ON 2024-08-06T20:25:53.4598588Z -- BUILD_PYTHON : True 2024-08-06T20:25:53.4598856Z -- Python version : 3.9.19 2024-08-06T20:25:53.4599188Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2024-08-06T20:25:53.4599636Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2024-08-06T20:25:53.4600060Z -- Python includes : C:/Jenkins/Miniconda3/include 2024-08-06T20:25:53.4600480Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2024-08-06T20:25:53.4600865Z -- BUILD_SHARED_LIBS : ON 2024-08-06T20:25:53.4601156Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2024-08-06T20:25:53.4601447Z -- BUILD_TEST : True 2024-08-06T20:25:53.4601710Z -- BUILD_JNI : OFF 2024-08-06T20:25:53.4601969Z -- BUILD_MOBILE_AUTOGRAD : OFF 2024-08-06T20:25:53.4602230Z -- BUILD_LITE_INTERPRETER: OFF 2024-08-06T20:25:53.4602498Z -- INTERN_BUILD_MOBILE : 2024-08-06T20:25:53.4602741Z -- TRACING_BASED : OFF 2024-08-06T20:25:53.4603005Z -- USE_BLAS : 1 2024-08-06T20:25:53.4603250Z -- BLAS : mkl 2024-08-06T20:25:53.4603487Z -- BLAS_HAS_SBGEMM : 2024-08-06T20:25:53.4603747Z -- USE_LAPACK : 1 2024-08-06T20:25:53.4604005Z -- LAPACK : mkl 2024-08-06T20:25:53.4604248Z -- USE_ASAN : OFF 2024-08-06T20:25:53.4604498Z -- USE_TSAN : OFF 2024-08-06T20:25:53.4604899Z -- USE_CPP_CODE_COVERAGE : OFF 2024-08-06T20:25:53.4605146Z -- USE_CUDA : 0 2024-08-06T20:25:53.4605397Z -- USE_XPU : OFF 2024-08-06T20:25:53.4605644Z -- USE_ROCM : OFF 2024-08-06T20:25:53.4605891Z -- BUILD_NVFUSER : 2024-08-06T20:25:53.4606145Z -- USE_EIGEN_FOR_BLAS : 2024-08-06T20:25:53.4606400Z -- USE_FBGEMM : ON 2024-08-06T20:25:53.4606651Z -- USE_FAKELOWP : OFF 2024-08-06T20:25:53.4606918Z -- USE_KINETO : ON 2024-08-06T20:25:53.4607174Z -- USE_GFLAGS : OFF 2024-08-06T20:25:53.4607414Z -- USE_GLOG : OFF 2024-08-06T20:25:53.4607675Z -- USE_LITE_PROTO : OFF 2024-08-06T20:25:53.4608023Z -- USE_PYTORCH_METAL : OFF 2024-08-06T20:25:53.4608284Z -- USE_PYTORCH_METAL_EXPORT : OFF 2024-08-06T20:25:53.4608575Z -- USE_MPS : OFF 2024-08-06T20:25:53.4608822Z -- USE_MKL : ON 2024-08-06T20:25:53.4609060Z -- USE_MKLDNN : ON 2024-08-06T20:25:53.4609312Z -- USE_MKLDNN_ACL : OFF 2024-08-06T20:25:53.4609563Z -- USE_MKLDNN_CBLAS : OFF 2024-08-06T20:25:53.4609816Z -- USE_UCC : OFF 2024-08-06T20:25:53.4610064Z -- USE_ITT : ON 2024-08-06T20:25:53.4610293Z -- USE_NCCL : OFF 2024-08-06T20:25:53.4610550Z -- USE_NNPACK : OFF 2024-08-06T20:25:53.4610873Z -- USE_NUMPY : ON 2024-08-06T20:25:53.4611157Z -- USE_OBSERVERS : ON 2024-08-06T20:25:53.4611419Z -- USE_OPENCL : OFF 2024-08-06T20:25:53.4611678Z -- USE_OPENMP : ON 2024-08-06T20:25:53.4611915Z -- USE_MIMALLOC : ON 2024-08-06T20:25:53.4612172Z -- USE_VULKAN : OFF 2024-08-06T20:25:53.4612439Z -- USE_PROF : OFF 2024-08-06T20:25:53.4612687Z -- USE_PYTORCH_QNNPACK : OFF 2024-08-06T20:25:53.4612948Z -- USE_XNNPACK : ON 2024-08-06T20:25:53.4613210Z -- USE_DISTRIBUTED : ON 2024-08-06T20:25:53.4613456Z -- USE_MPI : OFF 2024-08-06T20:25:53.4613721Z -- USE_GLOO : ON 2024-08-06T20:25:53.4613986Z -- USE_GLOO_WITH_OPENSSL : OFF 2024-08-06T20:25:53.4614245Z -- USE_TENSORPIPE : OFF 2024-08-06T20:25:53.4619330Z -- Public Dependencies : caffe2::mkl 2024-08-06T20:25:53.4620113Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;fbgemm;ittnotify;fp16;caffe2::openmp;gloo;foxi_loader;fmt::fmt-header-only;kineto 2024-08-06T20:25:53.4620816Z -- Public CUDA Deps. : 2024-08-06T20:25:53.4621083Z -- Private CUDA Deps. : 2024-08-06T20:25:53.4621342Z -- USE_COREML_DELEGATE : OFF 2024-08-06T20:25:53.4621607Z -- BUILD_LAZY_TS_BACKEND : ON 2024-08-06T20:25:53.4621894Z -- USE_ROCM_KERNEL_ASSERT : OFF 2024-08-06T20:25:53.4658383Z -- Performing Test HAS_WMISSING_PROTOTYPES 2024-08-06T20:25:53.5259984Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2024-08-06T20:25:53.5274766Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2024-08-06T20:25:53.5859293Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2024-08-06T20:25:53.5916177Z -- Configuring done 2024-08-06T20:26:02.8612192Z -- Generating done 2024-08-06T20:26:03.1010748Z CMake Warning: 2024-08-06T20:26:03.1011228Z Manually-specified variables were not used by the project: 2024-08-06T20:26:03.1011716Z 2024-08-06T20:26:03.1011852Z BUILD_ENVIRONMENT 2024-08-06T20:26:03.1012188Z BUILD_TYPE 2024-08-06T20:26:03.1012426Z BUILD_WHEEL 2024-08-06T20:26:03.1012607Z 2024-08-06T20:26:03.1012614Z 2024-08-06T20:26:03.1037148Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2024-08-06T20:26:08.9494114Z [1/4] Generating ATen declarations_yaml 2024-08-06T20:26:14.5996760Z [2/4] Generating ATen sources 2024-08-06T20:26:17.0435921Z [3/4] Generating ATen headers 2024-08-06T20:26:22.8255940Z [1/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-08-06T20:26:22.8331472Z [2/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-08-06T20:26:22.8544269Z [3/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-08-06T20:26:22.8765230Z [4/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2024-08-06T20:26:22.8846592Z [5/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2024-08-06T20:26:22.8914737Z [6/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2024-08-06T20:26:22.8972774Z [7/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2024-08-06T20:26:22.9355407Z [8/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-08-06T20:26:23.1200529Z [9/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-08-06T20:26:23.1738315Z [10/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-08-06T20:26:23.1752562Z [11/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2024-08-06T20:26:23.1767127Z [12/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2024-08-06T20:26:23.1895752Z [13/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2024-08-06T20:26:23.1973580Z [14/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2024-08-06T20:26:23.2271074Z [15/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-08-06T20:26:23.3940223Z [16/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-08-06T20:26:23.4230392Z [17/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-08-06T20:26:23.4560265Z [18/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-08-06T20:26:23.4573982Z [19/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-08-06T20:26:23.4662797Z [20/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-08-06T20:26:23.4726777Z [21/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-08-06T20:26:23.6046687Z [22/7974] 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-08-06T20:26:23.6058975Z [23/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2024-08-06T20:26:23.6204089Z [24/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.obj 2024-08-06T20:26:23.6265337Z [25/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-08-06T20:26:23.6555214Z [26/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-08-06T20:26:23.7172098Z [27/7974] 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-08-06T20:26:23.7184965Z [28/7974] 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-08-06T20:26:23.7196621Z [29/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.obj 2024-08-06T20:26:23.7242318Z [30/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-relu-scalar.c.obj 2024-08-06T20:26:23.7422148Z [31/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7x-minmax-scalar-c1.c.obj 2024-08-06T20:26:23.7951124Z [32/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-minmax-scalar.c.obj 2024-08-06T20:26:23.8112919Z [33/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool-cw\f32-gavgpool-cw-scalar-u1.c.obj 2024-08-06T20:26:23.8126920Z [34/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7p7x-minmax-scalar-c1.c.obj 2024-08-06T20:26:23.9068277Z [35/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-relu-scalar.c.obj 2024-08-06T20:26:23.9080305Z [36/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2024-08-06T20:26:23.9092358Z [37/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-minmax-scalar.c.obj 2024-08-06T20:26:23.9300899Z [38/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-minmax-scalar.c.obj 2024-08-06T20:26:23.9311999Z [39/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2024-08-06T20:26:23.9712291Z [40/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-relu-scalar.c.obj 2024-08-06T20:26:24.0129038Z [41/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x4-minmax-scalar.c.obj 2024-08-06T20:26:24.0187279Z [42/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-relu-scalar.c.obj 2024-08-06T20:26:24.0469766Z [43/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p4.c.obj 2024-08-06T20:26:24.0565378Z [44/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2024-08-06T20:26:24.0617449Z [45/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-minmax-scalar.c.obj 2024-08-06T20:26:24.0837588Z [46/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p2.c.obj 2024-08-06T20:26:24.1105787Z [47/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p1.c.obj 2024-08-06T20:26:24.1367762Z [48/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x4-minmax-scalar.c.obj 2024-08-06T20:26:24.1378394Z [49/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2024-08-06T20:26:24.1694894Z [50/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2024-08-06T20:26:24.1848898Z [51/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2024-08-06T20:26:24.2023125Z [52/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-2x4-minmax-scalar.c.obj 2024-08-06T20:26:24.2196149Z [53/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-relu-scalar.c.obj 2024-08-06T20:26:24.2433133Z [54/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2024-08-06T20:26:24.2626677Z [55/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2024-08-06T20:26:24.3136280Z [56/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2024-08-06T20:26:24.3147442Z [57/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-relu-scalar.c.obj 2024-08-06T20:26:24.3368420Z [58/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-minmax-scalar.c.obj 2024-08-06T20:26:24.3410118Z [59/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-minmax-scalar.c.obj 2024-08-06T20:26:24.3612197Z [60/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-minmax-scalar.c.obj 2024-08-06T20:26:24.4139967Z [61/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-relu-scalar.c.obj 2024-08-06T20:26:24.4220208Z [62/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-minmax-scalar.c.obj 2024-08-06T20:26:24.4264396Z [63/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-08-06T20:26:24.4458577Z [64/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-relu-scalar.c.obj 2024-08-06T20:26:24.4658669Z [65/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2024-08-06T20:26:24.4722416Z [66/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2024-08-06T20:26:24.5289510Z [67/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x2-minmax-scalar.c.obj 2024-08-06T20:26:24.5332530Z [68/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-3x3-minmax-scalar.c.obj 2024-08-06T20:26:24.5373881Z [69/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-scalar-c1.c.obj 2024-08-06T20:26:24.5602008Z [70/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-scalar-c1.c.obj 2024-08-06T20:26:24.5744935Z [71/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-2x4-minmax-scalar.c.obj 2024-08-06T20:26:24.5756909Z [72/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-scalar-2x4.c.obj 2024-08-06T20:26:24.6166235Z [73/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-scalar-2x1.c.obj 2024-08-06T20:26:24.6531427Z [74/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-08-06T20:26:24.6581253Z [75/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-08-06T20:26:24.6594323Z [76/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x4-minmax-scalar.c.obj 2024-08-06T20:26:24.6928080Z [77/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2024-08-06T20:26:24.7006325Z [78/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-relu-scalar.c.obj 2024-08-06T20:26:24.7147913Z [79/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2024-08-06T20:26:24.7234267Z [80/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-scalar.c.obj 2024-08-06T20:26:24.7406676Z [81/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x2-minmax-scalar.c.obj 2024-08-06T20:26:24.7725908Z [82/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2024-08-06T20:26:24.7785731Z [83/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2024-08-06T20:26:24.7801037Z [84/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2024-08-06T20:26:24.8218392Z [85/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-scalar.c.obj 2024-08-06T20:26:24.8280661Z [86/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-relu-scalar.c.obj 2024-08-06T20:26:24.8341346Z [87/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-relu-scalar.c.obj 2024-08-06T20:26:24.8746275Z [88/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-scalar.c.obj 2024-08-06T20:26:24.8759162Z [89/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-minmax-scalar.c.obj 2024-08-06T20:26:24.8826000Z [90/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-2x1-minmax-scalar.c.obj 2024-08-06T20:26:24.8908110Z [91/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-scalar.c.obj 2024-08-06T20:26:24.8987508Z [92/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2024-08-06T20:26:24.9332849Z [93/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-relu-scalar.c.obj 2024-08-06T20:26:24.9380787Z [94/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x2-minmax-scalar.c.obj 2024-08-06T20:26:24.9617162Z [95/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-1x1-minmax-scalar.c.obj 2024-08-06T20:26:24.9668086Z [96/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u1.c.obj 2024-08-06T20:26:24.9713155Z [97/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-4x1-minmax-scalar.c.obj 2024-08-06T20:26:24.9789447Z [98/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x4-minmax-scalar.c.obj 2024-08-06T20:26:25.0139394Z [99/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u2.c.obj 2024-08-06T20:26:25.0319826Z [100/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u2.c.obj 2024-08-06T20:26:25.0437256Z [101/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u4.c.obj 2024-08-06T20:26:25.0459586Z [102/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x1-minmax-scalar.c.obj 2024-08-06T20:26:25.0714694Z [103/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u1.c.obj 2024-08-06T20:26:25.0807852Z [104/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u3.c.obj 2024-08-06T20:26:25.0854204Z [105/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u3.c.obj 2024-08-06T20:26:25.1124473Z [106/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u1.c.obj 2024-08-06T20:26:25.1279245Z [107/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u4.c.obj 2024-08-06T20:26:25.1339447Z [108/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u4.c.obj 2024-08-06T20:26:25.1423376Z [109/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u3.c.obj 2024-08-06T20:26:25.1547447Z [110/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u2.c.obj 2024-08-06T20:26:25.1737670Z [111/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u1.c.obj 2024-08-06T20:26:25.1753128Z [112/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u4.c.obj 2024-08-06T20:26:25.1971472Z [113/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u1.c.obj 2024-08-06T20:26:25.2297640Z [114/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u2.c.obj 2024-08-06T20:26:25.2485797Z [115/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u2.c.obj 2024-08-06T20:26:25.2546257Z [116/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u4.c.obj 2024-08-06T20:26:25.2587517Z [117/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u3.c.obj 2024-08-06T20:26:25.2678424Z [118/7974] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2024-08-06T20:26:25.2679605Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-08-06T20:26:25.2680185Z 2024-08-06T20:26:25.2680515Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-06T20:26:25.2681028Z 2024-08-06T20:26:25.2681035Z 2024-08-06T20:26:25.2693103Z [119/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u3.c.obj 2024-08-06T20:26:25.2743281Z [120/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u2.c.obj 2024-08-06T20:26:25.2791537Z [121/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u3.c.obj 2024-08-06T20:26:25.2961384Z [122/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u1.c.obj 2024-08-06T20:26:25.3236005Z [123/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u4.c.obj 2024-08-06T20:26:25.5185241Z [124/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-08-06T20:26:25.5385526Z [125/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2024-08-06T20:26:25.5508789Z [126/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-08-06T20:26:25.5673948Z [127/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-08-06T20:26:25.5763989Z [128/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2024-08-06T20:26:25.5914453Z [129/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-08-06T20:26:25.6010937Z [130/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2024-08-06T20:26:25.6060542Z [131/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-08-06T20:26:25.6461606Z [132/7974] Linking CXX static library lib\libprotobuf-lite.lib 2024-08-06T20:26:25.8380849Z [133/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-08-06T20:26:25.8619986Z [134/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-08-06T20:26:25.8879558Z [135/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2024-08-06T20:26:25.8943318Z [136/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2024-08-06T20:26:25.8957268Z [137/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2024-08-06T20:26:25.9435781Z [138/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-08-06T20:26:25.9507817Z [139/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2024-08-06T20:26:25.9647384Z [140/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2024-08-06T20:26:26.1057506Z [141/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-08-06T20:26:26.1591817Z [142/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-08-06T20:26:26.1652678Z [143/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-08-06T20:26:26.1893824Z [144/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-08-06T20:26:26.1967233Z [145/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-08-06T20:26:26.2029099Z [146/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-08-06T20:26:26.2678022Z [147/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-08-06T20:26:26.3499003Z [148/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-08-06T20:26:26.4265039Z [149/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-08-06T20:26:26.4334280Z [150/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-08-06T20:26:26.4398412Z [151/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-08-06T20:26:26.4465186Z [152/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-08-06T20:26:26.4726587Z [153/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-08-06T20:26:26.5041795Z [154/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2024-08-06T20:26:26.6667742Z [155/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2024-08-06T20:26:26.6981448Z [156/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2024-08-06T20:26:26.7744598Z [157/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2024-08-06T20:26:26.7808675Z [158/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2024-08-06T20:26:26.7869245Z [159/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2024-08-06T20:26:26.8412195Z [160/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2024-08-06T20:26:26.8514317Z [161/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2024-08-06T20:26:26.8928404Z [162/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2024-08-06T20:26:27.0799263Z [163/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2024-08-06T20:26:27.1275364Z [164/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2024-08-06T20:26:27.1662816Z [165/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2024-08-06T20:26:27.1740141Z [166/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2024-08-06T20:26:27.1876906Z [167/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2024-08-06T20:26:27.1992958Z [168/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2024-08-06T20:26:27.2084440Z [169/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2024-08-06T20:26:27.2773382Z [170/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2024-08-06T20:26:27.3593661Z [171/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2024-08-06T20:26:27.3653286Z [172/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2024-08-06T20:26:27.4559034Z [173/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2024-08-06T20:26:27.4977547Z [174/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2024-08-06T20:26:27.5092138Z [175/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2024-08-06T20:26:27.5208096Z [176/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2024-08-06T20:26:27.5395680Z [177/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2024-08-06T20:26:27.5675369Z [178/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2024-08-06T20:26:27.7201316Z [179/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2024-08-06T20:26:27.7375636Z [180/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2024-08-06T20:26:27.7759866Z [181/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2024-08-06T20:26:27.8170019Z [182/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2024-08-06T20:26:27.8244299Z [183/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2024-08-06T20:26:27.8538594Z [184/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2024-08-06T20:26:27.8861713Z [185/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2024-08-06T20:26:27.9923638Z [186/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2024-08-06T20:26:27.9977378Z [187/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2024-08-06T20:26:28.0236353Z [188/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2024-08-06T20:26:28.0917154Z [189/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2024-08-06T20:26:28.1638235Z [190/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2024-08-06T20:26:28.1664067Z [191/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2024-08-06T20:26:28.1991366Z [192/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2024-08-06T20:26:28.2883566Z [193/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2024-08-06T20:26:28.3836601Z [194/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2024-08-06T20:26:28.4244997Z [195/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2024-08-06T20:26:28.4339609Z [196/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2024-08-06T20:26:28.5487533Z [197/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2024-08-06T20:26:28.5593351Z [198/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info_test_helper.cc.obj 2024-08-06T20:26:28.5975693Z [199/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2024-08-06T20:26:28.6448175Z [200/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2024-08-06T20:26:28.6696294Z [201/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.obj 2024-08-06T20:26:28.7355832Z [202/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.obj 2024-08-06T20:26:28.7477054Z [203/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.obj 2024-08-06T20:26:28.7501331Z [204/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2024-08-06T20:26:28.7753681Z [205/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.obj 2024-08-06T20:26:28.7867198Z [206/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2024-08-06T20:26:28.8301832Z [207/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.obj 2024-08-06T20:26:28.8412067Z [208/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u3-acc3.c.obj 2024-08-06T20:26:28.8465883Z [209/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2024-08-06T20:26:28.8481644Z [210/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2024-08-06T20:26:28.8742880Z [211/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.obj 2024-08-06T20:26:28.8809384Z [212/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.obj 2024-08-06T20:26:28.9063033Z [213/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2024-08-06T20:26:28.9456226Z [214/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u2-acc2.c.obj 2024-08-06T20:26:28.9467396Z [215/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc2.c.obj 2024-08-06T20:26:28.9478301Z [216/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u2-acc2.c.obj 2024-08-06T20:26:28.9569250Z [217/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u3-acc3.c.obj 2024-08-06T20:26:28.9623185Z [218/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc4.c.obj 2024-08-06T20:26:28.9670963Z [219/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2024-08-06T20:26:28.9916906Z [220/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u3-acc3.c.obj 2024-08-06T20:26:29.0387079Z [221/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc2.c.obj 2024-08-06T20:26:29.0502997Z [222/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc2.c.obj 2024-08-06T20:26:29.0560675Z [223/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2024-08-06T20:26:29.0572261Z [224/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u2-acc2.c.obj 2024-08-06T20:26:29.0583322Z [225/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc4.c.obj 2024-08-06T20:26:29.0824054Z [226/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u2-acc2.c.obj 2024-08-06T20:26:29.1095893Z [227/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc4.c.obj 2024-08-06T20:26:29.1142626Z [228/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc2.c.obj 2024-08-06T20:26:29.1275935Z [229/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc4.c.obj 2024-08-06T20:26:29.1418933Z [230/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u3-acc3.c.obj 2024-08-06T20:26:29.1486033Z [231/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar.c.obj 2024-08-06T20:26:29.1793766Z [232/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2024-08-06T20:26:29.1806879Z [233/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar-pipelined.c.obj 2024-08-06T20:26:29.1965439Z [234/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar-pipelined.c.obj 2024-08-06T20:26:29.2179858Z [235/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar.c.obj 2024-08-06T20:26:29.2411591Z [236/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar.c.obj 2024-08-06T20:26:29.2425404Z [237/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar.c.obj 2024-08-06T20:26:29.2479892Z [238/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar-pipelined.c.obj 2024-08-06T20:26:29.2743404Z [239/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x2-minmax-scalar.c.obj 2024-08-06T20:26:29.3095733Z [240/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar-pipelined.c.obj 2024-08-06T20:26:29.3206891Z [241/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x4-minmax-scalar.c.obj 2024-08-06T20:26:29.3258807Z [242/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u8.c.obj 2024-08-06T20:26:29.3405728Z [243/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u4.c.obj 2024-08-06T20:26:29.3500874Z [244/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u1.c.obj 2024-08-06T20:26:29.3660156Z [245/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u2.c.obj 2024-08-06T20:26:29.3958571Z [246/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u1.c.obj 2024-08-06T20:26:29.4101173Z [247/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2024-08-06T20:26:29.4305785Z [248/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u4.c.obj 2024-08-06T20:26:29.4405891Z [249/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u2.c.obj 2024-08-06T20:26:29.4567079Z [250/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2024-08-06T20:26:29.4687375Z [251/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2024-08-06T20:26:29.4905429Z [252/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u4.c.obj 2024-08-06T20:26:29.4971902Z [253/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u8.c.obj 2024-08-06T20:26:29.5108079Z [254/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2024-08-06T20:26:29.5222570Z [255/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2024-08-06T20:26:29.5434126Z [256/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u2.c.obj 2024-08-06T20:26:29.5644201Z [257/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u8.c.obj 2024-08-06T20:26:29.5726542Z [258/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u1.c.obj 2024-08-06T20:26:29.5893386Z [259/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u1.c.obj 2024-08-06T20:26:29.6102386Z [260/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u4.c.obj 2024-08-06T20:26:29.6118592Z [261/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u2.c.obj 2024-08-06T20:26:29.6166189Z [262/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2024-08-06T20:26:29.6348423Z [263/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u1.c.obj 2024-08-06T20:26:29.6510479Z [264/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u8.c.obj 2024-08-06T20:26:29.6797155Z [265/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2024-08-06T20:26:29.6902257Z [266/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u2.c.obj 2024-08-06T20:26:29.7119254Z [267/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u4.c.obj 2024-08-06T20:26:29.7176122Z [268/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2024-08-06T20:26:29.7189983Z [269/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2024-08-06T20:26:29.7307783Z [270/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u4.c.obj 2024-08-06T20:26:29.7470183Z [271/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u8.c.obj 2024-08-06T20:26:29.7770802Z [272/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u2.c.obj 2024-08-06T20:26:29.7868985Z [273/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u8.c.obj 2024-08-06T20:26:29.8133833Z [274/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2024-08-06T20:26:29.8193175Z [275/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2024-08-06T20:26:29.8250722Z [276/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u1.c.obj 2024-08-06T20:26:29.8263093Z [277/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2024-08-06T20:26:29.8462352Z [278/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2024-08-06T20:26:29.8513532Z [279/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u2.c.obj 2024-08-06T20:26:29.8747200Z [280/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u8.c.obj 2024-08-06T20:26:29.9032470Z [281/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u2.c.obj 2024-08-06T20:26:29.9176736Z [282/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u1.c.obj 2024-08-06T20:26:29.9329910Z [283/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2024-08-06T20:26:29.9450623Z [284/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u1.c.obj 2024-08-06T20:26:29.9463786Z [285/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u4.c.obj 2024-08-06T20:26:29.9638497Z [286/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2024-08-06T20:26:29.9770594Z [287/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u8.c.obj 2024-08-06T20:26:29.9935593Z [288/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2024-08-06T20:26:30.0010128Z [289/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u4.c.obj 2024-08-06T20:26:30.0465178Z [290/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2024-08-06T20:26:30.0515774Z [291/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2024-08-06T20:26:30.0527365Z [292/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2024-08-06T20:26:30.0538632Z [293/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2024-08-06T20:26:30.0732390Z [294/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2024-08-06T20:26:30.0748607Z [295/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2024-08-06T20:26:30.0910667Z [296/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2024-08-06T20:26:30.0968847Z [297/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2024-08-06T20:26:30.1514504Z [298/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2024-08-06T20:26:30.1594146Z [299/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2024-08-06T20:26:30.1648387Z [300/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2024-08-06T20:26:30.1725380Z [301/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2024-08-06T20:26:30.1822739Z [302/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u3.c.obj 2024-08-06T20:26:30.1838065Z [303/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u1.c.obj 2024-08-06T20:26:30.1945737Z [304/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2024-08-06T20:26:30.2094327Z [305/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u2.c.obj 2024-08-06T20:26:30.2634314Z [306/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u4.c.obj 2024-08-06T20:26:30.2762793Z [307/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2024-08-06T20:26:30.2933396Z [308/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u8.c.obj 2024-08-06T20:26:30.2948139Z [309/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2024-08-06T20:26:30.2998590Z [310/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u4.c.obj 2024-08-06T20:26:30.3112380Z [311/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2024-08-06T20:26:30.3167826Z [312/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u1.c.obj 2024-08-06T20:26:30.3180777Z [313/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u1.c.obj 2024-08-06T20:26:30.3896752Z [314/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u8.c.obj 2024-08-06T20:26:30.3990255Z [315/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u1.c.obj 2024-08-06T20:26:30.4175761Z [316/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u2.c.obj 2024-08-06T20:26:30.4187279Z [317/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u2.c.obj 2024-08-06T20:26:30.4238634Z [318/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u2.c.obj 2024-08-06T20:26:30.4250393Z [319/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u8.c.obj 2024-08-06T20:26:30.4356691Z [320/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2024-08-06T20:26:30.4445907Z [321/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u4.c.obj 2024-08-06T20:26:30.4927815Z [322/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2024-08-06T20:26:30.5018197Z [323/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u4.c.obj 2024-08-06T20:26:30.5269935Z [324/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2024-08-06T20:26:30.5319219Z [325/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u2.c.obj 2024-08-06T20:26:30.5414420Z [326/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u1.c.obj 2024-08-06T20:26:30.5426449Z [327/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2024-08-06T20:26:30.5489732Z [328/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u2.c.obj 2024-08-06T20:26:30.5781349Z [329/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u1.c.obj 2024-08-06T20:26:30.5898020Z [330/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u8.c.obj 2024-08-06T20:26:30.6005611Z [331/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u8.c.obj 2024-08-06T20:26:30.6339859Z [332/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u2.c.obj 2024-08-06T20:26:30.6352278Z [333/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u4.c.obj 2024-08-06T20:26:30.6441576Z [334/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2024-08-06T20:26:30.6491813Z [335/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2024-08-06T20:26:30.6707253Z [336/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u1.c.obj 2024-08-06T20:26:30.7050199Z [337/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u4.c.obj 2024-08-06T20:26:30.7062459Z [338/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2024-08-06T20:26:30.7209898Z [339/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u1.c.obj 2024-08-06T20:26:30.7288522Z [340/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u4.c.obj 2024-08-06T20:26:30.7366363Z [341/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u2.c.obj 2024-08-06T20:26:30.7475894Z [342/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u8.c.obj 2024-08-06T20:26:30.7531518Z [343/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2024-08-06T20:26:30.7672840Z [344/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u8.c.obj 2024-08-06T20:26:30.8286752Z [345/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2024-08-06T20:26:30.8299332Z [346/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2024-08-06T20:26:30.8442315Z [347/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u1.c.obj 2024-08-06T20:26:30.8453515Z [348/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2024-08-06T20:26:30.8547020Z [349/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u8.c.obj 2024-08-06T20:26:30.8717556Z [350/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u1.c.obj 2024-08-06T20:26:30.8733439Z [351/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u2.c.obj 2024-08-06T20:26:30.8977481Z [352/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u2.c.obj 2024-08-06T20:26:30.9362269Z [353/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2024-08-06T20:26:30.9415231Z [354/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2024-08-06T20:26:30.9429602Z [355/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u4.c.obj 2024-08-06T20:26:30.9532703Z [356/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u8.c.obj 2024-08-06T20:26:30.9722729Z [357/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2024-08-06T20:26:30.9737061Z [358/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u8.c.obj 2024-08-06T20:26:30.9918433Z [359/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2024-08-06T20:26:31.0381142Z [360/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2024-08-06T20:26:31.0393158Z [361/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2024-08-06T20:26:31.0453841Z [362/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u4.c.obj 2024-08-06T20:26:31.0514964Z [363/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2024-08-06T20:26:31.0743517Z [364/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2024-08-06T20:26:31.0880792Z [365/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u8.c.obj 2024-08-06T20:26:31.0907926Z [366/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u1.c.obj 2024-08-06T20:26:31.1079639Z [367/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u2.c.obj 2024-08-06T20:26:31.1436011Z [368/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2024-08-06T20:26:31.1448506Z [369/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2024-08-06T20:26:31.1594076Z [370/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u8.c.obj 2024-08-06T20:26:31.1684818Z [371/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u4.c.obj 2024-08-06T20:26:31.1931327Z [372/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u2.c.obj 2024-08-06T20:26:31.2188917Z [373/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u1.c.obj 2024-08-06T20:26:31.2239542Z [374/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u4.c.obj 2024-08-06T20:26:31.2307088Z [375/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2024-08-06T20:26:31.2424380Z [376/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2024-08-06T20:26:31.2575535Z [377/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2024-08-06T20:26:31.2852174Z [378/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2024-08-06T20:26:31.3024560Z [379/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u1.c.obj 2024-08-06T20:26:31.3377624Z [380/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u4.c.obj 2024-08-06T20:26:31.3442093Z [381/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u2.c.obj 2024-08-06T20:26:31.3493679Z [382/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u8.c.obj 2024-08-06T20:26:31.3508815Z [383/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u8.c.obj 2024-08-06T20:26:31.3558513Z [384/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u1.c.obj 2024-08-06T20:26:31.3648746Z [385/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u2.c.obj 2024-08-06T20:26:31.4040617Z [386/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2024-08-06T20:26:31.4166173Z [387/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u1.c.obj 2024-08-06T20:26:31.4383718Z [388/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u8.c.obj 2024-08-06T20:26:31.4514675Z [389/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u4.c.obj 2024-08-06T20:26:31.4566396Z [390/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2024-08-06T20:26:31.4579649Z [391/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2024-08-06T20:26:31.4637510Z [392/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2024-08-06T20:26:31.4978356Z [393/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2024-08-06T20:26:31.5031473Z [394/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2024-08-06T20:26:31.5134832Z [395/7974] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2024-08-06T20:26:31.5135501Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-08-06T20:26:31.5135825Z 2024-08-06T20:26:31.5136010Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-06T20:26:31.5136292Z 2024-08-06T20:26:31.5136298Z 2024-08-06T20:26:31.5282315Z [396/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2024-08-06T20:26:31.5337305Z [397/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2024-08-06T20:26:31.7267304Z [398/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2024-08-06T20:26:31.8525592Z [399/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2024-08-06T20:26:31.8543752Z [400/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2024-08-06T20:26:31.8602023Z [401/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2024-08-06T20:26:31.8937950Z [402/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2024-08-06T20:26:31.9047457Z [403/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2024-08-06T20:26:32.0250917Z [404/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2024-08-06T20:26:32.1631991Z [405/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2024-08-06T20:26:32.1657987Z [406/7974] Linking CXX static library lib\libprotobuf.lib 2024-08-06T20:26:32.1768683Z [407/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2024-08-06T20:26:32.1861760Z [408/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2024-08-06T20:26:32.2046762Z [409/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2024-08-06T20:26:32.2140780Z [410/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum_field.cc.obj 2024-08-06T20:26:32.3827825Z [411/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2024-08-06T20:26:32.4364141Z [412/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2024-08-06T20:26:32.5439956Z [413/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2024-08-06T20:26:32.5661667Z [414/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2024-08-06T20:26:32.5758699Z [415/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2024-08-06T20:26:32.5854682Z [416/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2024-08-06T20:26:32.5916617Z [417/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2024-08-06T20:26:32.6331711Z [418/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2024-08-06T20:26:32.7786203Z [419/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2024-08-06T20:26:32.7966607Z [420/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2024-08-06T20:26:32.9126043Z [421/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2024-08-06T20:26:32.9604002Z [422/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2024-08-06T20:26:32.9719069Z [423/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2024-08-06T20:26:32.9808128Z [424/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2024-08-06T20:26:33.0088840Z [425/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2024-08-06T20:26:33.0345479Z [426/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2024-08-06T20:26:33.1518901Z [427/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2024-08-06T20:26:33.1595202Z [428/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2024-08-06T20:26:33.2977355Z [429/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc.obj 2024-08-06T20:26:33.3225955Z [430/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc.obj 2024-08-06T20:26:33.3512637Z [431/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc.obj 2024-08-06T20:26:33.3637445Z [432/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc.obj 2024-08-06T20:26:33.4015779Z [433/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc.obj 2024-08-06T20:26:33.5089681Z [434/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2024-08-06T20:26:33.5183104Z [435/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2024-08-06T20:26:33.5421704Z [436/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc.obj 2024-08-06T20:26:33.6140915Z [437/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2024-08-06T20:26:33.6927293Z [438/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2024-08-06T20:26:33.7074315Z [439/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field_lite.cc.obj 2024-08-06T20:26:33.7532364Z [440/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field.cc.obj 2024-08-06T20:26:33.7596377Z [441/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2024-08-06T20:26:33.8800781Z [442/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2024-08-06T20:26:33.8887605Z [443/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2024-08-06T20:26:33.9023920Z [444/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field_lite.cc.obj 2024-08-06T20:26:34.0003376Z [445/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2024-08-06T20:26:34.0631462Z [446/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder_lite.cc.obj 2024-08-06T20:26:34.0803164Z [447/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2024-08-06T20:26:34.1325068Z [448/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field.cc.obj 2024-08-06T20:26:34.1415721Z [449/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2024-08-06T20:26:34.2662384Z [450/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field_lite.cc.obj 2024-08-06T20:26:34.2891488Z [451/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2024-08-06T20:26:34.3326887Z [452/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2024-08-06T20:26:34.4091704Z [453/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\well_known_types_embed.cc.obj 2024-08-06T20:26:34.4311543Z [454/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_name_resolver.cc.obj 2024-08-06T20:26:34.4605899Z [455/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field_lite.cc.obj 2024-08-06T20:26:34.4624583Z [456/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_shared_code_generator.cc.obj 2024-08-06T20:26:34.5257551Z [457/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2024-08-06T20:26:34.6008064Z [458/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2024-08-06T20:26:34.6328552Z [459/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field_lite.cc.obj 2024-08-06T20:26:34.7609101Z [460/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2024-08-06T20:26:34.7869648Z [461/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2024-08-06T20:26:34.8014789Z [462/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2024-08-06T20:26:34.8219518Z [463/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2024-08-06T20:26:34.8751848Z [464/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2024-08-06T20:26:34.8763031Z [465/7974] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2024-08-06T20:26:34.9129869Z [466/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2024-08-06T20:26:34.9454359Z [467/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2024-08-06T20:26:34.9903457Z [468/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2024-08-06T20:26:35.1789020Z [469/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2024-08-06T20:26:35.2121721Z [470/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2024-08-06T20:26:35.2213353Z [471/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2024-08-06T20:26:35.2351331Z [472/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2024-08-06T20:26:35.5260821Z [473/7974] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2024-08-06T20:26:35.5261738Z 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-08-06T20:26:35.5274802Z [474/7974] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2024-08-06T20:26:35.5275747Z 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-08-06T20:26:35.5335400Z [475/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2024-08-06T20:26:35.5363742Z [476/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2024-08-06T20:26:35.5374352Z [477/7974] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2024-08-06T20:26:35.5375335Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-08-06T20:26:35.5375823Z 2024-08-06T20:26:35.5376109Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-06T20:26:35.5376520Z 2024-08-06T20:26:35.5376526Z 2024-08-06T20:26:35.5435741Z [478/7974] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2024-08-06T20:26:35.5437000Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-08-06T20:26:35.5437530Z 2024-08-06T20:26:35.5437820Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-06T20:26:35.5438262Z 2024-08-06T20:26:35.5438268Z 2024-08-06T20:26:35.5474013Z [479/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2024-08-06T20:26:35.5986894Z [480/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2024-08-06T20:26:35.6113936Z [481/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2024-08-06T20:26:35.6206526Z [482/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2024-08-06T20:26:35.7915781Z [483/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2024-08-06T20:26:35.8391498Z [484/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2024-08-06T20:26:35.9175487Z [485/7974] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2024-08-06T20:26:35.9257863Z [486/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2024-08-06T20:26:35.9273060Z [487/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2024-08-06T20:26:35.9376859Z [488/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2024-08-06T20:26:35.9625100Z [489/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2024-08-06T20:26:36.0144702Z [490/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2024-08-06T20:26:36.0291268Z [491/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2024-08-06T20:26:36.0333821Z [492/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2024-08-06T20:26:36.0381946Z [493/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2024-08-06T20:26:36.0631359Z [494/7974] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2024-08-06T20:26:36.0632301Z 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-08-06T20:26:36.0824705Z [495/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2024-08-06T20:26:36.1064410Z [496/7974] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2024-08-06T20:26:36.1065301Z 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-08-06T20:26:36.1165957Z [497/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2024-08-06T20:26:36.1212022Z [498/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2024-08-06T20:26:36.1398811Z [499/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2024-08-06T20:26:36.1418265Z [500/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2024-08-06T20:26:36.1680933Z [501/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2024-08-06T20:26:36.2396560Z [502/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2024-08-06T20:26:36.2974349Z [503/7974] Linking C static library lib\pthreadpool.lib 2024-08-06T20:26:36.3303504Z [504/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2024-08-06T20:26:36.3460980Z [505/7974] Linking CXX static library lib\libprotoc.lib 2024-08-06T20:26:36.3559399Z [506/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2024-08-06T20:26:36.4134105Z [507/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2024-08-06T20:26:36.4310068Z [508/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2024-08-06T20:26:36.4321902Z [509/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2024-08-06T20:26:36.4475884Z [510/7974] Linking C static library lib\cpuinfo.lib 2024-08-06T20:26:36.4552930Z [511/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2024-08-06T20:26:36.4568649Z [512/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2024-08-06T20:26:36.4861896Z [513/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2024-08-06T20:26:36.4943212Z [514/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2024-08-06T20:26:36.5042792Z [515/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2024-08-06T20:26:36.5166467Z [516/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2024-08-06T20:26:36.5431487Z [517/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2024-08-06T20:26:36.5517160Z [518/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2024-08-06T20:26:36.5836018Z [519/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\cs16-bfly4-samples1-scalar.c.obj 2024-08-06T20:26:36.6287418Z [520/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x2.c.obj 2024-08-06T20:26:36.6299087Z [521/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x1.c.obj 2024-08-06T20:26:36.6378702Z [522/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2024-08-06T20:26:36.6792555Z [523/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x1.c.obj 2024-08-06T20:26:36.7092409Z [524/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x1.c.obj 2024-08-06T20:26:36.7216449Z [525/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x2.c.obj 2024-08-06T20:26:36.7266089Z [526/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\cs16-bfly4-samples4-scalar.c.obj 2024-08-06T20:26:36.7278095Z [527/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x4.c.obj 2024-08-06T20:26:36.7361225Z [528/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x3.c.obj 2024-08-06T20:26:36.8107010Z [529/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u1.c.obj 2024-08-06T20:26:36.8120546Z [530/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u2.c.obj 2024-08-06T20:26:36.8269306Z [531/7974] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2024-08-06T20:26:36.8663927Z [532/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u4.c.obj 2024-08-06T20:26:36.8761761Z [533/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x4.c.obj 2024-08-06T20:26:36.8954777Z [534/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u2.c.obj 2024-08-06T20:26:37.0883258Z [535/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x4.c.obj 2024-08-06T20:26:37.0899107Z [536/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x2.c.obj 2024-08-06T20:26:37.0908270Z [537/7974] Linking C static library lib\cpuinfo_internals.lib 2024-08-06T20:26:37.0965527Z [538/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u1.c.obj 2024-08-06T20:26:37.0980269Z [539/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u3.c.obj 2024-08-06T20:26:37.0995105Z [540/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u2.c.obj 2024-08-06T20:26:37.1009881Z [541/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u3.c.obj 2024-08-06T20:26:37.1889418Z [542/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u3.c.obj 2024-08-06T20:26:37.1936144Z [543/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u2-acc2.c.obj 2024-08-06T20:26:37.1980429Z [544/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u4.c.obj 2024-08-06T20:26:37.2021742Z [545/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u4.c.obj 2024-08-06T20:26:37.2189566Z [546/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u1.c.obj 2024-08-06T20:26:37.2301477Z [547/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u3-acc3.c.obj 2024-08-06T20:26:37.5326129Z [548/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2024-08-06T20:26:37.5338856Z [549/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u3-acc3.c.obj 2024-08-06T20:26:37.5349968Z [550/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc4.c.obj 2024-08-06T20:26:37.5360814Z [551/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc2.c.obj 2024-08-06T20:26:37.5371610Z [552/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc2.c.obj 2024-08-06T20:26:37.5383974Z [553/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u2-acc2.c.obj 2024-08-06T20:26:37.5397478Z [554/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2024-08-06T20:26:37.6307879Z [555/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc2.c.obj 2024-08-06T20:26:37.6351332Z [556/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u2-acc2.c.obj 2024-08-06T20:26:37.6491983Z [557/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u3-acc3.c.obj 2024-08-06T20:26:37.6612704Z [558/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc4.c.obj 2024-08-06T20:26:37.6625568Z [559/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2024-08-06T20:26:37.6723195Z [560/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2024-08-06T20:26:37.6937240Z [561/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc4.c.obj 2024-08-06T20:26:37.7392171Z [562/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2024-08-06T20:26:37.7516751Z [563/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9x-minmax-scalar-c1.c.obj 2024-08-06T20:26:37.7563025Z [564/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-scalar-c1.c.obj 2024-08-06T20:26:37.7744000Z [565/7974] 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-08-06T20:26:37.7833550Z [566/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2024-08-06T20:26:37.8105362Z [567/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.obj 2024-08-06T20:26:37.8161169Z [568/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.obj 2024-08-06T20:26:37.8290949Z [569/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.obj 2024-08-06T20:26:37.8611583Z [570/7974] 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-08-06T20:26:37.9092786Z [571/7974] 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-08-06T20:26:37.9371843Z [572/7974] 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-08-06T20:26:37.9415788Z [573/7974] 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-08-06T20:26:37.9427096Z [574/7974] 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-08-06T20:26:37.9543313Z [575/7974] 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-08-06T20:26:37.9553109Z [576/7974] Linking CXX executable bin\protoc.exe 2024-08-06T20:26:37.9768668Z [577/7974] 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-08-06T20:26:38.0007604Z [578/7974] 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-08-06T20:26:38.0180974Z [579/7974] 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-08-06T20:26:38.0613652Z [580/7974] 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-08-06T20:26:38.0624785Z [581/7974] 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-08-06T20:26:38.0679880Z [582/7974] 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-08-06T20:26:38.0732737Z [583/7974] 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-08-06T20:26:38.1162837Z [584/7974] 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-08-06T20:26:38.1213706Z [585/7974] 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-08-06T20:26:38.1502172Z [586/7974] 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-08-06T20:26:38.1549901Z [587/7974] 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-08-06T20:26:38.1634148Z [588/7974] 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-08-06T20:26:38.1849635Z [589/7974] 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-08-06T20:26:38.1865380Z [590/7974] 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-08-06T20:26:38.1937352Z [591/7974] 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-08-06T20:26:38.2488899Z [592/7974] 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-08-06T20:26:38.2683520Z [593/7974] 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-08-06T20:26:38.2839836Z [594/7974] 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-08-06T20:26:38.2906173Z [595/7974] 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-08-06T20:26:38.2976031Z [596/7974] 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-08-06T20:26:38.3025250Z [597/7974] 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-08-06T20:26:38.3165822Z [598/7974] 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-08-06T20:26:38.3332437Z [599/7974] 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-08-06T20:26:38.3657426Z [600/7974] 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-08-06T20:26:38.4218653Z [601/7974] 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-08-06T20:26:38.4231040Z [602/7974] 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-08-06T20:26:38.4618061Z [603/7974] 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-08-06T20:26:38.4719330Z [604/7974] 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-08-06T20:26:38.4827897Z [605/7974] 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-08-06T20:26:38.5078880Z [606/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.obj 2024-08-06T20:26:38.5130088Z [607/7974] 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-08-06T20:26:38.5287213Z [608/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2024-08-06T20:26:38.5355326Z [609/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.obj 2024-08-06T20:26:38.5460728Z [610/7974] 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-08-06T20:26:38.5669679Z [611/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.obj 2024-08-06T20:26:38.5875486Z [612/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.obj 2024-08-06T20:26:38.5925835Z [613/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.obj 2024-08-06T20:26:38.6376957Z [614/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2024-08-06T20:26:38.6575586Z [615/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.obj 2024-08-06T20:26:38.6824015Z [616/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar.c.obj 2024-08-06T20:26:38.7096316Z [617/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar-acc2.c.obj 2024-08-06T20:26:38.7147410Z [618/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar-acc2.c.obj 2024-08-06T20:26:38.7317831Z [619/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.obj 2024-08-06T20:26:38.7461878Z [620/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2024-08-06T20:26:38.7512568Z [621/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2024-08-06T20:26:38.7659875Z [622/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u2.c.obj 2024-08-06T20:26:38.7721794Z [623/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u3.c.obj 2024-08-06T20:26:38.7999883Z [624/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u4.c.obj 2024-08-06T20:26:38.8324667Z [625/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u1.c.obj 2024-08-06T20:26:38.8443168Z [626/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u4.c.obj 2024-08-06T20:26:38.8779054Z [627/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar.c.obj 2024-08-06T20:26:38.8979260Z [628/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar-acc2.c.obj 2024-08-06T20:26:38.9241088Z [629/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar.c.obj 2024-08-06T20:26:38.9338469Z [630/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar-acc2.c.obj 2024-08-06T20:26:38.9545326Z [631/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2024-08-06T20:26:38.9595646Z [632/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar-acc2.c.obj 2024-08-06T20:26:38.9803974Z [633/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar.c.obj 2024-08-06T20:26:38.9930415Z [634/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar-acc2.c.obj 2024-08-06T20:26:39.0135043Z [635/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar-acc2.c.obj 2024-08-06T20:26:39.0148818Z [636/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar.c.obj 2024-08-06T20:26:39.0380753Z [637/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2024-08-06T20:26:39.0617556Z [638/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.obj 2024-08-06T20:26:39.0699684Z [639/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar-acc2.c.obj 2024-08-06T20:26:39.0860244Z [640/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.obj 2024-08-06T20:26:39.1254202Z [641/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar.c.obj 2024-08-06T20:26:39.1307893Z [642/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.obj 2024-08-06T20:26:39.1502650Z [643/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2024-08-06T20:26:39.1712625Z [644/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.obj 2024-08-06T20:26:39.1729338Z [645/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.obj 2024-08-06T20:26:39.1937299Z [646/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.obj 2024-08-06T20:26:39.2162930Z [647/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar.c.obj 2024-08-06T20:26:39.2290150Z [648/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.obj 2024-08-06T20:26:39.2367061Z [649/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2024-08-06T20:26:39.2520295Z [650/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.obj 2024-08-06T20:26:39.2694516Z [651/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.obj 2024-08-06T20:26:39.2950991Z [652/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar-acc2.c.obj 2024-08-06T20:26:39.3064698Z [653/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar-acc2.c.obj 2024-08-06T20:26:39.3202445Z [654/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar.c.obj 2024-08-06T20:26:39.3361407Z [655/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2024-08-06T20:26:39.3468051Z [656/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar-acc2.c.obj 2024-08-06T20:26:39.3568560Z [657/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2024-08-06T20:26:39.3933728Z [658/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar-acc2.c.obj 2024-08-06T20:26:39.4377630Z [659/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar-acc2.c.obj 2024-08-06T20:26:39.4626902Z [660/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar-acc2.c.obj 2024-08-06T20:26:39.4700296Z [661/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar-acc2.c.obj 2024-08-06T20:26:39.5000023Z [662/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar.c.obj 2024-08-06T20:26:39.5086552Z [663/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u1.c.obj 2024-08-06T20:26:39.5346109Z [664/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2024-08-06T20:26:39.5795600Z [665/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar.c.obj 2024-08-06T20:26:39.5808419Z [666/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar.c.obj 2024-08-06T20:26:39.6035884Z [667/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u2.c.obj 2024-08-06T20:26:39.6563560Z [668/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar-acc2.c.obj 2024-08-06T20:26:39.6797803Z [669/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u3.c.obj 2024-08-06T20:26:39.7013021Z [670/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u3.c.obj 2024-08-06T20:26:39.7202284Z [671/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u2.c.obj 2024-08-06T20:26:39.7496439Z [672/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u6.c.obj 2024-08-06T20:26:39.7789992Z [673/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u1.c.obj 2024-08-06T20:26:39.8179231Z [674/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u5.c.obj 2024-08-06T20:26:39.8523225Z [675/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u6.c.obj 2024-08-06T20:26:39.9504530Z [676/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2024-08-06T20:26:39.9758289Z [677/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u1.c.obj 2024-08-06T20:26:40.0173311Z [678/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u5.c.obj 2024-08-06T20:26:40.0517291Z [679/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u4.c.obj 2024-08-06T20:26:40.0970112Z [680/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2024-08-06T20:26:40.1161789Z [681/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c1-minmax-scalar-2x.c.obj 2024-08-06T20:26:40.1616888Z [682/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2024-08-06T20:26:40.1801220Z [683/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c2-minmax-scalar-2x.c.obj 2024-08-06T20:26:40.2544164Z [684/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2024-08-06T20:26:40.3286180Z [685/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2024-08-06T20:26:40.3489088Z [686/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u1.c.obj 2024-08-06T20:26:40.3713168Z [687/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-scalar-2x.c.obj 2024-08-06T20:26:40.3906524Z [688/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2024-08-06T20:26:40.4356251Z [689/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2024-08-06T20:26:40.4527805Z [690/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2024-08-06T20:26:40.5266652Z [691/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u2.c.obj 2024-08-06T20:26:40.5465887Z [692/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u2.c.obj 2024-08-06T20:26:40.5838195Z [693/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u1.c.obj 2024-08-06T20:26:40.6281848Z [694/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u4.c.obj 2024-08-06T20:26:40.6482658Z [695/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u1.c.obj 2024-08-06T20:26:40.6738197Z [696/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u1.c.obj 2024-08-06T20:26:40.7096811Z [697/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u4.c.obj 2024-08-06T20:26:40.7559206Z [698/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u2.c.obj 2024-08-06T20:26:40.7767468Z [699/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u1.c.obj 2024-08-06T20:26:40.8098747Z [700/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u4.c.obj 2024-08-06T20:26:40.8690400Z [701/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u2.c.obj 2024-08-06T20:26:40.9238622Z [702/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u4.c.obj 2024-08-06T20:26:40.9539319Z [703/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u2.c.obj 2024-08-06T20:26:40.9860979Z [704/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u1.c.obj 2024-08-06T20:26:41.0176964Z [705/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u4.c.obj 2024-08-06T20:26:41.0394951Z [706/7974] 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-08-06T20:26:41.0760268Z [707/7974] 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-08-06T20:26:41.1015126Z [708/7974] 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-08-06T20:26:41.1226822Z [709/7974] 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-08-06T20:26:41.1478439Z [710/7974] 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-08-06T20:26:41.2015680Z [711/7974] 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-08-06T20:26:41.2739166Z [712/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u2.c.obj 2024-08-06T20:26:41.8627467Z [713/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u2.c.obj 2024-08-06T20:26:41.8812866Z [714/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u1.c.obj 2024-08-06T20:26:41.9176472Z [715/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u1.c.obj 2024-08-06T20:26:41.9344215Z [716/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u4.c.obj 2024-08-06T20:26:41.9510409Z [717/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u4.c.obj 2024-08-06T20:26:41.9678110Z [718/7974] 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-08-06T20:26:41.9884639Z [719/7974] 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-08-06T20:26:42.0111397Z [720/7974] 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-08-06T20:26:42.0178496Z [721/7974] 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-08-06T20:26:42.0260137Z [722/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-scalar-u1.c.obj 2024-08-06T20:26:42.0324789Z [723/7974] 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-08-06T20:26:42.0551312Z [724/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-scalar-u2.c.obj 2024-08-06T20:26:42.0766039Z [725/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-scalar-u4.c.obj 2024-08-06T20:26:42.1014200Z [726/7974] 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-08-06T20:26:42.1026167Z [727/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-scalar-u1.c.obj 2024-08-06T20:26:42.1143476Z [728/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-scalar-u2.c.obj 2024-08-06T20:26:42.1251468Z [729/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-scalar-u4.c.obj 2024-08-06T20:26:42.1263828Z [730/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-scalar-u2.c.obj 2024-08-06T20:26:42.1314205Z [731/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-scalar-u4.c.obj 2024-08-06T20:26:42.1718807Z [732/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-scalar-u1.c.obj 2024-08-06T20:26:42.1732591Z [733/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u2.c.obj 2024-08-06T20:26:42.1942976Z [734/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u3.c.obj 2024-08-06T20:26:42.1981675Z [735/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u4.c.obj 2024-08-06T20:26:42.2276345Z [736/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-lut4-p4.c.obj 2024-08-06T20:26:42.2348200Z [737/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-lut8-p3.c.obj 2024-08-06T20:26:42.2393418Z [738/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u1.c.obj 2024-08-06T20:26:42.2615396Z [739/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-lut16-p3.c.obj 2024-08-06T20:26:42.2683556Z [740/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-lut8-p4.c.obj 2024-08-06T20:26:42.3060311Z [741/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-p6.c.obj 2024-08-06T20:26:42.3116071Z [742/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-lut16-p4.c.obj 2024-08-06T20:26:42.3389115Z [743/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-f16-cvt-scalar-bitcast.c.obj 2024-08-06T20:26:42.3506351Z [744/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-p5.c.obj 2024-08-06T20:26:42.3517990Z [745/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-scalar-rr2-lut64-p2.c.obj 2024-08-06T20:26:42.3576327Z [746/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-scalar-rr2-p5.c.obj 2024-08-06T20:26:42.3698046Z [747/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-f16-cvt-scalar-fabsf.c.obj 2024-08-06T20:26:42.3741187Z [748/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-scalar-cvt.c.obj 2024-08-06T20:26:42.3798305Z [749/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-scalar-rr2-lut2048-p1.c.obj 2024-08-06T20:26:42.3905847Z [750/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-scalar-floor.c.obj 2024-08-06T20:26:42.4129675Z [751/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-scalar-addsub.c.obj 2024-08-06T20:26:42.4175098Z [752/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-scalar-addsub.c.obj 2024-08-06T20:26:42.4266222Z [753/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-scalar-nearbyint.c.obj 2024-08-06T20:26:42.4355750Z [754/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-scalar-addsub.c.obj 2024-08-06T20:26:42.4401473Z [755/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-scalar-rint.c.obj 2024-08-06T20:26:42.4543293Z [756/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-scalar-trunc.c.obj 2024-08-06T20:26:42.4778299Z [757/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-scalar-rr2-lut64-p2-div.c.obj 2024-08-06T20:26:42.4791245Z [758/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-scalar-cvt.c.obj 2024-08-06T20:26:42.4989248Z [759/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-scalar-ceil.c.obj 2024-08-06T20:26:42.5036642Z [760/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-scalar-cvt.c.obj 2024-08-06T20:26:42.5307457Z [761/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-scalar-rr2-lut2048-p1-div.c.obj 2024-08-06T20:26:42.5400809Z [762/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-rcp.c.obj 2024-08-06T20:26:42.5565556Z [763/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-scalar-rr2-p5-div.c.obj 2024-08-06T20:26:42.5630833Z [764/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-div.c.obj 2024-08-06T20:26:42.5870213Z [765/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-scalar-addsub.c.obj 2024-08-06T20:26:42.5934333Z [766/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-div.c.obj 2024-08-06T20:26:42.5951623Z [767/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ps-div.c.obj 2024-08-06T20:26:42.6101405Z [768/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ts-div.c.obj 2024-08-06T20:26:42.6231970Z [769/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut8-p3h1ts-div.c.obj 2024-08-06T20:26:42.6389766Z [770/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-rcp.c.obj 2024-08-06T20:26:42.6606563Z [771/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-div.c.obj 2024-08-06T20:26:42.6683147Z [772/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut16-p3h1ts-div.c.obj 2024-08-06T20:26:42.6965474Z [773/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-rcp.c.obj 2024-08-06T20:26:42.7014923Z [774/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-rcp.c.obj 2024-08-06T20:26:42.7028163Z [775/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-div.c.obj 2024-08-06T20:26:42.7135175Z [776/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut32-p3h1ts-div.c.obj 2024-08-06T20:26:42.9514241Z [777/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-div.c.obj 2024-08-06T20:26:42.9529669Z [778/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut64-p3h1ts-div.c.obj 2024-08-06T20:26:42.9542000Z [779/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-p6h4ts-div.c.obj 2024-08-06T20:26:42.9553637Z [780/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ps-div.c.obj 2024-08-06T20:26:42.9567605Z [781/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ts-div.c.obj 2024-08-06T20:26:42.9580787Z [782/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-p6h5ts-rcp.c.obj 2024-08-06T20:26:42.9594307Z [783/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-rcp.c.obj 2024-08-06T20:26:42.9605570Z [784/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-p6h5ps-rcp.c.obj 2024-08-06T20:26:43.1096308Z [785/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ps-div.c.obj 2024-08-06T20:26:43.1110893Z [786/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut8-p3h1ts-div.c.obj 2024-08-06T20:26:43.1122930Z [787/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-06T20:26:43.1135992Z [788/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ts-div.c.obj 2024-08-06T20:26:43.1149219Z [789/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-div.c.obj 2024-08-06T20:26:43.1163571Z [790/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-p6h5ps-div.c.obj 2024-08-06T20:26:43.1178224Z [791/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut4-p4h2ts-div.c.obj 2024-08-06T20:26:43.1231525Z [792/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-rcp.c.obj 2024-08-06T20:26:43.2139388Z [793/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-div.c.obj 2024-08-06T20:26:43.2208741Z [794/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ps-div.c.obj 2024-08-06T20:26:43.2260854Z [795/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut16-p4h2ts-div.c.obj 2024-08-06T20:26:43.2273985Z [796/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-div.c.obj 2024-08-06T20:26:43.2326645Z [797/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-rcp.c.obj 2024-08-06T20:26:43.2339184Z [798/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-rcp.c.obj 2024-08-06T20:26:43.2388701Z [799/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ts-div.c.obj 2024-08-06T20:26:43.3060239Z [800/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut16-p3h1ts-div.c.obj 2024-08-06T20:26:43.3257458Z [801/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut4-p4h2ts-div.c.obj 2024-08-06T20:26:43.3320468Z [802/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-p6h5ts-div.c.obj 2024-08-06T20:26:43.3366040Z [803/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ps-div.c.obj 2024-08-06T20:26:43.3658929Z [804/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-p6h4ts-div.c.obj 2024-08-06T20:26:43.3801105Z [805/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-p6h5ps-div.c.obj 2024-08-06T20:26:43.3856494Z [806/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut64-p3h1ts-div.c.obj 2024-08-06T20:26:43.3907240Z [807/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ts-div.c.obj 2024-08-06T20:26:43.3986267Z [808/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut32-p3h1ts-div.c.obj 2024-08-06T20:26:43.4122486Z [809/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut8-p4h2ts-div.c.obj 2024-08-06T20:26:43.4220895Z [810/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ts-div.c.obj 2024-08-06T20:26:43.4771366Z [811/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ps-div.c.obj 2024-08-06T20:26:43.4879581Z [812/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut16-p4h2ts-div.c.obj 2024-08-06T20:26:43.5003986Z [813/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut16-p3h1ts-div.c.obj 2024-08-06T20:26:43.5016336Z [814/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut64-p3h1ts-div.c.obj 2024-08-06T20:26:43.5138298Z [815/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut8-p3h1ts-div.c.obj 2024-08-06T20:26:43.5188881Z [816/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ps-div.c.obj 2024-08-06T20:26:43.5205792Z [817/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut32-p3h1ts-div.c.obj 2024-08-06T20:26:43.5263844Z [818/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ts-div.c.obj 2024-08-06T20:26:43.5818814Z [819/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ts-div.c.obj 2024-08-06T20:26:43.6083552Z [820/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-p6h5ps-div.c.obj 2024-08-06T20:26:43.6100603Z [821/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut4-p4h2ts-div.c.obj 2024-08-06T20:26:43.6113101Z [822/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ps-div.c.obj 2024-08-06T20:26:43.6164038Z [823/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-p6h5ts-div.c.obj 2024-08-06T20:26:43.6221195Z [824/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ps-div.c.obj 2024-08-06T20:26:43.6234142Z [825/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut8-p3h1ts-div.c.obj 2024-08-06T20:26:43.6477706Z [826/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-p6h4ts-div.c.obj 2024-08-06T20:26:43.7173534Z [827/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut64-p3h1ts-div.c.obj 2024-08-06T20:26:43.7387074Z [828/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut16-p3h1ts-div.c.obj 2024-08-06T20:26:43.7443409Z [829/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ps-div.c.obj 2024-08-06T20:26:43.7554595Z [830/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ts-div.c.obj 2024-08-06T20:26:43.7841136Z [831/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut16-p4h2ts-div.c.obj 2024-08-06T20:26:43.7911808Z [832/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut8-p4h2ts-div.c.obj 2024-08-06T20:26:43.8112437Z [833/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut32-p3h1ts-div.c.obj 2024-08-06T20:26:43.8165182Z [834/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ts-div.c.obj 2024-08-06T20:26:43.8212873Z [835/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-p6h4ts-div.c.obj 2024-08-06T20:26:43.8293959Z [836/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-bitmanip.c.obj 2024-08-06T20:26:43.8345781Z [837/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-clz-binsearch.c.obj 2024-08-06T20:26:43.8492880Z [838/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-p6h5ps-div.c.obj 2024-08-06T20:26:43.8659697Z [839/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-cvti64-sqrt-lrint.c.obj 2024-08-06T20:26:43.8739488Z [840/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-p6h5ts-div.c.obj 2024-08-06T20:26:43.8975224Z [841/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-cvti64-sqrtf-lrintf.c.obj 2024-08-06T20:26:43.9206030Z [842/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-cvtu32-sqrt-lrint.c.obj 2024-08-06T20:26:43.9311934Z [843/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-cvti32-sqrt-lrint.c.obj 2024-08-06T20:26:43.9362711Z [844/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-cvtu32-sqrtf-lrintf.c.obj 2024-08-06T20:26:43.9445072Z [845/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u64-sqrt-scalar-cvtu32-sqrt-llrint.c.obj 2024-08-06T20:26:43.9627077Z [846/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-clz-newton.c.obj 2024-08-06T20:26:43.9824955Z [847/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-tflm.c.obj 2024-08-06T20:26:43.9870972Z [848/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u64-sqrt-scalar-cvtu64-sqrt-llrint.c.obj 2024-08-06T20:26:44.0199295Z [849/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-hashemian.c.obj 2024-08-06T20:26:44.0262469Z [850/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u64-sqrt-scalar-cvtu32-sqrt-cvtsatu32f64.c.obj 2024-08-06T20:26:44.0507747Z [851/7974] 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-08-06T20:26:44.0597103Z [852/7974] 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-08-06T20:26:44.1102590Z [853/7974] 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-08-06T20:26:44.1290910Z [854/7974] 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-08-06T20:26:44.1303848Z [855/7974] 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-08-06T20:26:44.1356196Z [856/7974] 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-08-06T20:26:44.1368363Z [857/7974] 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-08-06T20:26:44.1417145Z [858/7974] 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-08-06T20:26:44.1699479Z [859/7974] 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-08-06T20:26:44.2074523Z [860/7974] 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-08-06T20:26:44.2428803Z [861/7974] 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-08-06T20:26:44.2476279Z [862/7974] 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-08-06T20:26:44.2554828Z [863/7974] 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-08-06T20:26:44.2690846Z [864/7974] 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-08-06T20:26:44.2835399Z [865/7974] 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-08-06T20:26:44.3036681Z [866/7974] 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-08-06T20:26:44.3095209Z [867/7974] 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-08-06T20:26:44.3556701Z [868/7974] 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-08-06T20:26:44.3615906Z [869/7974] 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-08-06T20:26:44.3673808Z [870/7974] 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-08-06T20:26:44.3910743Z [871/7974] 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-08-06T20:26:44.4061537Z [872/7974] 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-08-06T20:26:44.4176209Z [873/7974] 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-08-06T20:26:44.4287729Z [874/7974] 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-08-06T20:26:44.4310334Z [875/7974] 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-08-06T20:26:44.5152736Z [876/7974] 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-08-06T20:26:44.5209332Z [877/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:44.5330997Z [878/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:44.5419963Z [879/7974] 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-08-06T20:26:44.5485408Z [880/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:44.5747675Z [881/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:44.5759179Z [882/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:44.5882477Z [883/7974] 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-08-06T20:26:44.6489472Z [884/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:44.6504042Z [885/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:44.6628148Z [886/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:44.6763523Z [887/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:44.6845109Z [888/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:44.7008582Z [889/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:44.7295959Z [890/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:44.7414208Z [891/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:44.7895400Z [892/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:44.7944024Z [893/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:44.7998554Z [894/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:44.8210381Z [895/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:44.8393635Z [896/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:44.8445514Z [897/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:44.8551444Z [898/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:44.8606412Z [899/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:44.9322300Z [900/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:44.9371223Z [901/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:44.9542054Z [902/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:44.9594257Z [903/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:44.9647260Z [904/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:44.9735607Z [905/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:44.9895294Z [906/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:45.0149241Z [907/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:45.0687065Z [908/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:45.0738046Z [909/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:45.0750041Z [910/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:45.0803850Z [911/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:45.0946119Z [912/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:45.1175396Z [913/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:45.1222654Z [914/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:45.1591802Z [915/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:45.1993634Z [916/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:45.2006154Z [917/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:45.2141291Z [918/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:45.2235105Z [919/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:45.2323897Z [920/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:45.2514047Z [921/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:45.2645092Z [922/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:45.2952113Z [923/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u1.c.obj 2024-08-06T20:26:45.3176262Z [924/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:45.3329346Z [925/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:45.3376350Z [926/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u2.c.obj 2024-08-06T20:26:45.3424031Z [927/7974] 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-08-06T20:26:45.3438619Z [928/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:45.3485678Z [929/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:45.4064148Z [930/7974] 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-08-06T20:26:45.4115457Z [931/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u4.c.obj 2024-08-06T20:26:45.4164941Z [932/7974] 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-08-06T20:26:45.4237760Z [933/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u3.c.obj 2024-08-06T20:26:45.4388470Z [934/7974] 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-08-06T20:26:45.4403048Z [935/7974] 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-08-06T20:26:45.4676439Z [936/7974] 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-08-06T20:26:45.4734966Z [937/7974] 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-08-06T20:26:45.5236410Z [938/7974] 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-08-06T20:26:45.5396644Z [939/7974] 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-08-06T20:26:45.5537519Z [940/7974] 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-08-06T20:26:45.5600127Z [941/7974] 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-08-06T20:26:45.5611365Z [942/7974] 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-08-06T20:26:45.5709173Z [943/7974] 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-08-06T20:26:45.5722042Z [944/7974] 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-08-06T20:26:45.5857035Z [945/7974] 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-08-06T20:26:45.6153108Z [946/7974] 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-08-06T20:26:45.6351987Z [947/7974] 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-08-06T20:26:45.6665837Z [948/7974] 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-08-06T20:26:45.6759373Z [949/7974] 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-08-06T20:26:45.7055740Z [950/7974] 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-08-06T20:26:45.7283821Z [951/7974] 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-08-06T20:26:45.7344595Z [952/7974] 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-08-06T20:26:45.7429747Z [953/7974] 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-08-06T20:26:45.7547223Z [954/7974] 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-08-06T20:26:45.7595944Z [955/7974] 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-08-06T20:26:45.7889848Z [956/7974] 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-08-06T20:26:45.8095238Z [957/7974] 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-08-06T20:26:45.8373196Z [958/7974] 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-08-06T20:26:45.8637748Z [959/7974] 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-08-06T20:26:45.8705782Z [960/7974] 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-08-06T20:26:45.8818613Z [961/7974] 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-08-06T20:26:45.9066408Z [962/7974] 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-08-06T20:26:45.9203299Z [963/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u1.c.obj 2024-08-06T20:26:45.9261182Z [964/7974] 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-08-06T20:26:45.9273500Z [965/7974] 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-08-06T20:26:45.9394570Z [966/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u2.c.obj 2024-08-06T20:26:45.9935998Z [967/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u4.c.obj 2024-08-06T20:26:46.0002169Z [968/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u4.c.obj 2024-08-06T20:26:46.0080324Z [969/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u1.c.obj 2024-08-06T20:26:46.0306357Z [970/7974] 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-08-06T20:26:46.0472632Z [971/7974] 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-08-06T20:26:46.0577006Z [972/7974] 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-08-06T20:26:46.0658113Z [973/7974] 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-08-06T20:26:46.1013737Z [974/7974] 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-08-06T20:26:46.1401202Z [975/7974] 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-08-06T20:26:46.1783390Z [976/7974] 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-08-06T20:26:46.1849362Z [977/7974] 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-08-06T20:26:46.1893117Z [978/7974] 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-08-06T20:26:46.1907250Z [979/7974] 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-08-06T20:26:46.1965647Z [980/7974] 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-08-06T20:26:46.2159169Z [981/7974] 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-08-06T20:26:46.2401292Z [982/7974] 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-08-06T20:26:46.2505434Z [983/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u2.c.obj 2024-08-06T20:26:46.3011183Z [984/7974] 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-08-06T20:26:46.6000644Z [985/7974] 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-08-06T20:26:46.6012798Z [986/7974] 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-08-06T20:26:46.6024550Z [987/7974] 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-08-06T20:26:46.6036320Z [988/7974] 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-08-06T20:26:46.6046621Z [989/7974] 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-08-06T20:26:46.6059370Z [990/7974] 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-08-06T20:26:46.6069918Z [991/7974] 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-08-06T20:26:46.7080530Z [992/7974] 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-08-06T20:26:46.7337034Z [993/7974] 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-08-06T20:26:46.7475820Z [994/7974] 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-08-06T20:26:46.7524715Z [995/7974] 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-08-06T20:26:46.7536922Z [996/7974] 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-08-06T20:26:46.7626143Z [997/7974] 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-08-06T20:26:46.7808403Z [998/7974] 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-08-06T20:26:46.8059037Z [999/7974] 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-08-06T20:26:46.8135022Z [1000/7974] 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-08-06T20:26:46.8719212Z [1001/7974] 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-08-06T20:26:46.8731935Z [1002/7974] 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-08-06T20:26:46.8784120Z [1003/7974] 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-08-06T20:26:46.9050515Z [1004/7974] 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-08-06T20:26:46.9096021Z [1005/7974] 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-08-06T20:26:46.9242265Z [1006/7974] 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-08-06T20:26:46.9339709Z [1007/7974] 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-08-06T20:26:46.9649402Z [1008/7974] 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-08-06T20:26:46.9931206Z [1009/7974] 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-08-06T20:26:47.0019572Z [1010/7974] 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-08-06T20:26:47.0149095Z [1011/7974] 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-08-06T20:26:47.0271914Z [1012/7974] 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-08-06T20:26:47.0384641Z [1013/7974] 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-08-06T20:26:47.0600735Z [1014/7974] 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-08-06T20:26:47.0833633Z [1015/7974] 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-08-06T20:26:47.0941420Z [1016/7974] 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-08-06T20:26:47.1230685Z [1017/7974] 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-08-06T20:26:47.1244254Z [1018/7974] 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-08-06T20:26:47.1457457Z [1019/7974] 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-08-06T20:26:47.1850152Z [1020/7974] 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-08-06T20:26:47.1938145Z [1021/7974] 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-08-06T20:26:47.2026159Z [1022/7974] 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-08-06T20:26:47.2268105Z [1023/7974] 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-08-06T20:26:47.2433284Z [1024/7974] 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-08-06T20:26:47.2487024Z [1025/7974] 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-08-06T20:26:47.2651741Z [1026/7974] 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-08-06T20:26:47.2669911Z [1027/7974] 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-08-06T20:26:47.2965924Z [1028/7974] 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-08-06T20:26:47.3441829Z [1029/7974] 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-08-06T20:26:47.3494829Z [1030/7974] 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-08-06T20:26:47.3568612Z [1031/7974] 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-08-06T20:26:47.3671621Z [1032/7974] 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-08-06T20:26:47.3745013Z [1033/7974] 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-08-06T20:26:47.3802882Z [1034/7974] 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-08-06T20:26:47.4378992Z [1035/7974] 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-08-06T20:26:47.4393343Z [1036/7974] 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-08-06T20:26:47.4718881Z [1037/7974] 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-08-06T20:26:47.4887206Z [1038/7974] 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-08-06T20:26:47.4900710Z [1039/7974] 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-08-06T20:26:47.4953182Z [1040/7974] 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-08-06T20:26:47.5025727Z [1041/7974] 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-08-06T20:26:47.5581439Z [1042/7974] 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-08-06T20:26:47.5885690Z [1043/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-unsigned32.c.obj 2024-08-06T20:26:47.5954525Z [1044/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:47.6056710Z [1045/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-signed64.c.obj 2024-08-06T20:26:47.6072696Z [1046/7974] 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-08-06T20:26:47.6336646Z [1047/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-scalar.c.obj 2024-08-06T20:26:47.6385551Z [1048/7974] 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-08-06T20:26:47.6442748Z [1049/7974] 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-08-06T20:26:47.6866335Z [1050/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u4.c.obj 2024-08-06T20:26:47.6917506Z [1051/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-scalar.c.obj 2024-08-06T20:26:47.6991577Z [1052/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u1.c.obj 2024-08-06T20:26:47.7045832Z [1053/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-unsigned64.c.obj 2024-08-06T20:26:47.7228897Z [1054/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:47.7319850Z [1055/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u2.c.obj 2024-08-06T20:26:47.7606543Z [1056/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u1.c.obj 2024-08-06T20:26:47.7619487Z [1057/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2024-08-06T20:26:47.7876630Z [1058/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2024-08-06T20:26:47.7929689Z [1059/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u1.c.obj 2024-08-06T20:26:47.7994921Z [1060/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u4.c.obj 2024-08-06T20:26:47.8069377Z [1061/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u2.c.obj 2024-08-06T20:26:47.8155175Z [1062/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2024-08-06T20:26:47.8210158Z [1063/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u2.c.obj 2024-08-06T20:26:47.8521726Z [1064/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u4.c.obj 2024-08-06T20:26:47.8830465Z [1065/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:47.9043884Z [1066/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:47.9308668Z [1067/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:47.9354742Z [1068/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:47.9497342Z [1069/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:47.9544042Z [1070/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u2.c.obj 2024-08-06T20:26:47.9686345Z [1071/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u1.c.obj 2024-08-06T20:26:47.9740519Z [1072/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u1.c.obj 2024-08-06T20:26:47.9836377Z [1073/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u2.c.obj 2024-08-06T20:26:48.0267532Z [1074/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u1.c.obj 2024-08-06T20:26:48.0282960Z [1075/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u4.c.obj 2024-08-06T20:26:48.0418863Z [1076/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u4.c.obj 2024-08-06T20:26:48.0468773Z [1077/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.obj 2024-08-06T20:26:48.0656620Z [1078/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u4.c.obj 2024-08-06T20:26:48.0792407Z [1079/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u2.c.obj 2024-08-06T20:26:48.0926660Z [1080/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:48.1107910Z [1081/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.obj 2024-08-06T20:26:48.1372883Z [1082/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:48.1429225Z [1083/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:48.1578395Z [1084/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:48.1757864Z [1085/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:48.1949291Z [1086/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:48.2002315Z [1087/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:48.2162402Z [1088/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:48.2293803Z [1089/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:48.2524892Z [1090/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:48.2736519Z [1091/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:48.2786645Z [1092/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:48.3118646Z [1093/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:48.3396490Z [1094/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:48.3408170Z [1095/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:48.3480021Z [1096/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:48.3537479Z [1097/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:48.3800906Z [1098/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:48.3950580Z [1099/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:48.4405146Z [1100/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:48.4563659Z [1101/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:48.4610806Z [1102/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:48.4707765Z [1103/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:48.4908380Z [1104/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:48.4972280Z [1105/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:48.5124385Z [1106/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:48.5582282Z [1107/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:48.5630717Z [1108/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:48.5719664Z [1109/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:48.5798610Z [1110/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:48.5941452Z [1111/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:48.6189782Z [1112/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:48.6491073Z [1113/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:48.6707381Z [1114/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:48.6771720Z [1115/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:48.6817220Z [1116/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:48.6946868Z [1117/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:48.7209377Z [1118/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:48.7260787Z [1119/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:48.7394126Z [1120/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:48.7969052Z [1121/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:48.8052072Z [1122/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:48.8252672Z [1123/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:48.8303839Z [1124/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:48.8320990Z [1125/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:48.8393221Z [1126/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:48.8461179Z [1127/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:48.8559851Z [1128/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:48.8909731Z [1129/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u3.c.obj 2024-08-06T20:26:48.9019312Z [1130/7974] 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-08-06T20:26:48.9254390Z [1131/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u1.c.obj 2024-08-06T20:26:48.9327380Z [1132/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u2.c.obj 2024-08-06T20:26:48.9509983Z [1133/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u4.c.obj 2024-08-06T20:26:48.9555803Z [1134/7974] 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-08-06T20:26:48.9622068Z [1135/7974] 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-08-06T20:26:48.9716289Z [1136/7974] 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-08-06T20:26:49.0198933Z [1137/7974] 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-08-06T20:26:49.0245693Z [1138/7974] 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-08-06T20:26:49.0293418Z [1139/7974] 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-08-06T20:26:49.0347298Z [1140/7974] 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-08-06T20:26:49.0528593Z [1141/7974] 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-08-06T20:26:49.0577990Z [1142/7974] 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-08-06T20:26:49.0651709Z [1143/7974] 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-08-06T20:26:49.0707218Z [1144/7974] 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-08-06T20:26:49.1183157Z [1145/7974] 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-08-06T20:26:49.1234640Z [1146/7974] 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-08-06T20:26:49.1347643Z [1147/7974] 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-08-06T20:26:49.1404912Z [1148/7974] 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-08-06T20:26:49.1491461Z [1149/7974] 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-08-06T20:26:49.1628772Z [1150/7974] 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-08-06T20:26:49.1758308Z [1151/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:49.1883801Z [1152/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:49.2375814Z [1153/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:49.2728206Z [1154/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:49.2778478Z [1155/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:49.2827448Z [1156/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:49.2917416Z [1157/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:49.2964585Z [1158/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:49.3089715Z [1159/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:49.3147100Z [1160/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:49.3729024Z [1161/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:49.4127205Z [1162/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:49.4145008Z [1163/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:49.4302850Z [1164/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:49.4347615Z [1165/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:49.4402484Z [1166/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:49.4449263Z [1167/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:49.4863044Z [1168/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:49.5046631Z [1169/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:49.5365609Z [1170/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:49.5427724Z [1171/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:49.5683571Z [1172/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:49.5732848Z [1173/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:49.5748022Z [1174/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:49.5798961Z [1175/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:49.5981732Z [1176/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:49.6622145Z [1177/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:49.6674109Z [1178/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:49.6809925Z [1179/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:49.6979451Z [1180/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:49.6992300Z [1181/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:49.7165209Z [1182/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:49.7265526Z [1183/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:49.7640626Z [1184/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:49.7765946Z [1185/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:49.7980189Z [1186/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:49.8322469Z [1187/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:49.8371737Z [1188/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:49.8425758Z [1189/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:49.8437565Z [1190/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:49.8606136Z [1191/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:50.0140866Z [1192/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:50.0154789Z [1193/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:50.0166037Z [1194/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:50.0177229Z [1195/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:50.0188016Z [1196/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:50.0201113Z [1197/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:50.0214769Z [1198/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:50.0304999Z [1199/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:50.1404723Z [1200/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:50.2244155Z [1201/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:50.2259355Z [1202/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:50.2272644Z [1203/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:50.2284018Z [1204/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:50.2296477Z [1205/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:50.2313239Z [1206/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:50.2327015Z [1207/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2024-08-06T20:26:50.2445997Z [1208/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-rndnu-scalar.c.obj 2024-08-06T20:26:50.3235421Z [1209/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-scalar-fmagic.c.obj 2024-08-06T20:26:50.3293015Z [1210/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:50.3338368Z [1211/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u2.c.obj 2024-08-06T20:26:50.3384503Z [1212/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-unsigned32.c.obj 2024-08-06T20:26:50.3470083Z [1213/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u1.c.obj 2024-08-06T20:26:50.3518976Z [1214/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-unsigned64.c.obj 2024-08-06T20:26:50.3572260Z [1215/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-06T20:26:50.3823363Z [1216/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-scalar.c.obj 2024-08-06T20:26:50.4133353Z [1217/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-signed64.c.obj 2024-08-06T20:26:50.4312264Z [1218/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u1.c.obj 2024-08-06T20:26:50.4369810Z [1219/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u2.c.obj 2024-08-06T20:26:50.4547796Z [1220/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u4.c.obj 2024-08-06T20:26:50.4598800Z [1221/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u4.c.obj 2024-08-06T20:26:50.4610658Z [1222/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2024-08-06T20:26:50.4662117Z [1223/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u1.c.obj 2024-08-06T20:26:50.4777093Z [1224/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u4.c.obj 2024-08-06T20:26:50.5370272Z [1225/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u1.c.obj 2024-08-06T20:26:50.5414565Z [1226/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2024-08-06T20:26:50.5529205Z [1227/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u4.c.obj 2024-08-06T20:26:50.6138051Z [1228/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2024-08-06T20:26:50.6150073Z [1229/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u2.c.obj 2024-08-06T20:26:50.6259408Z [1230/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u2.c.obj 2024-08-06T20:26:50.6316814Z [1231/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u2.c.obj 2024-08-06T20:26:50.6329580Z [1232/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u1.c.obj 2024-08-06T20:26:50.6343202Z [1233/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u4.c.obj 2024-08-06T20:26:50.6358449Z [1234/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u2.c.obj 2024-08-06T20:26:50.6409512Z [1235/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u1.c.obj 2024-08-06T20:26:50.7221679Z [1236/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u1.c.obj 2024-08-06T20:26:50.7348898Z [1237/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u4.c.obj 2024-08-06T20:26:50.7394414Z [1238/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2024-08-06T20:26:50.7437982Z [1239/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u2.c.obj 2024-08-06T20:26:51.1447379Z [1240/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u4.c.obj 2024-08-06T20:26:51.1506798Z [1241/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-08-06T20:26:51.1520119Z [1242/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x1.c.obj 2024-08-06T20:26:51.1531056Z [1243/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2024-08-06T20:26:51.1542035Z [1244/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2024-08-06T20:26:51.1554200Z [1245/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x3.c.obj 2024-08-06T20:26:51.1567165Z [1246/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2024-08-06T20:26:51.1581710Z [1247/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x2.c.obj 2024-08-06T20:26:51.2428683Z [1248/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u1.c.obj 2024-08-06T20:26:51.2472244Z [1249/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2024-08-06T20:26:51.2516919Z [1250/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u2.c.obj 2024-08-06T20:26:51.2612900Z [1251/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2024-08-06T20:26:51.2693420Z [1252/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x4.c.obj 2024-08-06T20:26:51.2740274Z [1253/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2024-08-06T20:26:51.3056051Z [1254/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2024-08-06T20:26:51.3408282Z [1255/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-08-06T20:26:51.3450941Z [1256/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2024-08-06T20:26:51.3462481Z [1257/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x2.c.obj 2024-08-06T20:26:51.3542265Z [1258/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-filterbank-accumulate\gen\u32-filterbank-accumulate-scalar-x1.c.obj 2024-08-06T20:26:51.3833816Z [1259/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u3.c.obj 2024-08-06T20:26:51.3846040Z [1260/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2024-08-06T20:26:51.3858302Z [1261/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u4.c.obj 2024-08-06T20:26:51.3913845Z [1262/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-filterbank-subtract\u32-filterbank-subtract-scalar-x2.c.obj 2024-08-06T20:26:51.4247308Z [1263/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2024-08-06T20:26:51.4290715Z [1264/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x1.c.obj 2024-08-06T20:26:51.4334286Z [1265/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2024-08-06T20:26:51.4403898Z [1266/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-int.c.obj 2024-08-06T20:26:51.4451609Z [1267/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2024-08-06T20:26:51.4840114Z [1268/7974] 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-08-06T20:26:51.4939296Z [1269/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2024-08-06T20:26:51.5042621Z [1270/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2024-08-06T20:26:51.5199301Z [1271/7974] 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-08-06T20:26:51.5527687Z [1272/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2024-08-06T20:26:51.5777829Z [1273/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2024-08-06T20:26:51.5867608Z [1274/7974] 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-08-06T20:26:51.5946459Z [1275/7974] 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-08-06T20:26:51.6084629Z [1276/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2024-08-06T20:26:51.6099577Z [1277/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x3.c.obj 2024-08-06T20:26:51.6112921Z [1278/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x4.c.obj 2024-08-06T20:26:51.6170119Z [1279/7974] 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-08-06T20:26:51.6575601Z [1280/7974] 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-08-06T20:26:51.6891735Z [1281/7974] 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-08-06T20:26:51.7015515Z [1282/7974] 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-08-06T20:26:51.7076223Z [1283/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x4-scalar-int.c.obj 2024-08-06T20:26:51.7089092Z [1284/7974] 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-08-06T20:26:51.7231396Z [1285/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x2-scalar-int.c.obj 2024-08-06T20:26:51.7280219Z [1286/7974] 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-08-06T20:26:51.7344104Z [1287/7974] 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-08-06T20:26:51.7874085Z [1288/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2024-08-06T20:26:51.7939855Z [1289/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2024-08-06T20:26:51.8487743Z [1290/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x2-scalar-int.c.obj 2024-08-06T20:26:51.8504182Z [1291/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x1-scalar-int.c.obj 2024-08-06T20:26:51.8515586Z [1292/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2024-08-06T20:26:51.8528963Z [1293/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x1-scalar-int.c.obj 2024-08-06T20:26:51.8545636Z [1294/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x4-scalar-int.c.obj 2024-08-06T20:26:51.8557170Z [1295/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x4-scalar-int.c.obj 2024-08-06T20:26:51.8572003Z [1296/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x2-scalar-int.c.obj 2024-08-06T20:26:51.8624327Z [1297/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2024-08-06T20:26:51.9496737Z [1298/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x2-scalar-int.c.obj 2024-08-06T20:26:51.9581982Z [1299/7974] 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-08-06T20:26:51.9593268Z [1300/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x4-scalar-int.c.obj 2024-08-06T20:26:51.9644646Z [1301/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x2-scalar-int.c.obj 2024-08-06T20:26:51.9656309Z [1302/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x2-scalar-int.c.obj 2024-08-06T20:26:51.9667672Z [1303/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x1-scalar-int.c.obj 2024-08-06T20:26:51.9790581Z [1304/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x1-scalar-int.c.obj 2024-08-06T20:26:51.9957303Z [1305/7974] 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-08-06T20:26:52.0491051Z [1306/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2024-08-06T20:26:52.0591170Z [1307/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x4-scalar-int.c.obj 2024-08-06T20:26:52.0606938Z [1308/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x4-scalar-int.c.obj 2024-08-06T20:26:52.0656379Z [1309/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2024-08-06T20:26:52.0727681Z [1310/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x1-scalar.c.obj 2024-08-06T20:26:52.0942484Z [1311/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2024-08-06T20:26:52.0999911Z [1312/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2024-08-06T20:26:52.1310357Z [1313/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2024-08-06T20:26:52.1484639Z [1314/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-int.c.obj 2024-08-06T20:26:52.1597580Z [1315/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-int.c.obj 2024-08-06T20:26:52.1669124Z [1316/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2024-08-06T20:26:52.1685147Z [1317/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-float.c.obj 2024-08-06T20:26:52.1808361Z [1318/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-float.c.obj 2024-08-06T20:26:52.1877366Z [1319/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2024-08-06T20:26:52.2250784Z [1320/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-int.c.obj 2024-08-06T20:26:52.2367507Z [1321/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-float.c.obj 2024-08-06T20:26:52.2474314Z [1322/7974] 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-08-06T20:26:52.2593833Z [1323/7974] 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-08-06T20:26:52.2650181Z [1324/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-float.c.obj 2024-08-06T20:26:52.2728604Z [1325/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-int.c.obj 2024-08-06T20:26:52.2833032Z [1326/7974] 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-08-06T20:26:52.2883529Z [1327/7974] 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-08-06T20:26:52.3161089Z [1328/7974] 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-08-06T20:26:52.3357809Z [1329/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2024-08-06T20:26:52.3495643Z [1330/7974] 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-08-06T20:26:52.3553288Z [1331/7974] 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-08-06T20:26:52.3569539Z [1332/7974] 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-08-06T20:26:52.3585410Z [1333/7974] 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-08-06T20:26:52.3633977Z [1334/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2024-08-06T20:26:52.3716187Z [1335/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2024-08-06T20:26:52.4026449Z [1336/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2024-08-06T20:26:52.4133387Z [1337/7974] 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-08-06T20:26:52.4480640Z [1338/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-float.c.obj 2024-08-06T20:26:52.4550335Z [1339/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-float.c.obj 2024-08-06T20:26:52.4597284Z [1340/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-int.c.obj 2024-08-06T20:26:52.4646234Z [1341/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-float.c.obj 2024-08-06T20:26:52.4768020Z [1342/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-int.c.obj 2024-08-06T20:26:52.4944791Z [1343/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-float.c.obj 2024-08-06T20:26:52.4956899Z [1344/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-int.c.obj 2024-08-06T20:26:52.5339305Z [1345/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-float.c.obj 2024-08-06T20:26:52.5590228Z [1346/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-float.c.obj 2024-08-06T20:26:52.5655913Z [1347/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-int.c.obj 2024-08-06T20:26:52.5667824Z [1348/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-int.c.obj 2024-08-06T20:26:52.5712939Z [1349/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-float.c.obj 2024-08-06T20:26:52.5867715Z [1350/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-int.c.obj 2024-08-06T20:26:52.6005416Z [1351/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-int.c.obj 2024-08-06T20:26:52.6211286Z [1352/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-float.c.obj 2024-08-06T20:26:52.6263237Z [1353/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2024-08-06T20:26:52.6522140Z [1354/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-float.c.obj 2024-08-06T20:26:52.6535942Z [1355/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-int.c.obj 2024-08-06T20:26:52.6587254Z [1356/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-int.c.obj 2024-08-06T20:26:52.6704178Z [1357/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-float.c.obj 2024-08-06T20:26:52.6754670Z [1358/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-float.c.obj 2024-08-06T20:26:52.7035151Z [1359/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-float.c.obj 2024-08-06T20:26:52.7399394Z [1360/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-int.c.obj 2024-08-06T20:26:52.7493749Z [1361/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-p6h5ts-div.c.obj 2024-08-06T20:26:52.7772758Z [1362/7974] 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-08-06T20:26:52.7786171Z [1363/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.obj 2024-08-06T20:26:52.7833958Z [1364/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-sse-c4.c.obj 2024-08-06T20:26:52.7846301Z [1365/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-int.c.obj 2024-08-06T20:26:52.7988189Z [1366/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9x-minmax-sse-c4.c.obj 2024-08-06T20:26:52.8193572Z [1367/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.obj 2024-08-06T20:26:52.8397653Z [1368/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-float.c.obj 2024-08-06T20:26:52.8656337Z [1369/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-float.c.obj 2024-08-06T20:26:52.9098449Z [1370/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-int.c.obj 2024-08-06T20:26:52.9110428Z [1371/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-float.c.obj 2024-08-06T20:26:52.9122184Z [1372/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-float.c.obj 2024-08-06T20:26:52.9134329Z [1373/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-int.c.obj 2024-08-06T20:26:52.9183851Z [1374/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-int.c.obj 2024-08-06T20:26:52.9239211Z [1375/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-int.c.obj 2024-08-06T20:26:52.9335151Z [1376/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-float.c.obj 2024-08-06T20:26:52.9708508Z [1377/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2024-08-06T20:26:52.9859756Z [1378/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2024-08-06T20:26:53.0065310Z [1379/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2024-08-06T20:26:53.0293746Z [1380/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u1.c.obj 2024-08-06T20:26:53.0305942Z [1381/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-int.c.obj 2024-08-06T20:26:53.0353630Z [1382/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u1.c.obj 2024-08-06T20:26:53.0441923Z [1383/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2024-08-06T20:26:53.0502877Z [1384/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u4.c.obj 2024-08-06T20:26:53.0940052Z [1385/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u2.c.obj 2024-08-06T20:26:53.1155347Z [1386/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.obj 2024-08-06T20:26:53.1203464Z [1387/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-rcp.c.obj 2024-08-06T20:26:53.1217674Z [1388/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-div.c.obj 2024-08-06T20:26:53.1316565Z [1389/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u2.c.obj 2024-08-06T20:26:53.1389427Z [1390/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-div.c.obj 2024-08-06T20:26:53.1404039Z [1391/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-div.c.obj 2024-08-06T20:26:53.1642193Z [1392/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-rcp.c.obj 2024-08-06T20:26:53.2177249Z [1393/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-div.c.obj 2024-08-06T20:26:53.2282962Z [1394/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut8-p3h1ts-div.c.obj 2024-08-06T20:26:53.2350535Z [1395/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-rcp.c.obj 2024-08-06T20:26:53.2396134Z [1396/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-rcp.c.obj 2024-08-06T20:26:53.2408487Z [1397/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-rcp.c.obj 2024-08-06T20:26:53.2464757Z [1398/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-rcp.c.obj 2024-08-06T20:26:53.2811890Z [1399/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-div.c.obj 2024-08-06T20:26:53.3044506Z [1400/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-rcp.c.obj 2024-08-06T20:26:53.3347958Z [1401/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut16-p4h3ps-div.c.obj 2024-08-06T20:26:53.3491174Z [1402/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-p6h4ts-div.c.obj 2024-08-06T20:26:53.3588965Z [1403/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut16-p3h1ts-div.c.obj 2024-08-06T20:26:53.3678157Z [1404/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-div.c.obj 2024-08-06T20:26:53.3691067Z [1405/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut32-p3h1ts-div.c.obj 2024-08-06T20:26:53.3778244Z [1406/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut64-p3h1ts-div.c.obj 2024-08-06T20:26:53.4092895Z [1407/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut16-p4h3ts-div.c.obj 2024-08-06T20:26:53.4295011Z [1408/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-div.c.obj 2024-08-06T20:26:53.4461967Z [1409/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut4-p4h3ps-div.c.obj 2024-08-06T20:26:53.4546491Z [1410/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-p6h5ps-rcp.c.obj 2024-08-06T20:26:53.4668909Z [1411/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-p6h5ps-div.c.obj 2024-08-06T20:26:53.4721295Z [1412/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-p6h5ts-rcp.c.obj 2024-08-06T20:26:53.4907178Z [1413/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut4-p4h2ts-div.c.obj 2024-08-06T20:26:53.5083796Z [1414/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut8-p4h3ps-div.c.obj 2024-08-06T20:26:53.5362717Z [1415/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-06T20:26:53.5446257Z [1416/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut4-p4h3ts-div.c.obj 2024-08-06T20:26:53.5744608Z [1417/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-div.c.obj 2024-08-06T20:26:53.5756142Z [1418/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut8-p3h1ts-div.c.obj 2024-08-06T20:26:53.5930538Z [1419/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut8-p4h3ts-div.c.obj 2024-08-06T20:26:53.5942763Z [1420/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-rcp.c.obj 2024-08-06T20:26:53.5994825Z [1421/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut16-p4h3ts-div.c.obj 2024-08-06T20:26:53.6283165Z [1422/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut16-p3h1ts-div.c.obj 2024-08-06T20:26:53.6370411Z [1423/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut16-p4h2ts-div.c.obj 2024-08-06T20:26:53.6510195Z [1424/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut16-p4h3ps-div.c.obj 2024-08-06T20:26:53.6651826Z [1425/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut4-p4h2ts-div.c.obj 2024-08-06T20:26:53.6837389Z [1426/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-p6h5ps-div.c.obj 2024-08-06T20:26:53.6928657Z [1427/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-p6h4ts-div.c.obj 2024-08-06T20:26:53.7008946Z [1428/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut32-p3h1ts-div.c.obj 2024-08-06T20:26:53.7023450Z [1429/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut64-p3h1ts-div.c.obj 2024-08-06T20:26:53.7383056Z [1430/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut8-p4h3ps-div.c.obj 2024-08-06T20:26:53.7467074Z [1431/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut8-p4h2ts-div.c.obj 2024-08-06T20:26:53.7644957Z [1432/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut4-p4h3ps-div.c.obj 2024-08-06T20:26:53.8063661Z [1433/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-p6h5ts-div.c.obj 2024-08-06T20:26:53.8143388Z [1434/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut16-p3h1ts-div.c.obj 2024-08-06T20:26:53.8196521Z [1435/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut8-p3h1ts-div.c.obj 2024-08-06T20:26:53.8455626Z [1436/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut8-p4h3ts-div.c.obj 2024-08-06T20:26:53.8499821Z [1437/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut16-p4h3ts-div.c.obj 2024-08-06T20:26:53.8511897Z [1438/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut16-p4h3ps-div.c.obj 2024-08-06T20:26:53.8590183Z [1439/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut16-p4h2ts-div.c.obj 2024-08-06T20:26:53.8744835Z [1440/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut4-p4h3ts-div.c.obj 2024-08-06T20:26:53.9069800Z [1441/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut4-p4h2ts-div.c.obj 2024-08-06T20:26:53.9130390Z [1442/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut32-p3h1ts-div.c.obj 2024-08-06T20:26:53.9385704Z [1443/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-p6h4ts-div.c.obj 2024-08-06T20:26:53.9434063Z [1444/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-p6h5ts-div.c.obj 2024-08-06T20:26:53.9446018Z [1445/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut64-p3h1ts-div.c.obj 2024-08-06T20:26:54.1271881Z [1446/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut8-p4h2ts-div.c.obj 2024-08-06T20:26:54.1283998Z [1447/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut4-p4h3ps-div.c.obj 2024-08-06T20:26:54.1295096Z [1448/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut4-p4h3ts-div.c.obj 2024-08-06T20:26:54.1306210Z [1449/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut8-p4h3ps-div.c.obj 2024-08-06T20:26:54.1318729Z [1450/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut16-p4h3ps-div.c.obj 2024-08-06T20:26:54.1330002Z [1451/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-p6h5ps-div.c.obj 2024-08-06T20:26:54.1344111Z [1452/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut16-p3h1ts-div.c.obj 2024-08-06T20:26:54.1358629Z [1453/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut8-p3h1ts-div.c.obj 2024-08-06T20:26:54.2303200Z [1454/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut16-p4h3ts-div.c.obj 2024-08-06T20:26:54.2315968Z [1455/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-p6h5ps-div.c.obj 2024-08-06T20:26:54.4545328Z [1456/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8s4-minmax-sse.c.obj 2024-08-06T20:26:54.4558391Z [1457/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut32-p3h1ts-div.c.obj 2024-08-06T20:26:54.4570101Z [1458/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-p6h4ts-div.c.obj 2024-08-06T20:26:54.4581624Z [1459/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut64-p3h1ts-div.c.obj 2024-08-06T20:26:54.4594728Z [1460/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut16-p4h2ts-div.c.obj 2024-08-06T20:26:54.4608863Z [1461/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut8-p4h3ts-div.c.obj 2024-08-06T20:26:54.5514678Z [1462/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8s4-minmax-sse.c.obj 2024-08-06T20:26:54.5638815Z [1463/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-load1.c.obj 2024-08-06T20:26:54.5698162Z [1464/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-dup.c.obj 2024-08-06T20:26:54.5739809Z [1465/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-load1.c.obj 2024-08-06T20:26:54.5787121Z [1466/7974] 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-08-06T20:26:54.6217488Z [1467/7974] 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-08-06T20:26:54.6272360Z [1468/7974] 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-08-06T20:26:54.6580955Z [1469/7974] 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-08-06T20:26:54.6804505Z [1470/7974] 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-08-06T20:26:54.6849290Z [1471/7974] 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-08-06T20:26:54.6905682Z [1472/7974] 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-08-06T20:26:54.6966130Z [1473/7974] 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-08-06T20:26:54.7347362Z [1474/7974] 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-08-06T20:26:54.7644917Z [1475/7974] 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-08-06T20:26:54.7742287Z [1476/7974] 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-08-06T20:26:54.7795567Z [1477/7974] 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-08-06T20:26:54.7891199Z [1478/7974] 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-08-06T20:26:54.8028757Z [1479/7974] 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-08-06T20:26:54.8234654Z [1480/7974] 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-08-06T20:26:54.8248901Z [1481/7974] 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-08-06T20:26:54.8852680Z [1482/7974] 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-08-06T20:26:54.8900682Z [1483/7974] 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-08-06T20:26:54.8917509Z [1484/7974] 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-08-06T20:26:54.8978788Z [1485/7974] 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-08-06T20:26:54.9124288Z [1486/7974] 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-08-06T20:26:54.9332591Z [1487/7974] 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-08-06T20:26:54.9482666Z [1488/7974] 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-08-06T20:26:54.9495970Z [1489/7974] 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-08-06T20:26:55.0138065Z [1490/7974] 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-08-06T20:26:55.0152423Z [1491/7974] 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-08-06T20:26:55.0203818Z [1492/7974] 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-08-06T20:26:55.0256433Z [1493/7974] 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-08-06T20:26:55.0484104Z [1494/7974] 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-08-06T20:26:55.0700865Z [1495/7974] 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-08-06T20:26:55.0897712Z [1496/7974] 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-08-06T20:26:55.1020987Z [1497/7974] 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-08-06T20:26:55.1246431Z [1498/7974] 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-08-06T20:26:55.1579152Z [1499/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.1647529Z [1500/7974] 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-08-06T20:26:55.1721730Z [1501/7974] 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-08-06T20:26:55.1734919Z [1502/7974] 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-08-06T20:26:55.2109085Z [1503/7974] 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-08-06T20:26:55.2176214Z [1504/7974] 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-08-06T20:26:55.2477254Z [1505/7974] 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-08-06T20:26:55.2488536Z [1506/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.2499762Z [1507/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse.c.obj 2024-08-06T20:26:55.2567073Z [1508/7974] 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-08-06T20:26:55.2579433Z [1509/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.3027471Z [1510/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse.c.obj 2024-08-06T20:26:55.3125256Z [1511/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.3369438Z [1512/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse.c.obj 2024-08-06T20:26:55.3513490Z [1513/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse.c.obj 2024-08-06T20:26:55.3569050Z [1514/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.3583252Z [1515/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.3734975Z [1516/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.3793587Z [1517/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.obj 2024-08-06T20:26:55.4128270Z [1518/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.obj 2024-08-06T20:26:55.4325725Z [1519/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.obj 2024-08-06T20:26:55.4729188Z [1520/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.obj 2024-08-06T20:26:55.4886181Z [1521/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.obj 2024-08-06T20:26:55.5024273Z [1522/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.5084750Z [1523/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.5097911Z [1524/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.5109836Z [1525/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.obj 2024-08-06T20:26:55.5336701Z [1526/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.obj 2024-08-06T20:26:55.5399537Z [1527/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.5812329Z [1528/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.obj 2024-08-06T20:26:55.6022408Z [1529/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.6094878Z [1530/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse.c.obj 2024-08-06T20:26:55.6198551Z [1531/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.6297666Z [1532/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse.c.obj 2024-08-06T20:26:55.6313482Z [1533/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.obj 2024-08-06T20:26:55.6460648Z [1534/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.6474073Z [1535/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.6885431Z [1536/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.6897849Z [1537/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse-acc2.c.obj 2024-08-06T20:26:55.7059718Z [1538/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse.c.obj 2024-08-06T20:26:55.7144433Z [1539/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse.c.obj 2024-08-06T20:26:55.7193822Z [1540/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7x-minmax-sse-c4.c.obj 2024-08-06T20:26:55.7206783Z [1541/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool-cw\f32-gavgpool-cw-sse-u4.c.obj 2024-08-06T20:26:55.7264312Z [1542/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7p7x-minmax-sse-c4.c.obj 2024-08-06T20:26:55.7813718Z [1543/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-load1.c.obj 2024-08-06T20:26:55.8087164Z [1544/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-dup.c.obj 2024-08-06T20:26:55.8156032Z [1545/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2c4-minmax-sse.c.obj 2024-08-06T20:26:55.8198174Z [1546/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-dup.c.obj 2024-08-06T20:26:55.8257963Z [1547/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8s4-minmax-sse.c.obj 2024-08-06T20:26:55.8272267Z [1548/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8s4-minmax-sse.c.obj 2024-08-06T20:26:55.8285427Z [1549/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-load1.c.obj 2024-08-06T20:26:55.8432226Z [1550/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-dup.c.obj 2024-08-06T20:26:55.8906252Z [1551/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x2c4-minmax-sse.c.obj 2024-08-06T20:26:55.9243545Z [1552/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-load1.c.obj 2024-08-06T20:26:55.9256175Z [1553/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8s4-minmax-sse.c.obj 2024-08-06T20:26:55.9377811Z [1554/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8s4-minmax-sse.c.obj 2024-08-06T20:26:55.9426388Z [1555/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-dup.c.obj 2024-08-06T20:26:55.9481421Z [1556/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8s4-minmax-sse.c.obj 2024-08-06T20:26:55.9533522Z [1557/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-load1.c.obj 2024-08-06T20:26:55.9815504Z [1558/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-dup.c.obj 2024-08-06T20:26:56.0060658Z [1559/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-dup.c.obj 2024-08-06T20:26:56.0381789Z [1560/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2024-08-06T20:26:56.0480107Z [1561/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2024-08-06T20:26:56.0495442Z [1562/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2024-08-06T20:26:56.0667723Z [1563/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2024-08-06T20:26:56.0683142Z [1564/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8s4-minmax-sse.c.obj 2024-08-06T20:26:56.0738815Z [1565/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-load1.c.obj 2024-08-06T20:26:56.0881688Z [1566/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2024-08-06T20:26:56.0993346Z [1567/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-load1.c.obj 2024-08-06T20:26:56.1457889Z [1568/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8s4-minmax-sse.c.obj 2024-08-06T20:26:56.1556912Z [1569/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-load1.c.obj 2024-08-06T20:26:56.1573129Z [1570/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p8.c.obj 2024-08-06T20:26:56.1647837Z [1571/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-dup.c.obj 2024-08-06T20:26:56.1716104Z [1572/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p4.c.obj 2024-08-06T20:26:56.1900964Z [1573/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-load1.c.obj 2024-08-06T20:26:56.2117952Z [1574/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-dup.c.obj 2024-08-06T20:26:56.2249056Z [1575/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-dup.c.obj 2024-08-06T20:26:56.2454017Z [1576/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8s4-minmax-sse.c.obj 2024-08-06T20:26:56.2517896Z [1577/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8s4-minmax-sse.c.obj 2024-08-06T20:26:56.2587639Z [1578/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-dup.c.obj 2024-08-06T20:26:56.2664822Z [1579/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2024-08-06T20:26:56.2895736Z [1580/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2024-08-06T20:26:56.2910587Z [1581/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-dup.c.obj 2024-08-06T20:26:56.3456062Z [1582/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-load1.c.obj 2024-08-06T20:26:56.3468046Z [1583/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-load1.c.obj 2024-08-06T20:26:56.3479166Z [1584/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-dup.c.obj 2024-08-06T20:26:56.3490682Z [1585/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8s4-minmax-sse.c.obj 2024-08-06T20:26:56.3537878Z [1586/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2c4-minmax-sse.c.obj 2024-08-06T20:26:56.3608455Z [1587/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-load1.c.obj 2024-08-06T20:26:56.3689676Z [1588/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8s4-minmax-sse.c.obj 2024-08-06T20:26:56.3941478Z [1589/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x2c4-minmax-sse.c.obj 2024-08-06T20:26:56.4363024Z [1590/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-sse-c4.c.obj 2024-08-06T20:26:56.4373936Z [1591/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-load1.c.obj 2024-08-06T20:26:56.4502606Z [1592/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-dup.c.obj 2024-08-06T20:26:56.4687933Z [1593/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-sse-c4.c.obj 2024-08-06T20:26:56.4699840Z [1594/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8s4-minmax-sse.c.obj 2024-08-06T20:26:56.4746743Z [1595/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-load1.c.obj 2024-08-06T20:26:56.4800962Z [1596/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8s4-minmax-sse.c.obj 2024-08-06T20:26:56.4933011Z [1597/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-dup.c.obj 2024-08-06T20:26:56.5338042Z [1598/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-sse-c4.c.obj 2024-08-06T20:26:56.5348700Z [1599/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse-2x4.c.obj 2024-08-06T20:26:56.5409779Z [1600/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse-2x8.c.obj 2024-08-06T20:26:56.5455834Z [1601/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x8-minmax-sse.c.obj 2024-08-06T20:26:56.5502683Z [1602/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u8-acc2.c.obj 2024-08-06T20:26:56.5598184Z [1603/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc4.c.obj 2024-08-06T20:26:56.5617337Z [1604/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2024-08-06T20:26:56.5745652Z [1605/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u8-acc2.c.obj 2024-08-06T20:26:56.6033869Z [1606/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc2.c.obj 2024-08-06T20:26:56.6048002Z [1607/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u12-acc3.c.obj 2024-08-06T20:26:56.6260813Z [1608/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc2.c.obj 2024-08-06T20:26:56.6274704Z [1609/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u8-acc2.c.obj 2024-08-06T20:26:56.6345843Z [1610/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u12-acc3.c.obj 2024-08-06T20:26:56.6360264Z [1611/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc4.c.obj 2024-08-06T20:26:56.6627733Z [1612/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2024-08-06T20:26:56.6711113Z [1613/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u8-acc2.c.obj 2024-08-06T20:26:56.6725479Z [1614/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2024-08-06T20:26:56.6943476Z [1615/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc2.c.obj 2024-08-06T20:26:56.6990488Z [1616/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc4.c.obj 2024-08-06T20:26:56.7170020Z [1617/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-sse.c.obj 2024-08-06T20:26:56.7428178Z [1618/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u12-acc3.c.obj 2024-08-06T20:26:56.7478743Z [1619/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u12-acc3.c.obj 2024-08-06T20:26:56.7491527Z [1620/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc2.c.obj 2024-08-06T20:26:56.7537868Z [1621/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc4.c.obj 2024-08-06T20:26:56.7930674Z [1622/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-32x1-minmax-sse.c.obj 2024-08-06T20:26:56.8319517Z [1623/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-sse-u4.c.obj 2024-08-06T20:26:56.8331597Z [1624/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-sse-u8.c.obj 2024-08-06T20:26:56.8342417Z [1625/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-sse-u4.c.obj 2024-08-06T20:26:56.8389363Z [1626/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-sse.c.obj 2024-08-06T20:26:56.8402947Z [1627/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-16x1-minmax-sse.c.obj 2024-08-06T20:26:56.8450209Z [1628/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-sse-u8.c.obj 2024-08-06T20:26:56.8671582Z [1629/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2024-08-06T20:26:56.8766475Z [1630/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-sse-u8.c.obj 2024-08-06T20:26:56.9150177Z [1631/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-sse-u4.c.obj 2024-08-06T20:26:56.9162076Z [1632/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-sse-u4.c.obj 2024-08-06T20:26:56.9173031Z [1633/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2024-08-06T20:26:56.9219683Z [1634/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u4.c.obj 2024-08-06T20:26:56.9265470Z [1635/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-sse-u8.c.obj 2024-08-06T20:26:56.9440607Z [1636/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2024-08-06T20:26:56.9726016Z [1637/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2024-08-06T20:26:56.9903534Z [1638/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-sse-u4.c.obj 2024-08-06T20:26:56.9947629Z [1639/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2024-08-06T20:26:56.9968025Z [1640/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2024-08-06T20:26:57.0042336Z [1641/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-sse-u8.c.obj 2024-08-06T20:26:57.0335776Z [1642/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-sse-u4.c.obj 2024-08-06T20:26:57.0347633Z [1643/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2024-08-06T20:26:57.0637600Z [1644/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-sse-u8.c.obj 2024-08-06T20:26:57.0648998Z [1645/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2024-08-06T20:26:57.0659609Z [1646/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-sse-u4.c.obj 2024-08-06T20:26:57.0710742Z [1647/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-sse-u8.c.obj 2024-08-06T20:26:57.0847873Z [1648/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-sse-u4.c.obj 2024-08-06T20:26:57.0898221Z [1649/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-sse-u8.c.obj 2024-08-06T20:26:57.1044341Z [1650/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2024-08-06T20:26:57.1422163Z [1651/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-sse-u4.c.obj 2024-08-06T20:26:57.1499796Z [1652/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2024-08-06T20:26:57.1538397Z [1653/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-sse-u8.c.obj 2024-08-06T20:26:57.1693163Z [1654/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.obj 2024-08-06T20:26:57.1738836Z [1655/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2024-08-06T20:26:57.1750479Z [1656/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-sse-u4.c.obj 2024-08-06T20:26:57.1794947Z [1657/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-sse-u8.c.obj 2024-08-06T20:26:57.2176572Z [1658/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u24.c.obj 2024-08-06T20:26:57.2402055Z [1659/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u16.c.obj 2024-08-06T20:26:57.2449428Z [1660/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2024-08-06T20:26:57.2539822Z [1661/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u8.c.obj 2024-08-06T20:26:57.2827688Z [1662/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2024-08-06T20:26:57.2840383Z [1663/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2024-08-06T20:26:57.3152563Z [1664/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2024-08-06T20:26:57.3166241Z [1665/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u4.c.obj 2024-08-06T20:26:57.3208129Z [1666/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u4.c.obj 2024-08-06T20:26:57.3341086Z [1667/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2024-08-06T20:26:57.3521290Z [1668/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2024-08-06T20:26:57.3863851Z [1669/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2024-08-06T20:26:57.3874879Z [1670/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-sse-2x.c.obj 2024-08-06T20:26:57.4146128Z [1671/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c8-minmax-sse-2x.c.obj 2024-08-06T20:26:57.4188466Z [1672/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u8.c.obj 2024-08-06T20:26:57.4202334Z [1673/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u16.c.obj 2024-08-06T20:26:57.4373824Z [1674/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u4.c.obj 2024-08-06T20:26:57.4542838Z [1675/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u8.c.obj 2024-08-06T20:26:57.5115116Z [1676/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-sse-u8.c.obj 2024-08-06T20:26:57.5240412Z [1677/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-sse-u8.c.obj 2024-08-06T20:26:57.5319447Z [1678/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-sse-u4.c.obj 2024-08-06T20:26:57.5366296Z [1679/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u16.c.obj 2024-08-06T20:26:57.5377335Z [1680/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-sse-u4.c.obj 2024-08-06T20:26:57.5430486Z [1681/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-sse-u4.c.obj 2024-08-06T20:26:57.6057457Z [1682/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-sse-addsub.c.obj 2024-08-06T20:26:57.6151464Z [1683/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-sse-addsub.c.obj 2024-08-06T20:26:57.6190131Z [1684/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2024-08-06T20:26:57.6232278Z [1685/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-sse-u8.c.obj 2024-08-06T20:26:57.6814417Z [1686/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-sse-addsub.c.obj 2024-08-06T20:26:57.6856842Z [1687/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-sse-nr1mac.c.obj 2024-08-06T20:26:57.7157549Z [1688/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u8.c.obj 2024-08-06T20:26:57.7199901Z [1689/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-sse-hh1mac.c.obj 2024-08-06T20:26:57.7292373Z [1690/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-sse-nr2mac.c.obj 2024-08-06T20:26:57.7352789Z [1691/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.obj 2024-08-06T20:26:57.7502950Z [1692/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u32.c.obj 2024-08-06T20:26:57.7576433Z [1693/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-sse-addsub.c.obj 2024-08-06T20:26:57.7627880Z [1694/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u32.c.obj 2024-08-06T20:26:57.7842576Z [1695/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u24.c.obj 2024-08-06T20:26:57.7853437Z [1696/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u16.c.obj 2024-08-06T20:26:57.8012360Z [1697/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2024-08-06T20:26:57.8193527Z [1698/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u24.c.obj 2024-08-06T20:26:57.8205871Z [1699/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2024-08-06T20:26:57.8254863Z [1700/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u32.c.obj 2024-08-06T20:26:57.8387014Z [1701/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u16.c.obj 2024-08-06T20:26:57.8495644Z [1702/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2024-08-06T20:26:57.8506508Z [1703/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2024-08-06T20:26:57.8552823Z [1704/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u8.c.obj 2024-08-06T20:26:57.8908715Z [1705/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2024-08-06T20:26:57.9069136Z [1706/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2024-08-06T20:26:57.9315470Z [1707/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u32.c.obj 2024-08-06T20:26:57.9408469Z [1708/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u16.c.obj 2024-08-06T20:26:57.9450812Z [1709/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:57.9464547Z [1710/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u24.c.obj 2024-08-06T20:26:57.9759701Z [1711/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u8.c.obj 2024-08-06T20:26:58.0036211Z [1712/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.0227892Z [1713/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.0403700Z [1714/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.0628010Z [1715/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.0795521Z [1716/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.0837770Z [1717/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.0917649Z [1718/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.1076974Z [1719/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.1282078Z [1720/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.1670365Z [1721/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.1681902Z [1722/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.1851366Z [1723/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.1979000Z [1724/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.2036434Z [1725/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse2-2x4.c.obj 2024-08-06T20:26:58.2250258Z [1726/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.2590969Z [1727/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse2-2x8.c.obj 2024-08-06T20:26:58.2649491Z [1728/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2024-08-06T20:26:58.2660516Z [1729/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2024-08-06T20:26:58.2746723Z [1730/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.2868716Z [1731/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.3069610Z [1732/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.3124771Z [1733/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.3187611Z [1734/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.3653664Z [1735/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse2-load1.c.obj 2024-08-06T20:26:58.3744999Z [1736/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.3756355Z [1737/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8s4-minmax-sse2.c.obj 2024-08-06T20:26:58.3803216Z [1738/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse2-load1.c.obj 2024-08-06T20:26:58.4018657Z [1739/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.4110972Z [1740/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8s4-minmax-sse2.c.obj 2024-08-06T20:26:58.4164576Z [1741/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8s4-minmax-sse2.c.obj 2024-08-06T20:26:58.4520407Z [1742/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.4610895Z [1743/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2c4-minmax-sse2.c.obj 2024-08-06T20:26:58.4693014Z [1744/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse2-load1.c.obj 2024-08-06T20:26:58.4847364Z [1745/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.4922378Z [1746/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse2-dup.c.obj 2024-08-06T20:26:58.5107071Z [1747/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8s4-minmax-sse2.c.obj 2024-08-06T20:26:58.5118947Z [1748/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8s4-minmax-sse2.c.obj 2024-08-06T20:26:58.5305969Z [1749/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse2-load1.c.obj 2024-08-06T20:26:58.5406144Z [1750/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u32.c.obj 2024-08-06T20:26:58.5564163Z [1751/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u24.c.obj 2024-08-06T20:26:58.5577672Z [1752/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u16.c.obj 2024-08-06T20:26:58.5623421Z [1753/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse2-load1.c.obj 2024-08-06T20:26:58.5763945Z [1754/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u8.c.obj 2024-08-06T20:26:58.5976625Z [1755/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8.c.obj 2024-08-06T20:26:58.5988645Z [1756/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.obj 2024-08-06T20:26:58.6082819Z [1757/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc2.c.obj 2024-08-06T20:26:58.6229779Z [1758/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc3.c.obj 2024-08-06T20:26:58.6242018Z [1759/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12.c.obj 2024-08-06T20:26:58.6293441Z [1760/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16.c.obj 2024-08-06T20:26:58.6675084Z [1761/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc2.c.obj 2024-08-06T20:26:58.6759983Z [1762/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.obj 2024-08-06T20:26:58.6849768Z [1763/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u16.c.obj 2024-08-06T20:26:58.6962340Z [1764/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u20.c.obj 2024-08-06T20:26:58.7011094Z [1765/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc5.c.obj 2024-08-06T20:26:58.7023406Z [1766/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20.c.obj 2024-08-06T20:26:58.7108602Z [1767/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u8.c.obj 2024-08-06T20:26:58.7176367Z [1768/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u12.c.obj 2024-08-06T20:26:58.7455178Z [1769/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u4.c.obj 2024-08-06T20:26:58.7617801Z [1770/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u4.c.obj 2024-08-06T20:26:58.7736344Z [1771/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u8.c.obj 2024-08-06T20:26:58.7804888Z [1772/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u12.c.obj 2024-08-06T20:26:58.7987401Z [1773/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u20.c.obj 2024-08-06T20:26:58.8079118Z [1774/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u16.c.obj 2024-08-06T20:26:58.8313081Z [1775/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2024-08-06T20:26:58.8325324Z [1776/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u24.c.obj 2024-08-06T20:26:58.8729994Z [1777/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2024-08-06T20:26:58.8857151Z [1778/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2024-08-06T20:26:58.8942876Z [1779/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2024-08-06T20:26:58.8989573Z [1780/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2024-08-06T20:26:58.9461825Z [1781/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u24.c.obj 2024-08-06T20:26:58.9473797Z [1782/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u4.c.obj 2024-08-06T20:26:58.9519861Z [1783/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2024-08-06T20:26:58.9569085Z [1784/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u8.c.obj 2024-08-06T20:26:58.9631052Z [1785/7974] 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-08-06T20:26:58.9682783Z [1786/7974] 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-08-06T20:26:58.9695204Z [1787/7974] 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-08-06T20:26:59.0078347Z [1788/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2024-08-06T20:26:59.0352526Z [1789/7974] 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-08-06T20:26:59.0472383Z [1790/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u12.c.obj 2024-08-06T20:26:59.0518159Z [1791/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u4.c.obj 2024-08-06T20:26:59.0532933Z [1792/7974] 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-08-06T20:26:59.0584941Z [1793/7974] 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-08-06T20:26:59.0701177Z [1794/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2024-08-06T20:26:59.0872048Z [1795/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u24.c.obj 2024-08-06T20:26:59.1011677Z [1796/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u8.c.obj 2024-08-06T20:26:59.1425576Z [1797/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u16.c.obj 2024-08-06T20:26:59.1558147Z [1798/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u16.c.obj 2024-08-06T20:26:59.6706922Z [1799/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u16.c.obj 2024-08-06T20:26:59.6718296Z [1800/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u8.c.obj 2024-08-06T20:26:59.6730189Z [1801/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u8.c.obj 2024-08-06T20:26:59.6741784Z [1802/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u4.c.obj 2024-08-06T20:26:59.6752878Z [1803/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u12.c.obj 2024-08-06T20:26:59.6765882Z [1804/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u12.c.obj 2024-08-06T20:26:59.6777849Z [1805/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u20.c.obj 2024-08-06T20:26:59.7450678Z [1806/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-f32-cvt-sse2-int32.c.obj 2024-08-06T20:26:59.7500690Z [1807/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u16.c.obj 2024-08-06T20:26:59.7663679Z [1808/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-f32-cvt-sse2-int16.c.obj 2024-08-06T20:26:59.8706401Z [1809/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u4.c.obj 2024-08-06T20:26:59.8722347Z [1810/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u4.c.obj 2024-08-06T20:26:59.8738124Z [1811/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u8.c.obj 2024-08-06T20:26:59.8749085Z [1812/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u8.c.obj 2024-08-06T20:26:59.8759899Z [1813/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u4.c.obj 2024-08-06T20:26:59.8770349Z [1814/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u12.c.obj 2024-08-06T20:26:59.8784519Z [1815/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u16.c.obj 2024-08-06T20:26:59.9411761Z [1816/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-sse2-rr2-p5.c.obj 2024-08-06T20:26:59.9463842Z [1817/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-sse2-cvt.c.obj 2024-08-06T20:26:59.9475054Z [1818/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-sse2-rr2-lut16-p3.c.obj 2024-08-06T20:26:59.9485404Z [1819/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u12.c.obj 2024-08-06T20:26:59.9495734Z [1820/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-sse2-rr2-p6.c.obj 2024-08-06T20:26:59.9541941Z [1821/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-sse2-cvt.c.obj 2024-08-06T20:26:59.9587906Z [1822/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-sse2-rr2-p5.c.obj 2024-08-06T20:26:59.9599849Z [1823/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-sse2-rr2-lut64-p2.c.obj 2024-08-06T20:27:00.0183932Z [1824/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-lut64-p2-nr2.c.obj 2024-08-06T20:27:00.0227596Z [1825/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-f16-cvt-sse2.c.obj 2024-08-06T20:27:00.0239074Z [1826/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-sse2-cvt.c.obj 2024-08-06T20:27:00.0294720Z [1827/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-p5-div.c.obj 2024-08-06T20:27:00.0429893Z [1828/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-lut64-p2-nr1.c.obj 2024-08-06T20:27:00.0472740Z [1829/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-sse2-cvt.c.obj 2024-08-06T20:27:00.0656652Z [1830/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-lut64-p2-div.c.obj 2024-08-06T20:27:00.0865384Z [1831/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-p5-nr1.c.obj 2024-08-06T20:27:00.0923742Z [1832/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-p5-nr2.c.obj 2024-08-06T20:27:00.1182159Z [1833/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr1-lut8-p4h3ps-div.c.obj 2024-08-06T20:27:00.1374152Z [1834/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr1.c.obj 2024-08-06T20:27:00.1453882Z [1835/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-06T20:27:00.1541581Z [1836/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr1.c.obj 2024-08-06T20:27:00.1556893Z [1837/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr2.c.obj 2024-08-06T20:27:00.1616763Z [1838/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr2.c.obj 2024-08-06T20:27:00.1949914Z [1839/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr1.c.obj 2024-08-06T20:27:00.2106628Z [1840/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr1.c.obj 2024-08-06T20:27:00.2464285Z [1841/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr2.c.obj 2024-08-06T20:27:00.2510300Z [1842/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr2.c.obj 2024-08-06T20:27:00.2651279Z [1843/7974] 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-08-06T20:27:00.2698576Z [1844/7974] 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-08-06T20:27:00.2944094Z [1845/7974] 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-08-06T20:27:00.3091120Z [1846/7974] 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-08-06T20:27:00.3222773Z [1847/7974] 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-08-06T20:27:00.3273940Z [1848/7974] 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-08-06T20:27:00.3683848Z [1849/7974] 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-08-06T20:27:00.3695753Z [1850/7974] 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-08-06T20:27:00.3854529Z [1851/7974] 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-08-06T20:27:00.4299292Z [1852/7974] 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-08-06T20:27:00.4461737Z [1853/7974] 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-08-06T20:27:00.4691862Z [1854/7974] 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-08-06T20:27:00.4704851Z [1855/7974] 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-08-06T20:27:00.4762953Z [1856/7974] 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-08-06T20:27:00.4869862Z [1857/7974] 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-08-06T20:27:00.4921721Z [1858/7974] 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-08-06T20:27:00.4989976Z [1859/7974] 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-08-06T20:27:00.5436305Z [1860/7974] 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-08-06T20:27:00.5895101Z [1861/7974] 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-08-06T20:27:00.5943863Z [1862/7974] 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-08-06T20:27:00.6162542Z [1863/7974] 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-08-06T20:27:00.6219054Z [1864/7974] 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-08-06T20:27:00.6270597Z [1865/7974] 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-08-06T20:27:00.6283474Z [1866/7974] 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-08-06T20:27:00.6448490Z [1867/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:00.7023327Z [1868/7974] 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-08-06T20:27:00.7145888Z [1869/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:00.7319945Z [1870/7974] 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-08-06T20:27:00.7428725Z [1871/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:00.7440337Z [1872/7974] 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-08-06T20:27:00.7616521Z [1873/7974] 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-08-06T20:27:00.8634500Z [1874/7974] 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-08-06T20:27:00.8659693Z [1875/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:00.8672876Z [1876/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:00.8683462Z [1877/7974] 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-08-06T20:27:00.8696273Z [1878/7974] 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-08-06T20:27:00.8746297Z [1879/7974] 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-08-06T20:27:00.8757592Z [1880/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:00.8870677Z [1881/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:00.9484696Z [1882/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u8.c.obj 2024-08-06T20:27:00.9641903Z [1883/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:00.9710230Z [1884/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.obj 2024-08-06T20:27:00.9783081Z [1885/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:00.9862913Z [1886/7974] 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-08-06T20:27:00.9908009Z [1887/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u16.c.obj 2024-08-06T20:27:00.9955535Z [1888/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:01.0241184Z [1889/7974] 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-08-06T20:27:01.0373818Z [1890/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.obj 2024-08-06T20:27:01.0517039Z [1891/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u32.c.obj 2024-08-06T20:27:01.0575906Z [1892/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.obj 2024-08-06T20:27:01.0624013Z [1893/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse2-c8.c.obj 2024-08-06T20:27:01.0673738Z [1894/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u24.c.obj 2024-08-06T20:27:01.0863091Z [1895/7974] 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-08-06T20:27:01.1026756Z [1896/7974] 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-08-06T20:27:01.1224647Z [1897/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse2-c16.c.obj 2024-08-06T20:27:01.1837882Z [1898/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse2-c24.c.obj 2024-08-06T20:27:01.1851196Z [1899/7974] 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-08-06T20:27:01.1934398Z [1900/7974] 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-08-06T20:27:01.1997794Z [1901/7974] 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-08-06T20:27:01.2049178Z [1902/7974] 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-08-06T20:27:01.2135060Z [1903/7974] 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-08-06T20:27:01.2403975Z [1904/7974] 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-08-06T20:27:01.2593013Z [1905/7974] 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-08-06T20:27:01.2922653Z [1906/7974] 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-08-06T20:27:01.3023219Z [1907/7974] 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-08-06T20:27:01.3068880Z [1908/7974] 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-08-06T20:27:01.3186753Z [1909/7974] 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-08-06T20:27:01.3232807Z [1910/7974] 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-08-06T20:27:01.3311466Z [1911/7974] 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-08-06T20:27:01.3415203Z [1912/7974] 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-08-06T20:27:01.3739754Z [1913/7974] 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-08-06T20:27:01.4081881Z [1914/7974] 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-08-06T20:27:01.4301220Z [1915/7974] 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-08-06T20:27:01.4642330Z [1916/7974] 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-08-06T20:27:01.4654363Z [1917/7974] 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-08-06T20:27:01.4665822Z [1918/7974] 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-08-06T20:27:01.4725356Z [1919/7974] 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-08-06T20:27:01.4990550Z [1920/7974] 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-08-06T20:27:01.5182519Z [1921/7974] 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-08-06T20:27:01.5424439Z [1922/7974] 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-08-06T20:27:01.5532962Z [1923/7974] 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-08-06T20:27:01.5892275Z [1924/7974] 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-08-06T20:27:01.6029905Z [1925/7974] 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-08-06T20:27:01.6083363Z [1926/7974] 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-08-06T20:27:01.6698098Z [1927/7974] 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-08-06T20:27:01.6714370Z [1928/7974] 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-08-06T20:27:01.6732900Z [1929/7974] 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-08-06T20:27:01.7127815Z [1930/7974] 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-08-06T20:27:01.7145900Z [1931/7974] 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-08-06T20:27:01.7220255Z [1932/7974] 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-08-06T20:27:01.7279495Z [1933/7974] 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-08-06T20:27:01.7295780Z [1934/7974] 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-08-06T20:27:01.7911502Z [1935/7974] 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-08-06T20:27:01.8076188Z [1936/7974] 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-08-06T20:27:01.8380347Z [1937/7974] 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-08-06T20:27:01.8429496Z [1938/7974] 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-08-06T20:27:01.8442965Z [1939/7974] 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-08-06T20:27:01.8495988Z [1940/7974] 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-08-06T20:27:01.8567231Z [1941/7974] 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-08-06T20:27:01.8626513Z [1942/7974] 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-08-06T20:27:01.9034411Z [1943/7974] 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-08-06T20:27:01.9267205Z [1944/7974] 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-08-06T20:27:01.9623300Z [1945/7974] 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-08-06T20:27:01.9685086Z [1946/7974] 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-08-06T20:27:01.9776479Z [1947/7974] 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-08-06T20:27:02.0051901Z [1948/7974] 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-08-06T20:27:02.1373971Z [1949/7974] 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-08-06T20:27:02.1390487Z [1950/7974] 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-08-06T20:27:02.1405729Z [1951/7974] 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-08-06T20:27:02.1417146Z [1952/7974] 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-08-06T20:27:02.1430762Z [1953/7974] 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-08-06T20:27:02.1447402Z [1954/7974] 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-08-06T20:27:02.1463602Z [1955/7974] 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-08-06T20:27:02.1477874Z [1956/7974] 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-08-06T20:27:02.2206145Z [1957/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-sse2.c.obj 2024-08-06T20:27:02.2489475Z [1958/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2024-08-06T20:27:02.2581210Z [1959/7974] 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-08-06T20:27:02.2633061Z [1960/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-sse2.c.obj 2024-08-06T20:27:02.2648370Z [1961/7974] 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-08-06T20:27:02.2662871Z [1962/7974] 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-08-06T20:27:02.2864835Z [1963/7974] 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-08-06T20:27:02.2922385Z [1964/7974] 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-08-06T20:27:02.3093302Z [1965/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-sse2.c.obj 2024-08-06T20:27:02.3370380Z [1966/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2024-08-06T20:27:02.3465679Z [1967/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2024-08-06T20:27:02.3482035Z [1968/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u24.c.obj 2024-08-06T20:27:02.3565732Z [1969/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2024-08-06T20:27:02.3690944Z [1970/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse2-u16.c.obj 2024-08-06T20:27:02.3810212Z [1971/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.obj 2024-08-06T20:27:02.4046588Z [1972/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u32.c.obj 2024-08-06T20:27:02.4098791Z [1973/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2024-08-06T20:27:02.4145512Z [1974/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.obj 2024-08-06T20:27:02.4206285Z [1975/7974] 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-08-06T20:27:02.4265850Z [1976/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2024-08-06T20:27:02.4453461Z [1977/7974] 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-08-06T20:27:02.4509766Z [1978/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2024-08-06T20:27:02.4836838Z [1979/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2024-08-06T20:27:02.4883900Z [1980/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.obj 2024-08-06T20:27:02.4953423Z [1981/7974] 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-08-06T20:27:02.5031930Z [1982/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u16.c.obj 2024-08-06T20:27:02.5177146Z [1983/7974] 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-08-06T20:27:02.5289832Z [1984/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u8.c.obj 2024-08-06T20:27:02.5358701Z [1985/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u4.c.obj 2024-08-06T20:27:02.5505237Z [1986/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse2-u32.c.obj 2024-08-06T20:27:02.5867672Z [1987/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-sse2-c8.c.obj 2024-08-06T20:27:02.6052765Z [1988/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:02.6144129Z [1989/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:02.6246889Z [1990/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:02.6343702Z [1991/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:02.6470799Z [1992/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:02.6528830Z [1993/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:02.6615822Z [1994/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:02.6919921Z [1995/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:02.7044672Z [1996/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:02.7176709Z [1997/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u24.c.obj 2024-08-06T20:27:02.7192582Z [1998/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u16.c.obj 2024-08-06T20:27:02.7417541Z [1999/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u8.c.obj 2024-08-06T20:27:02.7521821Z [2000/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u32.c.obj 2024-08-06T20:27:02.7573388Z [2001/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.obj 2024-08-06T20:27:02.7624409Z [2002/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse2-c24.c.obj 2024-08-06T20:27:02.7971304Z [2003/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse2-c16.c.obj 2024-08-06T20:27:02.9994458Z [2004/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-06T20:27:03.0008805Z [2005/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.0019631Z [2006/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse2-c8.c.obj 2024-08-06T20:27:03.0031305Z [2007/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.obj 2024-08-06T20:27:03.0043948Z [2008/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.0056684Z [2009/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.obj 2024-08-06T20:27:03.0114222Z [2010/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.0129119Z [2011/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.1353809Z [2012/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.1408925Z [2013/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.1594097Z [2014/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.1777133Z [2015/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.1790472Z [2016/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.1802108Z [2017/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.1934750Z [2018/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.1987119Z [2019/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.2563323Z [2020/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.2613973Z [2021/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.2947808Z [2022/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.3028773Z [2023/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.3094487Z [2024/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.3241266Z [2025/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.3763644Z [2026/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.3775542Z [2027/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.3787224Z [2028/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.3799997Z [2029/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.3985264Z [2030/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.4215763Z [2031/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.4542664Z [2032/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.4771335Z [2033/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.4818456Z [2034/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.5018994Z [2035/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.9103623Z [2036/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.9117801Z [2037/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.9130256Z [2038/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.9143046Z [2039/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.9158441Z [2040/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.9173826Z [2041/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:03.9187567Z [2042/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:03.9200275Z [2043/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:04.0348425Z [2044/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:04.0361674Z [2045/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:04.0374850Z [2046/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:04.0431657Z [2047/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:04.0445657Z [2048/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:04.0458936Z [2049/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:04.0636777Z [2050/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-06T20:27:04.0653449Z [2051/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-sse2.c.obj 2024-08-06T20:27:04.1081902Z [2052/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-sse2.c.obj 2024-08-06T20:27:04.1164898Z [2053/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2024-08-06T20:27:04.1311890Z [2054/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2024-08-06T20:27:04.1363840Z [2055/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-sse2.c.obj 2024-08-06T20:27:04.1377090Z [2056/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2024-08-06T20:27:04.1389056Z [2057/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2024-08-06T20:27:04.1439783Z [2058/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2024-08-06T20:27:04.1600283Z [2059/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-06T20:27:04.1981969Z [2060/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u32.c.obj 2024-08-06T20:27:04.2077825Z [2061/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse2-u16.c.obj 2024-08-06T20:27:04.2089635Z [2062/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2024-08-06T20:27:04.2140227Z [2063/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2024-08-06T20:27:04.2155622Z [2064/7974] 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-08-06T20:27:04.2345330Z [2065/7974] 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-08-06T20:27:04.2641396Z [2066/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse2-u32.c.obj 2024-08-06T20:27:04.2723349Z [2067/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2024-08-06T20:27:04.2735231Z [2068/7974] 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-08-06T20:27:04.2781805Z [2069/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2024-08-06T20:27:04.2793182Z [2070/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2024-08-06T20:27:04.2929092Z [2071/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-sse2-c16.c.obj 2024-08-06T20:27:04.3005587Z [2072/7974] 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-08-06T20:27:04.3142672Z [2073/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse2-c16.c.obj 2024-08-06T20:27:04.3552921Z [2074/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2024-08-06T20:27:04.3613474Z [2075/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2024-08-06T20:27:04.3656868Z [2076/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2024-08-06T20:27:04.3755654Z [2077/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-mov-sse2.c.obj 2024-08-06T20:27:04.3846807Z [2078/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-switch-sse2.c.obj 2024-08-06T20:27:04.3961328Z [2079/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2024-08-06T20:27:04.4238334Z [2080/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2024-08-06T20:27:04.4292129Z [2081/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2024-08-06T20:27:04.4391685Z [2082/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2024-08-06T20:27:04.4641475Z [2083/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-switch-sse2.c.obj 2024-08-06T20:27:04.4847485Z [2084/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-multi-sse2.c.obj 2024-08-06T20:27:04.4979663Z [2085/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-mov-sse2.c.obj 2024-08-06T20:27:04.5160982Z [2086/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2024-08-06T20:27:04.5256974Z [2087/7974] 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-08-06T20:27:04.5297236Z [2088/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4.c.obj 2024-08-06T20:27:04.5430374Z [2089/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-mov-sse2.c.obj 2024-08-06T20:27:04.5442073Z [2090/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-switch-sse2.c.obj 2024-08-06T20:27:04.5487763Z [2091/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2024-08-06T20:27:04.5534657Z [2092/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4.c.obj 2024-08-06T20:27:04.5736731Z [2093/7974] 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-08-06T20:27:05.0986800Z [2094/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8.c.obj 2024-08-06T20:27:05.1000213Z [2095/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4.c.obj 2024-08-06T20:27:05.1012143Z [2096/7974] 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-08-06T20:27:05.1023529Z [2097/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8.c.obj 2024-08-06T20:27:05.1034444Z [2098/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4.c.obj 2024-08-06T20:27:05.1049083Z [2099/7974] 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-08-06T20:27:05.1064579Z [2100/7974] 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-08-06T20:27:05.1078900Z [2101/7974] 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-08-06T20:27:05.1769324Z [2102/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8.c.obj 2024-08-06T20:27:05.2011170Z [2103/7974] 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-08-06T20:27:05.2504955Z [2104/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-mov-sse2.c.obj 2024-08-06T20:27:05.2520015Z [2105/7974] 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-08-06T20:27:05.2534884Z [2106/7974] 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-08-06T20:27:05.2548997Z [2107/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4.c.obj 2024-08-06T20:27:05.2564510Z [2108/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8.c.obj 2024-08-06T20:27:05.2618195Z [2109/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-switch-sse2.c.obj 2024-08-06T20:27:05.2742546Z [2110/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-multi-sse2.c.obj 2024-08-06T20:27:05.3167451Z [2111/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2024-08-06T20:27:05.3212729Z [2112/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2024-08-06T20:27:05.3369283Z [2113/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2024-08-06T20:27:05.3452713Z [2114/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-mov-sse2.c.obj 2024-08-06T20:27:05.3465172Z [2115/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-multi-sse2.c.obj 2024-08-06T20:27:05.3579573Z [2116/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-switch-sse2.c.obj 2024-08-06T20:27:05.3953758Z [2117/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2024-08-06T20:27:05.4012844Z [2118/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2024-08-06T20:27:05.4061197Z [2119/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-switch-sse2.c.obj 2024-08-06T20:27:05.4105168Z [2120/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2024-08-06T20:27:05.4320987Z [2121/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-mov-sse2.c.obj 2024-08-06T20:27:05.4685405Z [2122/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-multi-sse2.c.obj 2024-08-06T20:27:05.5011831Z [2123/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-switch-sse2.c.obj 2024-08-06T20:27:05.5064571Z [2124/7974] 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-08-06T20:27:05.5111536Z [2125/7974] 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-08-06T20:27:05.5385612Z [2126/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2024-08-06T20:27:05.5843100Z [2127/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-ssse3.c.obj 2024-08-06T20:27:05.5923070Z [2128/7974] 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-08-06T20:27:05.5971034Z [2129/7974] 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-08-06T20:27:05.5983852Z [2130/7974] 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-08-06T20:27:05.6154358Z [2131/7974] 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-08-06T20:27:05.6378065Z [2132/7974] 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-08-06T20:27:05.6665361Z [2133/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-multi-sse2.c.obj 2024-08-06T20:27:05.6678587Z [2134/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-mov-sse2.c.obj 2024-08-06T20:27:05.6810869Z [2135/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2024-08-06T20:27:05.6856187Z [2136/7974] 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-08-06T20:27:05.6918433Z [2137/7974] 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-08-06T20:27:05.7030606Z [2138/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-ssse3.c.obj 2024-08-06T20:27:05.7341467Z [2139/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-ssse3-u16.c.obj 2024-08-06T20:27:05.7555644Z [2140/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-ssse3-u32.c.obj 2024-08-06T20:27:05.7622440Z [2141/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2024-08-06T20:27:05.7636001Z [2142/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u4.c.obj 2024-08-06T20:27:05.7686538Z [2143/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u8.c.obj 2024-08-06T20:27:05.7697699Z [2144/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2024-08-06T20:27:05.8856483Z [2145/7974] 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-08-06T20:27:05.8875993Z [2146/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u4.c.obj 2024-08-06T20:27:05.8890260Z [2147/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u12.c.obj 2024-08-06T20:27:05.8902595Z [2148/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u24.c.obj 2024-08-06T20:27:05.8915372Z [2149/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u20.c.obj 2024-08-06T20:27:05.8928334Z [2150/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u16.c.obj 2024-08-06T20:27:05.8980043Z [2151/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-ssse3.c.obj 2024-08-06T20:27:05.9579757Z [2152/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-ssse3-u16.c.obj 2024-08-06T20:27:05.9620411Z [2153/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2024-08-06T20:27:05.9841000Z [2154/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-ssse3.c.obj 2024-08-06T20:27:05.9885619Z [2155/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2024-08-06T20:27:05.9902174Z [2156/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-ssse3-u32.c.obj 2024-08-06T20:27:05.9947764Z [2157/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2024-08-06T20:27:06.0255589Z [2158/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2024-08-06T20:27:06.0298296Z [2159/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2024-08-06T20:27:06.0385643Z [2160/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2024-08-06T20:27:06.0485499Z [2161/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u16.c.obj 2024-08-06T20:27:06.0529965Z [2162/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u24.c.obj 2024-08-06T20:27:06.0574731Z [2163/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u32.c.obj 2024-08-06T20:27:06.5643552Z [2164/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u16.c.obj 2024-08-06T20:27:06.5715948Z [2165/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u8.c.obj 2024-08-06T20:27:06.5727299Z [2166/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u8.c.obj 2024-08-06T20:27:06.5738510Z [2167/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u8.c.obj 2024-08-06T20:27:06.5749244Z [2168/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2024-08-06T20:27:06.5762593Z [2169/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u24.c.obj 2024-08-06T20:27:06.5777053Z [2170/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2024-08-06T20:27:06.6392382Z [2171/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u32.c.obj 2024-08-06T20:27:06.6435627Z [2172/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u16.c.obj 2024-08-06T20:27:06.6522369Z [2173/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u24.c.obj 2024-08-06T20:27:06.7980868Z [2174/7974] 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-08-06T20:27:06.7998267Z [2175/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse41-2x4.c.obj 2024-08-06T20:27:06.8012283Z [2176/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse41-2x8.c.obj 2024-08-06T20:27:06.8023802Z [2177/7974] 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-08-06T20:27:06.8037536Z [2178/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u16.c.obj 2024-08-06T20:27:06.8047982Z [2179/7974] 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-08-06T20:27:06.8062477Z [2180/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u32.c.obj 2024-08-06T20:27:06.8957397Z [2181/7974] 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-08-06T20:27:06.9049633Z [2182/7974] 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-08-06T20:27:06.9110955Z [2183/7974] 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-08-06T20:27:06.9226315Z [2184/7974] 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-08-06T20:27:06.9335024Z [2185/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8s4-minmax-sse41.c.obj 2024-08-06T20:27:06.9349492Z [2186/7974] 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-08-06T20:27:06.9437082Z [2187/7974] 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-08-06T20:27:06.9484160Z [2188/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8s4-minmax-sse41.c.obj 2024-08-06T20:27:07.0119334Z [2189/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8s4-minmax-sse41.c.obj 2024-08-06T20:27:07.0215792Z [2190/7974] 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-08-06T20:27:07.0256821Z [2191/7974] 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-08-06T20:27:07.1298644Z [2192/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8s4-minmax-sse41.c.obj 2024-08-06T20:27:07.1309779Z [2193/7974] 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-08-06T20:27:07.1321836Z [2194/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x2c4-minmax-sse41.c.obj 2024-08-06T20:27:07.1335685Z [2195/7974] 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-08-06T20:27:07.1346498Z [2196/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2c4-minmax-sse41.c.obj 2024-08-06T20:27:07.1359835Z [2197/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8s4-minmax-sse41.c.obj 2024-08-06T20:27:07.1992682Z [2198/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u8.c.obj 2024-08-06T20:27:07.2034923Z [2199/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u16.c.obj 2024-08-06T20:27:07.2079515Z [2200/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u24.c.obj 2024-08-06T20:27:07.2224579Z [2201/7974] 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-08-06T20:27:07.2241764Z [2202/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u8.c.obj 2024-08-06T20:27:07.2301674Z [2203/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u32.c.obj 2024-08-06T20:27:07.2348596Z [2204/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u4.c.obj 2024-08-06T20:27:07.2827720Z [2205/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u12.c.obj 2024-08-06T20:27:07.2967178Z [2206/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u20.c.obj 2024-08-06T20:27:07.3024038Z [2207/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u16.c.obj 2024-08-06T20:27:07.3035128Z [2208/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u24.c.obj 2024-08-06T20:27:07.3158081Z [2209/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u16.c.obj 2024-08-06T20:27:07.3206346Z [2210/7974] 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-08-06T20:27:07.3302209Z [2211/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u4.c.obj 2024-08-06T20:27:07.3358069Z [2212/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u20.c.obj 2024-08-06T20:27:07.3680249Z [2213/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u12.c.obj 2024-08-06T20:27:07.3806497Z [2214/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u24.c.obj 2024-08-06T20:27:07.3881151Z [2215/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u8.c.obj 2024-08-06T20:27:07.3950093Z [2216/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2024-08-06T20:27:07.4141574Z [2217/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2024-08-06T20:27:07.4189414Z [2218/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2024-08-06T20:27:07.4309419Z [2219/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2024-08-06T20:27:07.4687697Z [2220/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2024-08-06T20:27:07.4737858Z [2221/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2024-08-06T20:27:07.4953013Z [2222/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2024-08-06T20:27:07.5001113Z [2223/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2024-08-06T20:27:07.5023455Z [2224/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2024-08-06T20:27:07.5079815Z [2225/7974] 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-08-06T20:27:07.5128755Z [2226/7974] 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-08-06T20:27:07.5578957Z [2227/7974] 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-08-06T20:27:07.5685250Z [2228/7974] 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-08-06T20:27:07.5808470Z [2229/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u12.c.obj 2024-08-06T20:27:07.5854562Z [2230/7974] 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-08-06T20:27:07.5868302Z [2231/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u4.c.obj 2024-08-06T20:27:07.5922113Z [2232/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2024-08-06T20:27:07.5977296Z [2233/7974] 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-08-06T20:27:07.6049478Z [2234/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u8.c.obj 2024-08-06T20:27:07.6365716Z [2235/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u16.c.obj 2024-08-06T20:27:07.6475411Z [2236/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u24.c.obj 2024-08-06T20:27:07.6626826Z [2237/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u20.c.obj 2024-08-06T20:27:07.6856994Z [2238/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u8.c.obj 2024-08-06T20:27:07.6859201Z [2239/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u8.c.obj 2024-08-06T20:27:07.7102387Z [2240/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u12.c.obj 2024-08-06T20:27:07.7158605Z [2241/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u20.c.obj 2024-08-06T20:27:07.7172463Z [2242/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u16.c.obj 2024-08-06T20:27:07.7237841Z [2243/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u24.c.obj 2024-08-06T20:27:07.7309670Z [2244/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u4.c.obj 2024-08-06T20:27:07.7371091Z [2245/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u4.c.obj 2024-08-06T20:27:07.7978089Z [2246/7974] 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-08-06T20:27:07.8034071Z [2247/7974] 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-08-06T20:27:07.8084697Z [2248/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u24.c.obj 2024-08-06T20:27:07.8299259Z [2249/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u20.c.obj 2024-08-06T20:27:07.8443076Z [2250/7974] 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-08-06T20:27:07.8516393Z [2251/7974] 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-08-06T20:27:07.8637889Z [2252/7974] 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-08-06T20:27:07.8650778Z [2253/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u16.c.obj 2024-08-06T20:27:07.8717400Z [2254/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u8.c.obj 2024-08-06T20:27:07.8876427Z [2255/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u20.c.obj 2024-08-06T20:27:07.9078481Z [2256/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u12.c.obj 2024-08-06T20:27:07.9131380Z [2257/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u12.c.obj 2024-08-06T20:27:07.9319908Z [2258/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u16.c.obj 2024-08-06T20:27:07.9363017Z [2259/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u24.c.obj 2024-08-06T20:27:07.9454057Z [2260/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-sse41.c.obj 2024-08-06T20:27:07.9466698Z [2261/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u8.c.obj 2024-08-06T20:27:07.9480628Z [2262/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u4.c.obj 2024-08-06T20:27:07.9591961Z [2263/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-f16-cvt-sse41.c.obj 2024-08-06T20:27:07.9806030Z [2264/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-f32-cvt-sse41-int16.c.obj 2024-08-06T20:27:08.0057312Z [2265/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-sse41.c.obj 2024-08-06T20:27:08.0405702Z [2266/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-sse41.c.obj 2024-08-06T20:27:08.0463874Z [2267/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-f32-cvt-sse41-int32.c.obj 2024-08-06T20:27:08.0555257Z [2268/7974] 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-08-06T20:27:08.0634272Z [2269/7974] 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-08-06T20:27:08.0701982Z [2270/7974] 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-08-06T20:27:08.0798975Z [2271/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-sse41.c.obj 2024-08-06T20:27:08.1142804Z [2272/7974] 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-08-06T20:27:08.1627389Z [2273/7974] 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-08-06T20:27:08.1713617Z [2274/7974] 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-08-06T20:27:08.1855910Z [2275/7974] 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-08-06T20:27:08.1987117Z [2276/7974] 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-08-06T20:27:08.2138283Z [2277/7974] 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-08-06T20:27:08.2208560Z [2278/7974] 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-08-06T20:27:08.2222095Z [2279/7974] 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-08-06T20:27:08.2315937Z [2280/7974] 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-08-06T20:27:08.3003754Z [2281/7974] 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-08-06T20:27:08.3061610Z [2282/7974] 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-08-06T20:27:08.3109030Z [2283/7974] 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-08-06T20:27:08.3165728Z [2284/7974] 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-08-06T20:27:08.3386321Z [2285/7974] 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-08-06T20:27:08.3435996Z [2286/7974] 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-08-06T20:27:08.3485879Z [2287/7974] 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-08-06T20:27:08.3541926Z [2288/7974] 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-08-06T20:27:08.4151468Z [2289/7974] 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-08-06T20:27:08.4307270Z [2290/7974] 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-08-06T20:27:08.4517880Z [2291/7974] 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-08-06T20:27:08.5626799Z [2292/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:08.5644446Z [2293/7974] 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-08-06T20:27:08.5657292Z [2294/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:08.5670820Z [2295/7974] 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-08-06T20:27:08.5685747Z [2296/7974] 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-08-06T20:27:08.5701449Z [2297/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:08.5760050Z [2298/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:08.6891759Z [2299/7974] 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-08-06T20:27:08.6905318Z [2300/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:08.6956430Z [2301/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:08.6969366Z [2302/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:08.6984059Z [2303/7974] 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-08-06T20:27:08.7097527Z [2304/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:08.7279105Z [2305/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:08.7599589Z [2306/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:08.8116332Z [2307/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:08.8319340Z [2308/7974] 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-08-06T20:27:08.8375917Z [2309/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:08.8425553Z [2310/7974] 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-08-06T20:27:08.8636954Z [2311/7974] 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-08-06T20:27:08.8649617Z [2312/7974] 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-08-06T20:27:08.8898826Z [2313/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:08.8945340Z [2314/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:08.9161327Z [2315/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:08.9178048Z [2316/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:08.9493536Z [2317/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:08.9541723Z [2318/7974] 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-08-06T20:27:08.9739148Z [2319/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:08.9751437Z [2320/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:09.0107768Z [2321/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:09.0293491Z [2322/7974] 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-08-06T20:27:09.0339733Z [2323/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.obj 2024-08-06T20:27:09.0541403Z [2324/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u32.c.obj 2024-08-06T20:27:09.0556697Z [2325/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u16.c.obj 2024-08-06T20:27:09.0643185Z [2326/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u24.c.obj 2024-08-06T20:27:09.1143612Z [2327/7974] 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-08-06T20:27:09.1259798Z [2328/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse41-c16.c.obj 2024-08-06T20:27:09.1304351Z [2329/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.obj 2024-08-06T20:27:09.1489373Z [2330/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.obj 2024-08-06T20:27:09.1533032Z [2331/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse41-c24.c.obj 2024-08-06T20:27:09.1682622Z [2332/7974] 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-08-06T20:27:09.1879556Z [2333/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse41-c8.c.obj 2024-08-06T20:27:09.2135740Z [2334/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u8.c.obj 2024-08-06T20:27:09.2253221Z [2335/7974] 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-08-06T20:27:09.2430421Z [2336/7974] 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-08-06T20:27:09.2478935Z [2337/7974] 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-08-06T20:27:09.2653550Z [2338/7974] 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-08-06T20:27:09.2874726Z [2339/7974] 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-08-06T20:27:09.3010031Z [2340/7974] 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-08-06T20:27:09.3024292Z [2341/7974] 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-08-06T20:27:09.3673719Z [2342/7974] 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-08-06T20:27:09.3686968Z [2343/7974] 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-08-06T20:27:09.3753275Z [2344/7974] 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-08-06T20:27:09.3800108Z [2345/7974] 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-08-06T20:27:09.4371136Z [2346/7974] 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-08-06T20:27:09.4384222Z [2347/7974] 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-08-06T20:27:09.4396132Z [2348/7974] 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-08-06T20:27:09.4408231Z [2349/7974] 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-08-06T20:27:09.4677933Z [2350/7974] 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-08-06T20:27:09.4742696Z [2351/7974] 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-08-06T20:27:09.5250678Z [2352/7974] 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-08-06T20:27:09.5305054Z [2353/7974] 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-08-06T20:27:09.5392836Z [2354/7974] 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-08-06T20:27:09.5476387Z [2355/7974] 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-08-06T20:27:09.5682691Z [2356/7974] 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-08-06T20:27:09.5800076Z [2357/7974] 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-08-06T20:27:09.5899128Z [2358/7974] 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-08-06T20:27:09.6012833Z [2359/7974] 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-08-06T20:27:09.6378305Z [2360/7974] 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-08-06T20:27:09.6509101Z [2361/7974] 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-08-06T20:27:09.6573211Z [2362/7974] 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-08-06T20:27:09.7169515Z [2363/7974] 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-08-06T20:27:09.7230208Z [2364/7974] 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-08-06T20:27:09.7283279Z [2365/7974] 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-08-06T20:27:09.7433358Z [2366/7974] 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-08-06T20:27:09.7518465Z [2367/7974] 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-08-06T20:27:09.7610584Z [2368/7974] 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-08-06T20:27:09.7692976Z [2369/7974] 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-08-06T20:27:09.7740993Z [2370/7974] 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-08-06T20:27:09.8455593Z [2371/7974] 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-08-06T20:27:09.8545854Z [2372/7974] 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-08-06T20:27:09.8737105Z [2373/7974] 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-08-06T20:27:09.8813841Z [2374/7974] 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-08-06T20:27:09.8867465Z [2375/7974] 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-08-06T20:27:09.8880011Z [2376/7974] 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-08-06T20:27:09.9000436Z [2377/7974] 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-08-06T20:27:09.9272423Z [2378/7974] 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-08-06T20:27:09.9579004Z [2379/7974] 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-08-06T20:27:09.9780992Z [2380/7974] 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-08-06T20:27:10.0019171Z [2381/7974] 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-08-06T20:27:10.0064660Z [2382/7974] 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-08-06T20:27:10.0113547Z [2383/7974] 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-08-06T20:27:10.0164739Z [2384/7974] 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-08-06T20:27:10.0345512Z [2385/7974] 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-08-06T20:27:10.0501016Z [2386/7974] 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-08-06T20:27:10.0720009Z [2387/7974] 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-08-06T20:27:10.0861030Z [2388/7974] 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-08-06T20:27:10.1127721Z [2389/7974] 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-08-06T20:27:10.1204394Z [2390/7974] 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-08-06T20:27:10.1724829Z [2391/7974] 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-08-06T20:27:10.1737564Z [2392/7974] 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-08-06T20:27:10.1796534Z [2393/7974] 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-08-06T20:27:10.1985172Z [2394/7974] 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-08-06T20:27:10.2035643Z [2395/7974] 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-08-06T20:27:10.2103984Z [2396/7974] 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-08-06T20:27:10.2195449Z [2397/7974] 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-08-06T20:27:10.2644640Z [2398/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-sse41.c.obj 2024-08-06T20:27:10.3064546Z [2399/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2024-08-06T20:27:10.3358376Z [2400/7974] 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-08-06T20:27:10.3369851Z [2401/7974] 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-08-06T20:27:10.3382167Z [2402/7974] 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-08-06T20:27:10.3394354Z [2403/7974] 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-08-06T20:27:10.3522925Z [2404/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-sse41.c.obj 2024-08-06T20:27:10.3615953Z [2405/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-sse41-srl.c.obj 2024-08-06T20:27:10.3775268Z [2406/7974] 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-08-06T20:27:10.3873735Z [2407/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-sse41.c.obj 2024-08-06T20:27:10.4169481Z [2408/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u24.c.obj 2024-08-06T20:27:10.4415946Z [2409/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2024-08-06T20:27:10.4484836Z [2410/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u32.c.obj 2024-08-06T20:27:10.4498528Z [2411/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2024-08-06T20:27:10.4545598Z [2412/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-sse41-sra.c.obj 2024-08-06T20:27:10.4732444Z [2413/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2024-08-06T20:27:10.4852869Z [2414/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2024-08-06T20:27:10.5045184Z [2415/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2024-08-06T20:27:10.5139072Z [2416/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.obj 2024-08-06T20:27:10.5227107Z [2417/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.obj 2024-08-06T20:27:10.5349534Z [2418/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u32.c.obj 2024-08-06T20:27:10.5581787Z [2419/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.obj 2024-08-06T20:27:10.5770951Z [2420/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2024-08-06T20:27:10.5822109Z [2421/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2024-08-06T20:27:10.5990003Z [2422/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u8.c.obj 2024-08-06T20:27:10.6050857Z [2423/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u24.c.obj 2024-08-06T20:27:10.6064606Z [2424/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.obj 2024-08-06T20:27:10.6151480Z [2425/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2024-08-06T20:27:10.6218142Z [2426/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2024-08-06T20:27:10.6414452Z [2427/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u32.c.obj 2024-08-06T20:27:10.6569535Z [2428/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u16.c.obj 2024-08-06T20:27:10.6673837Z [2429/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2024-08-06T20:27:10.6771681Z [2430/7974] 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-08-06T20:27:10.6882570Z [2431/7974] 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-08-06T20:27:10.6987278Z [2432/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2024-08-06T20:27:10.7090842Z [2433/7974] 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-08-06T20:27:10.7202036Z [2434/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2024-08-06T20:27:10.7393374Z [2435/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2024-08-06T20:27:10.7442888Z [2436/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u8.c.obj 2024-08-06T20:27:10.7670939Z [2437/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u16.c.obj 2024-08-06T20:27:10.7736233Z [2438/7974] 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-08-06T20:27:10.7800614Z [2439/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:10.8474056Z [2440/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u4.c.obj 2024-08-06T20:27:10.8486935Z [2441/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:10.8572749Z [2442/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2024-08-06T20:27:10.8659617Z [2443/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2024-08-06T20:27:10.8723477Z [2444/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:10.8814308Z [2445/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:10.9037535Z [2446/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u8.c.obj 2024-08-06T20:27:10.9268301Z [2447/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u16.c.obj 2024-08-06T20:27:10.9490897Z [2448/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2024-08-06T20:27:10.9624282Z [2449/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:10.9901488Z [2450/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:10.9981301Z [2451/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:11.0054868Z [2452/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:11.0159198Z [2453/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:11.0385411Z [2454/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:11.0591446Z [2455/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:11.0793105Z [2456/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:11.0834889Z [2457/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:11.0886157Z [2458/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:11.0994367Z [2459/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:11.1042900Z [2460/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:11.1137886Z [2461/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:11.1522312Z [2462/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:11.1646400Z [2463/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2024-08-06T20:27:11.1817967Z [2464/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u8.c.obj 2024-08-06T20:27:11.1830235Z [2465/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.obj 2024-08-06T20:27:11.2016652Z [2466/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u24.c.obj 2024-08-06T20:27:11.2078782Z [2467/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.obj 2024-08-06T20:27:11.2128578Z [2468/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2024-08-06T20:27:11.2193692Z [2469/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.obj 2024-08-06T20:27:11.2322337Z [2470/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u32.c.obj 2024-08-06T20:27:11.2535700Z [2471/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse41-c24.c.obj 2024-08-06T20:27:11.2592472Z [2472/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u16.c.obj 2024-08-06T20:27:11.2802309Z [2473/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse41-c8.c.obj 2024-08-06T20:27:11.2920421Z [2474/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse41-c16.c.obj 2024-08-06T20:27:11.3539546Z [2475/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.3621163Z [2476/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.3755560Z [2477/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.3886957Z [2478/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.3934476Z [2479/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.4090303Z [2480/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.4175897Z [2481/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.4259608Z [2482/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.4845795Z [2483/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.4952917Z [2484/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.5023398Z [2485/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.5197858Z [2486/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.5243835Z [2487/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.5314615Z [2488/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.5430918Z [2489/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.5478846Z [2490/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.6179138Z [2491/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.6223766Z [2492/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.6292527Z [2493/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.6362324Z [2494/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.6429807Z [2495/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.7570968Z [2496/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.7584680Z [2497/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.7596588Z [2498/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.7608636Z [2499/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.7622289Z [2500/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.7634422Z [2501/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.7829994Z [2502/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.8769933Z [2503/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.8861988Z [2504/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.8907551Z [2505/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.9103680Z [2506/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.9220311Z [2507/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.9266020Z [2508/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.9335555Z [2509/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:11.9424101Z [2510/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:11.9882084Z [2511/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:12.0043166Z [2512/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:12.0237742Z [2513/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:12.0458288Z [2514/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:12.0554597Z [2515/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-sse41.c.obj 2024-08-06T20:27:12.0570730Z [2516/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:12.0654640Z [2517/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:12.0911617Z [2518/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2024-08-06T20:27:12.0978638Z [2519/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2024-08-06T20:27:12.0991623Z [2520/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2024-08-06T20:27:12.1129247Z [2521/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-06T20:27:12.1295834Z [2522/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2024-08-06T20:27:12.1393471Z [2523/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-sse41.c.obj 2024-08-06T20:27:12.1504964Z [2524/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2024-08-06T20:27:12.1688314Z [2525/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2024-08-06T20:27:12.2049653Z [2526/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2024-08-06T20:27:12.2099486Z [2527/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2024-08-06T20:27:12.2442860Z [2528/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2024-08-06T20:27:12.2572323Z [2529/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2024-08-06T20:27:12.2622402Z [2530/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u32.c.obj 2024-08-06T20:27:12.2757929Z [2531/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2024-08-06T20:27:12.2772675Z [2532/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2024-08-06T20:27:12.2971481Z [2533/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2024-08-06T20:27:12.3154805Z [2534/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u16.c.obj 2024-08-06T20:27:12.3564222Z [2535/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u8.c.obj 2024-08-06T20:27:12.3699986Z [2536/7974] 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-08-06T20:27:12.3874884Z [2537/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2024-08-06T20:27:12.4070979Z [2538/7974] 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-08-06T20:27:12.4353677Z [2539/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2024-08-06T20:27:12.4532143Z [2540/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2024-08-06T20:27:12.4575760Z [2541/7974] 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-08-06T20:27:12.5081551Z [2542/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse41-c16.c.obj 2024-08-06T20:27:12.5153628Z [2543/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2024-08-06T20:27:12.5273660Z [2544/7974] 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-08-06T20:27:12.5604506Z [2545/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u24.c.obj 2024-08-06T20:27:12.5649101Z [2546/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u8.c.obj 2024-08-06T20:27:12.5815707Z [2547/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u24.c.obj 2024-08-06T20:27:12.5888114Z [2548/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u32.c.obj 2024-08-06T20:27:12.6271955Z [2549/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u32.c.obj 2024-08-06T20:27:12.6395923Z [2550/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u16.c.obj 2024-08-06T20:27:12.7266637Z [2551/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx.c.obj 2024-08-06T20:27:12.7459031Z [2552/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx-acc2.c.obj 2024-08-06T20:27:12.7797525Z [2553/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx.c.obj 2024-08-06T20:27:12.8179983Z [2554/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx-acc2.c.obj 2024-08-06T20:27:12.8363411Z [2555/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx-acc2.c.obj 2024-08-06T20:27:12.8779843Z [2556/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx.c.obj 2024-08-06T20:27:12.9357219Z [2557/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx.c.obj 2024-08-06T20:27:12.9568141Z [2558/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.obj 2024-08-06T20:27:12.9797835Z [2559/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.obj 2024-08-06T20:27:13.0166653Z [2560/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.obj 2024-08-06T20:27:13.0384018Z [2561/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.obj 2024-08-06T20:27:13.0578632Z [2562/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx-acc2.c.obj 2024-08-06T20:27:13.0877030Z [2563/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.obj 2024-08-06T20:27:13.1806637Z [2564/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.obj 2024-08-06T20:27:13.2018120Z [2565/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.obj 2024-08-06T20:27:13.2216602Z [2566/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.obj 2024-08-06T20:27:13.2721009Z [2567/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.obj 2024-08-06T20:27:13.3002386Z [2568/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.obj 2024-08-06T20:27:13.7247942Z [2569/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx.c.obj 2024-08-06T20:27:13.7579452Z [2570/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx-acc2.c.obj 2024-08-06T20:27:13.7883140Z [2571/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx-acc2.c.obj 2024-08-06T20:27:13.8087198Z [2572/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.obj 2024-08-06T20:27:13.8099683Z [2573/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u8.c.obj 2024-08-06T20:27:13.8285243Z [2574/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx-acc2.c.obj 2024-08-06T20:27:13.8429273Z [2575/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx.c.obj 2024-08-06T20:27:13.8653240Z [2576/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.obj 2024-08-06T20:27:13.8870838Z [2577/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx.c.obj 2024-08-06T20:27:13.8882221Z [2578/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx.c.obj 2024-08-06T20:27:13.8967671Z [2579/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx-acc2.c.obj 2024-08-06T20:27:13.9078693Z [2580/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u16.c.obj 2024-08-06T20:27:13.9264153Z [2581/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u32.c.obj 2024-08-06T20:27:13.9314231Z [2582/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u24.c.obj 2024-08-06T20:27:13.9644804Z [2583/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-avx-broadcast.c.obj 2024-08-06T20:27:13.9704012Z [2584/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.0047133Z [2585/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.0198994Z [2586/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.0336845Z [2587/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.0349310Z [2588/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.0647533Z [2589/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.0807360Z [2590/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.0822859Z [2591/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.0875895Z [2592/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.1283041Z [2593/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.1409122Z [2594/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.1420903Z [2595/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.1532860Z [2596/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.1716420Z [2597/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.1998460Z [2598/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.2172246Z [2599/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.2219013Z [2600/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.2540089Z [2601/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.2584500Z [2602/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.2632331Z [2603/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.2768244Z [2604/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.2813157Z [2605/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.3115245Z [2606/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.3463583Z [2607/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.3592682Z [2608/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2024-08-06T20:27:14.3731776Z [2609/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.3775804Z [2610/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.3825814Z [2611/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.3982794Z [2612/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.4082221Z [2613/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x8.c.obj 2024-08-06T20:27:14.4169785Z [2614/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-avx-broadcast.c.obj 2024-08-06T20:27:14.4551201Z [2615/7974] 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-08-06T20:27:14.4705632Z [2616/7974] 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-08-06T20:27:14.4901232Z [2617/7974] 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-08-06T20:27:14.5190668Z [2618/7974] 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-08-06T20:27:14.5240595Z [2619/7974] 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-08-06T20:27:14.5297247Z [2620/7974] 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-08-06T20:27:14.5412024Z [2621/7974] 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-08-06T20:27:14.5659510Z [2622/7974] 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-08-06T20:27:14.5709923Z [2623/7974] 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-08-06T20:27:14.5725020Z [2624/7974] 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-08-06T20:27:14.5932971Z [2625/7974] 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-08-06T20:27:14.6208536Z [2626/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u8.c.obj 2024-08-06T20:27:14.6407963Z [2627/7974] 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-08-06T20:27:14.6420398Z [2628/7974] 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-08-06T20:27:14.6501367Z [2629/7974] 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-08-06T20:27:14.6787620Z [2630/7974] 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-08-06T20:27:14.6800160Z [2631/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u16.c.obj 2024-08-06T20:27:14.6849313Z [2632/7974] 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-08-06T20:27:14.6862778Z [2633/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u32.c.obj 2024-08-06T20:27:14.7120400Z [2634/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u24.c.obj 2024-08-06T20:27:14.7274089Z [2635/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u8.c.obj 2024-08-06T20:27:14.7508563Z [2636/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u24.c.obj 2024-08-06T20:27:14.7647349Z [2637/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc2.c.obj 2024-08-06T20:27:14.8048372Z [2638/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u16-acc2.c.obj 2024-08-06T20:27:14.8099526Z [2639/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u32.c.obj 2024-08-06T20:27:14.8202702Z [2640/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2024-08-06T20:27:14.8296785Z [2641/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u16.c.obj 2024-08-06T20:27:14.8351359Z [2642/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc4.c.obj 2024-08-06T20:27:14.8398785Z [2643/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc4.c.obj 2024-08-06T20:27:14.8444252Z [2644/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u8.c.obj 2024-08-06T20:27:14.8612897Z [2645/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u24-acc3.c.obj 2024-08-06T20:27:14.8910417Z [2646/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2024-08-06T20:27:14.9114785Z [2647/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u16-acc2.c.obj 2024-08-06T20:27:14.9267069Z [2648/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc4.c.obj 2024-08-06T20:27:14.9358091Z [2649/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u24-acc3.c.obj 2024-08-06T20:27:14.9410038Z [2650/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u24-acc3.c.obj 2024-08-06T20:27:14.9423175Z [2651/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc2.c.obj 2024-08-06T20:27:14.9502161Z [2652/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc2.c.obj 2024-08-06T20:27:14.9679891Z [2653/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u16-acc2.c.obj 2024-08-06T20:27:15.0500914Z [2654/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u16-acc2.c.obj 2024-08-06T20:27:15.0690383Z [2655/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc2.c.obj 2024-08-06T20:27:15.0803764Z [2656/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u80.c.obj 2024-08-06T20:27:15.0815953Z [2657/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u64.c.obj 2024-08-06T20:27:15.0828439Z [2658/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u56.c.obj 2024-08-06T20:27:15.0841882Z [2659/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u40.c.obj 2024-08-06T20:27:15.0855806Z [2660/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u48.c.obj 2024-08-06T20:27:15.0869418Z [2661/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u72.c.obj 2024-08-06T20:27:15.1390473Z [2662/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u24-acc3.c.obj 2024-08-06T20:27:15.1524023Z [2663/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc4.c.obj 2024-08-06T20:27:15.1726789Z [2664/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2024-08-06T20:27:15.1786113Z [2665/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx-u8.c.obj 2024-08-06T20:27:15.1834886Z [2666/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx-u16.c.obj 2024-08-06T20:27:15.2197308Z [2667/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx-u16.c.obj 2024-08-06T20:27:15.2381025Z [2668/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx-u8.c.obj 2024-08-06T20:27:15.2487835Z [2669/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx-u8.c.obj 2024-08-06T20:27:15.2595318Z [2670/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx-u16.c.obj 2024-08-06T20:27:15.2677528Z [2671/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx-u8.c.obj 2024-08-06T20:27:15.2777072Z [2672/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2024-08-06T20:27:15.3034052Z [2673/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2024-08-06T20:27:15.3045844Z [2674/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2024-08-06T20:27:15.3201569Z [2675/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2024-08-06T20:27:15.3255711Z [2676/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx-u16.c.obj 2024-08-06T20:27:15.3325848Z [2677/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2024-08-06T20:27:15.3585136Z [2678/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2024-08-06T20:27:15.3699232Z [2679/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2024-08-06T20:27:15.3836796Z [2680/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx-u8.c.obj 2024-08-06T20:27:15.3890637Z [2681/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2024-08-06T20:27:15.3963783Z [2682/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx-u16.c.obj 2024-08-06T20:27:15.4136627Z [2683/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx-u16.c.obj 2024-08-06T20:27:15.4187540Z [2684/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx-u8.c.obj 2024-08-06T20:27:15.4359977Z [2685/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx-u8.c.obj 2024-08-06T20:27:15.4625442Z [2686/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx-u8.c.obj 2024-08-06T20:27:15.4878314Z [2687/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2024-08-06T20:27:15.4925782Z [2688/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx-u16.c.obj 2024-08-06T20:27:15.5035448Z [2689/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2024-08-06T20:27:15.5082739Z [2690/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u8.c.obj 2024-08-06T20:27:15.5204053Z [2691/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2024-08-06T20:27:15.5307319Z [2692/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx-u8.c.obj 2024-08-06T20:27:15.5359365Z [2693/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx-u16.c.obj 2024-08-06T20:27:15.5499319Z [2694/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2024-08-06T20:27:15.5913446Z [2695/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2024-08-06T20:27:15.5957942Z [2696/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx-u16.c.obj 2024-08-06T20:27:15.6108645Z [2697/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx-u8.c.obj 2024-08-06T20:27:15.6233755Z [2698/7974] 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-08-06T20:27:15.6307005Z [2699/7974] 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-08-06T20:27:15.6354751Z [2700/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx-u16.c.obj 2024-08-06T20:27:15.6403584Z [2701/7974] 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-08-06T20:27:15.6784170Z [2702/7974] 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-08-06T20:27:15.6911311Z [2703/7974] 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-08-06T20:27:15.7015066Z [2704/7974] 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-08-06T20:27:15.7117935Z [2705/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u32.c.obj 2024-08-06T20:27:15.7299342Z [2706/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u8.c.obj 2024-08-06T20:27:15.7374507Z [2707/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u16.c.obj 2024-08-06T20:27:15.7541564Z [2708/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u24.c.obj 2024-08-06T20:27:15.7768734Z [2709/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u40.c.obj 2024-08-06T20:27:15.7990573Z [2710/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u32.c.obj 2024-08-06T20:27:15.8042608Z [2711/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u48.c.obj 2024-08-06T20:27:15.8198383Z [2712/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u48.c.obj 2024-08-06T20:27:15.8247680Z [2713/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u16.c.obj 2024-08-06T20:27:15.8380041Z [2714/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u24.c.obj 2024-08-06T20:27:15.8441486Z [2715/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u40.c.obj 2024-08-06T20:27:15.8608885Z [2716/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u8.c.obj 2024-08-06T20:27:15.9016464Z [2717/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2024-08-06T20:27:15.9167582Z [2718/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2024-08-06T20:27:15.9212155Z [2719/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2024-08-06T20:27:15.9309034Z [2720/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2024-08-06T20:27:15.9369218Z [2721/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2024-08-06T20:27:15.9603459Z [2722/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2024-08-06T20:27:16.0131929Z [2723/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2024-08-06T20:27:16.0226153Z [2724/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2024-08-06T20:27:16.0268677Z [2725/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u8.c.obj 2024-08-06T20:27:16.0388681Z [2726/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2024-08-06T20:27:16.0462111Z [2727/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2024-08-06T20:27:16.0516612Z [2728/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2024-08-06T20:27:16.0679126Z [2729/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u16.c.obj 2024-08-06T20:27:16.0801476Z [2730/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2024-08-06T20:27:16.1275902Z [2731/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u40.c.obj 2024-08-06T20:27:16.1333023Z [2732/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2024-08-06T20:27:16.1377428Z [2733/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2024-08-06T20:27:16.1616316Z [2734/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u16.c.obj 2024-08-06T20:27:16.1703435Z [2735/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u24.c.obj 2024-08-06T20:27:16.1718235Z [2736/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u8.c.obj 2024-08-06T20:27:16.2012740Z [2737/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u32.c.obj 2024-08-06T20:27:16.2024704Z [2738/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u32.c.obj 2024-08-06T20:27:16.2251829Z [2739/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u64.c.obj 2024-08-06T20:27:16.2263519Z [2740/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u80.c.obj 2024-08-06T20:27:16.2584770Z [2741/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u48.c.obj 2024-08-06T20:27:16.2700302Z [2742/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u56.c.obj 2024-08-06T20:27:16.2967279Z [2743/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u48.c.obj 2024-08-06T20:27:16.3428375Z [2744/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u24.c.obj 2024-08-06T20:27:16.3443531Z [2745/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u8.c.obj 2024-08-06T20:27:16.3456181Z [2746/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u72.c.obj 2024-08-06T20:27:16.3515781Z [2747/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u16.c.obj 2024-08-06T20:27:16.3879750Z [2748/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u32.c.obj 2024-08-06T20:27:16.3940146Z [2749/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u56.c.obj 2024-08-06T20:27:16.4118434Z [2750/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u40.c.obj 2024-08-06T20:27:16.4438289Z [2751/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u64.c.obj 2024-08-06T20:27:16.4555706Z [2752/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u72.c.obj 2024-08-06T20:27:16.4654195Z [2753/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u80.c.obj 2024-08-06T20:27:16.4735411Z [2754/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u32.c.obj 2024-08-06T20:27:16.4852617Z [2755/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u8.c.obj 2024-08-06T20:27:16.5019832Z [2756/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u16.c.obj 2024-08-06T20:27:16.5067186Z [2757/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u16.c.obj 2024-08-06T20:27:16.5157717Z [2758/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u8.c.obj 2024-08-06T20:27:16.5433990Z [2759/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u24.c.obj 2024-08-06T20:27:16.5449380Z [2760/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u32.c.obj 2024-08-06T20:27:16.5770552Z [2761/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u16.c.obj 2024-08-06T20:27:16.5900529Z [2762/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u32.c.obj 2024-08-06T20:27:16.5951152Z [2763/7974] 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-08-06T20:27:16.6019798Z [2764/7974] 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-08-06T20:27:16.6082209Z [2765/7974] 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-08-06T20:27:16.6215260Z [2766/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u24.c.obj 2024-08-06T20:27:16.6345674Z [2767/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u16.c.obj 2024-08-06T20:27:16.6395635Z [2768/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u24.c.obj 2024-08-06T20:27:16.6882558Z [2769/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u32.c.obj 2024-08-06T20:27:16.6939417Z [2770/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u8.c.obj 2024-08-06T20:27:16.7043696Z [2771/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u48.c.obj 2024-08-06T20:27:16.7124742Z [2772/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u40.c.obj 2024-08-06T20:27:16.7181582Z [2773/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u16.c.obj 2024-08-06T20:27:16.7368903Z [2774/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u8.c.obj 2024-08-06T20:27:16.7423202Z [2775/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u32.c.obj 2024-08-06T20:27:16.7566416Z [2776/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u24.c.obj 2024-08-06T20:27:16.7867295Z [2777/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u80.c.obj 2024-08-06T20:27:16.8052735Z [2778/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u24.c.obj 2024-08-06T20:27:16.8067514Z [2779/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u64.c.obj 2024-08-06T20:27:16.8118241Z [2780/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u16.c.obj 2024-08-06T20:27:16.8193471Z [2781/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u56.c.obj 2024-08-06T20:27:16.8700104Z [2782/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u32.c.obj 2024-08-06T20:27:16.8861976Z [2783/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u8.c.obj 2024-08-06T20:27:16.8931571Z [2784/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u40.c.obj 2024-08-06T20:27:16.9024716Z [2785/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u72.c.obj 2024-08-06T20:27:16.9212490Z [2786/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u56.c.obj 2024-08-06T20:27:16.9372596Z [2787/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u72.c.obj 2024-08-06T20:27:16.9452217Z [2788/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u48.c.obj 2024-08-06T20:27:16.9576156Z [2789/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u64.c.obj 2024-08-06T20:27:16.9857945Z [2790/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u32.c.obj 2024-08-06T20:27:16.9916203Z [2791/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u16.c.obj 2024-08-06T20:27:17.0057091Z [2792/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u24.c.obj 2024-08-06T20:27:17.0070486Z [2793/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u40.c.obj 2024-08-06T20:27:17.0119769Z [2794/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u8.c.obj 2024-08-06T20:27:17.0277149Z [2795/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u80.c.obj 2024-08-06T20:27:17.0626380Z [2796/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u72.c.obj 2024-08-06T20:27:17.0903371Z [2797/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u64.c.obj 2024-08-06T20:27:17.0991703Z [2798/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx-u8.c.obj 2024-08-06T20:27:17.1159480Z [2799/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u80.c.obj 2024-08-06T20:27:17.1210273Z [2800/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx-u16.c.obj 2024-08-06T20:27:17.1232220Z [2801/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx-u8.c.obj 2024-08-06T20:27:17.1306744Z [2802/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u56.c.obj 2024-08-06T20:27:17.1427352Z [2803/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u48.c.obj 2024-08-06T20:27:17.1477933Z [2804/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx-u16.c.obj 2024-08-06T20:27:17.1889813Z [2805/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx-u8.c.obj 2024-08-06T20:27:17.1974445Z [2806/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx-u16.c.obj 2024-08-06T20:27:17.2136212Z [2807/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx-rr2-p5.c.obj 2024-08-06T20:27:17.2180708Z [2808/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx-rr2-lut4-p4-perm.c.obj 2024-08-06T20:27:17.2440772Z [2809/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx-rr2-lut16-p3.c.obj 2024-08-06T20:27:17.2488299Z [2810/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr1-lut8-p4h3ps-div.c.obj 2024-08-06T20:27:17.2567744Z [2811/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx-rr2-p6.c.obj 2024-08-06T20:27:17.2798416Z [2812/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx-rr2-lut64-p2-div.c.obj 2024-08-06T20:27:17.2943266Z [2813/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-06T20:27:17.3161816Z [2814/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx-rr2-p5-div.c.obj 2024-08-06T20:27:17.3296353Z [2815/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div.c.obj 2024-08-06T20:27:17.3310185Z [2816/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx-rr2-p5-nr2.c.obj 2024-08-06T20:27:17.3539195Z [2817/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr2.c.obj 2024-08-06T20:27:17.3589450Z [2818/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr1.c.obj 2024-08-06T20:27:17.3733616Z [2819/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx-rr2-p5-nr1.c.obj 2024-08-06T20:27:17.3786473Z [2820/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr1.c.obj 2024-08-06T20:27:17.3801787Z [2821/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr1-p6h5ts-nr1.c.obj 2024-08-06T20:27:17.4220509Z [2822/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr1-p6h5ts-nr2.c.obj 2024-08-06T20:27:17.4384829Z [2823/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr2.c.obj 2024-08-06T20:27:17.4499596Z [2824/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr1.c.obj 2024-08-06T20:27:17.5202809Z [2825/7974] 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-08-06T20:27:17.5215181Z [2826/7974] 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-08-06T20:27:17.5410713Z [2827/7974] 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-08-06T20:27:17.5504452Z [2828/7974] 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-08-06T20:27:17.5522589Z [2829/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr2.c.obj 2024-08-06T20:27:17.5536528Z [2830/7974] 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-08-06T20:27:17.5719943Z [2831/7974] 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-08-06T20:27:17.5863318Z [2832/7974] 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-08-06T20:27:17.6381202Z [2833/7974] 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-08-06T20:27:17.6591066Z [2834/7974] 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-08-06T20:27:17.6643907Z [2835/7974] 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-08-06T20:27:17.6811627Z [2836/7974] 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-08-06T20:27:17.6918991Z [2837/7974] 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-08-06T20:27:17.7070691Z [2838/7974] 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-08-06T20:27:17.7199704Z [2839/7974] 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-08-06T20:27:17.7212985Z [2840/7974] 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-08-06T20:27:17.7726689Z [2841/7974] 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-08-06T20:27:17.7739725Z [2842/7974] 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-08-06T20:27:17.8112018Z [2843/7974] 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-08-06T20:27:17.8163729Z [2844/7974] 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-08-06T20:27:17.8178446Z [2845/7974] 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-08-06T20:27:17.8267318Z [2846/7974] 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-08-06T20:27:17.8466689Z [2847/7974] 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-08-06T20:27:17.8712460Z [2848/7974] 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-08-06T20:27:17.8980117Z [2849/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:17.9029824Z [2850/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:17.9324099Z [2851/7974] 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-08-06T20:27:17.9387475Z [2852/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:17.9773135Z [2853/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:18.0079232Z [2854/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:18.0133490Z [2855/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2024-08-06T20:27:18.0288051Z [2856/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:18.0352665Z [2857/7974] 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-08-06T20:27:18.0500303Z [2858/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2024-08-06T20:27:18.0717944Z [2859/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2024-08-06T20:27:18.0941069Z [2860/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:18.0999779Z [2861/7974] 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-08-06T20:27:18.1135272Z [2862/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2024-08-06T20:27:18.1347383Z [2863/7974] 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-08-06T20:27:18.1476180Z [2864/7974] 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-08-06T20:27:18.1489409Z [2865/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:18.1716164Z [2866/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:18.1803375Z [2867/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:18.1863441Z [2868/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u8.c.obj 2024-08-06T20:27:18.2105717Z [2869/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u8.c.obj 2024-08-06T20:27:18.2345211Z [2870/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:18.2433362Z [2871/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u24.c.obj 2024-08-06T20:27:18.2445585Z [2872/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2024-08-06T20:27:18.2493918Z [2873/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u16.c.obj 2024-08-06T20:27:18.3156463Z [2874/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:18.3420653Z [2875/7974] 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-08-06T20:27:18.3515550Z [2876/7974] 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-08-06T20:27:18.3622407Z [2877/7974] 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-08-06T20:27:18.3738425Z [2878/7974] 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-08-06T20:27:18.3792755Z [2879/7974] 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-08-06T20:27:18.4039870Z [2880/7974] 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-08-06T20:27:18.4136968Z [2881/7974] 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-08-06T20:27:18.4353592Z [2882/7974] 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-08-06T20:27:18.4402092Z [2883/7974] 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-08-06T20:27:18.4470545Z [2884/7974] 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-08-06T20:27:18.4519727Z [2885/7974] 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-08-06T20:27:18.4666169Z [2886/7974] 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-08-06T20:27:18.4681373Z [2887/7974] 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-08-06T20:27:18.5130392Z [2888/7974] 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-08-06T20:27:18.5222473Z [2889/7974] 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-08-06T20:27:18.5520631Z [2890/7974] 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-08-06T20:27:18.5661927Z [2891/7974] 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-08-06T20:27:18.5889941Z [2892/7974] 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-08-06T20:27:18.5997982Z [2893/7974] 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-08-06T20:27:18.6009074Z [2894/7974] 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-08-06T20:27:18.6225004Z [2895/7974] 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-08-06T20:27:18.6391539Z [2896/7974] 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-08-06T20:27:18.6562100Z [2897/7974] 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-08-06T20:27:18.6877035Z [2898/7974] 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-08-06T20:27:18.6942516Z [2899/7974] 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-08-06T20:27:18.7202772Z [2900/7974] 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-08-06T20:27:18.7269275Z [2901/7974] 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-08-06T20:27:18.7391989Z [2902/7974] 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-08-06T20:27:18.7526147Z [2903/7974] 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-08-06T20:27:18.7644267Z [2904/7974] 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-08-06T20:27:18.7967248Z [2905/7974] 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-08-06T20:27:18.8288748Z [2906/7974] 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-08-06T20:27:18.8389157Z [2907/7974] 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-08-06T20:27:18.8592956Z [2908/7974] 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-08-06T20:27:18.9917199Z [2909/7974] 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-08-06T20:27:18.9929903Z [2910/7974] 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-08-06T20:27:18.9941596Z [2911/7974] 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-08-06T20:27:18.9953169Z [2912/7974] 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-08-06T20:27:19.0013794Z [2913/7974] 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-08-06T20:27:19.0029858Z [2914/7974] 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-08-06T20:27:19.0045582Z [2915/7974] 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-08-06T20:27:19.1102877Z [2916/7974] 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-08-06T20:27:19.1115579Z [2917/7974] 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-08-06T20:27:19.1170624Z [2918/7974] 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-08-06T20:27:19.2704637Z [2919/7974] 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-08-06T20:27:19.2720604Z [2920/7974] 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-08-06T20:27:19.2733880Z [2921/7974] 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-08-06T20:27:19.2748186Z [2922/7974] 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-08-06T20:27:19.2762394Z [2923/7974] 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-08-06T20:27:19.2776073Z [2924/7974] 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-08-06T20:27:19.2813595Z [2925/7974] 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-08-06T20:27:19.3934025Z [2926/7974] 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-08-06T20:27:19.4012710Z [2927/7974] 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-08-06T20:27:19.4024889Z [2928/7974] 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-08-06T20:27:19.4070386Z [2929/7974] 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-08-06T20:27:19.4081823Z [2930/7974] 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-08-06T20:27:19.4129247Z [2931/7974] 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-08-06T20:27:19.4193960Z [2932/7974] 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-08-06T20:27:19.4436930Z [2933/7974] 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-08-06T20:27:19.4725561Z [2934/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u24.c.obj 2024-08-06T20:27:19.4802883Z [2935/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2024-08-06T20:27:19.4863192Z [2936/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2024-08-06T20:27:19.4874745Z [2937/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u32.c.obj 2024-08-06T20:27:19.4933510Z [2938/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2024-08-06T20:27:19.5158795Z [2939/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2024-08-06T20:27:19.5287391Z [2940/7974] 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-08-06T20:27:19.5442644Z [2941/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u24.c.obj 2024-08-06T20:27:19.5673451Z [2942/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u32.c.obj 2024-08-06T20:27:19.5771232Z [2943/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2024-08-06T20:27:19.5818375Z [2944/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u24.c.obj 2024-08-06T20:27:19.5832772Z [2945/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2024-08-06T20:27:19.5890261Z [2946/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u32.c.obj 2024-08-06T20:27:19.5937782Z [2947/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2024-08-06T20:27:19.6149220Z [2948/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2024-08-06T20:27:19.6201679Z [2949/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u24.c.obj 2024-08-06T20:27:19.6608006Z [2950/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u16.c.obj 2024-08-06T20:27:19.6764952Z [2951/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2024-08-06T20:27:19.6816838Z [2952/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2024-08-06T20:27:19.6859768Z [2953/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u8.c.obj 2024-08-06T20:27:19.6908461Z [2954/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u32.c.obj 2024-08-06T20:27:19.6997706Z [2955/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2024-08-06T20:27:19.7289917Z [2956/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2024-08-06T20:27:19.7430697Z [2957/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u16.c.obj 2024-08-06T20:27:19.7497238Z [2958/7974] 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-08-06T20:27:19.7655845Z [2959/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2024-08-06T20:27:19.7707940Z [2960/7974] 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-08-06T20:27:19.7760630Z [2961/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u16.c.obj 2024-08-06T20:27:19.8029596Z [2962/7974] 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-08-06T20:27:19.8343881Z [2963/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u8.c.obj 2024-08-06T20:27:19.8420356Z [2964/7974] 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-08-06T20:27:19.8514360Z [2965/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u32.c.obj 2024-08-06T20:27:19.8765862Z [2966/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:19.8817997Z [2967/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:19.8984775Z [2968/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:19.8998692Z [2969/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u4.c.obj 2024-08-06T20:27:19.9194231Z [2970/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:19.9383527Z [2971/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:19.9429397Z [2972/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2024-08-06T20:27:19.9766822Z [2973/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:20.0248261Z [2974/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:20.0293331Z [2975/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.0544515Z [2976/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.0639020Z [2977/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2024-08-06T20:27:20.0692624Z [2978/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.0757945Z [2979/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2024-08-06T20:27:20.1070122Z [2980/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.1328286Z [2981/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u32.c.obj 2024-08-06T20:27:20.1379704Z [2982/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.1661162Z [2983/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.1770243Z [2984/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.1827910Z [2985/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.1897388Z [2986/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.2414143Z [2987/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2024-08-06T20:27:20.2518616Z [2988/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.2571778Z [2989/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.2623164Z [2990/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.2970800Z [2991/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.3196372Z [2992/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.3209292Z [2993/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.3222574Z [2994/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.3910408Z [2995/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.3923546Z [2996/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.4017668Z [2997/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.4270822Z [2998/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.4403866Z [2999/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.4417445Z [3000/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.4428892Z [3001/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.4483841Z [3002/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.5025507Z [3003/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.5253448Z [3004/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.5486859Z [3005/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.5606121Z [3006/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.5753299Z [3007/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.5925861Z [3008/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.5981756Z [3009/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.6036011Z [3010/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.6235754Z [3011/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.6248880Z [3012/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.7097022Z [3013/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.7140455Z [3014/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.7193072Z [3015/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.7240156Z [3016/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.7252485Z [3017/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.7418195Z [3018/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.7431055Z [3019/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.7569195Z [3020/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.7938253Z [3021/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2024-08-06T20:27:20.8209888Z [3022/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2024-08-06T20:27:20.8254438Z [3023/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-06T20:27:20.8310089Z [3024/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2024-08-06T20:27:20.8428144Z [3025/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-06T20:27:20.8440871Z [3026/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2024-08-06T20:27:20.8729422Z [3027/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2024-08-06T20:27:20.8781560Z [3028/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2024-08-06T20:27:20.8834143Z [3029/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2024-08-06T20:27:20.9049942Z [3030/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2024-08-06T20:27:20.9103041Z [3031/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2024-08-06T20:27:20.9328577Z [3032/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u8.c.obj 2024-08-06T20:27:20.9424524Z [3033/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2024-08-06T20:27:20.9483818Z [3034/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2024-08-06T20:27:20.9537597Z [3035/7974] 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-08-06T20:27:20.9668005Z [3036/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2024-08-06T20:27:20.9880506Z [3037/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u32.c.obj 2024-08-06T20:27:20.9925261Z [3038/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u8.c.obj 2024-08-06T20:27:21.0052429Z [3039/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2024-08-06T20:27:21.0101776Z [3040/7974] 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-08-06T20:27:21.0268702Z [3041/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2024-08-06T20:27:21.0284010Z [3042/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u16.c.obj 2024-08-06T20:27:21.0435856Z [3043/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2024-08-06T20:27:21.0493853Z [3044/7974] 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-08-06T20:27:21.0594775Z [3045/7974] 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-08-06T20:27:21.0794393Z [3046/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4.c.obj 2024-08-06T20:27:21.0872901Z [3047/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2024-08-06T20:27:21.1040036Z [3048/7974] 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-08-06T20:27:21.1093892Z [3049/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2024-08-06T20:27:21.1188558Z [3050/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4.c.obj 2024-08-06T20:27:21.1548679Z [3051/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-mov-avx.c.obj 2024-08-06T20:27:21.1646212Z [3052/7974] 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-08-06T20:27:21.1805697Z [3053/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4.c.obj 2024-08-06T20:27:21.1866413Z [3054/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4.c.obj 2024-08-06T20:27:21.1937117Z [3055/7974] 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-08-06T20:27:21.1990056Z [3056/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-multi-avx.c.obj 2024-08-06T20:27:21.2046406Z [3057/7974] 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-08-06T20:27:21.2310040Z [3058/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-switch-avx.c.obj 2024-08-06T20:27:21.2508476Z [3059/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-multi-avx.c.obj 2024-08-06T20:27:21.2812105Z [3060/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-switch-avx.c.obj 2024-08-06T20:27:21.2858056Z [3061/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-avgpool\f16-avgpool-9x-minmax-f16c-c8.c.obj 2024-08-06T20:27:21.2906208Z [3062/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-switch-avx.c.obj 2024-08-06T20:27:21.2971214Z [3063/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-mov-avx.c.obj 2024-08-06T20:27:21.3188346Z [3064/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-mov-avx.c.obj 2024-08-06T20:27:21.3347306Z [3065/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-switch-avx.c.obj 2024-08-06T20:27:21.3597333Z [3066/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-mov-avx.c.obj 2024-08-06T20:27:21.3802500Z [3067/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u24-acc3.c.obj 2024-08-06T20:27:21.3849084Z [3068/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-multi-avx.c.obj 2024-08-06T20:27:21.3905729Z [3069/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc2.c.obj 2024-08-06T20:27:21.3958977Z [3070/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u16.c.obj 2024-08-06T20:27:21.4061917Z [3071/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u16-acc2.c.obj 2024-08-06T20:27:21.4080045Z [3072/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-avgpool\f16-avgpool-9p8x-minmax-f16c-c8.c.obj 2024-08-06T20:27:21.4314862Z [3073/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u8.c.obj 2024-08-06T20:27:21.4569703Z [3074/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u8.c.obj 2024-08-06T20:27:21.4847091Z [3075/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c32.c.obj 2024-08-06T20:27:21.4859378Z [3076/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc4.c.obj 2024-08-06T20:27:21.4928289Z [3077/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c16.c.obj 2024-08-06T20:27:21.5074522Z [3078/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c8.c.obj 2024-08-06T20:27:21.5087085Z [3079/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c24.c.obj 2024-08-06T20:27:21.5176347Z [3080/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c8.c.obj 2024-08-06T20:27:21.5352643Z [3081/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c32.c.obj 2024-08-06T20:27:21.5458968Z [3082/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c16.c.obj 2024-08-06T20:27:21.6042235Z [3083/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c24.c.obj 2024-08-06T20:27:21.6108695Z [3084/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-maxpool\f16-maxpool-9p8x-minmax-f16c-c8.c.obj 2024-08-06T20:27:21.6347439Z [3085/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld64.c.obj 2024-08-06T20:27:21.6422654Z [3086/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld64.c.obj 2024-08-06T20:27:21.6539690Z [3087/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld64.c.obj 2024-08-06T20:27:21.6553237Z [3088/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld128.c.obj 2024-08-06T20:27:21.6608999Z [3089/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld128.c.obj 2024-08-06T20:27:21.6623839Z [3090/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld128.c.obj 2024-08-06T20:27:21.6926352Z [3091/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-prelu\gen\f16-prelu-f16c-2x8.c.obj 2024-08-06T20:27:21.7031747Z [3092/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-prelu\gen\f16-prelu-f16c-2x16.c.obj 2024-08-06T20:27:21.7441041Z [3093/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2024-08-06T20:27:21.7454291Z [3094/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-minmax-f16c-u8.c.obj 2024-08-06T20:27:21.7507992Z [3095/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-minmax-f16c-u16.c.obj 2024-08-06T20:27:21.7679931Z [3096/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-minmax-f16c-u16.c.obj 2024-08-06T20:27:21.7820950Z [3097/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-minmax-f16c-u16.c.obj 2024-08-06T20:27:21.7891771Z [3098/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-minmax-f16c-u8.c.obj 2024-08-06T20:27:21.7903732Z [3099/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-minmax-f16c-u8.c.obj 2024-08-06T20:27:21.7954140Z [3100/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-minmax-f16c-u8.c.obj 2024-08-06T20:27:21.8368595Z [3101/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2024-08-06T20:27:21.8422440Z [3102/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2024-08-06T20:27:21.8638519Z [3103/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2024-08-06T20:27:21.8807917Z [3104/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-minmax-f16c-u16.c.obj 2024-08-06T20:27:21.8859461Z [3105/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2024-08-06T20:27:21.8871498Z [3106/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2024-08-06T20:27:21.8921561Z [3107/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2024-08-06T20:27:21.9060217Z [3108/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2024-08-06T20:27:21.9289475Z [3109/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-minmax-f16c-u8.c.obj 2024-08-06T20:27:21.9560755Z [3110/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-minmax-f16c-u16.c.obj 2024-08-06T20:27:21.9841380Z [3111/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-minmax-f16c-u8.c.obj 2024-08-06T20:27:21.9886556Z [3112/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2024-08-06T20:27:21.9939780Z [3113/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-minmax-f16c-u8.c.obj 2024-08-06T20:27:22.0060214Z [3114/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2024-08-06T20:27:22.0110267Z [3115/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-minmax-f16c-u16.c.obj 2024-08-06T20:27:22.0237600Z [3116/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-minmax-f16c-u16.c.obj 2024-08-06T20:27:22.0408396Z [3117/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-minmax-f16c-u8.c.obj 2024-08-06T20:27:22.0462324Z [3118/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-minmax-f16c-u16.c.obj 2024-08-06T20:27:22.0857702Z [3119/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-minmax-f16c-u16.c.obj 2024-08-06T20:27:22.0938407Z [3120/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-minmax-f16c-u8.c.obj 2024-08-06T20:27:22.0981912Z [3121/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2024-08-06T20:27:22.1028201Z [3122/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-minmax-f16c-u8.c.obj 2024-08-06T20:27:22.1143163Z [3123/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2024-08-06T20:27:22.1155101Z [3124/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2024-08-06T20:27:22.1645827Z [3125/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2024-08-06T20:27:22.1691755Z [3126/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2024-08-06T20:27:22.1754821Z [3127/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u8.c.obj 2024-08-06T20:27:22.1878860Z [3128/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2024-08-06T20:27:22.2110026Z [3129/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2024-08-06T20:27:22.2125687Z [3130/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2024-08-06T20:27:22.2477280Z [3131/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2024-08-06T20:27:22.2687760Z [3132/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-minmax-f16c-u16.c.obj 2024-08-06T20:27:22.3110094Z [3133/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2024-08-06T20:27:22.3165004Z [3134/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2024-08-06T20:27:22.3178495Z [3135/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2024-08-06T20:27:22.3189374Z [3136/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2024-08-06T20:27:22.3200917Z [3137/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2024-08-06T20:27:22.3216385Z [3138/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2024-08-06T20:27:22.3347372Z [3139/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u8.c.obj 2024-08-06T20:27:22.3544311Z [3140/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u16.c.obj 2024-08-06T20:27:22.4213305Z [3141/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u8.c.obj 2024-08-06T20:27:22.4258535Z [3142/7974] 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-08-06T20:27:22.4321258Z [3143/7974] 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-08-06T20:27:22.4371995Z [3144/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2024-08-06T20:27:22.4417804Z [3145/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u32.c.obj 2024-08-06T20:27:22.4653257Z [3146/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u32.c.obj 2024-08-06T20:27:22.4884289Z [3147/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u16.c.obj 2024-08-06T20:27:22.4896610Z [3148/7974] 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-08-06T20:27:22.5231509Z [3149/7974] 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-08-06T20:27:22.5326891Z [3150/7974] 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-08-06T20:27:22.5477256Z [3151/7974] 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-08-06T20:27:22.5524957Z [3152/7974] 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-08-06T20:27:22.5573665Z [3153/7974] 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-08-06T20:27:22.5865104Z [3154/7974] 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-08-06T20:27:22.5943725Z [3155/7974] 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-08-06T20:27:22.5956479Z [3156/7974] 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-08-06T20:27:22.6200692Z [3157/7974] 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-08-06T20:27:22.6416398Z [3158/7974] 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-08-06T20:27:22.6539998Z [3159/7974] 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-08-06T20:27:22.6593584Z [3160/7974] 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-08-06T20:27:22.6642008Z [3161/7974] 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-08-06T20:27:22.6831819Z [3162/7974] 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-08-06T20:27:22.7197911Z [3163/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u24.c.obj 2024-08-06T20:27:22.7265749Z [3164/7974] 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-08-06T20:27:22.7325779Z [3165/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u16.c.obj 2024-08-06T20:27:22.7513868Z [3166/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u32.c.obj 2024-08-06T20:27:22.7573853Z [3167/7974] 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-08-06T20:27:22.7629288Z [3168/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u8.c.obj 2024-08-06T20:27:22.7744882Z [3169/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u40.c.obj 2024-08-06T20:27:22.7802670Z [3170/7974] 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-08-06T20:27:22.8301049Z [3171/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u48.c.obj 2024-08-06T20:27:22.8421174Z [3172/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u64.c.obj 2024-08-06T20:27:22.8489735Z [3173/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u80.c.obj 2024-08-06T20:27:22.8535905Z [3174/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u56.c.obj 2024-08-06T20:27:22.8650210Z [3175/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u72.c.obj 2024-08-06T20:27:22.8696703Z [3176/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2024-08-06T20:27:22.8745318Z [3177/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-f16-cvt-f16c.c.obj 2024-08-06T20:27:22.8997369Z [3178/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u8.c.obj 2024-08-06T20:27:22.9370333Z [3179/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-f32-cvt-f16c.c.obj 2024-08-06T20:27:22.9485532Z [3180/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2024-08-06T20:27:22.9585903Z [3181/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-f16c-expm1minus-rr1-p3h2ts-div.c.obj 2024-08-06T20:27:22.9604033Z [3182/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-f16c-polynomial-p19h9t2.c.obj 2024-08-06T20:27:22.9656942Z [3183/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u16.c.obj 2024-08-06T20:27:22.9788380Z [3184/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld64.c.obj 2024-08-06T20:27:22.9908550Z [3185/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-f16c-polynomial-p17h8t2.c.obj 2024-08-06T20:27:22.9960083Z [3186/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld128.c.obj 2024-08-06T20:27:23.0284646Z [3187/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-f16c-expm1minus-rr1-p3h2ts-rcp.c.obj 2024-08-06T20:27:23.0854433Z [3188/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld64.c.obj 2024-08-06T20:27:23.1001942Z [3189/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld64.c.obj 2024-08-06T20:27:23.1109001Z [3190/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld128.c.obj 2024-08-06T20:27:23.1156147Z [3191/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld128.c.obj 2024-08-06T20:27:23.1210040Z [3192/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld128.c.obj 2024-08-06T20:27:23.1225646Z [3193/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld64.c.obj 2024-08-06T20:27:23.1238942Z [3194/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld128.c.obj 2024-08-06T20:27:23.1440233Z [3195/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld64.c.obj 2024-08-06T20:27:23.2137624Z [3196/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld64.c.obj 2024-08-06T20:27:23.2185270Z [3197/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld128.c.obj 2024-08-06T20:27:23.2384007Z [3198/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld64.c.obj 2024-08-06T20:27:23.2430438Z [3199/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld128.c.obj 2024-08-06T20:27:23.2476615Z [3200/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld64.c.obj 2024-08-06T20:27:23.2583868Z [3201/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld64.c.obj 2024-08-06T20:27:23.2992846Z [3202/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld128.c.obj 2024-08-06T20:27:23.3226695Z [3203/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld128.c.obj 2024-08-06T20:27:23.3283863Z [3204/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.3344793Z [3205/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.3518997Z [3206/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.3764279Z [3207/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.3779492Z [3208/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.3833100Z [3209/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.4091540Z [3210/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.4423219Z [3211/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.4509809Z [3212/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-06T20:27:23.4637635Z [3213/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-06T20:27:23.4692939Z [3214/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-06T20:27:23.5003360Z [3215/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-06T20:27:23.5183962Z [3216/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.5237317Z [3217/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-06T20:27:23.5252270Z [3218/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.5465847Z [3219/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.5745701Z [3220/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.5828007Z [3221/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.5844459Z [3222/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.6241268Z [3223/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.6555750Z [3224/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.6620300Z [3225/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-06T20:27:23.6728247Z [3226/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.6840527Z [3227/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.6854142Z [3228/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-06T20:27:23.7134208Z [3229/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.7188925Z [3230/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-06T20:27:23.7622229Z [3231/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-06T20:27:23.7928270Z [3232/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:23.7941993Z [3233/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:23.8026583Z [3234/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:23.8143670Z [3235/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:23.8315618Z [3236/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:23.8365539Z [3237/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:23.8664505Z [3238/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:23.9181029Z [3239/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:23.9235096Z [3240/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:23.9391256Z [3241/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:23.9405245Z [3242/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:23.9502222Z [3243/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:23.9575805Z [3244/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:23.9799096Z [3245/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.0148111Z [3246/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.0299172Z [3247/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.0495783Z [3248/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.0665908Z [3249/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.0718338Z [3250/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.0734724Z [3251/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.0994038Z [3252/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.1009838Z [3253/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.1255052Z [3254/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.1697524Z [3255/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.1796434Z [3256/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.1852088Z [3257/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.1908048Z [3258/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.2072511Z [3259/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.2152601Z [3260/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.2204407Z [3261/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.2406147Z [3262/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.3113866Z [3263/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.3194681Z [3264/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.3239715Z [3265/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.3292212Z [3266/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.3413523Z [3267/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.3460801Z [3268/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.3474166Z [3269/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.3588221Z [3270/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.4309808Z [3271/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.4462436Z [3272/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-xop-mul32-ld32-u8.c.obj 2024-08-06T20:27:24.4564471Z [3273/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.4701915Z [3274/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.4810291Z [3275/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.4862493Z [3276/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.4917344Z [3277/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-xop-mul32-ld32-u16.c.obj 2024-08-06T20:27:24.4932983Z [3278/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.5404809Z [3279/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-xop-mul32-ld32-u32.c.obj 2024-08-06T20:27:24.5499589Z [3280/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-xop-mul32-ld32-u32.c.obj 2024-08-06T20:27:24.5725301Z [3281/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-xop-mul32-ld32-u24.c.obj 2024-08-06T20:27:24.5737195Z [3282/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-xop-mul32-ld32-u16.c.obj 2024-08-06T20:27:24.5863663Z [3283/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-xop-mul32-ld32-u24.c.obj 2024-08-06T20:27:24.5879180Z [3284/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-xop-mul32-ld32-u8.c.obj 2024-08-06T20:27:24.6005115Z [3285/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:24.6363261Z [3286/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:24.6617496Z [3287/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:24.6912516Z [3288/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:24.7033804Z [3289/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:24.7046229Z [3290/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:24.7380090Z [3291/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.7533582Z [3292/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:24.7760779Z [3293/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:24.7815112Z [3294/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.7889956Z [3295/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:24.8311908Z [3296/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.8569421Z [3297/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-xop-mul32.c.obj 2024-08-06T20:27:24.8581486Z [3298/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.8695910Z [3299/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:24.8749030Z [3300/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.8846040Z [3301/7974] 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-08-06T20:27:24.9061629Z [3302/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:24.9166209Z [3303/7974] 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-08-06T20:27:24.9228734Z [3304/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u8.c.obj 2024-08-06T20:27:24.9736001Z [3305/7974] 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-08-06T20:27:25.0135356Z [3306/7974] 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-08-06T20:27:25.0147390Z [3307/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.0212622Z [3308/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.0223912Z [3309/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.0304828Z [3310/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.0367815Z [3311/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.0628619Z [3312/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u16.c.obj 2024-08-06T20:27:25.0947499Z [3313/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.1516671Z [3314/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.1564956Z [3315/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.1612289Z [3316/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.1678623Z [3317/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.1727456Z [3318/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.1877109Z [3319/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.2117899Z [3320/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.2179338Z [3321/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.2602240Z [3322/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.2866999Z [3323/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.2879701Z [3324/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.2990338Z [3325/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.3044738Z [3326/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.3285283Z [3327/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.3300996Z [3328/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.3436989Z [3329/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.3919334Z [3330/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.4091497Z [3331/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.4206634Z [3332/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.4306791Z [3333/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.4435580Z [3334/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.4516086Z [3335/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.4568237Z [3336/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.4790116Z [3337/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.5100562Z [3338/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.5216319Z [3339/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.5661289Z [3340/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.5711441Z [3341/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-xop-mul32-ld32-u8.c.obj 2024-08-06T20:27:25.5730157Z [3342/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-06T20:27:25.5779822Z [3343/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.5799442Z [3344/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-xop-mul32-ld32-u16.c.obj 2024-08-06T20:27:25.5883953Z [3345/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.6099768Z [3346/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-06T20:27:25.6252508Z [3347/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-xop-mul32-ld32-u8.c.obj 2024-08-06T20:27:25.6749373Z [3348/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-xop-mul32-ld32-u16.c.obj 2024-08-06T20:27:25.6866483Z [3349/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:25.6943490Z [3350/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:25.7999527Z [3351/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:25.8013321Z [3352/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3.c.obj 2024-08-06T20:27:25.8025491Z [3353/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:25.8037061Z [3354/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:25.8050344Z [3355/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3.c.obj 2024-08-06T20:27:25.8063426Z [3356/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3.c.obj 2024-08-06T20:27:25.8078256Z [3357/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:25.8089877Z [3358/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3.c.obj 2024-08-06T20:27:25.9117967Z [3359/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3.c.obj 2024-08-06T20:27:25.9195725Z [3360/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3.c.obj 2024-08-06T20:27:25.9248680Z [3361/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2024-08-06T20:27:25.9264591Z [3362/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2024-08-06T20:27:25.9321633Z [3363/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2024-08-06T20:27:25.9336018Z [3364/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2024-08-06T20:27:25.9349312Z [3365/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2024-08-06T20:27:25.9397171Z [3366/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2024-08-06T20:27:26.0380920Z [3367/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.0426085Z [3368/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.0470735Z [3369/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.obj 2024-08-06T20:27:26.0545369Z [3370/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.obj 2024-08-06T20:27:26.0741386Z [3371/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.0794498Z [3372/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.0885195Z [3373/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.1346563Z [3374/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.obj 2024-08-06T20:27:26.1545754Z [3375/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.obj 2024-08-06T20:27:26.1594148Z [3376/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3.c.obj 2024-08-06T20:27:26.1682495Z [3377/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.obj 2024-08-06T20:27:26.1807296Z [3378/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.1860210Z [3379/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.2087237Z [3380/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3.c.obj 2024-08-06T20:27:26.2556671Z [3381/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.2610479Z [3382/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.2622949Z [3383/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.obj 2024-08-06T20:27:26.2749208Z [3384/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.2890980Z [3385/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3.c.obj 2024-08-06T20:27:26.2942113Z [3386/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3.c.obj 2024-08-06T20:27:26.3209430Z [3387/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3.c.obj 2024-08-06T20:27:26.3433764Z [3388/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2024-08-06T20:27:26.3584160Z [3389/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.3702080Z [3390/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c16-minmax-fma3-2x.c.obj 2024-08-06T20:27:26.3880111Z [3391/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2024-08-06T20:27:26.3964122Z [3392/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c8-minmax-fma3-2x.c.obj 2024-08-06T20:27:26.3975424Z [3393/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.4178386Z [3394/7974] 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-08-06T20:27:26.4312846Z [3395/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3.c.obj 2024-08-06T20:27:26.4422066Z [3396/7974] 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-08-06T20:27:26.4475579Z [3397/7974] 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-08-06T20:27:26.4627533Z [3398/7974] 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-08-06T20:27:26.4905518Z [3399/7974] 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-08-06T20:27:26.4960377Z [3400/7974] 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-08-06T20:27:26.4975102Z [3401/7974] 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-08-06T20:27:26.5162275Z [3402/7974] 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-08-06T20:27:26.5418082Z [3403/7974] 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-08-06T20:27:26.5500706Z [3404/7974] 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-08-06T20:27:26.5601912Z [3405/7974] 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-08-06T20:27:26.5683515Z [3406/7974] 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-08-06T20:27:26.5877743Z [3407/7974] 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-08-06T20:27:26.5949600Z [3408/7974] 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-08-06T20:27:26.6072720Z [3409/7974] 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-08-06T20:27:26.6125849Z [3410/7974] 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-08-06T20:27:26.6496244Z [3411/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u24.c.obj 2024-08-06T20:27:26.6544381Z [3412/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u56.c.obj 2024-08-06T20:27:26.6703588Z [3413/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u64.c.obj 2024-08-06T20:27:26.6753890Z [3414/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u40.c.obj 2024-08-06T20:27:26.6847140Z [3415/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u32.c.obj 2024-08-06T20:27:26.6900861Z [3416/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u48.c.obj 2024-08-06T20:27:26.7105375Z [3417/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u72.c.obj 2024-08-06T20:27:26.7151348Z [3418/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3.c.obj 2024-08-06T20:27:26.7716002Z [3419/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.7844444Z [3420/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u80.c.obj 2024-08-06T20:27:26.7985327Z [3421/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3.c.obj 2024-08-06T20:27:26.8051449Z [3422/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2024-08-06T20:27:26.8097613Z [3423/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3.c.obj 2024-08-06T20:27:26.8146861Z [3424/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.8195643Z [3425/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.8653172Z [3426/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.8819723Z [3427/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3.c.obj 2024-08-06T20:27:26.9156100Z [3428/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2024-08-06T20:27:26.9236296Z [3429/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.9433141Z [3430/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.9476024Z [3431/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.9523390Z [3432/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2024-08-06T20:27:26.9536016Z [3433/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2024-08-06T20:27:26.9887644Z [3434/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:27.0331266Z [3435/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.obj 2024-08-06T20:27:27.0382743Z [3436/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.obj 2024-08-06T20:27:27.0600004Z [3437/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.obj 2024-08-06T20:27:27.0618974Z [3438/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3.c.obj 2024-08-06T20:27:27.0679502Z [3439/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.obj 2024-08-06T20:27:27.0726568Z [3440/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:27.1117116Z [3441/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.obj 2024-08-06T20:27:27.1132416Z [3442/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3.c.obj 2024-08-06T20:27:27.1371122Z [3443/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:27.1439943Z [3444/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3.c.obj 2024-08-06T20:27:27.1641473Z [3445/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3-acc2.c.obj 2024-08-06T20:27:27.2382148Z [3446/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3.c.obj 2024-08-06T20:27:27.2540188Z [3447/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.2552272Z [3448/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16s4-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.2564168Z [3449/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.2575623Z [3450/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16s4-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.2588516Z [3451/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.2641436Z [3452/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.2692258Z [3453/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.3706531Z [3454/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16s4-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.3749594Z [3455/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.3792635Z [3456/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16s4-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.3846589Z [3457/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16s4-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.3861967Z [3458/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.4045081Z [3459/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.4095796Z [3460/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.4110431Z [3461/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.4827696Z [3462/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.4888397Z [3463/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.5140703Z [3464/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.5187001Z [3465/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.5244709Z [3466/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.5377320Z [3467/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.5457994Z [3468/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16s4-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.5683250Z [3469/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16s4-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.5936224Z [3470/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.6090516Z [3471/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16s4-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.6265398Z [3472/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.6315553Z [3473/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16s4-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.6450584Z [3474/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.6694158Z [3475/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.7047279Z [3476/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.7094998Z [3477/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.7290945Z [3478/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.7303712Z [3479/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16s4-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.7925480Z [3480/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16s4-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.7937751Z [3481/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.7949134Z [3482/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.8487662Z [3483/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.8501059Z [3484/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16s4-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.8514515Z [3485/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.8880031Z [3486/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.9000278Z [3487/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.9091233Z [3488/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.9145822Z [3489/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16s4-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.9378140Z [3490/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16s4-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.9473696Z [3491/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.obj 2024-08-06T20:27:27.9525465Z [3492/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.obj 2024-08-06T20:27:27.9683954Z [3493/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16s4-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.9932687Z [3494/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:27.9984308Z [3495/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:28.0184495Z [3496/7974] 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-08-06T20:27:28.0242863Z [3497/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-fma3-broadcast.c.obj 2024-08-06T20:27:28.0501243Z [3498/7974] 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-08-06T20:27:28.0639519Z [3499/7974] 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-08-06T20:27:28.0754723Z [3500/7974] 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-08-06T20:27:28.0881193Z [3501/7974] 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-08-06T20:27:28.1131570Z [3502/7974] 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-08-06T20:27:28.1192044Z [3503/7974] 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-08-06T20:27:28.1405211Z [3504/7974] 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-08-06T20:27:28.1455444Z [3505/7974] 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-08-06T20:27:28.1599303Z [3506/7974] 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-08-06T20:27:28.1870566Z [3507/7974] 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-08-06T20:27:28.2019894Z [3508/7974] 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-08-06T20:27:28.2112338Z [3509/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2024-08-06T20:27:28.2437631Z [3510/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2024-08-06T20:27:28.2494526Z [3511/7974] 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-08-06T20:27:28.2581906Z [3512/7974] 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-08-06T20:27:28.2743296Z [3513/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u8.c.obj 2024-08-06T20:27:28.2828721Z [3514/7974] 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-08-06T20:27:28.2844117Z [3515/7974] 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-08-06T20:27:28.2922997Z [3516/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-nr1fma1adj-u16.c.obj 2024-08-06T20:27:28.3058806Z [3517/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-nr1fma1adj-u32.c.obj 2024-08-06T20:27:28.3341594Z [3518/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u16.c.obj 2024-08-06T20:27:28.3416795Z [3519/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-nr1fma1adj-u8.c.obj 2024-08-06T20:27:28.3527136Z [3520/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u32.c.obj 2024-08-06T20:27:28.3828264Z [3521/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.obj 2024-08-06T20:27:28.3840419Z [3522/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.obj 2024-08-06T20:27:28.3952542Z [3523/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.obj 2024-08-06T20:27:28.3967303Z [3524/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.obj 2024-08-06T20:27:28.3981608Z [3525/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.obj 2024-08-06T20:27:28.4323412Z [3526/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.obj 2024-08-06T20:27:28.4558425Z [3527/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.obj 2024-08-06T20:27:28.4574008Z [3528/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.obj 2024-08-06T20:27:28.4756666Z [3529/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.obj 2024-08-06T20:27:28.4887055Z [3530/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.obj 2024-08-06T20:27:28.4933689Z [3531/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.obj 2024-08-06T20:27:28.5305934Z [3532/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.obj 2024-08-06T20:27:28.5438687Z [3533/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.obj 2024-08-06T20:27:28.5541275Z [3534/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.obj 2024-08-06T20:27:28.5613874Z [3535/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.obj 2024-08-06T20:27:28.5659046Z [3536/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.obj 2024-08-06T20:27:28.5867078Z [3537/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u8.c.obj 2024-08-06T20:27:28.6039328Z [3538/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.obj 2024-08-06T20:27:28.6238333Z [3539/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.obj 2024-08-06T20:27:28.6259255Z [3540/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.obj 2024-08-06T20:27:28.6466748Z [3541/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.obj 2024-08-06T20:27:28.6562180Z [3542/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u24.c.obj 2024-08-06T20:27:28.6579341Z [3543/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u16.c.obj 2024-08-06T20:27:28.6665822Z [3544/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u16.c.obj 2024-08-06T20:27:28.7014604Z [3545/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u32.c.obj 2024-08-06T20:27:28.7065404Z [3546/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u24.c.obj 2024-08-06T20:27:28.7176420Z [3547/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u8.c.obj 2024-08-06T20:27:28.7287276Z [3548/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u8.c.obj 2024-08-06T20:27:28.7455298Z [3549/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u32.c.obj 2024-08-06T20:27:28.7580015Z [3550/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u16.c.obj 2024-08-06T20:27:28.7633427Z [3551/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u40.c.obj 2024-08-06T20:27:28.7695794Z [3552/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u48.c.obj 2024-08-06T20:27:28.7968545Z [3553/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u32.c.obj 2024-08-06T20:27:28.8057664Z [3554/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u24.c.obj 2024-08-06T20:27:28.8237815Z [3555/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u8.c.obj 2024-08-06T20:27:28.8369397Z [3556/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u64.c.obj 2024-08-06T20:27:28.8531359Z [3557/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u72.c.obj 2024-08-06T20:27:28.8632375Z [3558/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u56.c.obj 2024-08-06T20:27:28.8689499Z [3559/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u16.c.obj 2024-08-06T20:27:28.8705307Z [3560/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u80.c.obj 2024-08-06T20:27:28.8979310Z [3561/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u56.c.obj 2024-08-06T20:27:28.9057882Z [3562/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u40.c.obj 2024-08-06T20:27:28.9289360Z [3563/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u48.c.obj 2024-08-06T20:27:28.9341199Z [3564/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u24.c.obj 2024-08-06T20:27:28.9662331Z [3565/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u72.c.obj 2024-08-06T20:27:28.9677784Z [3566/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u64.c.obj 2024-08-06T20:27:28.9690985Z [3567/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u80.c.obj 2024-08-06T20:27:28.9918236Z [3568/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u16.c.obj 2024-08-06T20:27:29.0044174Z [3569/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u32.c.obj 2024-08-06T20:27:29.0185887Z [3570/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u24.c.obj 2024-08-06T20:27:29.0255709Z [3571/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u8.c.obj 2024-08-06T20:27:29.0404124Z [3572/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u32.c.obj 2024-08-06T20:27:29.0644618Z [3573/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u56.c.obj 2024-08-06T20:27:29.0928738Z [3574/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u40.c.obj 2024-08-06T20:27:29.1043193Z [3575/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u64.c.obj 2024-08-06T20:27:29.1058299Z [3576/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u48.c.obj 2024-08-06T20:27:29.1073549Z [3577/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u80.c.obj 2024-08-06T20:27:29.1142718Z [3578/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-fma3-nr1fma1adj.c.obj 2024-08-06T20:27:29.1295935Z [3579/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-fma3-expm1minus-rr1-p3h2ts-rcp.c.obj 2024-08-06T20:27:29.1351011Z [3580/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u72.c.obj 2024-08-06T20:27:29.1546704Z [3581/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-fma3-nr1fma.c.obj 2024-08-06T20:27:29.1955612Z [3582/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-fma3-nr2fma.c.obj 2024-08-06T20:27:29.2174702Z [3583/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-fma3-expm1minus-rr1-p3h2ts-div.c.obj 2024-08-06T20:27:29.2268179Z [3584/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-div.c.obj 2024-08-06T20:27:29.2281252Z [3585/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div.c.obj 2024-08-06T20:27:29.2427519Z [3586/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.obj 2024-08-06T20:27:29.2521136Z [3587/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1.c.obj 2024-08-06T20:27:29.2595400Z [3588/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-fma3-polynomial-p17h8t2.c.obj 2024-08-06T20:27:29.2696359Z [3589/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-fma3-polynomial-p19h9t2.c.obj 2024-08-06T20:27:29.3086639Z [3590/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1adj.c.obj 2024-08-06T20:27:29.3326061Z [3591/7974] 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-08-06T20:27:29.3373854Z [3592/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1adj.c.obj 2024-08-06T20:27:29.3518413Z [3593/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-06T20:27:29.3573231Z [3594/7974] 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-08-06T20:27:29.3720685Z [3595/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1.c.obj 2024-08-06T20:27:29.3773824Z [3596/7974] 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-08-06T20:27:29.3833017Z [3597/7974] 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-08-06T20:27:29.4122388Z [3598/7974] 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-08-06T20:27:29.4406525Z [3599/7974] 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-08-06T20:27:29.4502677Z [3600/7974] 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-08-06T20:27:29.4594445Z [3601/7974] 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-08-06T20:27:29.4869763Z [3602/7974] 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-08-06T20:27:29.4980693Z [3603/7974] 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-08-06T20:27:29.4993684Z [3604/7974] 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-08-06T20:27:29.5049091Z [3605/7974] 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-08-06T20:27:29.5192562Z [3606/7974] 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-08-06T20:27:29.5389382Z [3607/7974] 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-08-06T20:27:29.5771090Z [3608/7974] 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-08-06T20:27:29.5836428Z [3609/7974] 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-08-06T20:27:29.6052519Z [3610/7974] 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-08-06T20:27:29.6065872Z [3611/7974] 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-08-06T20:27:29.6163374Z [3612/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x8-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.6352225Z [3613/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x16-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.6408225Z [3614/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x8-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.6572247Z [3615/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x8-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.7002312Z [3616/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-3x16-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.7018334Z [3617/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.7334054Z [3618/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-7x8-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.7418687Z [3619/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x8-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.7469268Z [3620/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x8-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.7618868Z [3621/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-3x16-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.7671170Z [3622/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x16-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.7959735Z [3623/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x8-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.8010935Z [3624/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-6x8-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.8096316Z [3625/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x16-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.8349669Z [3626/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x16-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.8442401Z [3627/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x16-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.8454618Z [3628/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-6x8-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.8551653Z [3629/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.obj 2024-08-06T20:27:29.8636889Z [3630/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-7x8-minmax-avx2-broadcast.c.obj 2024-08-06T20:27:29.8761352Z [3631/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.obj 2024-08-06T20:27:29.8883050Z [3632/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-pavgpool\f16-pavgpool-9x-minmax-avx2-c8.c.obj 2024-08-06T20:27:29.8955362Z [3633/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-pavgpool\f16-pavgpool-9p8x-minmax-avx2-c8.c.obj 2024-08-06T20:27:29.9243139Z [3634/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.obj 2024-08-06T20:27:29.9299370Z [3635/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.obj 2024-08-06T20:27:29.9398585Z [3636/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.obj 2024-08-06T20:27:29.9494382Z [3637/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.obj 2024-08-06T20:27:29.9626561Z [3638/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.obj 2024-08-06T20:27:29.9697513Z [3639/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.obj 2024-08-06T20:27:29.9809751Z [3640/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.obj 2024-08-06T20:27:29.9869926Z [3641/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.obj 2024-08-06T20:27:30.0223526Z [3642/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.obj 2024-08-06T20:27:30.0321467Z [3643/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.obj 2024-08-06T20:27:30.0367480Z [3644/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.obj 2024-08-06T20:27:30.0448579Z [3645/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.obj 2024-08-06T20:27:30.0554196Z [3646/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.obj 2024-08-06T20:27:30.0606997Z [3647/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.obj 2024-08-06T20:27:30.0666096Z [3648/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.obj 2024-08-06T20:27:30.0775635Z [3649/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.obj 2024-08-06T20:27:30.1282649Z [3650/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u8.c.obj 2024-08-06T20:27:30.1342598Z [3651/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.obj 2024-08-06T20:27:30.1521157Z [3652/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u8.c.obj 2024-08-06T20:27:30.1537898Z [3653/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.obj 2024-08-06T20:27:30.1584988Z [3654/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.obj 2024-08-06T20:27:30.1748629Z [3655/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u16.c.obj 2024-08-06T20:27:30.1832636Z [3656/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u16.c.obj 2024-08-06T20:27:30.2266357Z [3657/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u48.c.obj 2024-08-06T20:27:30.2280258Z [3658/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u24.c.obj 2024-08-06T20:27:30.2328372Z [3659/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u56.c.obj 2024-08-06T20:27:30.2447546Z [3660/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u40.c.obj 2024-08-06T20:27:30.2585622Z [3661/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u40.c.obj 2024-08-06T20:27:30.2643508Z [3662/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u32.c.obj 2024-08-06T20:27:30.2824502Z [3663/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u64.c.obj 2024-08-06T20:27:30.2838709Z [3664/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.obj 2024-08-06T20:27:30.3218793Z [3665/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.obj 2024-08-06T20:27:30.3234426Z [3666/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.obj 2024-08-06T20:27:30.3246532Z [3667/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.obj 2024-08-06T20:27:30.3407828Z [3668/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u56.c.obj 2024-08-06T20:27:30.3588589Z [3669/7974] 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-08-06T20:27:30.3643387Z [3670/7974] 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-08-06T20:27:30.3703262Z [3671/7974] 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-08-06T20:27:30.3796085Z [3672/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u64.c.obj 2024-08-06T20:27:30.4204464Z [3673/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u48.c.obj 2024-08-06T20:27:30.4257395Z [3674/7974] 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-08-06T20:27:30.4304706Z [3675/7974] 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-08-06T20:27:30.4357543Z [3676/7974] 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-08-06T20:27:30.4615067Z [3677/7974] 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-08-06T20:27:30.4666472Z [3678/7974] 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-08-06T20:27:30.4816445Z [3679/7974] 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-08-06T20:27:30.5199717Z [3680/7974] 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-08-06T20:27:30.5295597Z [3681/7974] 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-08-06T20:27:30.5324671Z [3682/7974] 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-08-06T20:27:30.5379809Z [3683/7974] 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-08-06T20:27:30.5555301Z [3684/7974] 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-08-06T20:27:30.5886407Z [3685/7974] 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-08-06T20:27:30.6006819Z [3686/7974] 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-08-06T20:27:30.6019088Z [3687/7974] 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-08-06T20:27:30.6292645Z [3688/7974] 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-08-06T20:27:30.6350973Z [3689/7974] 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-08-06T20:27:30.6641128Z [3690/7974] 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-08-06T20:27:30.6788463Z [3691/7974] 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-08-06T20:27:30.6800980Z [3692/7974] 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-08-06T20:27:30.7130706Z [3693/7974] 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-08-06T20:27:30.7292395Z [3694/7974] 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-08-06T20:27:30.7379906Z [3695/7974] 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-08-06T20:27:30.7435285Z [3696/7974] 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-08-06T20:27:30.7550316Z [3697/7974] 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-08-06T20:27:30.7877336Z [3698/7974] 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-08-06T20:27:30.7930624Z [3699/7974] 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-08-06T20:27:30.7947253Z [3700/7974] 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-08-06T20:27:30.8235375Z [3701/7974] 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-08-06T20:27:30.8509931Z [3702/7974] 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-08-06T20:27:30.8612428Z [3703/7974] 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-08-06T20:27:30.8691535Z [3704/7974] 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-08-06T20:27:30.8760557Z [3705/7974] 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-08-06T20:27:30.9015158Z [3706/7974] 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-08-06T20:27:30.9069111Z [3707/7974] 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-08-06T20:27:30.9083303Z [3708/7974] 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-08-06T20:27:30.9462061Z [3709/7974] 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-08-06T20:27:30.9678896Z [3710/7974] 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-08-06T20:27:30.9828102Z [3711/7974] 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-08-06T20:27:30.9915775Z [3712/7974] 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-08-06T20:27:31.0171336Z [3713/7974] 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-08-06T20:27:31.0224231Z [3714/7974] 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-08-06T20:27:31.0242949Z [3715/7974] 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-08-06T20:27:31.0294550Z [3716/7974] 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-08-06T20:27:31.0479150Z [3717/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u16.c.obj 2024-08-06T20:27:31.0751666Z [3718/7974] 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-08-06T20:27:31.0801698Z [3719/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u32.c.obj 2024-08-06T20:27:31.1048328Z [3720/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u48.c.obj 2024-08-06T20:27:31.1151779Z [3721/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u64.c.obj 2024-08-06T20:27:31.1199409Z [3722/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u32.c.obj 2024-08-06T20:27:31.1251227Z [3723/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u48.c.obj 2024-08-06T20:27:31.1265084Z [3724/7974] 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-08-06T20:27:31.1628242Z [3725/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc4.c.obj 2024-08-06T20:27:31.1746529Z [3726/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u64.c.obj 2024-08-06T20:27:31.1923066Z [3727/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72.c.obj 2024-08-06T20:27:31.2069737Z [3728/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64.c.obj 2024-08-06T20:27:31.2125272Z [3729/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc2.c.obj 2024-08-06T20:27:31.2171443Z [3730/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u16.c.obj 2024-08-06T20:27:31.2234856Z [3731/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc2.c.obj 2024-08-06T20:27:31.2356827Z [3732/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc3.c.obj 2024-08-06T20:27:31.2489452Z [3733/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc2.c.obj 2024-08-06T20:27:31.2621912Z [3734/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72-acc3.c.obj 2024-08-06T20:27:31.2757814Z [3735/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc5.c.obj 2024-08-06T20:27:31.2886843Z [3736/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80.c.obj 2024-08-06T20:27:31.3182797Z [3737/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.obj 2024-08-06T20:27:31.3252640Z [3738/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.obj 2024-08-06T20:27:31.3299553Z [3739/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u48.c.obj 2024-08-06T20:27:31.3403177Z [3740/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u56.c.obj 2024-08-06T20:27:31.3519153Z [3741/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.obj 2024-08-06T20:27:31.3573760Z [3742/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc4.c.obj 2024-08-06T20:27:31.3794305Z [3743/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u40.c.obj 2024-08-06T20:27:31.3963008Z [3744/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc6.c.obj 2024-08-06T20:27:31.4055337Z [3745/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64.c.obj 2024-08-06T20:27:31.4145349Z [3746/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc2.c.obj 2024-08-06T20:27:31.4195643Z [3747/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72-acc3.c.obj 2024-08-06T20:27:31.4315698Z [3748/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc5.c.obj 2024-08-06T20:27:31.4365728Z [3749/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80.c.obj 2024-08-06T20:27:31.4553665Z [3750/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96.c.obj 2024-08-06T20:27:31.4665691Z [3751/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72.c.obj 2024-08-06T20:27:31.4915172Z [3752/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc3.c.obj 2024-08-06T20:27:31.5031616Z [3753/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc2.c.obj 2024-08-06T20:27:31.5082373Z [3754/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc2.c.obj 2024-08-06T20:27:31.5097556Z [3755/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc4.c.obj 2024-08-06T20:27:31.5163488Z [3756/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc6.c.obj 2024-08-06T20:27:31.5213799Z [3757/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96.c.obj 2024-08-06T20:27:31.5390677Z [3758/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc2.c.obj 2024-08-06T20:27:31.5799984Z [3759/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64.c.obj 2024-08-06T20:27:31.6057547Z [3760/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc2.c.obj 2024-08-06T20:27:31.6105475Z [3761/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u72.c.obj 2024-08-06T20:27:31.6157889Z [3762/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80.c.obj 2024-08-06T20:27:31.6175050Z [3763/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc5.c.obj 2024-08-06T20:27:31.6293043Z [3764/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u72-acc3.c.obj 2024-08-06T20:27:31.6545345Z [3765/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc2.c.obj 2024-08-06T20:27:31.6601409Z [3766/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc6.c.obj 2024-08-06T20:27:31.6892371Z [3767/7974] 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-08-06T20:27:31.6987213Z [3768/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96.c.obj 2024-08-06T20:27:31.7078315Z [3769/7974] 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-08-06T20:27:31.7095423Z [3770/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc3.c.obj 2024-08-06T20:27:31.7199265Z [3771/7974] 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-08-06T20:27:31.7247872Z [3772/7974] 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-08-06T20:27:31.7616258Z [3773/7974] 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-08-06T20:27:31.7631124Z [3774/7974] 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-08-06T20:27:31.7913460Z [3775/7974] 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-08-06T20:27:31.9242547Z [3776/7974] 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-08-06T20:27:31.9260120Z [3777/7974] 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-08-06T20:27:31.9277454Z [3778/7974] 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-08-06T20:27:31.9290600Z [3779/7974] 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-08-06T20:27:31.9304380Z [3780/7974] 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-08-06T20:27:31.9319834Z [3781/7974] 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-08-06T20:27:31.9333842Z [3782/7974] 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-08-06T20:27:32.0204872Z [3783/7974] 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-08-06T20:27:32.0303951Z [3784/7974] 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-08-06T20:27:32.0346293Z [3785/7974] 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-08-06T20:27:32.0487333Z [3786/7974] 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-08-06T20:27:32.0499134Z [3787/7974] 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-08-06T20:27:32.0584852Z [3788/7974] 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-08-06T20:27:32.0681962Z [3789/7974] 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-08-06T20:27:32.0736124Z [3790/7974] 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-08-06T20:27:32.1185276Z [3791/7974] 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-08-06T20:27:32.1467736Z [3792/7974] 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-08-06T20:27:32.4661633Z [3793/7974] 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-08-06T20:27:32.4675674Z [3794/7974] 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-08-06T20:27:32.4689175Z [3795/7974] 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-08-06T20:27:32.4700631Z [3796/7974] 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-08-06T20:27:32.4714098Z [3797/7974] 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-08-06T20:27:32.4729320Z [3798/7974] 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-08-06T20:27:32.4744243Z [3799/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u8.c.obj 2024-08-06T20:27:32.5601655Z [3800/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u16.c.obj 2024-08-06T20:27:32.5648223Z [3801/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u32.c.obj 2024-08-06T20:27:32.5661356Z [3802/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u56.c.obj 2024-08-06T20:27:32.5714868Z [3803/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u48.c.obj 2024-08-06T20:27:32.5727041Z [3804/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u16.c.obj 2024-08-06T20:27:32.5738734Z [3805/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u24.c.obj 2024-08-06T20:27:32.5788025Z [3806/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u80.c.obj 2024-08-06T20:27:32.6206676Z [3807/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u40.c.obj 2024-08-06T20:27:32.6501327Z [3808/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u32.c.obj 2024-08-06T20:27:32.6609597Z [3809/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u72.c.obj 2024-08-06T20:27:32.6621536Z [3810/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u56.c.obj 2024-08-06T20:27:32.6633442Z [3811/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u48.c.obj 2024-08-06T20:27:32.6645604Z [3812/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u24.c.obj 2024-08-06T20:27:32.6695930Z [3813/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u64.c.obj 2024-08-06T20:27:32.6800344Z [3814/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u8.c.obj 2024-08-06T20:27:32.7047157Z [3815/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u64.c.obj 2024-08-06T20:27:32.7350753Z [3816/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u40.c.obj 2024-08-06T20:27:32.7429579Z [3817/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u8.c.obj 2024-08-06T20:27:32.7478278Z [3818/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u72.c.obj 2024-08-06T20:27:32.7491743Z [3819/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u88.c.obj 2024-08-06T20:27:32.7504165Z [3820/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u96.c.obj 2024-08-06T20:27:32.7552855Z [3821/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u80.c.obj 2024-08-06T20:27:32.7605175Z [3822/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u16.c.obj 2024-08-06T20:27:32.7859320Z [3823/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u48.c.obj 2024-08-06T20:27:32.8168800Z [3824/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u40.c.obj 2024-08-06T20:27:32.8297886Z [3825/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u64.c.obj 2024-08-06T20:27:32.8349884Z [3826/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u24.c.obj 2024-08-06T20:27:32.8430814Z [3827/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u8.c.obj 2024-08-06T20:27:32.8442645Z [3828/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u56.c.obj 2024-08-06T20:27:32.8498131Z [3829/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u72.c.obj 2024-08-06T20:27:32.8708531Z [3830/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u32.c.obj 2024-08-06T20:27:32.8757892Z [3831/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u80.c.obj 2024-08-06T20:27:32.9153613Z [3832/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u88.c.obj 2024-08-06T20:27:32.9305783Z [3833/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u16.c.obj 2024-08-06T20:27:32.9407419Z [3834/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u24.c.obj 2024-08-06T20:27:32.9422355Z [3835/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u32.c.obj 2024-08-06T20:27:32.9435519Z [3836/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u56.c.obj 2024-08-06T20:27:32.9676964Z [3837/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u48.c.obj 2024-08-06T20:27:32.9692603Z [3838/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u96.c.obj 2024-08-06T20:27:32.9910234Z [3839/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u40.c.obj 2024-08-06T20:27:33.0155146Z [3840/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u64.c.obj 2024-08-06T20:27:33.0320717Z [3841/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.obj 2024-08-06T20:27:33.0381256Z [3842/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u80.c.obj 2024-08-06T20:27:33.0394786Z [3843/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-expminus-avx2-rr1-p3.c.obj 2024-08-06T20:27:33.0561263Z [3844/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-expm1minus-avx2-rr1-p2.c.obj 2024-08-06T20:27:33.0627483Z [3845/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u72.c.obj 2024-08-06T20:27:33.0719893Z [3846/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-expm1minus-avx2-rr1-p3.c.obj 2024-08-06T20:27:33.0876292Z [3847/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u80.c.obj 2024-08-06T20:27:33.1199587Z [3848/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-expminus-avx2-rr1-p2.c.obj 2024-08-06T20:27:33.1374001Z [3849/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u80.c.obj 2024-08-06T20:27:33.1386520Z [3850/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.obj 2024-08-06T20:27:33.1709626Z [3851/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.obj 2024-08-06T20:27:33.1756009Z [3852/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u72.c.obj 2024-08-06T20:27:33.1806384Z [3853/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u64.c.obj 2024-08-06T20:27:33.2053666Z [3854/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u56.c.obj 2024-08-06T20:27:33.2134346Z [3855/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.obj 2024-08-06T20:27:33.2183880Z [3856/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u72.c.obj 2024-08-06T20:27:33.2340059Z [3857/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u64.c.obj 2024-08-06T20:27:33.2517516Z [3858/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u40.c.obj 2024-08-06T20:27:33.2608066Z [3859/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.obj 2024-08-06T20:27:33.2683434Z [3860/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u48.c.obj 2024-08-06T20:27:33.2837014Z [3861/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.obj 2024-08-06T20:27:33.3098270Z [3862/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.obj 2024-08-06T20:27:33.3168905Z [3863/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.obj 2024-08-06T20:27:33.3187923Z [3864/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u80.c.obj 2024-08-06T20:27:33.3311246Z [3865/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.obj 2024-08-06T20:27:33.3510312Z [3866/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.obj 2024-08-06T20:27:33.3562183Z [3867/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.obj 2024-08-06T20:27:33.3611749Z [3868/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.obj 2024-08-06T20:27:33.3774403Z [3869/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.obj 2024-08-06T20:27:33.4076640Z [3870/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.obj 2024-08-06T20:27:33.4132872Z [3871/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.obj 2024-08-06T20:27:33.4225195Z [3872/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.obj 2024-08-06T20:27:33.4500156Z [3873/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.obj 2024-08-06T20:27:33.4561099Z [3874/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.obj 2024-08-06T20:27:33.4574794Z [3875/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.obj 2024-08-06T20:27:33.4778244Z [3876/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.obj 2024-08-06T20:27:33.4919805Z [3877/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u8.c.obj 2024-08-06T20:27:33.5063315Z [3878/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.obj 2024-08-06T20:27:33.5133653Z [3879/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.obj 2024-08-06T20:27:33.5333841Z [3880/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.obj 2024-08-06T20:27:33.5581301Z [3881/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.obj 2024-08-06T20:27:33.5695949Z [3882/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.obj 2024-08-06T20:27:33.5749898Z [3883/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.obj 2024-08-06T20:27:33.5802020Z [3884/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.obj 2024-08-06T20:27:33.5814145Z [3885/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.obj 2024-08-06T20:27:33.5948787Z [3886/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.obj 2024-08-06T20:27:33.6288431Z [3887/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u40.c.obj 2024-08-06T20:27:33.6482481Z [3888/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u24.c.obj 2024-08-06T20:27:33.6536076Z [3889/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u56.c.obj 2024-08-06T20:27:33.6619840Z [3890/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.obj 2024-08-06T20:27:33.6690792Z [3891/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.obj 2024-08-06T20:27:33.6882531Z [3892/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u72.c.obj 2024-08-06T20:27:33.7171483Z [3893/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.obj 2024-08-06T20:27:33.7355760Z [3894/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u24.c.obj 2024-08-06T20:27:33.7367529Z [3895/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u40.c.obj 2024-08-06T20:27:33.7556093Z [3896/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.obj 2024-08-06T20:27:33.7645339Z [3897/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.obj 2024-08-06T20:27:33.7694214Z [3898/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u56.c.obj 2024-08-06T20:27:33.7718471Z [3899/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u72.c.obj 2024-08-06T20:27:33.8085792Z [3900/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u8.c.obj 2024-08-06T20:27:33.8133234Z [3901/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.obj 2024-08-06T20:27:33.8325968Z [3902/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u8.c.obj 2024-08-06T20:27:33.8495637Z [3903/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.obj 2024-08-06T20:27:33.8508395Z [3904/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u40.c.obj 2024-08-06T20:27:33.8617799Z [3905/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.obj 2024-08-06T20:27:33.8717651Z [3906/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.obj 2024-08-06T20:27:33.8807433Z [3907/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u24.c.obj 2024-08-06T20:27:33.9295335Z [3908/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u56.c.obj 2024-08-06T20:27:33.9383393Z [3909/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u72.c.obj 2024-08-06T20:27:33.9500163Z [3910/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.obj 2024-08-06T20:27:33.9556275Z [3911/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.obj 2024-08-06T20:27:33.9569024Z [3912/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u24.c.obj 2024-08-06T20:27:33.9764184Z [3913/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u40.c.obj 2024-08-06T20:27:33.9811228Z [3914/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u8.c.obj 2024-08-06T20:27:34.0186331Z [3915/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.obj 2024-08-06T20:27:34.0233924Z [3916/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.obj 2024-08-06T20:27:34.0569520Z [3917/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.obj 2024-08-06T20:27:34.0614694Z [3918/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u56.c.obj 2024-08-06T20:27:34.0727288Z [3919/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.obj 2024-08-06T20:27:34.0774747Z [3920/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u16.c.obj 2024-08-06T20:27:34.0823788Z [3921/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.obj 2024-08-06T20:27:34.1138968Z [3922/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u24.c.obj 2024-08-06T20:27:34.1273604Z [3923/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u8.c.obj 2024-08-06T20:27:34.1350225Z [3924/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u72.c.obj 2024-08-06T20:27:34.1554437Z [3925/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u64.c.obj 2024-08-06T20:27:34.1620797Z [3926/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u56.c.obj 2024-08-06T20:27:34.1672797Z [3927/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u72.c.obj 2024-08-06T20:27:34.1722564Z [3928/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u32.c.obj 2024-08-06T20:27:34.2042462Z [3929/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u48.c.obj 2024-08-06T20:27:34.2191751Z [3930/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u40.c.obj 2024-08-06T20:27:34.2345924Z [3931/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u32.c.obj 2024-08-06T20:27:34.2390853Z [3932/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u24.c.obj 2024-08-06T20:27:34.2466272Z [3933/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u16.c.obj 2024-08-06T20:27:34.2527434Z [3934/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u40.c.obj 2024-08-06T20:27:34.2592330Z [3935/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u80.c.obj 2024-08-06T20:27:34.2929622Z [3936/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u80.c.obj 2024-08-06T20:27:34.2951122Z [3937/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u8.c.obj 2024-08-06T20:27:34.3198367Z [3938/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u64.c.obj 2024-08-06T20:27:34.3273286Z [3939/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u48.c.obj 2024-08-06T20:27:34.3360901Z [3940/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u72.c.obj 2024-08-06T20:27:34.3414057Z [3941/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u32.c.obj 2024-08-06T20:27:34.3693955Z [3942/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u24.c.obj 2024-08-06T20:27:34.3828062Z [3943/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u56.c.obj 2024-08-06T20:27:34.3879252Z [3944/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u8.c.obj 2024-08-06T20:27:34.3982764Z [3945/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u40.c.obj 2024-08-06T20:27:34.4139012Z [3946/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u48.c.obj 2024-08-06T20:27:34.4187622Z [3947/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u16.c.obj 2024-08-06T20:27:34.4243500Z [3948/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u64.c.obj 2024-08-06T20:27:34.4341565Z [3949/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u72.c.obj 2024-08-06T20:27:34.4657055Z [3950/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u56.c.obj 2024-08-06T20:27:34.4715537Z [3951/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-sigmoid-avx2-rr1-p3-rcp.c.obj 2024-08-06T20:27:34.4950765Z [3952/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx2-rr2-lut8-p3-perm.c.obj 2024-08-06T20:27:34.4962057Z [3953/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-sigmoid-avx2-rr1-p2-div.c.obj 2024-08-06T20:27:34.5136484Z [3954/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx2-rr2-p5.c.obj 2024-08-06T20:27:34.5217388Z [3955/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx2-rr2-lut8-p4-perm.c.obj 2024-08-06T20:27:34.5227991Z [3956/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-sigmoid-avx2-rr1-p2-rcp.c.obj 2024-08-06T20:27:34.5492169Z [3957/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx2-rr1-lut8-p4-perm.c.obj 2024-08-06T20:27:34.5505674Z [3958/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx2-rr1-lut4-p4-perm.c.obj 2024-08-06T20:27:34.5636952Z [3959/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-sigmoid-avx2-rr1-p3-div.c.obj 2024-08-06T20:27:34.5715333Z [3960/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx2-rr1-p6.c.obj 2024-08-06T20:27:34.5901677Z [3961/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx2-rr1-lut16-p3-gather.c.obj 2024-08-06T20:27:34.6030048Z [3962/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-lut64-p2-gather-div.c.obj 2024-08-06T20:27:34.6046694Z [3963/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-avx2-rr1-p5.c.obj 2024-08-06T20:27:34.6552282Z [3964/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-extexp-avx2-p5.c.obj 2024-08-06T20:27:34.6564531Z [3965/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.obj 2024-08-06T20:27:34.6575386Z [3966/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-avx2-rr2-p5.c.obj 2024-08-06T20:27:34.6586485Z [3967/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-p5-nr1fma.c.obj 2024-08-06T20:27:34.6598467Z [3968/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-lut64-p2-gather-nr1fma.c.obj 2024-08-06T20:27:34.6708907Z [3969/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-lut64-p2-gather-div.c.obj 2024-08-06T20:27:34.6798293Z [3970/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-p5-div.c.obj 2024-08-06T20:27:34.7436467Z [3971/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.obj 2024-08-06T20:27:34.7450069Z [3972/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-p5-div.c.obj 2024-08-06T20:27:34.7492524Z [3973/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma.c.obj 2024-08-06T20:27:34.7563095Z [3974/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-p5-nr1fma.c.obj 2024-08-06T20:27:34.7604629Z [3975/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-lut64-p2-gather-nr1fma.c.obj 2024-08-06T20:27:34.7650863Z [3976/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma.c.obj 2024-08-06T20:27:34.7705979Z [3977/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-p5-nr2fma.c.obj 2024-08-06T20:27:34.8122142Z [3978/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-p5-nr2fma.c.obj 2024-08-06T20:27:34.8511250Z [3979/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-div.c.obj 2024-08-06T20:27:34.8579485Z [3980/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.obj 2024-08-06T20:27:34.8591479Z [3981/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-avx2-expm1minus-rr1-p3h2ts-div.c.obj 2024-08-06T20:27:34.8639523Z [3982/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-avx2-expm1minus-rr1-p3h2ts-rcp.c.obj 2024-08-06T20:27:34.8654219Z [3983/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div.c.obj 2024-08-06T20:27:34.8669022Z [3984/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.obj 2024-08-06T20:27:34.9067509Z [3985/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.obj 2024-08-06T20:27:34.9312555Z [3986/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-06T20:27:34.9457561Z [3987/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-div.c.obj 2024-08-06T20:27:34.9625005Z [3988/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.obj 2024-08-06T20:27:34.9996571Z [3989/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1.c.obj 2024-08-06T20:27:35.0011329Z [3990/7974] 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-08-06T20:27:35.0024596Z [3991/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.obj 2024-08-06T20:27:35.0036555Z [3992/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1adj.c.obj 2024-08-06T20:27:35.0168334Z [3993/7974] 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-08-06T20:27:35.0388084Z [3994/7974] 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-08-06T20:27:35.0491112Z [3995/7974] 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-08-06T20:27:35.1146658Z [3996/7974] 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-08-06T20:27:35.1195302Z [3997/7974] 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-08-06T20:27:35.1317437Z [3998/7974] 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-08-06T20:27:35.1430018Z [3999/7974] 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-08-06T20:27:35.1441419Z [4000/7974] 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-08-06T20:27:35.1695710Z [4001/7974] 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-08-06T20:27:35.1794288Z [4002/7974] 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-08-06T20:27:35.1810957Z [4003/7974] 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-08-06T20:27:35.2478864Z [4004/7974] 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-08-06T20:27:35.2492253Z [4005/7974] 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-08-06T20:27:35.2551674Z [4006/7974] 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-08-06T20:27:35.2703681Z [4007/7974] 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-08-06T20:27:35.2843537Z [4008/7974] 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-08-06T20:27:35.3092043Z [4009/7974] 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-08-06T20:27:35.3166281Z [4010/7974] 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-08-06T20:27:35.3220132Z [4011/7974] 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-08-06T20:27:35.3573138Z [4012/7974] 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-08-06T20:27:35.3702126Z [4013/7974] 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-08-06T20:27:35.3836403Z [4014/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:35.3894402Z [4015/7974] 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-08-06T20:27:35.4348211Z [4016/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:35.4400452Z [4017/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:35.4654274Z [4018/7974] 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-08-06T20:27:35.4667488Z [4019/7974] 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-08-06T20:27:35.4829745Z [4020/7974] 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-08-06T20:27:35.4930480Z [4021/7974] 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-08-06T20:27:35.4981570Z [4022/7974] 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-08-06T20:27:35.5161416Z [4023/7974] 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-08-06T20:27:35.5399066Z [4024/7974] 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-08-06T20:27:35.5593124Z [4025/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:35.5994459Z [4026/7974] 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-08-06T20:27:35.8418361Z [4027/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:35.8431220Z [4028/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:35.8443487Z [4029/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:35.8455105Z [4030/7974] 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-08-06T20:27:35.8467021Z [4031/7974] 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-08-06T20:27:35.8478484Z [4032/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:35.8491301Z [4033/7974] 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-08-06T20:27:35.8503664Z [4034/7974] 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-08-06T20:27:35.9672762Z [4035/7974] 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-08-06T20:27:35.9686094Z [4036/7974] 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-08-06T20:27:35.9731487Z [4037/7974] 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-08-06T20:27:35.9778422Z [4038/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:35.9790266Z [4039/7974] 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-08-06T20:27:35.9805594Z [4040/7974] 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-08-06T20:27:35.9854539Z [4041/7974] 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-08-06T20:27:36.0125859Z [4042/7974] 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-08-06T20:27:36.0755131Z [4043/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:36.0810159Z [4044/7974] 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-08-06T20:27:36.0863386Z [4045/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:36.0877195Z [4046/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:36.0955242Z [4047/7974] 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-08-06T20:27:36.1038087Z [4048/7974] 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-08-06T20:27:36.1085951Z [4049/7974] 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-08-06T20:27:36.1190310Z [4050/7974] 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-08-06T20:27:36.1927525Z [4051/7974] 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-08-06T20:27:36.1991173Z [4052/7974] 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-08-06T20:27:36.2033218Z [4053/7974] 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-08-06T20:27:36.2103498Z [4054/7974] 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-08-06T20:27:36.2242048Z [4055/7974] 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-08-06T20:27:36.2254034Z [4056/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:36.2308779Z [4057/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:36.2472574Z [4058/7974] 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-08-06T20:27:36.2819428Z [4059/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u24.c.obj 2024-08-06T20:27:36.3070143Z [4060/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u16.c.obj 2024-08-06T20:27:36.3082162Z [4061/7974] 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-08-06T20:27:36.3124102Z [4062/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:36.3527053Z [4063/7974] 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-08-06T20:27:36.3710112Z [4064/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u32.c.obj 2024-08-06T20:27:36.3873215Z [4065/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u24.c.obj 2024-08-06T20:27:36.3928438Z [4066/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u16.c.obj 2024-08-06T20:27:36.4246974Z [4067/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u8.c.obj 2024-08-06T20:27:36.4358517Z [4068/7974] 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-08-06T20:27:36.4484842Z [4069/7974] 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-08-06T20:27:36.4817468Z [4070/7974] 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-08-06T20:27:36.4867815Z [4071/7974] 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-08-06T20:27:36.4924461Z [4072/7974] 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-08-06T20:27:36.5262924Z [4073/7974] 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-08-06T20:27:36.5605142Z [4074/7974] 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-08-06T20:27:36.5804817Z [4075/7974] 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-08-06T20:27:36.5955186Z [4076/7974] 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-08-06T20:27:36.6193599Z [4077/7974] 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-08-06T20:27:36.6561538Z [4078/7974] 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-08-06T20:27:36.6602189Z [4079/7974] 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-08-06T20:27:36.6646922Z [4080/7974] 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-08-06T20:27:36.6966779Z [4081/7974] 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-08-06T20:27:36.7284069Z [4082/7974] 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-08-06T20:27:36.7424521Z [4083/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u32.c.obj 2024-08-06T20:27:36.7437129Z [4084/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u64.c.obj 2024-08-06T20:27:36.7576609Z [4085/7974] 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-08-06T20:27:36.7590363Z [4086/7974] 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-08-06T20:27:37.2234461Z [4087/7974] 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-08-06T20:27:37.2247588Z [4088/7974] 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-08-06T20:27:37.2259907Z [4089/7974] 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-08-06T20:27:37.2274775Z [4090/7974] 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-08-06T20:27:37.2327206Z [4091/7974] 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-08-06T20:27:37.2340594Z [4092/7974] 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-08-06T20:27:37.2352412Z [4093/7974] 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-08-06T20:27:37.2366231Z [4094/7974] 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-08-06T20:27:37.3369137Z [4095/7974] 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-08-06T20:27:37.3382121Z [4096/7974] 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-08-06T20:27:37.3423959Z [4097/7974] 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-08-06T20:27:37.3469600Z [4098/7974] 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-08-06T20:27:37.3516504Z [4099/7974] 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-08-06T20:27:37.3536487Z [4100/7974] 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-08-06T20:27:37.3896988Z [4101/7974] 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-08-06T20:27:37.4388796Z [4102/7974] 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-08-06T20:27:37.4401811Z [4103/7974] 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-08-06T20:27:37.4448804Z [4104/7974] 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-08-06T20:27:37.4460943Z [4105/7974] 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-08-06T20:27:37.4547651Z [4106/7974] 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-08-06T20:27:37.4601641Z [4107/7974] 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-08-06T20:27:37.4613095Z [4108/7974] 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-08-06T20:27:37.4828783Z [4109/7974] 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-08-06T20:27:37.5485195Z [4110/7974] 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-08-06T20:27:37.5534992Z [4111/7974] 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-08-06T20:27:37.5549344Z [4112/7974] 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-08-06T20:27:37.5667945Z [4113/7974] 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-08-06T20:27:37.5755309Z [4114/7974] 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-08-06T20:27:37.5853676Z [4115/7974] 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-08-06T20:27:37.5997824Z [4116/7974] 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-08-06T20:27:37.6284141Z [4117/7974] 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-08-06T20:27:37.6630539Z [4118/7974] 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-08-06T20:27:37.6675041Z [4119/7974] 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-08-06T20:27:37.6759945Z [4120/7974] 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-08-06T20:27:37.6827536Z [4121/7974] 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-08-06T20:27:37.6912498Z [4122/7974] 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-08-06T20:27:37.7008462Z [4123/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2024-08-06T20:27:37.7362637Z [4124/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2024-08-06T20:27:37.7435662Z [4125/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u32.c.obj 2024-08-06T20:27:37.7519849Z [4126/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u24.c.obj 2024-08-06T20:27:37.7700509Z [4127/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2024-08-06T20:27:37.7962736Z [4128/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2024-08-06T20:27:37.8263410Z [4129/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2024-08-06T20:27:37.8621470Z [4130/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:37.9126866Z [4131/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:37.9556051Z [4132/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2024-08-06T20:27:37.9567860Z [4133/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:37.9799193Z [4134/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2024-08-06T20:27:37.9810679Z [4135/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2024-08-06T20:27:37.9822183Z [4136/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.obj 2024-08-06T20:27:37.9833581Z [4137/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.obj 2024-08-06T20:27:37.9881226Z [4138/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2024-08-06T20:27:38.0155413Z [4139/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2024-08-06T20:27:38.0737029Z [4140/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:38.0827865Z [4141/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:38.0972204Z [4142/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:38.1019818Z [4143/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:38.1117008Z [4144/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:38.1188031Z [4145/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:38.1324234Z [4146/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:38.1374604Z [4147/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:38.1921567Z [4148/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u8.c.obj 2024-08-06T20:27:38.2035792Z [4149/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:38.2198315Z [4150/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:38.2250316Z [4151/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u32.c.obj 2024-08-06T20:27:38.2264404Z [4152/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:38.2276618Z [4153/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx2.c.obj 2024-08-06T20:27:38.2344226Z [4154/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u24.c.obj 2024-08-06T20:27:38.2830587Z [4155/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u16.c.obj 2024-08-06T20:27:38.3229028Z [4156/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx2.c.obj 2024-08-06T20:27:38.3371640Z [4157/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx2.c.obj 2024-08-06T20:27:38.3383610Z [4158/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx2.c.obj 2024-08-06T20:27:38.3427930Z [4159/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx2.c.obj 2024-08-06T20:27:38.3692758Z [4160/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2024-08-06T20:27:38.3704747Z [4161/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx2.c.obj 2024-08-06T20:27:38.3766539Z [4162/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2024-08-06T20:27:38.3832282Z [4163/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx2.c.obj 2024-08-06T20:27:38.4245091Z [4164/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2024-08-06T20:27:38.4297293Z [4165/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2024-08-06T20:27:38.4569105Z [4166/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx2.c.obj 2024-08-06T20:27:38.4591407Z [4167/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2024-08-06T20:27:38.4640394Z [4168/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2024-08-06T20:27:38.4652802Z [4169/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2024-08-06T20:27:38.4664214Z [4170/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2024-08-06T20:27:38.5060374Z [4171/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2024-08-06T20:27:38.5291534Z [4172/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2024-08-06T20:27:38.5368060Z [4173/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2024-08-06T20:27:38.5410220Z [4174/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2024-08-06T20:27:38.5549525Z [4175/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2024-08-06T20:27:38.5657145Z [4176/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2024-08-06T20:27:38.6079032Z [4177/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u32.c.obj 2024-08-06T20:27:38.6288497Z [4178/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-mov-avx2.c.obj 2024-08-06T20:27:38.6538537Z [4179/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f-acc2.c.obj 2024-08-06T20:27:38.6942539Z [4180/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-mov-avx2.c.obj 2024-08-06T20:27:38.7468807Z [4181/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-switch-avx2.c.obj 2024-08-06T20:27:38.7491211Z [4182/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f-acc2.c.obj 2024-08-06T20:27:38.7536025Z [4183/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f.c.obj 2024-08-06T20:27:38.7983739Z [4184/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f.c.obj 2024-08-06T20:27:38.8426936Z [4185/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f.c.obj 2024-08-06T20:27:38.8500517Z [4186/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.obj 2024-08-06T20:27:38.9199353Z [4187/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f-acc2.c.obj 2024-08-06T20:27:39.1104605Z [4188/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16.c.obj 2024-08-06T20:27:39.2550849Z [4189/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16.c.obj 2024-08-06T20:27:39.2563549Z [4190/7974] 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-08-06T20:27:39.2575029Z [4191/7974] 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-08-06T20:27:39.2639201Z [4192/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f.c.obj 2024-08-06T20:27:39.2650918Z [4193/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-switch-avx2.c.obj 2024-08-06T20:27:39.2662861Z [4194/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f-acc2.c.obj 2024-08-06T20:27:39.2674966Z [4195/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.obj 2024-08-06T20:27:39.3675367Z [4196/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f.c.obj 2024-08-06T20:27:39.3753775Z [4197/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f-acc2.c.obj 2024-08-06T20:27:39.3800598Z [4198/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f.c.obj 2024-08-06T20:27:39.3866596Z [4199/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.obj 2024-08-06T20:27:39.3879134Z [4200/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.obj 2024-08-06T20:27:39.3890605Z [4201/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f-acc2.c.obj 2024-08-06T20:27:39.3939836Z [4202/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.4120364Z [4203/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.4894685Z [4204/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f.c.obj 2024-08-06T20:27:39.4907356Z [4205/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f.c.obj 2024-08-06T20:27:39.5027208Z [4206/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.5077135Z [4207/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.5090762Z [4208/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f-acc2.c.obj 2024-08-06T20:27:39.5226283Z [4209/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f-acc2.c.obj 2024-08-06T20:27:39.5237194Z [4210/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.5395331Z [4211/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.6126200Z [4212/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.6265006Z [4213/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.6325791Z [4214/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.6370478Z [4215/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.6483550Z [4216/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.6550614Z [4217/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.6612984Z [4218/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.6669701Z [4219/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.7144379Z [4220/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.7433706Z [4221/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx512f-2x16.c.obj 2024-08-06T20:27:39.7486548Z [4222/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128.c.obj 2024-08-06T20:27:39.7500345Z [4223/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.obj 2024-08-06T20:27:39.7555976Z [4224/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.7569646Z [4225/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.7585000Z [4226/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx512f-broadcast.c.obj 2024-08-06T20:27:39.7675511Z [4227/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx512f-2x32.c.obj 2024-08-06T20:27:40.3210074Z [4228/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.obj 2024-08-06T20:27:40.7369046Z [4229/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.obj 2024-08-06T20:27:40.7384261Z [4230/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.obj 2024-08-06T20:27:40.7397906Z [4231/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.obj 2024-08-06T20:27:40.7409593Z [4232/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.obj 2024-08-06T20:27:40.7422549Z [4233/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.obj 2024-08-06T20:27:40.7438372Z [4234/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160.c.obj 2024-08-06T20:27:40.7452915Z [4235/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144.c.obj 2024-08-06T20:27:40.8156313Z [4236/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.obj 2024-08-06T20:27:40.8202531Z [4237/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.obj 2024-08-06T20:27:40.8214242Z [4238/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.obj 2024-08-06T20:27:40.8265327Z [4239/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192.c.obj 2024-08-06T20:27:40.8448877Z [4240/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.obj 2024-08-06T20:27:40.8461040Z [4241/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.obj 2024-08-06T20:27:40.8513199Z [4242/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128.c.obj 2024-08-06T20:27:40.8643201Z [4243/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.obj 2024-08-06T20:27:40.9040801Z [4244/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144.c.obj 2024-08-06T20:27:40.9100271Z [4245/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160.c.obj 2024-08-06T20:27:40.9112561Z [4246/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.obj 2024-08-06T20:27:40.9397545Z [4247/7974] 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-08-06T20:27:40.9636044Z [4248/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128.c.obj 2024-08-06T20:27:40.9847338Z [4249/7974] 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-08-06T20:27:40.9896993Z [4250/7974] 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-08-06T20:27:41.4450877Z [4251/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.obj 2024-08-06T20:27:41.4464748Z [4252/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.obj 2024-08-06T20:27:41.4476430Z [4253/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192.c.obj 2024-08-06T20:27:41.4538115Z [4254/7974] 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-08-06T20:27:41.4549715Z [4255/7974] 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-08-06T20:27:41.4560601Z [4256/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160.c.obj 2024-08-06T20:27:41.4572070Z [4257/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144.c.obj 2024-08-06T20:27:41.4585871Z [4258/7974] 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-08-06T20:27:41.5411515Z [4259/7974] 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-08-06T20:27:41.5423694Z [4260/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u32-acc2.c.obj 2024-08-06T20:27:41.5464954Z [4261/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u32-acc2.c.obj 2024-08-06T20:27:41.5555056Z [4262/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u48-acc3.c.obj 2024-08-06T20:27:41.5601434Z [4263/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc4.c.obj 2024-08-06T20:27:41.7178185Z [4264/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc2.c.obj 2024-08-06T20:27:41.7190100Z [4265/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2024-08-06T20:27:41.7201377Z [4266/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc4.c.obj 2024-08-06T20:27:41.7212965Z [4267/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192.c.obj 2024-08-06T20:27:41.7224776Z [4268/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2024-08-06T20:27:41.7237325Z [4269/7974] 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-08-06T20:27:41.7250935Z [4270/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u48-acc3.c.obj 2024-08-06T20:27:41.8066578Z [4271/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u48-acc3.c.obj 2024-08-06T20:27:41.8694465Z [4272/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc2.c.obj 2024-08-06T20:27:41.8755684Z [4273/7974] 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-08-06T20:27:41.8772087Z [4274/7974] 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-08-06T20:27:41.8787135Z [4275/7974] 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-08-06T20:27:41.8800673Z [4276/7974] 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-08-06T20:27:41.8812610Z [4277/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2024-08-06T20:27:41.8867745Z [4278/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u32-acc2.c.obj 2024-08-06T20:27:41.9693245Z [4279/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u48-acc3.c.obj 2024-08-06T20:27:42.1307250Z [4280/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc4.c.obj 2024-08-06T20:27:42.1321624Z [4281/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc2.c.obj 2024-08-06T20:27:42.1333737Z [4282/7974] 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-08-06T20:27:42.1346326Z [4283/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u32-acc2.c.obj 2024-08-06T20:27:42.1359863Z [4284/7974] 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-08-06T20:27:42.1374833Z [4285/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2024-08-06T20:27:42.1387736Z [4286/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc2.c.obj 2024-08-06T20:27:42.2209489Z [4287/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc4.c.obj 2024-08-06T20:27:42.2310705Z [4288/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx512f-u32.c.obj 2024-08-06T20:27:42.2357312Z [4289/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx512f-u16.c.obj 2024-08-06T20:27:42.2409572Z [4290/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx512f-u16.c.obj 2024-08-06T20:27:42.2421273Z [4291/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx512f-u32.c.obj 2024-08-06T20:27:42.2492646Z [4292/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx512f-u16.c.obj 2024-08-06T20:27:42.2508688Z [4293/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx512f-u32.c.obj 2024-08-06T20:27:42.2662277Z [4294/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2024-08-06T20:27:42.3423232Z [4295/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2024-08-06T20:27:42.3436090Z [4296/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2024-08-06T20:27:42.3447339Z [4297/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx512f-u16.c.obj 2024-08-06T20:27:42.3458882Z [4298/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2024-08-06T20:27:42.3504730Z [4299/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2024-08-06T20:27:42.3572559Z [4300/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2024-08-06T20:27:42.3595527Z [4301/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx512f-u32.c.obj 2024-08-06T20:27:42.3832185Z [4302/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2024-08-06T20:27:42.4415365Z [4303/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx512f-u32.c.obj 2024-08-06T20:27:42.4427892Z [4304/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2024-08-06T20:27:42.4471717Z [4305/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx512f-u32.c.obj 2024-08-06T20:27:42.4532344Z [4306/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx512f-u16.c.obj 2024-08-06T20:27:42.4601972Z [4307/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx512f-u16.c.obj 2024-08-06T20:27:42.4696570Z [4308/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx512f-u32.c.obj 2024-08-06T20:27:42.5053037Z [4309/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2024-08-06T20:27:42.5106801Z [4310/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx512f-u16.c.obj 2024-08-06T20:27:42.5348923Z [4311/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2024-08-06T20:27:42.5408423Z [4312/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2024-08-06T20:27:42.5422573Z [4313/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx512f-u16.c.obj 2024-08-06T20:27:42.5479156Z [4314/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx512f-u32.c.obj 2024-08-06T20:27:42.5656449Z [4315/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx512f-u32.c.obj 2024-08-06T20:27:42.6088179Z [4316/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2024-08-06T20:27:42.6134245Z [4317/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx512f-u16.c.obj 2024-08-06T20:27:42.6230810Z [4318/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx512f-u32.c.obj 2024-08-06T20:27:42.6285611Z [4319/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2024-08-06T20:27:42.6368535Z [4320/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx512f-u16.c.obj 2024-08-06T20:27:42.6426590Z [4321/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2024-08-06T20:27:42.6548920Z [4322/7974] 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-08-06T20:27:42.6873443Z [4323/7974] 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-08-06T20:27:42.7107943Z [4324/7974] 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-08-06T20:27:42.7119696Z [4325/7974] 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-08-06T20:27:42.7168492Z [4326/7974] 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-08-06T20:27:42.7236801Z [4327/7974] 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-08-06T20:27:42.7421913Z [4328/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u16.c.obj 2024-08-06T20:27:42.7502466Z [4329/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u48.c.obj 2024-08-06T20:27:42.7563222Z [4330/7974] 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-08-06T20:27:42.7786807Z [4331/7974] 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-08-06T20:27:42.8036706Z [4332/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u64.c.obj 2024-08-06T20:27:42.8048950Z [4333/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u32.c.obj 2024-08-06T20:27:42.8152684Z [4334/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u128.c.obj 2024-08-06T20:27:42.8203170Z [4335/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u80.c.obj 2024-08-06T20:27:42.8420787Z [4336/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2024-08-06T20:27:42.8434067Z [4337/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u96.c.obj 2024-08-06T20:27:42.8752854Z [4338/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u16.c.obj 2024-08-06T20:27:42.8959756Z [4339/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u112.c.obj 2024-08-06T20:27:42.9025394Z [4340/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2024-08-06T20:27:42.9079594Z [4341/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2024-08-06T20:27:42.9129709Z [4342/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2024-08-06T20:27:42.9448161Z [4343/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2024-08-06T20:27:42.9703480Z [4344/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2024-08-06T20:27:42.9795427Z [4345/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2024-08-06T20:27:42.9895058Z [4346/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2024-08-06T20:27:42.9910557Z [4347/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2024-08-06T20:27:42.9965155Z [4348/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2024-08-06T20:27:43.0049910Z [4349/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2024-08-06T20:27:43.0309658Z [4350/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2024-08-06T20:27:43.0379899Z [4351/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.obj 2024-08-06T20:27:43.0667939Z [4352/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u64.c.obj 2024-08-06T20:27:43.0742843Z [4353/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.obj 2024-08-06T20:27:43.0792587Z [4354/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u32.c.obj 2024-08-06T20:27:43.0943913Z [4355/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2024-08-06T20:27:43.1110203Z [4356/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u96.c.obj 2024-08-06T20:27:43.1126274Z [4357/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u80.c.obj 2024-08-06T20:27:43.1193440Z [4358/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u16.c.obj 2024-08-06T20:27:43.1207787Z [4359/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.obj 2024-08-06T20:27:43.1469377Z [4360/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.obj 2024-08-06T20:27:43.1621268Z [4361/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u144.c.obj 2024-08-06T20:27:43.1670602Z [4362/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u128.c.obj 2024-08-06T20:27:43.1794151Z [4363/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u176.c.obj 2024-08-06T20:27:43.2159416Z [4364/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u80.c.obj 2024-08-06T20:27:43.2243410Z [4365/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u112.c.obj 2024-08-06T20:27:43.2255671Z [4366/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u192.c.obj 2024-08-06T20:27:43.2301867Z [4367/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u16.c.obj 2024-08-06T20:27:43.2382818Z [4368/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u96.c.obj 2024-08-06T20:27:43.2443207Z [4369/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u160.c.obj 2024-08-06T20:27:43.2456508Z [4370/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u32.c.obj 2024-08-06T20:27:43.2566710Z [4371/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u64.c.obj 2024-08-06T20:27:43.2955772Z [4372/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u48.c.obj 2024-08-06T20:27:43.3079547Z [4373/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u128.c.obj 2024-08-06T20:27:43.3227626Z [4374/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u144.c.obj 2024-08-06T20:27:43.3299849Z [4375/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u160.c.obj 2024-08-06T20:27:43.3523401Z [4376/7974] 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-08-06T20:27:43.3576039Z [4377/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u112.c.obj 2024-08-06T20:27:43.3727061Z [4378/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u176.c.obj 2024-08-06T20:27:43.3847996Z [4379/7974] 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-08-06T20:27:43.3860009Z [4380/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u192.c.obj 2024-08-06T20:27:43.3977086Z [4381/7974] 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-08-06T20:27:43.4064047Z [4382/7974] 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-08-06T20:27:43.4343319Z [4383/7974] 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-08-06T20:27:43.4618373Z [4384/7974] 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-08-06T20:27:43.4671719Z [4385/7974] 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-08-06T20:27:43.4908140Z [4386/7974] 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-08-06T20:27:43.4920012Z [4387/7974] 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-08-06T20:27:43.5127146Z [4388/7974] 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-08-06T20:27:43.5139236Z [4389/7974] 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-08-06T20:27:43.5304269Z [4390/7974] 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-08-06T20:27:43.5550584Z [4391/7974] 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-08-06T20:27:43.5682821Z [4392/7974] 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-08-06T20:27:43.5817239Z [4393/7974] 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-08-06T20:27:43.5827805Z [4394/7974] 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-08-06T20:27:43.6008833Z [4395/7974] 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-08-06T20:27:43.6064542Z [4396/7974] 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-08-06T20:27:43.6076464Z [4397/7974] 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-08-06T20:27:43.6293561Z [4398/7974] 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-08-06T20:27:43.6592227Z [4399/7974] 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-08-06T20:27:43.6707260Z [4400/7974] 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-08-06T20:27:43.7012357Z [4401/7974] 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-08-06T20:27:43.7056976Z [4402/7974] 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-08-06T20:27:43.7115335Z [4403/7974] 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-08-06T20:27:43.7171228Z [4404/7974] 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-08-06T20:27:43.7436407Z [4405/7974] 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-08-06T20:27:43.7494338Z [4406/7974] 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-08-06T20:27:43.7543879Z [4407/7974] 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-08-06T20:27:43.7720576Z [4408/7974] 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-08-06T20:27:43.7915517Z [4409/7974] 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-08-06T20:27:43.8006225Z [4410/7974] 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-08-06T20:27:43.8161839Z [4411/7974] 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-08-06T20:27:43.8239281Z [4412/7974] 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-08-06T20:27:43.8400976Z [4413/7974] 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-08-06T20:27:43.8458733Z [4414/7974] 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-08-06T20:27:43.8509326Z [4415/7974] 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-08-06T20:27:43.8703495Z [4416/7974] 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-08-06T20:27:43.8951076Z [4417/7974] 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-08-06T20:27:43.9045832Z [4418/7974] 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-08-06T20:27:43.9249292Z [4419/7974] 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-08-06T20:27:43.9324456Z [4420/7974] 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-08-06T20:27:43.9419470Z [4421/7974] 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-08-06T20:27:43.9552731Z [4422/7974] 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-08-06T20:27:43.9665899Z [4423/7974] 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-08-06T20:27:43.9880941Z [4424/7974] 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-08-06T20:27:43.9930319Z [4425/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-nr1fma1adj-u16.c.obj 2024-08-06T20:27:43.9982472Z [4426/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-nr1fma1adj-u32.c.obj 2024-08-06T20:27:44.0170676Z [4427/7974] 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-08-06T20:27:44.0251402Z [4428/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-nr1fma1adj-u64.c.obj 2024-08-06T20:27:44.0372508Z [4429/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx512f-u32.c.obj 2024-08-06T20:27:44.0467677Z [4430/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx512f-u16.c.obj 2024-08-06T20:27:44.0627662Z [4431/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx512f-u32.c.obj 2024-08-06T20:27:44.0889488Z [4432/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx512f-u32.c.obj 2024-08-06T20:27:44.0902882Z [4433/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx512f-u16.c.obj 2024-08-06T20:27:44.1001491Z [4434/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-p5-scalef.c.obj 2024-08-06T20:27:44.1070407Z [4435/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-lut16-p3-perm-scalef.c.obj 2024-08-06T20:27:44.1143110Z [4436/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx512f-u16.c.obj 2024-08-06T20:27:44.1225137Z [4437/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-lut32-p2-perm2.c.obj 2024-08-06T20:27:44.1289591Z [4438/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-lut16-p3-perm.c.obj 2024-08-06T20:27:44.1423414Z [4439/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-lut32-p2-perm2-scalef.c.obj 2024-08-06T20:27:44.1747992Z [4440/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx512f-rr1-lut16-p3-perm.c.obj 2024-08-06T20:27:44.1916947Z [4441/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-extexp-avx512f-p5.c.obj 2024-08-06T20:27:44.1968300Z [4442/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-p5.c.obj 2024-08-06T20:27:44.1979395Z [4443/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-div.c.obj 2024-08-06T20:27:44.2067142Z [4444/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx512f-rr1-p6.c.obj 2024-08-06T20:27:44.2116680Z [4445/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.obj 2024-08-06T20:27:44.2133830Z [4446/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.obj 2024-08-06T20:27:44.2185862Z [4447/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-div.c.obj 2024-08-06T20:27:44.2580813Z [4448/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.obj 2024-08-06T20:27:44.2813800Z [4449/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.obj 2024-08-06T20:27:44.2829203Z [4450/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-div.c.obj 2024-08-06T20:27:44.2891087Z [4451/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-p5-scalef-div.c.obj 2024-08-06T20:27:44.2937379Z [4452/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.obj 2024-08-06T20:27:44.2987193Z [4453/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma1adj.c.obj 2024-08-06T20:27:44.3088145Z [4454/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.obj 2024-08-06T20:27:44.3102717Z [4455/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma.c.obj 2024-08-06T20:27:44.3384799Z [4456/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-div.c.obj 2024-08-06T20:27:44.3658007Z [4457/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-div.c.obj 2024-08-06T20:27:44.3846371Z [4458/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.obj 2024-08-06T20:27:44.3902810Z [4459/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.obj 2024-08-06T20:27:44.3946139Z [4460/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div.c.obj 2024-08-06T20:27:44.3993719Z [4461/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.obj 2024-08-06T20:27:44.4143059Z [4462/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-p5-scalef-div.c.obj 2024-08-06T20:27:44.4305803Z [4463/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.obj 2024-08-06T20:27:44.4497600Z [4464/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.obj 2024-08-06T20:27:44.4662949Z [4465/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.obj 2024-08-06T20:27:44.4729401Z [4466/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma1adj.c.obj 2024-08-06T20:27:44.4744971Z [4467/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma.c.obj 2024-08-06T20:27:44.4799162Z [4468/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-avx512f-nr1fma1adj.c.obj 2024-08-06T20:27:44.4854561Z [4469/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4.c.obj 2024-08-06T20:27:44.5018860Z [4470/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-avx512f-nr1fma.c.obj 2024-08-06T20:27:44.5334937Z [4471/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-avx512f-nr2fma.c.obj 2024-08-06T20:27:44.5661634Z [4472/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u32.c.obj 2024-08-06T20:27:44.5780355Z [4473/7974] 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-08-06T20:27:44.5928461Z [4474/7974] 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-08-06T20:27:44.6002276Z [4475/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u32.c.obj 2024-08-06T20:27:44.6311619Z [4476/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u16.c.obj 2024-08-06T20:27:44.6375844Z [4477/7974] 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-08-06T20:27:44.6590895Z [4478/7974] 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-08-06T20:27:44.6634669Z [4479/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u16.c.obj 2024-08-06T20:27:44.6748182Z [4480/7974] 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-08-06T20:27:44.7370267Z [4481/7974] 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-08-06T20:27:44.7418159Z [4482/7974] 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-08-06T20:27:44.7527481Z [4483/7974] 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-08-06T20:27:44.7601395Z [4484/7974] 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-08-06T20:27:44.7648161Z [4485/7974] 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-08-06T20:27:44.7674825Z [4486/7974] 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-08-06T20:27:44.7898722Z [4487/7974] 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-08-06T20:27:44.8292925Z [4488/7974] 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-08-06T20:27:44.8491179Z [4489/7974] 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-08-06T20:27:44.8550719Z [4490/7974] 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-08-06T20:27:44.8818176Z [4491/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:44.8939262Z [4492/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:44.8956282Z [4493/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:44.9120698Z [4494/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:44.9137122Z [4495/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:44.9613645Z [4496/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u32.c.obj 2024-08-06T20:27:44.9663786Z [4497/7974] 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-08-06T20:27:44.9884188Z [4498/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:45.0010085Z [4499/7974] 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-08-06T20:27:45.0058896Z [4500/7974] 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-08-06T20:27:45.0071701Z [4501/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u64.c.obj 2024-08-06T20:27:45.0150546Z [4502/7974] 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-08-06T20:27:45.0346105Z [4503/7974] 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-08-06T20:27:45.0528069Z [4504/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u96.c.obj 2024-08-06T20:27:45.0726469Z [4505/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u128.c.obj 2024-08-06T20:27:45.0740754Z [4506/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u96.c.obj 2024-08-06T20:27:45.0875227Z [4507/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u64.c.obj 2024-08-06T20:27:45.1038310Z [4508/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.obj 2024-08-06T20:27:45.1120192Z [4509/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u128.c.obj 2024-08-06T20:27:45.1419675Z [4510/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.obj 2024-08-06T20:27:45.1661847Z [4511/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.obj 2024-08-06T20:27:45.1712353Z [4512/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.obj 2024-08-06T20:27:45.1723427Z [4513/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u32.c.obj 2024-08-06T20:27:45.1775285Z [4514/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u96.c.obj 2024-08-06T20:27:45.1823598Z [4515/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.obj 2024-08-06T20:27:45.2003154Z [4516/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u112.c.obj 2024-08-06T20:27:45.3464057Z [4517/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u112.c.obj 2024-08-06T20:27:45.3477430Z [4518/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.obj 2024-08-06T20:27:45.3490328Z [4519/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u128.c.obj 2024-08-06T20:27:45.3503494Z [4520/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.obj 2024-08-06T20:27:45.3515915Z [4521/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u96.c.obj 2024-08-06T20:27:45.3529894Z [4522/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u160.c.obj 2024-08-06T20:27:45.3546588Z [4523/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u144.c.obj 2024-08-06T20:27:45.4392636Z [4524/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.obj 2024-08-06T20:27:45.4435769Z [4525/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.obj 2024-08-06T20:27:45.4570820Z [4526/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u144.c.obj 2024-08-06T20:27:45.4616021Z [4527/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.obj 2024-08-06T20:27:45.4668330Z [4528/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u128.c.obj 2024-08-06T20:27:45.4684090Z [4529/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u160.c.obj 2024-08-06T20:27:45.4753186Z [4530/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.obj 2024-08-06T20:27:45.4801188Z [4531/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.obj 2024-08-06T20:27:45.5344360Z [4532/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.obj 2024-08-06T20:27:45.5416037Z [4533/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u112.c.obj 2024-08-06T20:27:45.5589504Z [4534/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.obj 2024-08-06T20:27:45.5636378Z [4535/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.obj 2024-08-06T20:27:45.5710649Z [4536/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u96.c.obj 2024-08-06T20:27:45.5722848Z [4537/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u128.c.obj 2024-08-06T20:27:45.5770979Z [4538/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.obj 2024-08-06T20:27:45.5822076Z [4539/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.obj 2024-08-06T20:27:45.6463406Z [4540/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u144.c.obj 2024-08-06T20:27:45.6606000Z [4541/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u160.c.obj 2024-08-06T20:27:45.6654087Z [4542/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u96.c.obj 2024-08-06T20:27:45.6667116Z [4543/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u160.c.obj 2024-08-06T20:27:45.6812133Z [4544/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.obj 2024-08-06T20:27:45.6826105Z [4545/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.obj 2024-08-06T20:27:45.6901720Z [4546/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u112.c.obj 2024-08-06T20:27:45.6983883Z [4547/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.obj 2024-08-06T20:27:45.7439234Z [4548/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u128.c.obj 2024-08-06T20:27:45.7587862Z [4549/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u144.c.obj 2024-08-06T20:27:45.7635467Z [4550/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.obj 2024-08-06T20:27:45.7647127Z [4551/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u96.c.obj 2024-08-06T20:27:45.7731913Z [4552/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.obj 2024-08-06T20:27:45.7867425Z [4553/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.obj 2024-08-06T20:27:45.7927920Z [4554/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.obj 2024-08-06T20:27:45.7975975Z [4555/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.obj 2024-08-06T20:27:45.8334965Z [4556/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u160.c.obj 2024-08-06T20:27:45.8630039Z [4557/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u144.c.obj 2024-08-06T20:27:45.8797795Z [4558/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.obj 2024-08-06T20:27:45.8843500Z [4559/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.obj 2024-08-06T20:27:45.8857936Z [4560/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u112.c.obj 2024-08-06T20:27:45.8933768Z [4561/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u128.c.obj 2024-08-06T20:27:45.8987570Z [4562/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.obj 2024-08-06T20:27:45.9043133Z [4563/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u112.c.obj 2024-08-06T20:27:45.9332392Z [4564/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.obj 2024-08-06T20:27:45.9714415Z [4565/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.obj 2024-08-06T20:27:45.9767325Z [4566/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u96.c.obj 2024-08-06T20:27:45.9924316Z [4567/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u144.c.obj 2024-08-06T20:27:45.9972606Z [4568/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u160.c.obj 2024-08-06T20:27:46.0018869Z [4569/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u48.c.obj 2024-08-06T20:27:46.0109177Z [4570/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u32.c.obj 2024-08-06T20:27:46.0170060Z [4571/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u128.c.obj 2024-08-06T20:27:46.0220289Z [4572/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u16.c.obj 2024-08-06T20:27:46.0662698Z [4573/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u128.c.obj 2024-08-06T20:27:46.0930741Z [4574/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u64.c.obj 2024-08-06T20:27:46.1010340Z [4575/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u96.c.obj 2024-08-06T20:27:46.1059039Z [4576/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u80.c.obj 2024-08-06T20:27:46.1355591Z [4577/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u144.c.obj 2024-08-06T20:27:46.1410133Z [4578/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u112.c.obj 2024-08-06T20:27:46.1577124Z [4579/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u32.c.obj 2024-08-06T20:27:46.1815365Z [4580/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u80.c.obj 2024-08-06T20:27:46.1828175Z [4581/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u16.c.obj 2024-08-06T20:27:46.1881887Z [4582/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u64.c.obj 2024-08-06T20:27:46.1981771Z [4583/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u48.c.obj 2024-08-06T20:27:46.1995342Z [4584/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u160.c.obj 2024-08-06T20:27:46.2341450Z [4585/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u128.c.obj 2024-08-06T20:27:46.2438499Z [4586/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u112.c.obj 2024-08-06T20:27:46.2563012Z [4587/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div.c.obj 2024-08-06T20:27:46.2853548Z [4588/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u160.c.obj 2024-08-06T20:27:46.2999376Z [4589/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u144.c.obj 2024-08-06T20:27:46.3056796Z [4590/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-div.c.obj 2024-08-06T20:27:46.3138193Z [4591/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u96.c.obj 2024-08-06T20:27:46.3250044Z [4592/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.obj 2024-08-06T20:27:46.3301394Z [4593/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.obj 2024-08-06T20:27:46.3432452Z [4594/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.obj 2024-08-06T20:27:46.3448709Z [4595/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-div.c.obj 2024-08-06T20:27:46.3905970Z [4596/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.obj 2024-08-06T20:27:46.4061732Z [4597/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.obj 2024-08-06T20:27:46.4075933Z [4598/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-06T20:27:46.4203870Z [4599/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1.c.obj 2024-08-06T20:27:46.4260389Z [4600/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1adj.c.obj 2024-08-06T20:27:46.4594127Z [4601/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-4x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.4793490Z [4602/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.4839717Z [4603/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.5331581Z [4604/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-2x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.5603047Z [4605/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-3x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.5801480Z [4606/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.5869499Z [4607/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.6008626Z [4608/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.6058553Z [4609/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.6070229Z [4610/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-6x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.6239710Z [4611/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.6440061Z [4612/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-2x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.6793575Z [4613/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-6x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.6925177Z [4614/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-4x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.7202442Z [4615/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.7218930Z [4616/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.7312863Z [4617/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.7399931Z [4618/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-3x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.7413018Z [4619/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.7887847Z [4620/7974] 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-08-06T20:27:46.8012334Z [4621/7974] 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-08-06T20:27:46.8220105Z [4622/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.8545560Z [4623/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx-prfm.c.obj 2024-08-06T20:27:46.8888129Z [4624/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.8899929Z [4625/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.9006817Z [4626/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.9160670Z [4627/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx-prfm.c.obj 2024-08-06T20:27:46.9174114Z [4628/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx-prfm.c.obj 2024-08-06T20:27:46.9385378Z [4629/7974] 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-08-06T20:27:46.9397051Z [4630/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx.c.obj 2024-08-06T20:27:46.9674458Z [4631/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.0136677Z [4632/7974] 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-08-06T20:27:47.0189154Z [4633/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.0301034Z [4634/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.0499086Z [4635/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx-prfm.c.obj 2024-08-06T20:27:47.0513693Z [4636/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.0685308Z [4637/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.0984371Z [4638/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.0998822Z [4639/7974] 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-08-06T20:27:47.1462251Z [4640/7974] 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-08-06T20:27:47.1643625Z [4641/7974] 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-08-06T20:27:47.1711510Z [4642/7974] 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-08-06T20:27:47.1859442Z [4643/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.1912138Z [4644/7974] 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-08-06T20:27:47.2087104Z [4645/7974] 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-08-06T20:27:47.2137744Z [4646/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.2445296Z [4647/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.2578977Z [4648/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.2972226Z [4649/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx-prfm.c.obj 2024-08-06T20:27:47.3258583Z [4650/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.3344463Z [4651/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.3621365Z [4652/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx-prfm.c.obj 2024-08-06T20:27:47.3758692Z [4653/7974] 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-08-06T20:27:47.3992494Z [4654/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.4166405Z [4655/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx-prfm.c.obj 2024-08-06T20:27:47.4215182Z [4656/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.4426897Z [4657/7974] 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-08-06T20:27:47.4440234Z [4658/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.4758592Z [4659/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx-prfm.c.obj 2024-08-06T20:27:47.4813585Z [4660/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.5029766Z [4661/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.5334382Z [4662/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.5658468Z [4663/7974] 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-08-06T20:27:47.5877950Z [4664/7974] 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-08-06T20:27:47.6074191Z [4665/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.6301714Z [4666/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:47.6515444Z [4667/7974] 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-08-06T20:27:47.6757236Z [4668/7974] 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-08-06T20:27:47.7189257Z [4669/7974] 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-08-06T20:27:47.7411079Z [4670/7974] 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-08-06T20:27:47.7656176Z [4671/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx.c.obj 2024-08-06T20:27:50.5511534Z [4672/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:50.5550283Z [4673/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx-prfm.c.obj 2024-08-06T20:27:50.5564972Z [4674/7974] 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-08-06T20:27:50.5578352Z [4675/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx.c.obj 2024-08-06T20:27:50.5591497Z [4676/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:50.5604723Z [4677/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx-prfm.c.obj 2024-08-06T20:27:50.5618919Z [4678/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx-prfm.c.obj 2024-08-06T20:27:50.5668586Z [4679/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:50.6785378Z [4680/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx.c.obj 2024-08-06T20:27:50.6830549Z [4681/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:50.6922524Z [4682/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx.c.obj 2024-08-06T20:27:50.6970229Z [4683/7974] 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-08-06T20:27:50.6982363Z [4684/7974] 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-08-06T20:27:50.7074655Z [4685/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx-prfm.c.obj 2024-08-06T20:27:50.7121388Z [4686/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:50.7245220Z [4687/7974] 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-08-06T20:27:50.7928017Z [4688/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:50.7976734Z [4689/7974] 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-08-06T20:27:50.8053715Z [4690/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:50.8101651Z [4691/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:50.8115995Z [4692/7974] 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-08-06T20:27:50.8364220Z [4693/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:50.8629657Z [4694/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx512skx.c.obj 2024-08-06T20:27:50.8755887Z [4695/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:50.8980523Z [4696/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:50.9164539Z [4697/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u16.c.obj 2024-08-06T20:27:50.9207822Z [4698/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:50.9256250Z [4699/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:50.9354082Z [4700/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:50.9366117Z [4701/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:50.9508748Z [4702/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u32.c.obj 2024-08-06T20:27:50.9769145Z [4703/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u48.c.obj 2024-08-06T20:27:50.9914003Z [4704/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u64.c.obj 2024-08-06T20:27:51.0306244Z [4705/7974] 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-08-06T20:27:51.0491665Z [4706/7974] 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-08-06T20:27:51.0541616Z [4707/7974] 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-08-06T20:27:51.0588085Z [4708/7974] 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-08-06T20:27:51.0693998Z [4709/7974] 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-08-06T20:27:51.0799004Z [4710/7974] 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-08-06T20:27:51.0814726Z [4711/7974] 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-08-06T20:27:51.0888379Z [4712/7974] 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-08-06T20:27:51.1801987Z [4713/7974] 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-08-06T20:27:51.1851172Z [4714/7974] 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-08-06T20:27:51.2005772Z [4715/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.2126034Z [4716/7974] 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-08-06T20:27:51.2139994Z [4717/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:51.2235514Z [4718/7974] 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-08-06T20:27:51.2434704Z [4719/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.2487201Z [4720/7974] 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-08-06T20:27:51.3007382Z [4721/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.3061722Z [4722/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.3567851Z [4723/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.3770188Z [4724/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.3818294Z [4725/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:51.3872174Z [4726/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:51.3887602Z [4727/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:51.3942937Z [4728/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.4089708Z [4729/7974] 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-08-06T20:27:51.4104393Z [4730/7974] 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-08-06T20:27:51.4786403Z [4731/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.5062341Z [4732/7974] 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-08-06T20:27:51.5105905Z [4733/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.5182718Z [4734/7974] 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-08-06T20:27:51.5264253Z [4735/7974] 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-08-06T20:27:51.5321216Z [4736/7974] 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-08-06T20:27:51.5337003Z [4737/7974] 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-08-06T20:27:51.5350666Z [4738/7974] 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-08-06T20:27:51.5871433Z [4739/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.6453093Z [4740/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:51.6499305Z [4741/7974] 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-08-06T20:27:51.6551150Z [4742/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:51.6563868Z [4743/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.6701482Z [4744/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:51.6714699Z [4745/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.6862749Z [4746/7974] 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-08-06T20:27:51.6879385Z [4747/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.7718405Z [4748/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.7766677Z [4749/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-08-06T20:27:51.7837440Z [4750/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:51.7890317Z [4751/7974] 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-08-06T20:27:51.7938286Z [4752/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.7993560Z [4753/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:51.8044661Z [4754/7974] 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-08-06T20:27:51.8202053Z [4755/7974] 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-08-06T20:27:51.8662633Z [4756/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-08-06T20:27:51.8880228Z [4757/7974] 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-08-06T20:27:51.8941232Z [4758/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-08-06T20:27:51.9028191Z [4759/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:51.9118600Z [4760/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:51.9135351Z [4761/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-08-06T20:27:51.9213013Z [4762/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:51.9334713Z [4763/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:51.9720105Z [4764/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:52.0025193Z [4765/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u16.c.obj 2024-08-06T20:27:52.0038135Z [4766/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:52.0086753Z [4767/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:52.0138552Z [4768/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u64.c.obj 2024-08-06T20:27:52.0151846Z [4769/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:52.0203714Z [4770/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u32.c.obj 2024-08-06T20:27:52.0255047Z [4771/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:52.0931176Z [4772/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u48.c.obj 2024-08-06T20:27:52.1087564Z [4773/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-06T20:27:52.1373178Z [4774/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.1388266Z [4775/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.1500961Z [4776/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.1515446Z [4777/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.1567595Z [4778/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.1814694Z [4779/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.2167930Z [4780/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.2308246Z [4781/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.2686450Z [4782/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.2844562Z [4783/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.2932711Z [4784/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.3031016Z [4785/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.3123545Z [4786/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.3195656Z [4787/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.3392734Z [4788/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-6x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.3737389Z [4789/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.3881118Z [4790/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.4057039Z [4791/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.4195432Z [4792/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.4252242Z [4793/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.4312904Z [4794/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.4783428Z [4795/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.4879390Z [4796/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.4893956Z [4797/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.5095695Z [4798/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.5253543Z [4799/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.5509403Z [4800/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.5622592Z [4801/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.5681098Z [4802/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.5991990Z [4803/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.6052473Z [4804/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.6176531Z [4805/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.6561748Z [4806/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-08-06T20:27:52.6632393Z [4807/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.6709350Z [4808/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.6833441Z [4809/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.7091997Z [4810/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.7301008Z [4811/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-6x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.7350799Z [4812/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.7434498Z [4813/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-06T20:27:52.7505155Z [4814/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u128.c.obj 2024-08-06T20:27:52.7572691Z [4815/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-08-06T20:27:52.7630799Z [4816/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-08-06T20:27:52.7702384Z [4817/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-08-06T20:27:52.8046195Z [4818/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-08-06T20:27:52.8258921Z [4819/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u64.c.obj 2024-08-06T20:27:52.8649024Z [4820/7974] 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-08-06T20:27:52.8746478Z [4821/7974] 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-08-06T20:27:52.8809807Z [4822/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:52.8860514Z [4823/7974] 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-08-06T20:27:52.8936349Z [4824/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:52.8948848Z [4825/7974] 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-08-06T20:27:52.9112819Z [4826/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u128.c.obj 2024-08-06T20:27:52.9308641Z [4827/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u64.c.obj 2024-08-06T20:27:52.9428147Z [4828/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u192.c.obj 2024-08-06T20:27:52.9613226Z [4829/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u256.c.obj 2024-08-06T20:27:52.9672157Z [4830/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u192.c.obj 2024-08-06T20:27:52.9687981Z [4831/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u256.c.obj 2024-08-06T20:27:53.0112494Z [4832/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.0175426Z [4833/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.0351590Z [4834/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.0535660Z [4835/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.0806227Z [4836/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.0819625Z [4837/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.0923915Z [4838/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.0981783Z [4839/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.1356541Z [4840/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.1433649Z [4841/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.1742306Z [4842/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.1820190Z [4843/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.2074826Z [4844/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.2173243Z [4845/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.2187330Z [4846/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.2322422Z [4847/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.2573808Z [4848/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.2653909Z [4849/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.2942473Z [4850/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.3013424Z [4851/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.3243540Z [4852/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.3501100Z [4853/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.3556971Z [4854/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.3635266Z [4855/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.3789457Z [4856/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.3846162Z [4857/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.4231329Z [4858/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.4281879Z [4859/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.4738559Z [4860/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.4819396Z [4861/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.4881560Z [4862/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.4938502Z [4863/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.5099784Z [4864/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.5116576Z [4865/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.5487606Z [4866/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.5502046Z [4867/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.5969987Z [4868/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.6072014Z [4869/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.6121424Z [4870/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.6255270Z [4871/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.6378944Z [4872/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.6563330Z [4873/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.6748829Z [4874/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.6806470Z [4875/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.7320705Z [4876/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.7368664Z [4877/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.7459037Z [4878/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.7560803Z [4879/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.7720054Z [4880/7974] 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-08-06T20:27:53.7784278Z [4881/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.8039660Z [4882/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.8464661Z [4883/7974] 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-08-06T20:27:53.8515262Z [4884/7974] 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-08-06T20:27:53.8569758Z [4885/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.8691634Z [4886/7974] 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-08-06T20:27:53.8959961Z [4887/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.8977589Z [4888/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.9033457Z [4889/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.9322199Z [4890/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.9747359Z [4891/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.9804266Z [4892/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:53.9861150Z [4893/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:53.9915020Z [4894/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.0217382Z [4895/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.0355696Z [4896/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.0531920Z [4897/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.0844577Z [4898/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.0971065Z [4899/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.1051376Z [4900/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.1126048Z [4901/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.1189990Z [4902/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.1405913Z [4903/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.1509220Z [4904/7974] 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-08-06T20:27:54.1825017Z [4905/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.2296851Z [4906/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.2310779Z [4907/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.2329840Z [4908/7974] 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-08-06T20:27:54.2388957Z [4909/7974] 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-08-06T20:27:54.2771600Z [4910/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.2880725Z [4911/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.2942089Z [4912/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.3114762Z [4913/7974] 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-08-06T20:27:54.3463606Z [4914/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.3519481Z [4915/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.3658296Z [4916/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.4049570Z [4917/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.4103480Z [4918/7974] 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-08-06T20:27:54.4155109Z [4919/7974] 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-08-06T20:27:54.4204596Z [4920/7974] 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-08-06T20:27:54.4285629Z [4921/7974] 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-08-06T20:27:54.4643156Z [4922/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.4884064Z [4923/7974] 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-08-06T20:27:54.4899969Z [4924/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.5334094Z [4925/7974] 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-08-06T20:27:54.5383049Z [4926/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.5436898Z [4927/7974] 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-08-06T20:27:54.5546491Z [4928/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.5599926Z [4929/7974] 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-08-06T20:27:54.5823320Z [4930/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.6187897Z [4931/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:54.6243853Z [4932/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:54.6564371Z [4933/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:54.6578488Z [4934/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.6773316Z [4935/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.6839944Z [4936/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.7031333Z [4937/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.7189058Z [4938/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.7493891Z [4939/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.7509709Z [4940/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.7847924Z [4941/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.8049444Z [4942/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.8135617Z [4943/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.8149321Z [4944/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.8244230Z [4945/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.8456498Z [4946/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.8668645Z [4947/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.8753554Z [4948/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.9379151Z [4949/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.9393638Z [4950/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.9469862Z [4951/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:54.9570866Z [4952/7974] 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-08-06T20:27:54.9589048Z [4953/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:54.9725616Z [4954/7974] 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-08-06T20:27:54.9807011Z [4955/7974] 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-08-06T20:27:55.0616684Z [4956/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.0664920Z [4957/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.0759024Z [4958/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.0827893Z [4959/7974] 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-08-06T20:27:55.0840242Z [4960/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.0893982Z [4961/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.0946805Z [4962/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.1427159Z [4963/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.1854535Z [4964/7974] 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-08-06T20:27:55.1869570Z [4965/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.2100064Z [4966/7974] 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-08-06T20:27:55.2113997Z [4967/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.2165626Z [4968/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.2180173Z [4969/7974] 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-08-06T20:27:55.2250933Z [4970/7974] 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-08-06T20:27:55.2636761Z [4971/7974] 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-08-06T20:27:55.3112861Z [4972/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.3171271Z [4973/7974] 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-08-06T20:27:55.3398725Z [4974/7974] 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-08-06T20:27:55.3462485Z [4975/7974] 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-08-06T20:27:55.3521614Z [4976/7974] 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-08-06T20:27:55.3536758Z [4977/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.3770606Z [4978/7974] 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-08-06T20:27:55.3787238Z [4979/7974] 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-08-06T20:27:55.4323920Z [4980/7974] 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-08-06T20:27:55.4487327Z [4981/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.4811876Z [4982/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.4828994Z [4983/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.4844801Z [4984/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.4892470Z [4985/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.5005091Z [4986/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.5055770Z [4987/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.5590637Z [4988/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.5810630Z [4989/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.6067516Z [4990/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.6081106Z [4991/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.6293869Z [4992/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.6349068Z [4993/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.6362564Z [4994/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.6550916Z [4995/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.6726792Z [4996/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.6939425Z [4997/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.7279943Z [4998/7974] 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-08-06T20:27:55.7364945Z [4999/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.7587398Z [5000/7974] 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-08-06T20:27:55.7644530Z [5001/7974] 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-08-06T20:27:55.7740437Z [5002/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.7830387Z [5003/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.7889297Z [5004/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.8133892Z [5005/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.8608062Z [5006/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.8791785Z [5007/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.8921364Z [5008/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.8972023Z [5009/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.8985051Z [5010/7974] 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-08-06T20:27:55.9080447Z [5011/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:55.9140755Z [5012/7974] 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-08-06T20:27:55.9261864Z [5013/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:55.9842512Z [5014/7974] 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-08-06T20:27:56.0192801Z [5015/7974] 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-08-06T20:27:56.0241595Z [5016/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:56.0285440Z [5017/7974] 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-08-06T20:27:56.0340153Z [5018/7974] 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-08-06T20:27:56.0363711Z [5019/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.0438772Z [5020/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:56.0456020Z [5021/7974] 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-08-06T20:27:56.1055499Z [5022/7974] 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-08-06T20:27:56.1470026Z [5023/7974] 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-08-06T20:27:56.1521207Z [5024/7974] 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-08-06T20:27:56.1594973Z [5025/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.1647798Z [5026/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:56.1710761Z [5027/7974] 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-08-06T20:27:56.1724511Z [5028/7974] 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-08-06T20:27:56.1846901Z [5029/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.2314816Z [5030/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:56.2793491Z [5031/7974] 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-08-06T20:27:56.2842600Z [5032/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:56.2855386Z [5033/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.2907082Z [5034/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.2961559Z [5035/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.3112535Z [5036/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:56.3402886Z [5037/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:56.3525400Z [5038/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.4064182Z [5039/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:56.4120370Z [5040/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:56.4176492Z [5041/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:56.4384522Z [5042/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.4397270Z [5043/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:56.4627408Z [5044/7974] 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-08-06T20:27:56.4644126Z [5045/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:56.4828846Z [5046/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.5271942Z [5047/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:56.5370826Z [5048/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:56.5599110Z [5049/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:56.5651605Z [5050/7974] 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-08-06T20:27:56.5667253Z [5051/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:56.5938076Z [5052/7974] 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-08-06T20:27:56.6132198Z [5053/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.6276740Z [5054/7974] 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-08-06T20:27:56.6532734Z [5055/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.6730452Z [5056/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:56.6824973Z [5057/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.6842980Z [5058/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:56.6857023Z [5059/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:56.7184924Z [5060/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.7685124Z [5061/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.7742809Z [5062/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:56.7844641Z [5063/7974] 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-08-06T20:27:56.7890582Z [5064/7974] 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-08-06T20:27:56.7993294Z [5065/7974] 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-08-06T20:27:56.8137321Z [5066/7974] 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-08-06T20:27:56.8191939Z [5067/7974] 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-08-06T20:27:56.8411296Z [5068/7974] 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-08-06T20:27:56.8914073Z [5069/7974] 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-08-06T20:27:56.8979654Z [5070/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:56.9060364Z [5071/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.9135646Z [5072/7974] 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-08-06T20:27:56.9379672Z [5073/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:56.9437198Z [5074/7974] 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-08-06T20:27:56.9559327Z [5075/7974] 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-08-06T20:27:56.9705775Z [5076/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.0093677Z [5077/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:57.0181181Z [5078/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.0298400Z [5079/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:57.0570745Z [5080/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:57.0718163Z [5081/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.0908059Z [5082/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:57.0992998Z [5083/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:57.1285875Z [5084/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.1387369Z [5085/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:57.1443388Z [5086/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.1502939Z [5087/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:57.1835622Z [5088/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.1907221Z [5089/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:57.2232641Z [5090/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.2534124Z [5091/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:57.2699877Z [5092/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:57.2749123Z [5093/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.2900792Z [5094/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:57.2957145Z [5095/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.3155762Z [5096/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:57.3242302Z [5097/7974] 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-08-06T20:27:57.3445411Z [5098/7974] 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-08-06T20:27:57.3722075Z [5099/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:57.3862474Z [5100/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.4094204Z [5101/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:57.4162926Z [5102/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.4178726Z [5103/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.4484810Z [5104/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:57.4629141Z [5105/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:57.4782921Z [5106/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:57.5129729Z [5107/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-06T20:27:57.5188008Z [5108/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-06T20:27:57.5312302Z [5109/7974] 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-08-06T20:27:57.5373059Z [5110/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.5442610Z [5111/7974] 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-08-06T20:27:57.5662581Z [5112/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:57.5828857Z [5113/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.5968919Z [5114/7974] 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-08-06T20:27:57.6355414Z [5115/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.6527998Z [5116/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2024-08-06T20:27:57.6617238Z [5117/7974] 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-08-06T20:27:57.6696374Z [5118/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:57.6845273Z [5119/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-06T20:27:57.6898642Z [5120/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:57.7052495Z [5121/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:57.7197860Z [5122/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:57.7577361Z [5123/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:57.7831598Z [5124/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:57.8144377Z [5125/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:57.8157232Z [5126/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:57.8254942Z [5127/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:57.8307206Z [5128/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:57.8361062Z [5129/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:57.8654902Z [5130/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:57.8952948Z [5131/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:57.9141614Z [5132/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:57.9297835Z [5133/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:57.9423682Z [5134/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:57.9495332Z [5135/7974] 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-08-06T20:27:57.9507880Z [5136/7974] 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-08-06T20:27:57.9626641Z [5137/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:57.9890329Z [5138/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:58.0532822Z [5139/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:58.0634282Z [5140/7974] 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-08-06T20:27:58.0647220Z [5141/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:58.0701561Z [5142/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:58.0719143Z [5143/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:58.0771737Z [5144/7974] 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-08-06T20:27:58.0786451Z [5145/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:58.1072762Z [5146/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:58.1929820Z [5147/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:58.1944348Z [5148/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:58.1996642Z [5149/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:58.2135545Z [5150/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:58.2188159Z [5151/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:58.2265504Z [5152/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:58.2541483Z [5153/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:58.2698630Z [5154/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:58.3173354Z [5155/7974] 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-08-06T20:27:58.3225610Z [5156/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:58.3397015Z [5157/7974] 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-08-06T20:27:58.3445879Z [5158/7974] 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-08-06T20:27:58.3460052Z [5159/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:58.3719512Z [5160/7974] 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-08-06T20:27:58.3943512Z [5161/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:58.4071091Z [5162/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:58.4290232Z [5163/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:58.4402889Z [5164/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:58.4598619Z [5165/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:58.4649826Z [5166/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:58.4724734Z [5167/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:58.4999693Z [5168/7974] 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-08-06T20:27:58.5364090Z [5169/7974] 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-08-06T20:27:58.5420819Z [5170/7974] 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-08-06T20:27:58.5522224Z [5171/7974] 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-08-06T20:27:58.5828966Z [5172/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-06T20:27:58.5962575Z [5173/7974] 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-08-06T20:27:58.6010004Z [5174/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-8.c.obj 2024-08-06T20:27:58.6021692Z [5175/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.obj 2024-08-06T20:27:58.6031973Z [5176/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2-k-over-2048.c.obj 2024-08-06T20:27:58.6073640Z [5177/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2-k-over-64.c.obj 2024-08-06T20:27:58.6147498Z [5178/7974] 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-08-06T20:27:58.6162371Z [5179/7974] 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-08-06T20:27:58.6600492Z [5180/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-4.c.obj 2024-08-06T20:27:58.6613190Z [5181/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-32.c.obj 2024-08-06T20:27:58.6654188Z [5182/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-64.c.obj 2024-08-06T20:27:58.6707541Z [5183/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\vlog.c.obj 2024-08-06T20:27:58.6759390Z [5184/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-2048.c.obj 2024-08-06T20:27:58.6771244Z [5185/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-16.c.obj 2024-08-06T20:27:58.6921942Z [5186/7974] 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-08-06T20:27:58.7326064Z [5187/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2024-08-06T20:27:58.7340069Z [5188/7974] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2024-08-06T20:27:58.7556210Z [5189/7974] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2024-08-06T20:27:58.8189925Z [5190/7974] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2024-08-06T20:27:58.8202795Z [5191/7974] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2024-08-06T20:27:58.8280048Z [5192/7974] Building CXX object confu-deps\XNNPACK\CMakeFiles\jit.dir\src\jit\aarch32-assembler.cc.obj 2024-08-06T20:27:58.8280697Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:27:58.8414057Z [5193/7974] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2024-08-06T20:27:58.8415176Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:27:58.8483614Z [5194/7974] Building CXX object confu-deps\XNNPACK\CMakeFiles\jit.dir\src\jit\assembler.cc.obj 2024-08-06T20:27:58.8484223Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:27:59.1241336Z [5195/7974] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2024-08-06T20:27:59.1253855Z [5196/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2024-08-06T20:27:59.1265216Z [5197/7974] Building CXX object confu-deps\XNNPACK\CMakeFiles\jit.dir\src\jit\aarch64-assembler.cc.obj 2024-08-06T20:27:59.1265806Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:27:59.1279412Z [5198/7974] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2024-08-06T20:27:59.1293703Z [5199/7974] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2024-08-06T20:27:59.1294599Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:27:59.1363658Z [5200/7974] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2024-08-06T20:27:59.1455010Z [5201/7974] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2024-08-06T20:27:59.2146114Z [5202/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2024-08-06T20:27:59.3341240Z [5203/7974] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2024-08-06T20:27:59.3342243Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:27:59.3575842Z [5204/7974] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2024-08-06T20:27:59.3815660Z [5205/7974] Building C object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\packing.c.obj 2024-08-06T20:27:59.3816783Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\packing.c(1786): warning C4098: 'xnn_pack_qs8_conv_kgo_w': 'void' function returning a value 2024-08-06T20:27:59.3818157Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\packing.c(1804): warning C4098: 'xnn_pack_qs8_to_qu8_conv_kgo_w': 'void' function returning a value 2024-08-06T20:27:59.3819331Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\packing.c(2105): warning C4098: 'xnn_pack_qs8_deconv_goki_w': 'void' function returning a value 2024-08-06T20:27:59.3820415Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\packing.c(2128): warning C4098: 'xnn_pack_qs8_to_qu8_deconv_goki_w': 'void' function returning a value 2024-08-06T20:27:59.3829400Z [5206/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2024-08-06T20:27:59.3830407Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-delete.c(29): warning C4090: 'function': different 'const' qualifiers 2024-08-06T20:27:59.3831126Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:27:59.3897761Z [5207/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2024-08-06T20:27:59.3899604Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\argmax-pooling-nhwc.c(252): warning C4090: 'function': different 'const' qualifiers 2024-08-06T20:27:59.3901104Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:27:59.3919810Z [5208/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2024-08-06T20:27:59.3920800Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:27:59.4863713Z [5209/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2024-08-06T20:27:59.4865595Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:27:59.5390649Z [5210/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\ssse3.c.obj 2024-08-06T20:27:59.5814328Z [5211/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2024-08-06T20:27:59.5815394Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:27:59.5977618Z [5212/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2024-08-06T20:27:59.5979309Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\average-pooling-nhwc.c(615): warning C4090: 'function': different 'const' qualifiers 2024-08-06T20:27:59.5980424Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:27:59.6059062Z [5213/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2024-08-06T20:27:59.6059878Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:27:59.6258471Z [5214/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse2.c.obj 2024-08-06T20:27:59.6278527Z [5215/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2024-08-06T20:27:59.6279750Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:27:59.6418592Z [5216/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\scalar.c.obj 2024-08-06T20:27:59.7292982Z [5217/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse.c.obj 2024-08-06T20:27:59.7570919Z [5218/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\f16c.c.obj 2024-08-06T20:27:59.7641603Z [5219/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx.c.obj 2024-08-06T20:27:59.7690060Z [5220/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\xop.c.obj 2024-08-06T20:27:59.7888444Z [5221/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vnni.c.obj 2024-08-06T20:27:59.8096074Z [5222/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx2.c.obj 2024-08-06T20:27:59.8186252Z [5223/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vbmi.c.obj 2024-08-06T20:27:59.8229286Z [5224/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2024-08-06T20:27:59.8319552Z [5225/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse41.c.obj 2024-08-06T20:27:59.8446993Z [5226/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\fma3.c.obj 2024-08-06T20:27:59.8735330Z [5227/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2024-08-06T20:27:59.8846301Z [5228/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2024-08-06T20:27:59.8912605Z [5229/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2024-08-06T20:27:59.9026081Z [5230/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512amx.c.obj 2024-08-06T20:27:59.9085010Z [5231/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2024-08-06T20:27:59.9294927Z [5232/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2024-08-06T20:27:59.9418413Z [5233/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512f.c.obj 2024-08-06T20:27:59.9472001Z [5234/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2024-08-06T20:27:59.9487001Z [5235/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512skx.c.obj 2024-08-06T20:27:59.9501493Z [5236/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vnnigfni.c.obj 2024-08-06T20:27:59.9548818Z [5237/7974] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2024-08-06T20:28:00.2582059Z [5238/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2024-08-06T20:28:00.2583220Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.2877200Z [5239/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2024-08-06T20:28:00.2878217Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.2930949Z [5240/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2024-08-06T20:28:00.2931673Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.2949239Z [5241/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2024-08-06T20:28:00.2949891Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.3072159Z [5242/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2024-08-06T20:28:00.3073267Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.3167138Z [5243/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2024-08-06T20:28:00.3167835Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.3181629Z [5244/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2024-08-06T20:28:00.3182359Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.3200452Z [5245/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2024-08-06T20:28:00.3201161Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.6167089Z [5246/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\prelu-config.c.obj 2024-08-06T20:28:00.6168343Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.6684387Z [5247/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2024-08-06T20:28:00.6685031Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.6755735Z [5248/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2024-08-06T20:28:00.6756364Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.6829089Z [5249/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2024-08-06T20:28:00.6829718Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.6844251Z [5250/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2024-08-06T20:28:00.6844910Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.6920569Z [5251/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2024-08-06T20:28:00.6921599Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.7076929Z [5252/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2024-08-06T20:28:00.7077884Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.7221298Z [5253/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2024-08-06T20:28:00.7222894Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.7600699Z [5254/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2024-08-06T20:28:00.7601435Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:00.9854827Z [5255/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2024-08-06T20:28:00.9855942Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:01.0313719Z [5256/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2024-08-06T20:28:01.0314862Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:01.0409151Z [5257/7974] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2024-08-06T20:28:01.0505027Z [5258/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2024-08-06T20:28:01.0505988Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:01.0521019Z [5259/7974] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2024-08-06T20:28:01.0581065Z [5260/7974] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2024-08-06T20:28:01.2221720Z [5261/7974] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2024-08-06T20:28:01.2384889Z [5262/7974] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2024-08-06T20:28:01.3091415Z [5263/7974] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2024-08-06T20:28:01.3105046Z [5264/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2024-08-06T20:28:01.4682533Z [5265/7974] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2024-08-06T20:28:01.5112070Z [5266/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2024-08-06T20:28:01.5890965Z [5267/7974] Linking CXX static library lib\gmock.lib 2024-08-06T20:28:01.6153268Z [5268/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2024-08-06T20:28:01.6839434Z [5269/7974] Linking CXX static library lib\gmock_main.lib 2024-08-06T20:28:01.6920690Z [5270/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2024-08-06T20:28:01.6994935Z [5271/7974] Linking CXX static library lib\gtest.lib 2024-08-06T20:28:01.7281210Z [5272/7974] Linking CXX static library lib\gtest_main.lib 2024-08-06T20:28:01.7382831Z [5273/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2024-08-06T20:28:01.7771904Z [5274/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2024-08-06T20:28:01.7863222Z [5275/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2024-08-06T20:28:01.8169175Z [5276/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2024-08-06T20:28:01.8568024Z [5277/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2024-08-06T20:28:01.9402309Z [5278/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2024-08-06T20:28:01.9485493Z [5279/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2024-08-06T20:28:01.9636833Z [5280/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2024-08-06T20:28:02.0109348Z [5281/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2024-08-06T20:28:02.0770733Z [5282/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2024-08-06T20:28:02.0818048Z [5283/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2024-08-06T20:28:02.1216841Z [5284/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2024-08-06T20:28:02.1898494Z [5285/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2024-08-06T20:28:02.2252775Z [5286/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2024-08-06T20:28:02.3190100Z [5287/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2024-08-06T20:28:02.3357088Z [5288/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sleep.cc.obj 2024-08-06T20:28:02.3453111Z [5289/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2024-08-06T20:28:02.3507328Z [5290/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2024-08-06T20:28:02.4013783Z [5291/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernel.cc.obj 2024-08-06T20:28:02.4750953Z [5292/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2024-08-06T20:28:02.5608005Z [5293/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmConv.cc.obj 2024-08-06T20:28:02.5611042Z 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-08-06T20:28:02.5613465Z with 2024-08-06T20:28:02.5613812Z [ 2024-08-06T20:28:02.5614147Z T=uint8_t, 2024-08-06T20:28:02.5614535Z accT=int32_t, 2024-08-06T20:28:02.5614983Z inpType=uint8_t 2024-08-06T20:28:02.5615394Z ] 2024-08-06T20:28:02.5616814Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:02.5618384Z with 2024-08-06T20:28:02.5618684Z [ 2024-08-06T20:28:02.5618979Z T=uint8_t, 2024-08-06T20:28:02.5619339Z accT=int32_t 2024-08-06T20:28:02.5619743Z ] 2024-08-06T20:28:02.5622024Z 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-08-06T20:28:02.5624440Z with 2024-08-06T20:28:02.5624763Z [ 2024-08-06T20:28:02.5625090Z T=uint8_t, 2024-08-06T20:28:02.5625484Z accT=int32_t 2024-08-06T20:28:02.5625872Z ] 2024-08-06T20:28:02.5627349Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:02.5628959Z with 2024-08-06T20:28:02.5629311Z [ 2024-08-06T20:28:02.5629604Z T=uint8_t, 2024-08-06T20:28:02.5630037Z accT=int32_t 2024-08-06T20:28:02.5630432Z ] 2024-08-06T20:28:02.5632610Z 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-08-06T20:28:02.5634965Z with 2024-08-06T20:28:02.5635310Z [ 2024-08-06T20:28:02.5635637Z T=int8_t, 2024-08-06T20:28:02.5636270Z accT=int32_t, 2024-08-06T20:28:02.5636717Z inpType=int8_t 2024-08-06T20:28:02.5637132Z ] 2024-08-06T20:28:02.5638483Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:02.5639954Z with 2024-08-06T20:28:02.5640300Z [ 2024-08-06T20:28:02.5640604Z T=int8_t, 2024-08-06T20:28:02.5640989Z accT=int32_t 2024-08-06T20:28:02.5641379Z ] 2024-08-06T20:28:02.5643555Z 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-08-06T20:28:02.5646091Z with 2024-08-06T20:28:02.5646421Z [ 2024-08-06T20:28:02.5646739Z T=int8_t, 2024-08-06T20:28:02.5647117Z accT=int32_t 2024-08-06T20:28:02.5647490Z ] 2024-08-06T20:28:02.5648854Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:02.5650817Z with 2024-08-06T20:28:02.5651145Z [ 2024-08-06T20:28:02.5651425Z T=int8_t, 2024-08-06T20:28:02.5651809Z accT=int32_t 2024-08-06T20:28:02.5652192Z ] 2024-08-06T20:28:02.5654459Z 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-08-06T20:28:02.5656817Z with 2024-08-06T20:28:02.5657161Z [ 2024-08-06T20:28:02.5657501Z ACC_T=int32_t, 2024-08-06T20:28:02.5657910Z T=uint8_t, 2024-08-06T20:28:02.5658279Z accT=int32_t, 2024-08-06T20:28:02.5658674Z inpType=uint8_t 2024-08-06T20:28:02.5659069Z ] 2024-08-06T20:28:02.5660413Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:02.5661955Z with 2024-08-06T20:28:02.5662258Z [ 2024-08-06T20:28:02.5662565Z ACC_T=int32_t, 2024-08-06T20:28:02.5662941Z T=uint8_t, 2024-08-06T20:28:02.5663275Z accT=int32_t 2024-08-06T20:28:02.5663634Z ] 2024-08-06T20:28:02.5665861Z 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-08-06T20:28:02.5668114Z with 2024-08-06T20:28:02.5668403Z [ 2024-08-06T20:28:02.5668727Z ACC_T=int32_t, 2024-08-06T20:28:02.5669130Z T=uint8_t, 2024-08-06T20:28:02.5669514Z accT=int32_t 2024-08-06T20:28:02.5669880Z ] 2024-08-06T20:28:02.5671365Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:02.5672948Z with 2024-08-06T20:28:02.5673232Z [ 2024-08-06T20:28:02.5673500Z ACC_T=int32_t, 2024-08-06T20:28:02.5673928Z T=uint8_t, 2024-08-06T20:28:02.5674310Z accT=int32_t 2024-08-06T20:28:02.5674696Z ] 2024-08-06T20:28:02.5677196Z 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-08-06T20:28:02.5679580Z with 2024-08-06T20:28:02.5679895Z [ 2024-08-06T20:28:02.5680213Z ACC_T=int32_t, 2024-08-06T20:28:02.5680609Z T=uint8_t, 2024-08-06T20:28:02.5680974Z accT=int32_t, 2024-08-06T20:28:02.5681388Z inpType=uint8_t 2024-08-06T20:28:02.5681782Z ] 2024-08-06T20:28:02.5683219Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:02.5684936Z with 2024-08-06T20:28:02.5685264Z [ 2024-08-06T20:28:02.5685585Z ACC_T=int32_t, 2024-08-06T20:28:02.5685998Z T=uint8_t, 2024-08-06T20:28:02.5686383Z accT=int32_t 2024-08-06T20:28:02.5686751Z ] 2024-08-06T20:28:02.5688983Z 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-08-06T20:28:02.5691405Z with 2024-08-06T20:28:02.5691722Z [ 2024-08-06T20:28:02.5692043Z ACC_T=int32_t, 2024-08-06T20:28:02.5692449Z T=uint8_t, 2024-08-06T20:28:02.5692819Z accT=int32_t 2024-08-06T20:28:02.5693189Z ] 2024-08-06T20:28:02.5694676Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:02.5696240Z with 2024-08-06T20:28:02.5696553Z [ 2024-08-06T20:28:02.5696888Z ACC_T=int32_t, 2024-08-06T20:28:02.5697279Z T=uint8_t, 2024-08-06T20:28:02.5697654Z accT=int32_t 2024-08-06T20:28:02.5698037Z ] 2024-08-06T20:28:02.5700310Z 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-08-06T20:28:02.5702775Z with 2024-08-06T20:28:02.5703109Z [ 2024-08-06T20:28:02.5703425Z ACC_T=int32_t, 2024-08-06T20:28:02.5703826Z T=uint8_t, 2024-08-06T20:28:02.5704198Z accT=int32_t, 2024-08-06T20:28:02.5704604Z inpType=uint8_t 2024-08-06T20:28:02.5705003Z ] 2024-08-06T20:28:02.5706465Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:02.5708009Z with 2024-08-06T20:28:02.5708336Z [ 2024-08-06T20:28:02.5708661Z ACC_T=int32_t, 2024-08-06T20:28:02.5709058Z T=uint8_t, 2024-08-06T20:28:02.5709436Z accT=int32_t 2024-08-06T20:28:02.5709813Z ] 2024-08-06T20:28:02.5712008Z 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-08-06T20:28:02.5714482Z with 2024-08-06T20:28:02.5714836Z [ 2024-08-06T20:28:02.5715154Z ACC_T=int32_t, 2024-08-06T20:28:02.5715547Z T=uint8_t, 2024-08-06T20:28:02.5715916Z accT=int32_t 2024-08-06T20:28:02.5716290Z ] 2024-08-06T20:28:02.5717964Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:02.5719570Z with 2024-08-06T20:28:02.5719888Z [ 2024-08-06T20:28:02.5720198Z ACC_T=int32_t, 2024-08-06T20:28:02.5720604Z T=uint8_t, 2024-08-06T20:28:02.5720968Z accT=int32_t 2024-08-06T20:28:02.5721354Z ] 2024-08-06T20:28:02.5723347Z 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-08-06T20:28:02.5727538Z 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-08-06T20:28:02.5731574Z 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-08-06T20:28:02.5734986Z 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-08-06T20:28:02.5737727Z 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-08-06T20:28:02.7608687Z [5294/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFPCommon.cc.obj 2024-08-06T20:28:02.7822644Z [5295/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2024-08-06T20:28:02.8206027Z [5296/7974] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2024-08-06T20:28:02.8400660Z [5297/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Fbgemm.cc.obj 2024-08-06T20:28:02.8403970Z 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-08-06T20:28:02.8407291Z with 2024-08-06T20:28:02.8407624Z [ 2024-08-06T20:28:02.8407953Z inpType=uint8_t 2024-08-06T20:28:02.8408352Z ] 2024-08-06T20:28:02.8409826Z 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-08-06T20:28:02.8413457Z 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-08-06T20:28:02.8417810Z 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-08-06T20:28:02.8421940Z 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-08-06T20:28:02.8425203Z with 2024-08-06T20:28:02.8425541Z [ 2024-08-06T20:28:02.8425887Z inpType=int8_t 2024-08-06T20:28:02.8426311Z ] 2024-08-06T20:28:02.8427748Z 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-08-06T20:28:02.8432910Z 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-08-06T20:28:02.8436692Z 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-08-06T20:28:02.8443009Z 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-08-06T20:28:02.8445328Z with 2024-08-06T20:28:02.8445631Z [ 2024-08-06T20:28:02.8445941Z inpType=uint8_t 2024-08-06T20:28:02.8446333Z ] 2024-08-06T20:28:02.8447687Z 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-08-06T20:28:02.8451113Z 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-08-06T20:28:02.8454580Z 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-08-06T20:28:02.8458140Z 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-08-06T20:28:02.8460423Z with 2024-08-06T20:28:02.8460738Z [ 2024-08-06T20:28:02.8461060Z inpType=int8_t 2024-08-06T20:28:02.8461451Z ] 2024-08-06T20:28:02.8462647Z 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-08-06T20:28:02.8465409Z 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-08-06T20:28:02.8468186Z 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-08-06T20:28:02.8471327Z 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-08-06T20:28:02.8473279Z with 2024-08-06T20:28:02.8473591Z [ 2024-08-06T20:28:02.8473904Z inpType=uint8_t 2024-08-06T20:28:02.8474272Z ] 2024-08-06T20:28:02.8475491Z 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-08-06T20:28:02.8478352Z 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-08-06T20:28:02.8481451Z 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-08-06T20:28:02.8484430Z 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-08-06T20:28:02.8486400Z with 2024-08-06T20:28:02.8486702Z [ 2024-08-06T20:28:02.8487030Z inpType=uint8_t 2024-08-06T20:28:02.8487397Z ] 2024-08-06T20:28:02.8488701Z 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-08-06T20:28:02.8491762Z 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-08-06T20:28:02.8494687Z 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-08-06T20:28:02.8497595Z 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-08-06T20:28:02.8499574Z with 2024-08-06T20:28:02.8499881Z [ 2024-08-06T20:28:02.8500185Z inpType=uint8_t 2024-08-06T20:28:02.8500563Z ] 2024-08-06T20:28:02.8501767Z 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-08-06T20:28:02.8504603Z 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-08-06T20:28:02.8507472Z 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-08-06T20:28:02.8510486Z 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-08-06T20:28:02.8511895Z with 2024-08-06T20:28:02.8512084Z [ 2024-08-06T20:28:02.8512260Z inpType=uint8_t 2024-08-06T20:28:02.8512482Z ] 2024-08-06T20:28:02.8513257Z 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-08-06T20:28:02.8515541Z 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-08-06T20:28:02.8518567Z 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-08-06T20:28:02.8521669Z 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-08-06T20:28:02.8523640Z with 2024-08-06T20:28:02.8523959Z [ 2024-08-06T20:28:02.8524257Z inpType=uint8_t 2024-08-06T20:28:02.8524655Z ] 2024-08-06T20:28:02.8525969Z 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-08-06T20:28:02.8528944Z 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-08-06T20:28:02.8532895Z 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-08-06T20:28:02.8536039Z 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-08-06T20:28:02.8538158Z with 2024-08-06T20:28:02.8538445Z [ 2024-08-06T20:28:02.8538706Z inpType=uint8_t 2024-08-06T20:28:02.8539521Z ] 2024-08-06T20:28:02.8541900Z 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-08-06T20:28:02.8548343Z 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-08-06T20:28:02.8550939Z 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-08-06T20:28:02.8553262Z 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-08-06T20:28:02.8555880Z with 2024-08-06T20:28:02.8556169Z [ 2024-08-06T20:28:02.8556431Z inpType=uint8_t 2024-08-06T20:28:02.8556777Z ] 2024-08-06T20:28:02.8557968Z 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-08-06T20:28:02.8560344Z 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-08-06T20:28:02.8562982Z 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-08-06T20:28:02.8565031Z 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-08-06T20:28:02.8566491Z with 2024-08-06T20:28:02.8566671Z [ 2024-08-06T20:28:02.8566872Z inpType=uint8_t 2024-08-06T20:28:02.8567117Z ] 2024-08-06T20:28:02.8567897Z 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-08-06T20:28:02.8570926Z 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-08-06T20:28:02.8574750Z 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-08-06T20:28:02.8578612Z 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-08-06T20:28:02.8581053Z with 2024-08-06T20:28:02.8581382Z [ 2024-08-06T20:28:02.8581702Z inpType=uint8_t 2024-08-06T20:28:02.8582091Z ] 2024-08-06T20:28:02.8583697Z 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-08-06T20:28:02.8587479Z 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-08-06T20:28:02.8591532Z 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-08-06T20:28:02.8595233Z 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-08-06T20:28:02.8597586Z with 2024-08-06T20:28:02.8597906Z [ 2024-08-06T20:28:02.8598220Z inpType=uint8_t 2024-08-06T20:28:02.8598623Z ] 2024-08-06T20:28:02.8600306Z 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-08-06T20:28:02.8603918Z 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-08-06T20:28:02.8607275Z 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-08-06T20:28:02.8610770Z 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-08-06T20:28:02.8616193Z with 2024-08-06T20:28:02.8616533Z [ 2024-08-06T20:28:02.8617478Z inpType=int8_t 2024-08-06T20:28:02.8618913Z ] 2024-08-06T20:28:02.8620403Z 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-08-06T20:28:02.8623105Z 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-08-06T20:28:02.8626634Z 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-08-06T20:28:02.8630258Z 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-08-06T20:28:02.8633114Z with 2024-08-06T20:28:02.8633458Z [ 2024-08-06T20:28:02.8633774Z inpType=uint8_t 2024-08-06T20:28:02.8634163Z ] 2024-08-06T20:28:02.8635136Z 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-08-06T20:28:02.8637935Z 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-08-06T20:28:02.8639958Z 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-08-06T20:28:02.8642116Z 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-08-06T20:28:02.8643535Z with 2024-08-06T20:28:02.8643815Z [ 2024-08-06T20:28:02.8644158Z inpType=int8_t 2024-08-06T20:28:02.8644506Z ] 2024-08-06T20:28:02.8645820Z 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-08-06T20:28:02.8648952Z 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-08-06T20:28:02.8652469Z 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-08-06T20:28:02.8655841Z 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-08-06T20:28:02.8658097Z with 2024-08-06T20:28:02.8658415Z [ 2024-08-06T20:28:02.8658720Z inpType=uint8_t 2024-08-06T20:28:02.8659082Z ] 2024-08-06T20:28:02.8660427Z 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-08-06T20:28:02.8663715Z 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-08-06T20:28:02.8667036Z 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-08-06T20:28:02.8670465Z 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-08-06T20:28:02.8672704Z with 2024-08-06T20:28:02.8673062Z [ 2024-08-06T20:28:02.8673360Z inpType=uint8_t 2024-08-06T20:28:02.8673766Z ] 2024-08-06T20:28:02.8675129Z 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-08-06T20:28:02.8678684Z 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-08-06T20:28:02.8682868Z 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-08-06T20:28:02.8686798Z 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-08-06T20:28:02.8689171Z with 2024-08-06T20:28:02.8689496Z [ 2024-08-06T20:28:02.8689790Z inpType=uint8_t 2024-08-06T20:28:02.8690222Z ] 2024-08-06T20:28:02.8691633Z 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-08-06T20:28:02.8694868Z 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-08-06T20:28:02.8698409Z 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-08-06T20:28:02.8701769Z 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-08-06T20:28:02.8704041Z with 2024-08-06T20:28:02.8704331Z [ 2024-08-06T20:28:02.8704602Z inpType=uint8_t 2024-08-06T20:28:02.8704944Z ] 2024-08-06T20:28:02.8706251Z 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-08-06T20:28:02.8709830Z 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-08-06T20:28:02.8713073Z 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-08-06T20:28:02.8717146Z 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-08-06T20:28:02.8718631Z with 2024-08-06T20:28:02.8718876Z [ 2024-08-06T20:28:02.8719064Z inpType=uint8_t 2024-08-06T20:28:02.8719299Z ] 2024-08-06T20:28:02.8721261Z 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-08-06T20:28:02.8723140Z 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-08-06T20:28:02.8725441Z 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-08-06T20:28:02.8730261Z 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-08-06T20:28:02.8731714Z with 2024-08-06T20:28:02.8732824Z [ 2024-08-06T20:28:02.8733121Z inpType=uint8_t 2024-08-06T20:28:02.8733374Z ] 2024-08-06T20:28:02.8734178Z 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-08-06T20:28:02.8736126Z 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-08-06T20:28:02.8739264Z 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-08-06T20:28:02.8741300Z 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-08-06T20:28:02.8744047Z with 2024-08-06T20:28:02.8744786Z [ 2024-08-06T20:28:02.8745067Z inpType=uint8_t 2024-08-06T20:28:02.8745403Z ] 2024-08-06T20:28:02.8747898Z 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-08-06T20:28:02.8751703Z 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-08-06T20:28:02.8755206Z 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-08-06T20:28:02.8758319Z 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-08-06T20:28:02.8759729Z with 2024-08-06T20:28:02.8759904Z [ 2024-08-06T20:28:02.8760090Z inpType=uint8_t 2024-08-06T20:28:02.8760318Z ] 2024-08-06T20:28:02.8761092Z 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-08-06T20:28:02.8763975Z 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-08-06T20:28:02.8765910Z 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-08-06T20:28:02.8768907Z 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-08-06T20:28:02.8770543Z with 2024-08-06T20:28:02.8770722Z [ 2024-08-06T20:28:02.8770905Z inpType=uint8_t 2024-08-06T20:28:02.8771131Z ] 2024-08-06T20:28:02.8771944Z 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-08-06T20:28:02.8774989Z 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-08-06T20:28:02.8777112Z 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-08-06T20:28:02.8780672Z 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-08-06T20:28:02.8784665Z 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-08-06T20:28:02.8788856Z 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-08-06T20:28:02.8792974Z 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-08-06T20:28:02.8796642Z 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-08-06T20:28:02.8800436Z 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-08-06T20:28:02.8804145Z 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-08-06T20:28:02.8807860Z 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-08-06T20:28:02.8811120Z 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-08-06T20:28:02.8813754Z 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-08-06T20:28:02.8816478Z 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-08-06T20:28:02.8818716Z 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-08-06T20:28:02.8821289Z 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-08-06T20:28:02.8823130Z [5298/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernelU8S8.cc.obj 2024-08-06T20:28:02.8823891Z [5299/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFP16.cc.obj 2024-08-06T20:28:02.8824703Z [5300/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDMNBit.cc.obj 2024-08-06T20:28:02.8825491Z [5301/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDM.cc.obj 2024-08-06T20:28:02.9487104Z [5302/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFloat16Convert.cc.obj 2024-08-06T20:28:02.9593705Z [5303/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\UtilsAvx512.cc.obj 2024-08-06T20:28:02.9683175Z [5304/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmBfloat16Convert.cc.obj 2024-08-06T20:28:03.1180414Z [5305/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseVectorInt8Avx512.cc.obj 2024-08-06T20:28:03.1197066Z [5306/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseInt8Avx512.cc.obj 2024-08-06T20:28:03.1253166Z [5307/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\QuantUtilsAvx512.cc.obj 2024-08-06T20:28:03.1972716Z [5308/7974] Linking CXX static library lib\benchmark.lib 2024-08-06T20:28:03.2208894Z [5309/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI64.cc.obj 2024-08-06T20:28:03.2249543Z [5310/7974] Linking CXX static library lib\benchmark_main.lib 2024-08-06T20:28:03.2451655Z [5311/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512_256.cc.obj 2024-08-06T20:28:03.2466994Z [5312/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512.cc.obj 2024-08-06T20:28:03.3098747Z [5313/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI8Spmdm.cc.obj 2024-08-06T20:28:03.3426911Z [5314/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16.cc.obj 2024-08-06T20:28:03.5094138Z [5315/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernel.cc.obj 2024-08-06T20:28:03.5332160Z [5316/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelDirectConvU8S8S32ACC32.cc.obj 2024-08-06T20:28:03.7476436Z [5317/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512.cc.obj 2024-08-06T20:28:03.7493397Z [5318/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512VNNI.cc.obj 2024-08-06T20:28:03.7548109Z [5319/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx2.cc.obj 2024-08-06T20:28:03.7550684Z 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-08-06T20:28:03.7552424Z 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-08-06T20:28:03.7554374Z 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-08-06T20:28:03.7556154Z 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-08-06T20:28:03.7558213Z 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-08-06T20:28:03.7559899Z 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-08-06T20:28:03.7561513Z 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-08-06T20:28:03.7563067Z 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-08-06T20:28:03.7564765Z 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-08-06T20:28:03.7566446Z 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-08-06T20:28:03.7568086Z 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-08-06T20:28:03.7569629Z 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-08-06T20:28:03.7571346Z 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-08-06T20:28:03.7574029Z 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-08-06T20:28:03.7577146Z 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-08-06T20:28:03.7584377Z 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-08-06T20:28:03.7589984Z 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-08-06T20:28:03.7592303Z 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-08-06T20:28:03.7595553Z 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-08-06T20:28:03.7598880Z 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-08-06T20:28:03.7601825Z 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-08-06T20:28:03.7604585Z 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-08-06T20:28:03.7607458Z 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-08-06T20:28:03.7610671Z 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-08-06T20:28:03.7613209Z 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-08-06T20:28:03.7615423Z 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-08-06T20:28:03.7617654Z 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-08-06T20:28:03.7619791Z 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-08-06T20:28:03.7621956Z 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-08-06T20:28:03.7625119Z 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-08-06T20:28:03.7627412Z 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-08-06T20:28:03.7629648Z 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-08-06T20:28:03.7632143Z 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-08-06T20:28:03.7634688Z 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-08-06T20:28:03.7637081Z 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-08-06T20:28:03.7639279Z 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-08-06T20:28:03.7641502Z 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-08-06T20:28:03.7644417Z 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-08-06T20:28:03.7646862Z 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-08-06T20:28:03.7648782Z 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-08-06T20:28:03.7650738Z 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-08-06T20:28:03.7652512Z 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-08-06T20:28:03.7654304Z 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-08-06T20:28:03.7657068Z 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-08-06T20:28:03.7659072Z 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-08-06T20:28:03.7661462Z 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-08-06T20:28:03.7664139Z 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-08-06T20:28:03.7666272Z 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-08-06T20:28:03.7669613Z 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-08-06T20:28:03.7674373Z 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-08-06T20:28:03.7677764Z 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-08-06T20:28:03.7680907Z 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-08-06T20:28:03.7684033Z 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-08-06T20:28:03.7686165Z 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-08-06T20:28:03.7688054Z 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-08-06T20:28:03.7689674Z 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-08-06T20:28:03.7691543Z 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-08-06T20:28:03.7693137Z 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-08-06T20:28:03.7694888Z 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-08-06T20:28:03.7697108Z 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-08-06T20:28:03.7699295Z [5320/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32Avx512VNNI.cc.obj 2024-08-06T20:28:03.7701038Z [5321/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConv.cc.obj 2024-08-06T20:28:03.7702692Z [5322/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx512.cc.obj 2024-08-06T20:28:03.7705425Z 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-08-06T20:28:03.7708345Z 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-08-06T20:28:03.7711562Z 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-08-06T20:28:03.7714586Z 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-08-06T20:28:03.7717548Z 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-08-06T20:28:03.7720383Z 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-08-06T20:28:03.7722209Z 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-08-06T20:28:03.7723782Z 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-08-06T20:28:03.7725506Z 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-08-06T20:28:03.7727311Z 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-08-06T20:28:03.7729666Z 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-08-06T20:28:03.7731613Z 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-08-06T20:28:03.7733524Z 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-08-06T20:28:03.7735998Z 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-08-06T20:28:03.7738136Z 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-08-06T20:28:03.7740833Z 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-08-06T20:28:03.7742930Z 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-08-06T20:28:03.7744819Z 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-08-06T20:28:03.7747764Z 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-08-06T20:28:03.7750636Z 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-08-06T20:28:03.7753313Z 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-08-06T20:28:03.7755834Z 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-08-06T20:28:03.7758576Z 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-08-06T20:28:03.7761313Z 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-08-06T20:28:03.7763981Z 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-08-06T20:28:03.7766556Z 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-08-06T20:28:03.7769104Z 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-08-06T20:28:03.7771802Z 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-08-06T20:28:03.7774682Z 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-08-06T20:28:03.7777518Z 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-08-06T20:28:03.7780089Z 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-08-06T20:28:03.7782722Z 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-08-06T20:28:03.7785608Z 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-08-06T20:28:03.7788407Z 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-08-06T20:28:03.7790977Z 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-08-06T20:28:03.7794538Z 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-08-06T20:28:03.7797666Z 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-08-06T20:28:03.7800849Z 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-08-06T20:28:03.7804132Z 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-08-06T20:28:03.7807540Z 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-08-06T20:28:03.7810767Z 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-08-06T20:28:03.7814176Z 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-08-06T20:28:03.7817132Z 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-08-06T20:28:03.7820723Z 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-08-06T20:28:03.7823820Z 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-08-06T20:28:03.7826997Z 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-08-06T20:28:03.7830138Z 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-08-06T20:28:03.7833457Z 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-08-06T20:28:03.7836896Z 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-08-06T20:28:03.7840721Z 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-08-06T20:28:03.7844788Z 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-08-06T20:28:03.7847231Z 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-08-06T20:28:03.7849114Z 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-08-06T20:28:03.7851156Z 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-08-06T20:28:03.7853277Z 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-08-06T20:28:03.7855069Z 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-08-06T20:28:03.7857968Z 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-08-06T20:28:03.7860172Z 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-08-06T20:28:03.7862064Z 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-08-06T20:28:03.7864698Z 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-08-06T20:28:03.7867693Z 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-08-06T20:28:03.7870852Z 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-08-06T20:28:03.7874283Z 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-08-06T20:28:03.7877802Z 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-08-06T20:28:03.7881061Z 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-08-06T20:28:03.7884307Z 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-08-06T20:28:03.7887147Z 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-08-06T20:28:03.7890130Z 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-08-06T20:28:03.7893141Z 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-08-06T20:28:03.7896377Z 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-08-06T20:28:03.7899527Z 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-08-06T20:28:03.7902665Z 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-08-06T20:28:03.7906090Z 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-08-06T20:28:03.7909744Z 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-08-06T20:28:03.7913077Z 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-08-06T20:28:03.7915341Z 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-08-06T20:28:03.7917211Z 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-08-06T20:28:03.7919294Z 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-08-06T20:28:03.7921085Z 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-08-06T20:28:03.7923019Z 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-08-06T20:28:03.7924775Z 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-08-06T20:28:03.7926433Z 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-08-06T20:28:03.7928246Z 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-08-06T20:28:03.7930407Z 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-08-06T20:28:03.7932192Z 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-08-06T20:28:03.7934345Z 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-08-06T20:28:03.7936069Z 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-08-06T20:28:03.7937873Z 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-08-06T20:28:03.7939806Z 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-08-06T20:28:03.7941686Z 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-08-06T20:28:03.7943385Z 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-08-06T20:28:03.7945028Z 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-08-06T20:28:03.7946848Z 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-08-06T20:28:03.7949453Z 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-08-06T20:28:03.7953201Z 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-08-06T20:28:03.7956404Z 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-08-06T20:28:03.7959735Z 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-08-06T20:28:03.7963114Z 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-08-06T20:28:03.7966563Z 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-08-06T20:28:03.7970555Z 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-08-06T20:28:03.7973876Z 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-08-06T20:28:03.7977476Z 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-08-06T20:28:03.7980713Z 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-08-06T20:28:03.7984123Z 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-08-06T20:28:03.7987374Z 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-08-06T20:28:03.7990564Z 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-08-06T20:28:03.7992761Z 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-08-06T20:28:03.7995334Z 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-08-06T20:28:03.7997195Z 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-08-06T20:28:03.7999949Z 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-08-06T20:28:03.8003253Z 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-08-06T20:28:03.8006471Z 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-08-06T20:28:03.8010138Z 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-08-06T20:28:03.8017365Z 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-08-06T20:28:03.8020851Z 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-08-06T20:28:03.8023835Z 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-08-06T20:28:03.8027207Z 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-08-06T20:28:03.8030097Z 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-08-06T20:28:03.8033427Z 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-08-06T20:28:03.8037067Z 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-08-06T20:28:03.8054483Z [5323/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithRowOffset.cc.obj 2024-08-06T20:28:03.8057488Z 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-08-06T20:28:03.8060579Z with 2024-08-06T20:28:03.8060878Z [ 2024-08-06T20:28:03.8061177Z T=uint8_t, 2024-08-06T20:28:03.8061500Z accT=int32_t, 2024-08-06T20:28:03.8061895Z inpType=uint8_t 2024-08-06T20:28:03.8062251Z ] 2024-08-06T20:28:03.8063550Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:03.8064760Z with 2024-08-06T20:28:03.8064971Z [ 2024-08-06T20:28:03.8065195Z T=uint8_t, 2024-08-06T20:28:03.8065413Z accT=int32_t 2024-08-06T20:28:03.8065633Z ] 2024-08-06T20:28:03.8066825Z 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-08-06T20:28:03.8068084Z with 2024-08-06T20:28:03.8068260Z [ 2024-08-06T20:28:03.8068428Z T=uint8_t, 2024-08-06T20:28:03.8068641Z accT=int32_t 2024-08-06T20:28:03.8068840Z ] 2024-08-06T20:28:03.8069708Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:03.8070631Z with 2024-08-06T20:28:03.8070873Z [ 2024-08-06T20:28:03.8071065Z T=uint8_t, 2024-08-06T20:28:03.8071274Z accT=int32_t 2024-08-06T20:28:03.8071519Z ] 2024-08-06T20:28:03.8072860Z 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-08-06T20:28:03.8075246Z with 2024-08-06T20:28:03.8075564Z [ 2024-08-06T20:28:03.8075870Z T=uint8_t, 2024-08-06T20:28:03.8076249Z accT=int16_t, 2024-08-06T20:28:03.8076656Z inpType=uint8_t 2024-08-06T20:28:03.8077055Z ] 2024-08-06T20:28:03.8078511Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:03.8079995Z with 2024-08-06T20:28:03.8080282Z [ 2024-08-06T20:28:03.8080588Z T=uint8_t, 2024-08-06T20:28:03.8080971Z accT=int16_t 2024-08-06T20:28:03.8081347Z ] 2024-08-06T20:28:03.8084214Z 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-08-06T20:28:03.8086349Z with 2024-08-06T20:28:03.8086674Z [ 2024-08-06T20:28:03.8086967Z T=uint8_t, 2024-08-06T20:28:03.8087314Z accT=int16_t 2024-08-06T20:28:03.8087610Z ] 2024-08-06T20:28:03.8088548Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:03.8089662Z with 2024-08-06T20:28:03.8090015Z [ 2024-08-06T20:28:03.8090312Z T=uint8_t, 2024-08-06T20:28:03.8090620Z accT=int16_t 2024-08-06T20:28:03.8091010Z ] 2024-08-06T20:28:03.8094326Z 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-08-06T20:28:03.8096801Z with 2024-08-06T20:28:03.8097131Z [ 2024-08-06T20:28:03.8097448Z T=uint8_t, 2024-08-06T20:28:03.8097827Z accT=int32_t, 2024-08-06T20:28:03.8098500Z inpType=uint8_t 2024-08-06T20:28:03.8098931Z ] 2024-08-06T20:28:03.8100679Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:03.8102768Z with 2024-08-06T20:28:03.8103121Z [ 2024-08-06T20:28:03.8103409Z T=uint8_t, 2024-08-06T20:28:03.8103786Z accT=int32_t 2024-08-06T20:28:03.8104155Z ] 2024-08-06T20:28:03.8106157Z 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-08-06T20:28:03.8107503Z with 2024-08-06T20:28:03.8107754Z [ 2024-08-06T20:28:03.8107971Z T=uint8_t, 2024-08-06T20:28:03.8108179Z accT=int32_t 2024-08-06T20:28:03.8108377Z ] 2024-08-06T20:28:03.8109244Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:03.8110136Z with 2024-08-06T20:28:03.8110424Z [ 2024-08-06T20:28:03.8110613Z T=uint8_t, 2024-08-06T20:28:03.8110834Z accT=int32_t 2024-08-06T20:28:03.8111037Z ] 2024-08-06T20:28:03.8112396Z 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-08-06T20:28:03.8113676Z with 2024-08-06T20:28:03.8113882Z [ 2024-08-06T20:28:03.8114093Z T=uint8_t, 2024-08-06T20:28:03.8114301Z accT=int16_t, 2024-08-06T20:28:03.8114554Z inpType=uint8_t 2024-08-06T20:28:03.8114776Z ] 2024-08-06T20:28:03.8115795Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:03.8117398Z with 2024-08-06T20:28:03.8117604Z [ 2024-08-06T20:28:03.8117827Z T=uint8_t, 2024-08-06T20:28:03.8118042Z accT=int16_t 2024-08-06T20:28:03.8118252Z ] 2024-08-06T20:28:03.8119725Z 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-08-06T20:28:03.8121121Z with 2024-08-06T20:28:03.8121308Z [ 2024-08-06T20:28:03.8121509Z T=uint8_t, 2024-08-06T20:28:03.8121778Z accT=int16_t 2024-08-06T20:28:03.8121988Z ] 2024-08-06T20:28:03.8123154Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:03.8124869Z with 2024-08-06T20:28:03.8125173Z [ 2024-08-06T20:28:03.8125445Z T=uint8_t, 2024-08-06T20:28:03.8125767Z accT=int16_t 2024-08-06T20:28:03.8126124Z ] 2024-08-06T20:28:03.8128175Z 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-08-06T20:28:03.8132481Z 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-08-06T20:28:03.8694170Z [5324/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32.cc.obj 2024-08-06T20:28:04.1632913Z [5325/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackBMatrix.cc.obj 2024-08-06T20:28:04.1634644Z 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-08-06T20:28:04.1636012Z with 2024-08-06T20:28:04.1636202Z [ 2024-08-06T20:28:04.1636372Z T=int8_t, 2024-08-06T20:28:04.1636585Z accT=int32_t, 2024-08-06T20:28:04.1636813Z inpType=int8_t 2024-08-06T20:28:04.1637020Z ] 2024-08-06T20:28:04.1637745Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1638535Z with 2024-08-06T20:28:04.1638721Z [ 2024-08-06T20:28:04.1638889Z T=int8_t, 2024-08-06T20:28:04.1639098Z accT=int32_t 2024-08-06T20:28:04.1639298Z ] 2024-08-06T20:28:04.1640505Z 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-08-06T20:28:04.1641754Z with 2024-08-06T20:28:04.1641940Z [ 2024-08-06T20:28:04.1642108Z T=int8_t, 2024-08-06T20:28:04.1642326Z accT=int32_t 2024-08-06T20:28:04.1642529Z ] 2024-08-06T20:28:04.1643276Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1644095Z with 2024-08-06T20:28:04.1644272Z [ 2024-08-06T20:28:04.1644448Z T=int8_t, 2024-08-06T20:28:04.1644652Z accT=int32_t 2024-08-06T20:28:04.1644853Z ] 2024-08-06T20:28:04.1646219Z 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-08-06T20:28:04.1656202Z with 2024-08-06T20:28:04.1657067Z [ 2024-08-06T20:28:04.1657343Z T=int8_t, 2024-08-06T20:28:04.1657989Z accT=int16_t, 2024-08-06T20:28:04.1658380Z inpType=int8_t 2024-08-06T20:28:04.1659089Z ] 2024-08-06T20:28:04.1663652Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1665218Z with 2024-08-06T20:28:04.1667204Z [ 2024-08-06T20:28:04.1668004Z T=int8_t, 2024-08-06T20:28:04.1668740Z accT=int16_t 2024-08-06T20:28:04.1669144Z ] 2024-08-06T20:28:04.1671471Z 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-08-06T20:28:04.1674001Z with 2024-08-06T20:28:04.1674300Z [ 2024-08-06T20:28:04.1674601Z T=int8_t, 2024-08-06T20:28:04.1674947Z accT=int16_t 2024-08-06T20:28:04.1675270Z ] 2024-08-06T20:28:04.1676580Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1677965Z with 2024-08-06T20:28:04.1678241Z [ 2024-08-06T20:28:04.1678510Z T=int8_t, 2024-08-06T20:28:04.1678833Z accT=int16_t 2024-08-06T20:28:04.1679157Z ] 2024-08-06T20:28:04.1681034Z 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-08-06T20:28:04.1683035Z with 2024-08-06T20:28:04.1683307Z [ 2024-08-06T20:28:04.1683553Z T=int8_t, 2024-08-06T20:28:04.1683892Z accT=int32_t, 2024-08-06T20:28:04.1684248Z inpType=int8_t 2024-08-06T20:28:04.1684610Z ] 2024-08-06T20:28:04.1685980Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1687360Z with 2024-08-06T20:28:04.1687669Z [ 2024-08-06T20:28:04.1687942Z T=int8_t, 2024-08-06T20:28:04.1688265Z accT=int32_t 2024-08-06T20:28:04.1688576Z ] 2024-08-06T20:28:04.1690457Z 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-08-06T20:28:04.1692526Z with 2024-08-06T20:28:04.1692852Z [ 2024-08-06T20:28:04.1693105Z T=int8_t, 2024-08-06T20:28:04.1693418Z accT=int32_t 2024-08-06T20:28:04.1693731Z ] 2024-08-06T20:28:04.1694933Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1696412Z with 2024-08-06T20:28:04.1696741Z [ 2024-08-06T20:28:04.1697014Z T=int8_t, 2024-08-06T20:28:04.1697553Z accT=int32_t 2024-08-06T20:28:04.1697895Z ] 2024-08-06T20:28:04.1699850Z 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-08-06T20:28:04.1701936Z with 2024-08-06T20:28:04.1702202Z [ 2024-08-06T20:28:04.1702444Z T=int8_t, 2024-08-06T20:28:04.1702737Z accT=int16_t, 2024-08-06T20:28:04.1703070Z inpType=int8_t 2024-08-06T20:28:04.1703379Z ] 2024-08-06T20:28:04.1704508Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1706009Z with 2024-08-06T20:28:04.1706329Z [ 2024-08-06T20:28:04.1706615Z T=int8_t, 2024-08-06T20:28:04.1706984Z accT=int16_t 2024-08-06T20:28:04.1707340Z ] 2024-08-06T20:28:04.1709323Z 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-08-06T20:28:04.1711455Z with 2024-08-06T20:28:04.1711718Z [ 2024-08-06T20:28:04.1711908Z T=int8_t, 2024-08-06T20:28:04.1712121Z accT=int16_t 2024-08-06T20:28:04.1712328Z ] 2024-08-06T20:28:04.1713068Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1714041Z with 2024-08-06T20:28:04.1714304Z [ 2024-08-06T20:28:04.1714539Z T=int8_t, 2024-08-06T20:28:04.1714744Z accT=int16_t 2024-08-06T20:28:04.1714946Z ] 2024-08-06T20:28:04.1715973Z 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-08-06T20:28:04.1717916Z 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-08-06T20:28:04.1719255Z [5326/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\QuantUtils.cc.obj 2024-08-06T20:28:04.1719980Z [5327/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackMatrix.cc.obj 2024-08-06T20:28:04.1721319Z 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-08-06T20:28:04.1723320Z 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-08-06T20:28:04.1726344Z 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-08-06T20:28:04.1728536Z 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-08-06T20:28:04.1730921Z 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-08-06T20:28:04.1732937Z 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-08-06T20:28:04.1734999Z 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-08-06T20:28:04.1736928Z 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-08-06T20:28:04.1738884Z 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-08-06T20:28:04.1740857Z 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-08-06T20:28:04.1743045Z 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-08-06T20:28:04.1744995Z 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-08-06T20:28:04.1747264Z 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-08-06T20:28:04.1748753Z [5328/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAMatrix.cc.obj 2024-08-06T20:28:04.1750405Z 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-08-06T20:28:04.1751637Z with 2024-08-06T20:28:04.1751846Z [ 2024-08-06T20:28:04.1752061Z T=uint8_t, 2024-08-06T20:28:04.1752269Z accT=int32_t, 2024-08-06T20:28:04.1752503Z inpType=uint8_t 2024-08-06T20:28:04.1752723Z ] 2024-08-06T20:28:04.1753530Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1754617Z with 2024-08-06T20:28:04.1755059Z [ 2024-08-06T20:28:04.1755244Z T=uint8_t, 2024-08-06T20:28:04.1755461Z accT=int32_t 2024-08-06T20:28:04.1755679Z ] 2024-08-06T20:28:04.1757254Z 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-08-06T20:28:04.1758542Z with 2024-08-06T20:28:04.1758826Z [ 2024-08-06T20:28:04.1759139Z T=uint8_t, 2024-08-06T20:28:04.1759528Z accT=int32_t 2024-08-06T20:28:04.1759872Z ] 2024-08-06T20:28:04.1760913Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1761976Z with 2024-08-06T20:28:04.1762257Z [ 2024-08-06T20:28:04.1762437Z T=uint8_t, 2024-08-06T20:28:04.1762667Z accT=int32_t 2024-08-06T20:28:04.1762973Z ] 2024-08-06T20:28:04.1764471Z 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-08-06T20:28:04.1766085Z with 2024-08-06T20:28:04.1766274Z [ 2024-08-06T20:28:04.1766446Z T=uint8_t, 2024-08-06T20:28:04.1766657Z accT=int16_t, 2024-08-06T20:28:04.1766885Z inpType=uint8_t 2024-08-06T20:28:04.1767114Z ] 2024-08-06T20:28:04.1767848Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1768648Z with 2024-08-06T20:28:04.1768823Z [ 2024-08-06T20:28:04.1768996Z T=uint8_t, 2024-08-06T20:28:04.1769203Z accT=int16_t 2024-08-06T20:28:04.1769407Z ] 2024-08-06T20:28:04.1770647Z 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-08-06T20:28:04.1771944Z with 2024-08-06T20:28:04.1772114Z [ 2024-08-06T20:28:04.1772301Z T=uint8_t, 2024-08-06T20:28:04.1772516Z accT=int16_t 2024-08-06T20:28:04.1772726Z ] 2024-08-06T20:28:04.1773478Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1774289Z with 2024-08-06T20:28:04.1774541Z [ 2024-08-06T20:28:04.1774814Z T=uint8_t, 2024-08-06T20:28:04.1775169Z accT=int16_t 2024-08-06T20:28:04.1775499Z ] 2024-08-06T20:28:04.1777256Z 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-08-06T20:28:04.1779096Z with 2024-08-06T20:28:04.1779315Z [ 2024-08-06T20:28:04.1779553Z T=uint8_t, 2024-08-06T20:28:04.1779874Z accT=int32_t, 2024-08-06T20:28:04.1780263Z inpType=uint8_t 2024-08-06T20:28:04.1780626Z ] 2024-08-06T20:28:04.1781946Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1782956Z with 2024-08-06T20:28:04.1783206Z [ 2024-08-06T20:28:04.1783749Z T=uint8_t, 2024-08-06T20:28:04.1784050Z accT=int32_t 2024-08-06T20:28:04.1784387Z ] 2024-08-06T20:28:04.1788655Z 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-08-06T20:28:04.1791717Z with 2024-08-06T20:28:04.1792028Z [ 2024-08-06T20:28:04.1792312Z T=uint8_t, 2024-08-06T20:28:04.1792871Z accT=int32_t 2024-08-06T20:28:04.1793217Z ] 2024-08-06T20:28:04.1794567Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1795522Z with 2024-08-06T20:28:04.1795702Z [ 2024-08-06T20:28:04.1795878Z T=uint8_t, 2024-08-06T20:28:04.1796087Z accT=int32_t 2024-08-06T20:28:04.1796295Z ] 2024-08-06T20:28:04.1797436Z 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-08-06T20:28:04.1798647Z with 2024-08-06T20:28:04.1798817Z [ 2024-08-06T20:28:04.1799009Z T=uint8_t, 2024-08-06T20:28:04.1799215Z accT=int16_t, 2024-08-06T20:28:04.1799453Z inpType=uint8_t 2024-08-06T20:28:04.1799662Z ] 2024-08-06T20:28:04.1800469Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1801822Z with 2024-08-06T20:28:04.1802000Z [ 2024-08-06T20:28:04.1802167Z T=uint8_t, 2024-08-06T20:28:04.1802384Z accT=int16_t 2024-08-06T20:28:04.1802590Z ] 2024-08-06T20:28:04.1803790Z 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-08-06T20:28:04.1804964Z with 2024-08-06T20:28:04.1805149Z [ 2024-08-06T20:28:04.1805317Z T=uint8_t, 2024-08-06T20:28:04.1805523Z accT=int16_t 2024-08-06T20:28:04.1805734Z ] 2024-08-06T20:28:04.1806480Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1807442Z with 2024-08-06T20:28:04.1807626Z [ 2024-08-06T20:28:04.1807791Z T=uint8_t, 2024-08-06T20:28:04.1808004Z accT=int16_t 2024-08-06T20:28:04.1808215Z ] 2024-08-06T20:28:04.1809324Z 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-08-06T20:28:04.1811360Z 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-08-06T20:28:04.1812927Z [5329/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithQuantRowOffset.cc.obj 2024-08-06T20:28:04.1814593Z 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-08-06T20:28:04.1816036Z with 2024-08-06T20:28:04.1816223Z [ 2024-08-06T20:28:04.1816398Z T=uint8_t, 2024-08-06T20:28:04.1816602Z accT=int32_t, 2024-08-06T20:28:04.1816831Z inpType=uint8_t 2024-08-06T20:28:04.1817099Z ] 2024-08-06T20:28:04.1817994Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1818980Z with 2024-08-06T20:28:04.1819158Z [ 2024-08-06T20:28:04.1819371Z T=uint8_t, 2024-08-06T20:28:04.1819688Z accT=int32_t 2024-08-06T20:28:04.1819968Z ] 2024-08-06T20:28:04.1821626Z 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-08-06T20:28:04.1822957Z with 2024-08-06T20:28:04.1823130Z [ 2024-08-06T20:28:04.1823295Z T=uint8_t, 2024-08-06T20:28:04.1823509Z accT=int32_t 2024-08-06T20:28:04.1823731Z ] 2024-08-06T20:28:04.1824618Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1825702Z with 2024-08-06T20:28:04.1825989Z [ 2024-08-06T20:28:04.1826192Z T=uint8_t, 2024-08-06T20:28:04.1826401Z accT=int32_t 2024-08-06T20:28:04.1826608Z ] 2024-08-06T20:28:04.1827864Z 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-08-06T20:28:04.1829193Z with 2024-08-06T20:28:04.1829364Z [ 2024-08-06T20:28:04.1829571Z T=uint8_t, 2024-08-06T20:28:04.1829814Z accT=int32_t, 2024-08-06T20:28:04.1830145Z inpType=uint8_t 2024-08-06T20:28:04.1830507Z ] 2024-08-06T20:28:04.1831899Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1833335Z with 2024-08-06T20:28:04.1833611Z [ 2024-08-06T20:28:04.1833835Z T=uint8_t, 2024-08-06T20:28:04.1834131Z accT=int32_t 2024-08-06T20:28:04.1834430Z ] 2024-08-06T20:28:04.1836196Z 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-08-06T20:28:04.1838430Z with 2024-08-06T20:28:04.1838738Z [ 2024-08-06T20:28:04.1839044Z T=uint8_t, 2024-08-06T20:28:04.1839429Z accT=int32_t 2024-08-06T20:28:04.1839806Z ] 2024-08-06T20:28:04.1841475Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1843255Z with 2024-08-06T20:28:04.1843567Z [ 2024-08-06T20:28:04.1843823Z T=uint8_t, 2024-08-06T20:28:04.1844183Z accT=int32_t 2024-08-06T20:28:04.1844474Z ] 2024-08-06T20:28:04.1845564Z 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-08-06T20:28:04.1847174Z [5330/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForDirectConv.cc.obj 2024-08-06T20:28:04.1848182Z [5331/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithIm2Col.cc.obj 2024-08-06T20:28:04.1849831Z 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-08-06T20:28:04.1851080Z with 2024-08-06T20:28:04.1851265Z [ 2024-08-06T20:28:04.1851440Z T=uint8_t, 2024-08-06T20:28:04.1851702Z accT=int32_t, 2024-08-06T20:28:04.1851946Z inpType=uint8_t 2024-08-06T20:28:04.1852162Z ] 2024-08-06T20:28:04.1853050Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1854164Z with 2024-08-06T20:28:04.1854389Z [ 2024-08-06T20:28:04.1854560Z T=uint8_t, 2024-08-06T20:28:04.1854837Z accT=int32_t 2024-08-06T20:28:04.1855045Z ] 2024-08-06T20:28:04.1856401Z 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-08-06T20:28:04.1857820Z with 2024-08-06T20:28:04.1858000Z [ 2024-08-06T20:28:04.1858163Z T=uint8_t, 2024-08-06T20:28:04.1858432Z accT=int32_t 2024-08-06T20:28:04.1858709Z ] 2024-08-06T20:28:04.1860124Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1861465Z with 2024-08-06T20:28:04.1861753Z [ 2024-08-06T20:28:04.1862013Z T=uint8_t, 2024-08-06T20:28:04.1862327Z accT=int32_t 2024-08-06T20:28:04.1862671Z ] 2024-08-06T20:28:04.1864365Z 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-08-06T20:28:04.1865687Z with 2024-08-06T20:28:04.1865890Z [ 2024-08-06T20:28:04.1866135Z T=uint8_t, 2024-08-06T20:28:04.1866420Z accT=int16_t, 2024-08-06T20:28:04.1866645Z inpType=uint8_t 2024-08-06T20:28:04.1866857Z ] 2024-08-06T20:28:04.1867660Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1869076Z with 2024-08-06T20:28:04.1869362Z [ 2024-08-06T20:28:04.1869801Z T=uint8_t, 2024-08-06T20:28:04.1870177Z accT=int16_t 2024-08-06T20:28:04.1870516Z ] 2024-08-06T20:28:04.1872726Z 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-08-06T20:28:04.1874920Z with 2024-08-06T20:28:04.1875249Z [ 2024-08-06T20:28:04.1875552Z T=uint8_t, 2024-08-06T20:28:04.1875918Z accT=int16_t 2024-08-06T20:28:04.1876284Z ] 2024-08-06T20:28:04.1877811Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1879371Z with 2024-08-06T20:28:04.1879563Z [ 2024-08-06T20:28:04.1879820Z T=uint8_t, 2024-08-06T20:28:04.1880154Z accT=int16_t 2024-08-06T20:28:04.1880509Z ] 2024-08-06T20:28:04.1882683Z 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-08-06T20:28:04.1884984Z with 2024-08-06T20:28:04.1885278Z [ 2024-08-06T20:28:04.1885556Z T=uint8_t, 2024-08-06T20:28:04.1885911Z accT=int32_t, 2024-08-06T20:28:04.1886289Z inpType=uint8_t 2024-08-06T20:28:04.1886670Z ] 2024-08-06T20:28:04.1887996Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1889000Z with 2024-08-06T20:28:04.1889234Z [ 2024-08-06T20:28:04.1889505Z T=uint8_t, 2024-08-06T20:28:04.1889960Z accT=int32_t 2024-08-06T20:28:04.1890299Z ] 2024-08-06T20:28:04.1892070Z 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-08-06T20:28:04.1893542Z with 2024-08-06T20:28:04.1893716Z [ 2024-08-06T20:28:04.1893903Z T=uint8_t, 2024-08-06T20:28:04.1894116Z accT=int32_t 2024-08-06T20:28:04.1894327Z ] 2024-08-06T20:28:04.1895113Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1896098Z with 2024-08-06T20:28:04.1896283Z [ 2024-08-06T20:28:04.1896451Z T=uint8_t, 2024-08-06T20:28:04.1896661Z accT=int32_t 2024-08-06T20:28:04.1896861Z ] 2024-08-06T20:28:04.1898049Z 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-08-06T20:28:04.1899297Z with 2024-08-06T20:28:04.1899547Z [ 2024-08-06T20:28:04.1899780Z T=uint8_t, 2024-08-06T20:28:04.1900097Z accT=int16_t, 2024-08-06T20:28:04.1900400Z inpType=uint8_t 2024-08-06T20:28:04.1900749Z ] 2024-08-06T20:28:04.1902182Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1904803Z with 2024-08-06T20:28:04.1905117Z [ 2024-08-06T20:28:04.1905392Z T=uint8_t, 2024-08-06T20:28:04.1905643Z accT=int16_t 2024-08-06T20:28:04.1905853Z ] 2024-08-06T20:28:04.1907046Z 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-08-06T20:28:04.1908524Z with 2024-08-06T20:28:04.1908707Z [ 2024-08-06T20:28:04.1909151Z T=uint8_t, 2024-08-06T20:28:04.1909522Z accT=int16_t 2024-08-06T20:28:04.1909894Z ] 2024-08-06T20:28:04.1911195Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1912577Z with 2024-08-06T20:28:04.1912753Z [ 2024-08-06T20:28:04.1912925Z T=uint8_t, 2024-08-06T20:28:04.1913141Z accT=int16_t 2024-08-06T20:28:04.1913346Z ] 2024-08-06T20:28:04.1914662Z 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-08-06T20:28:04.1915910Z with 2024-08-06T20:28:04.1916089Z [ 2024-08-06T20:28:04.1916272Z T=uint8_t, 2024-08-06T20:28:04.1916490Z accT=int32_t, 2024-08-06T20:28:04.1916713Z inpType=uint8_t 2024-08-06T20:28:04.1916932Z ] 2024-08-06T20:28:04.1917900Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1918756Z with 2024-08-06T20:28:04.1918932Z [ 2024-08-06T20:28:04.1919100Z T=uint8_t, 2024-08-06T20:28:04.1919297Z accT=int32_t 2024-08-06T20:28:04.1919558Z ] 2024-08-06T20:28:04.1920821Z 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-08-06T20:28:04.1922041Z with 2024-08-06T20:28:04.1922217Z [ 2024-08-06T20:28:04.1922386Z T=uint8_t, 2024-08-06T20:28:04.1922584Z accT=int32_t 2024-08-06T20:28:04.1922791Z ] 2024-08-06T20:28:04.1923559Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1924383Z with 2024-08-06T20:28:04.1924568Z [ 2024-08-06T20:28:04.1924741Z T=uint8_t, 2024-08-06T20:28:04.1924942Z accT=int32_t 2024-08-06T20:28:04.1925146Z ] 2024-08-06T20:28:04.1926466Z 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-08-06T20:28:04.1927718Z with 2024-08-06T20:28:04.1927892Z [ 2024-08-06T20:28:04.1928061Z T=uint8_t, 2024-08-06T20:28:04.1928260Z accT=int16_t, 2024-08-06T20:28:04.1928659Z inpType=uint8_t 2024-08-06T20:28:04.1928899Z ] 2024-08-06T20:28:04.1930052Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1930880Z with 2024-08-06T20:28:04.1931066Z [ 2024-08-06T20:28:04.1931235Z T=uint8_t, 2024-08-06T20:28:04.1931499Z accT=int16_t 2024-08-06T20:28:04.1931707Z ] 2024-08-06T20:28:04.1932909Z 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-08-06T20:28:04.1934464Z with 2024-08-06T20:28:04.1934637Z [ 2024-08-06T20:28:04.1934808Z T=uint8_t, 2024-08-06T20:28:04.1935020Z accT=int16_t 2024-08-06T20:28:04.1935225Z ] 2024-08-06T20:28:04.1935984Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1937010Z with 2024-08-06T20:28:04.1937248Z [ 2024-08-06T20:28:04.1937412Z T=uint8_t, 2024-08-06T20:28:04.1937677Z accT=int16_t 2024-08-06T20:28:04.1937881Z ] 2024-08-06T20:28:04.1939879Z 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-08-06T20:28:04.1941351Z with 2024-08-06T20:28:04.1941539Z [ 2024-08-06T20:28:04.1941832Z T=uint8_t, 2024-08-06T20:28:04.1942189Z accT=int32_t, 2024-08-06T20:28:04.1942558Z inpType=uint8_t 2024-08-06T20:28:04.1942856Z ] 2024-08-06T20:28:04.1943657Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1944529Z with 2024-08-06T20:28:04.1944713Z [ 2024-08-06T20:28:04.1944882Z T=uint8_t, 2024-08-06T20:28:04.1945089Z accT=int32_t 2024-08-06T20:28:04.1945286Z ] 2024-08-06T20:28:04.1946448Z 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-08-06T20:28:04.1947674Z with 2024-08-06T20:28:04.1947852Z [ 2024-08-06T20:28:04.1948015Z T=uint8_t, 2024-08-06T20:28:04.1948222Z accT=int32_t 2024-08-06T20:28:04.1948425Z ] 2024-08-06T20:28:04.1949187Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1950159Z with 2024-08-06T20:28:04.1950338Z [ 2024-08-06T20:28:04.1950498Z T=uint8_t, 2024-08-06T20:28:04.1950704Z accT=int32_t 2024-08-06T20:28:04.1950903Z ] 2024-08-06T20:28:04.1952304Z 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-08-06T20:28:04.1953949Z with 2024-08-06T20:28:04.1954140Z [ 2024-08-06T20:28:04.1954348Z T=uint8_t, 2024-08-06T20:28:04.1954699Z accT=int16_t, 2024-08-06T20:28:04.1954929Z inpType=uint8_t 2024-08-06T20:28:04.1955147Z ] 2024-08-06T20:28:04.1955952Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1956862Z with 2024-08-06T20:28:04.1957035Z [ 2024-08-06T20:28:04.1957207Z T=uint8_t, 2024-08-06T20:28:04.1957418Z accT=int16_t 2024-08-06T20:28:04.1957617Z ] 2024-08-06T20:28:04.1958871Z 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-08-06T20:28:04.1960871Z with 2024-08-06T20:28:04.1961076Z [ 2024-08-06T20:28:04.1961248Z T=uint8_t, 2024-08-06T20:28:04.1961457Z accT=int16_t 2024-08-06T20:28:04.1961718Z ] 2024-08-06T20:28:04.1962669Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1963517Z with 2024-08-06T20:28:04.1963680Z [ 2024-08-06T20:28:04.1963847Z T=uint8_t, 2024-08-06T20:28:04.1964048Z accT=int16_t 2024-08-06T20:28:04.1964246Z ] 2024-08-06T20:28:04.1965441Z 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-08-06T20:28:04.1966688Z with 2024-08-06T20:28:04.1966864Z [ 2024-08-06T20:28:04.1967023Z T=uint8_t, 2024-08-06T20:28:04.1967234Z accT=int32_t, 2024-08-06T20:28:04.1967447Z inpType=uint8_t 2024-08-06T20:28:04.1967726Z ] 2024-08-06T20:28:04.1968565Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1969447Z with 2024-08-06T20:28:04.1969723Z [ 2024-08-06T20:28:04.1969945Z T=uint8_t, 2024-08-06T20:28:04.1970151Z accT=int32_t 2024-08-06T20:28:04.1970364Z ] 2024-08-06T20:28:04.1971532Z 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-08-06T20:28:04.1972742Z with 2024-08-06T20:28:04.1972981Z [ 2024-08-06T20:28:04.1973208Z T=uint8_t, 2024-08-06T20:28:04.1973424Z accT=int32_t 2024-08-06T20:28:04.1973728Z ] 2024-08-06T20:28:04.1974610Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1975633Z with 2024-08-06T20:28:04.1975805Z [ 2024-08-06T20:28:04.1975991Z T=uint8_t, 2024-08-06T20:28:04.1976329Z accT=int32_t 2024-08-06T20:28:04.1976593Z ] 2024-08-06T20:28:04.1978196Z 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-08-06T20:28:04.1979896Z with 2024-08-06T20:28:04.1980154Z [ 2024-08-06T20:28:04.1980336Z T=uint8_t, 2024-08-06T20:28:04.1980549Z accT=int16_t, 2024-08-06T20:28:04.1980763Z inpType=uint8_t 2024-08-06T20:28:04.1980975Z ] 2024-08-06T20:28:04.1981981Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1983041Z with 2024-08-06T20:28:04.1983337Z [ 2024-08-06T20:28:04.1983511Z T=uint8_t, 2024-08-06T20:28:04.1983714Z accT=int16_t 2024-08-06T20:28:04.1983925Z ] 2024-08-06T20:28:04.1985130Z 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-08-06T20:28:04.1986497Z with 2024-08-06T20:28:04.1986678Z [ 2024-08-06T20:28:04.1986847Z T=uint8_t, 2024-08-06T20:28:04.1987049Z accT=int16_t 2024-08-06T20:28:04.1987261Z ] 2024-08-06T20:28:04.1988132Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.1988999Z with 2024-08-06T20:28:04.1989256Z [ 2024-08-06T20:28:04.1989467Z T=uint8_t, 2024-08-06T20:28:04.1989661Z accT=int16_t 2024-08-06T20:28:04.1989864Z ] 2024-08-06T20:28:04.1991219Z 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-08-06T20:28:04.1992662Z with 2024-08-06T20:28:04.1992831Z [ 2024-08-06T20:28:04.1993009Z T=uint8_t, 2024-08-06T20:28:04.1993215Z accT=int32_t, 2024-08-06T20:28:04.1993450Z inpType=uint8_t 2024-08-06T20:28:04.1993666Z ] 2024-08-06T20:28:04.1994410Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.1995238Z with 2024-08-06T20:28:04.1995425Z [ 2024-08-06T20:28:04.1995646Z T=uint8_t, 2024-08-06T20:28:04.1995917Z accT=int32_t 2024-08-06T20:28:04.1996129Z ] 2024-08-06T20:28:04.1997451Z 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-08-06T20:28:04.1998763Z with 2024-08-06T20:28:04.1998941Z [ 2024-08-06T20:28:04.1999116Z T=uint8_t, 2024-08-06T20:28:04.1999316Z accT=int32_t 2024-08-06T20:28:04.1999524Z ] 2024-08-06T20:28:04.2000299Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.2001134Z with 2024-08-06T20:28:04.2001317Z [ 2024-08-06T20:28:04.2001491Z T=uint8_t, 2024-08-06T20:28:04.2001693Z accT=int32_t 2024-08-06T20:28:04.2002073Z ] 2024-08-06T20:28:04.2003551Z 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-08-06T20:28:04.2004894Z with 2024-08-06T20:28:04.2005123Z [ 2024-08-06T20:28:04.2005297Z T=uint8_t, 2024-08-06T20:28:04.2005500Z accT=int16_t, 2024-08-06T20:28:04.2005726Z inpType=uint8_t 2024-08-06T20:28:04.2005947Z ] 2024-08-06T20:28:04.2006685Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.2007614Z with 2024-08-06T20:28:04.2007801Z [ 2024-08-06T20:28:04.2007968Z T=uint8_t, 2024-08-06T20:28:04.2008174Z accT=int16_t 2024-08-06T20:28:04.2008380Z ] 2024-08-06T20:28:04.2009696Z 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-08-06T20:28:04.2011405Z with 2024-08-06T20:28:04.2011696Z [ 2024-08-06T20:28:04.2011970Z T=uint8_t, 2024-08-06T20:28:04.2012682Z accT=int16_t 2024-08-06T20:28:04.2013306Z ] 2024-08-06T20:28:04.2014494Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.2016011Z with 2024-08-06T20:28:04.2016318Z [ 2024-08-06T20:28:04.2016609Z T=uint8_t, 2024-08-06T20:28:04.2017084Z accT=int16_t 2024-08-06T20:28:04.2017523Z ] 2024-08-06T20:28:04.2019363Z 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-08-06T20:28:04.2023389Z 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-08-06T20:28:04.2027166Z 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-08-06T20:28:04.2030841Z 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-08-06T20:28:04.2034981Z 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-08-06T20:28:04.2038637Z 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-08-06T20:28:04.2163972Z [5332/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RowWiseSparseAdagradFused.cc.obj 2024-08-06T20:28:04.3843605Z [5333/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\EmbeddingSpMDMAvx2.cc.obj 2024-08-06T20:28:04.3989940Z [5334/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\TransposeUtils.cc.obj 2024-08-06T20:28:04.4056740Z [5335/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForConv.cc.obj 2024-08-06T20:28:04.4058381Z 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-08-06T20:28:04.4059958Z with 2024-08-06T20:28:04.4060145Z [ 2024-08-06T20:28:04.4060322Z T=int8_t, 2024-08-06T20:28:04.4060591Z accT=int32_t, 2024-08-06T20:28:04.4060818Z inpType=int8_t 2024-08-06T20:28:04.4061023Z ] 2024-08-06T20:28:04.4061723Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-06T20:28:04.4062584Z with 2024-08-06T20:28:04.4062762Z [ 2024-08-06T20:28:04.4062941Z T=int8_t, 2024-08-06T20:28:04.4063184Z accT=int32_t 2024-08-06T20:28:04.4063384Z ] 2024-08-06T20:28:04.4064497Z 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-08-06T20:28:04.4065759Z with 2024-08-06T20:28:04.4065936Z [ 2024-08-06T20:28:04.4066103Z T=int8_t, 2024-08-06T20:28:04.4066309Z accT=int32_t 2024-08-06T20:28:04.4066510Z ] 2024-08-06T20:28:04.4067216Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-06T20:28:04.4068003Z with 2024-08-06T20:28:04.4068178Z [ 2024-08-06T20:28:04.4068345Z T=int8_t, 2024-08-06T20:28:04.4068615Z accT=int32_t 2024-08-06T20:28:04.4068832Z ] 2024-08-06T20:28:04.4069895Z 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-08-06T20:28:04.4281204Z [5336/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Utils.cc.obj 2024-08-06T20:28:04.4350892Z [5337/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RefImplementations.cc.obj 2024-08-06T20:28:04.4364253Z [5338/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\spmmUtils.cc.obj 2024-08-06T20:28:04.5389293Z [5339/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightMatrixForGConv.cc.obj 2024-08-06T20:28:04.5892398Z [5340/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\SparseAdagrad.cc.obj 2024-08-06T20:28:04.6095642Z [5341/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwisePerChannelQuantAvx2.cc.obj 2024-08-06T20:28:04.6153794Z [5342/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwiseAvx2.cc.obj 2024-08-06T20:28:04.6344242Z [5343/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFloat16ConvertAvx2.cc.obj 2024-08-06T20:28:04.6346993Z 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-08-06T20:28:04.6348731Z 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-08-06T20:28:04.6400007Z [5344/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmBfloat16ConvertAvx2.cc.obj 2024-08-06T20:28:04.6524921Z [5345/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8Depthwise3DAvx2.cc.obj 2024-08-06T20:28:04.7185381Z [5346/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\OptimizedKernelsAvx2.cc.obj 2024-08-06T20:28:04.7652364Z [5347/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\PackDepthwiseConvMatrixAvx2.cc.obj 2024-08-06T20:28:04.7713712Z [5348/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateI8Depthwise.cc.obj 2024-08-06T20:28:04.7886262Z [5349/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseAvx2.cc.obj 2024-08-06T20:28:04.7956226Z [5350/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\spmmUtilsAvx2.cc.obj 2024-08-06T20:28:04.8490045Z [5351/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\QuantUtilsAvx2.cc.obj 2024-08-06T20:28:04.8491243Z 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-08-06T20:28:04.8492472Z 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-08-06T20:28:04.8494200Z 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-08-06T20:28:04.8496093Z 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-08-06T20:28:04.8497257Z 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-08-06T20:28:04.8498502Z 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-08-06T20:28:04.8499721Z 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-08-06T20:28:04.8500900Z 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-08-06T20:28:04.8502102Z 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-08-06T20:28:04.8503304Z 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-08-06T20:28:04.8504449Z 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-08-06T20:28:04.8605902Z 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-08-06T20:28:04.8607675Z [5352/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\EmbeddingSpMDMAvx512.cc.obj 2024-08-06T20:28:04.8675546Z [5353/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\UtilsAvx2.cc.obj 2024-08-06T20:28:04.8775723Z [5354/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseInt8Avx2.cc.obj 2024-08-06T20:28:04.9125185Z [5355/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFloat16ConvertAvx512.cc.obj 2024-08-06T20:28:04.9911797Z [5356/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmBfloat16ConvertAvx512.cc.obj 2024-08-06T20:28:05.0113243Z [5357/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseAvx512.cc.obj 2024-08-06T20:28:05.0768654Z [5358/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFP16UKernelsIntrinsicAvx2.cc.obj 2024-08-06T20:28:05.2076621Z [5359/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\assembler.cpp.obj 2024-08-06T20:28:05.2240640Z [5360/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codeholder.cpp.obj 2024-08-06T20:28:05.3982888Z [5361/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codewriter.cpp.obj 2024-08-06T20:28:05.4069245Z [5362/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\builder.cpp.obj 2024-08-06T20:28:05.4083375Z [5363/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\constpool.cpp.obj 2024-08-06T20:28:05.4098383Z [5364/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\archtraits.cpp.obj 2024-08-06T20:28:05.4120237Z [5365/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emithelper.cpp.obj 2024-08-06T20:28:05.4142867Z [5366/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\compiler.cpp.obj 2024-08-06T20:28:05.5242451Z [5367/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\cpuinfo.cpp.obj 2024-08-06T20:28:05.5576137Z [5368/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitter.cpp.obj 2024-08-06T20:28:05.6966589Z [5369/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\errorhandler.cpp.obj 2024-08-06T20:28:05.7403845Z [5370/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitterutils.cpp.obj 2024-08-06T20:28:05.7461369Z [5371/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\func.cpp.obj 2024-08-06T20:28:05.7483135Z [5372/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\funcargscontext.cpp.obj 2024-08-06T20:28:05.7559707Z [5373/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\environment.cpp.obj 2024-08-06T20:28:05.8395218Z [5374/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\formatter.cpp.obj 2024-08-06T20:28:05.8888670Z [5375/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\globals.cpp.obj 2024-08-06T20:28:05.9255239Z [5376/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\logger.cpp.obj 2024-08-06T20:28:06.0406185Z [5377/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitallocator.cpp.obj 2024-08-06T20:28:06.0760998Z [5378/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\operand.cpp.obj 2024-08-06T20:28:06.0832585Z [5379/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\inst.cpp.obj 2024-08-06T20:28:06.0906470Z [5380/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\osutils.cpp.obj 2024-08-06T20:28:06.1008783Z [5381/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitruntime.cpp.obj 2024-08-06T20:28:06.2222416Z [5382/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\support.cpp.obj 2024-08-06T20:28:06.2339098Z [5383/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\ralocal.cpp.obj 2024-08-06T20:28:06.2512501Z [5384/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rastack.cpp.obj 2024-08-06T20:28:06.3708783Z [5385/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\target.cpp.obj 2024-08-06T20:28:06.4092606Z [5386/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\string.cpp.obj 2024-08-06T20:28:06.4297906Z [5387/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\virtmem.cpp.obj 2024-08-06T20:28:06.4374383Z [5388/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonestack.cpp.obj 2024-08-06T20:28:06.4636970Z [5389/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rapass.cpp.obj 2024-08-06T20:28:06.5441588Z [5390/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonelist.cpp.obj 2024-08-06T20:28:06.5549063Z [5391/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zone.cpp.obj 2024-08-06T20:28:06.5800091Z [5392/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonehash.cpp.obj 2024-08-06T20:28:06.7041224Z [5393/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\type.cpp.obj 2024-08-06T20:28:06.7372628Z [5394/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonetree.cpp.obj 2024-08-06T20:28:06.7506788Z [5395/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonevector.cpp.obj 2024-08-06T20:28:06.8078714Z [5396/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64builder.cpp.obj 2024-08-06T20:28:06.8199760Z [5397/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\armformatter.cpp.obj 2024-08-06T20:28:06.9253587Z [5398/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64compiler.cpp.obj 2024-08-06T20:28:06.9534586Z [5399/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64assembler.cpp.obj 2024-08-06T20:28:06.9672536Z [5400/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instapi.cpp.obj 2024-08-06T20:28:07.0780753Z [5401/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64emithelper.cpp.obj 2024-08-06T20:28:07.1153863Z [5402/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instdb.cpp.obj 2024-08-06T20:28:07.1498219Z [5403/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64formatter.cpp.obj 2024-08-06T20:28:07.1617354Z [5404/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64func.cpp.obj 2024-08-06T20:28:07.1715113Z [5405/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64operand.cpp.obj 2024-08-06T20:28:07.3355293Z [5406/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86compiler.cpp.obj 2024-08-06T20:28:07.3439477Z [5407/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86emithelper.cpp.obj 2024-08-06T20:28:07.3864314Z [5408/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86builder.cpp.obj 2024-08-06T20:28:07.4010940Z [5409/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2024-08-06T20:28:07.4615038Z [5410/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64rapass.cpp.obj 2024-08-06T20:28:07.4987654Z [5411/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86formatter.cpp.obj 2024-08-06T20:28:07.5684048Z [5412/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86assembler.cpp.obj 2024-08-06T20:28:07.5781264Z [5413/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86func.cpp.obj 2024-08-06T20:28:07.6834347Z [5414/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instapi.cpp.obj 2024-08-06T20:28:07.7310822Z [5415/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86operand.cpp.obj 2024-08-06T20:28:07.7944226Z [5416/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instdb.cpp.obj 2024-08-06T20:28:07.8172873Z [5417/7974] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86rapass.cpp.obj 2024-08-06T20:28:07.8439152Z [5418/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2024-08-06T20:28:07.8454963Z [5419/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2024-08-06T20:28:07.9688679Z [5420/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2024-08-06T20:28:07.9702843Z [5421/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2024-08-06T20:28:08.0371676Z [5422/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2024-08-06T20:28:08.0752610Z [5423/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2024-08-06T20:28:08.0951994Z [5424/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2024-08-06T20:28:08.2007560Z [5425/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2024-08-06T20:28:08.2065733Z [5426/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2024-08-06T20:28:08.2717181Z [5427/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2024-08-06T20:28:08.2780635Z [5428/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2024-08-06T20:28:08.3018103Z [5429/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2024-08-06T20:28:08.3668160Z [5430/7974] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2024-08-06T20:28:08.3670262Z 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-08-06T20:28:08.3738845Z [5431/7974] Linking CXX shared library bin\asmjit.dll 2024-08-06T20:28:08.4579062Z [5432/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2024-08-06T20:28:08.5006421Z [5433/7974] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2024-08-06T20:28:08.5008176Z 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-08-06T20:28:08.5079077Z [5434/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2024-08-06T20:28:08.5154711Z [5435/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2024-08-06T20:28:08.5318898Z [5436/7974] Linking C static library lib\libittnotify.lib 2024-08-06T20:28:08.5337237Z [5437/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2024-08-06T20:28:08.6521088Z [5438/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2024-08-06T20:28:08.7022685Z [5439/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2024-08-06T20:28:08.7516464Z [5440/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2024-08-06T20:28:08.7532337Z [5441/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2024-08-06T20:28:08.7579406Z [5442/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2024-08-06T20:28:08.7580462Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(840): warning C4090: 'function': different 'const' qualifiers 2024-08-06T20:28:08.7583333Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1075): warning C4090: 'function': different 'const' qualifiers 2024-08-06T20:28:08.7584720Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:08.8100914Z [5443/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2024-08-06T20:28:08.8101623Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:08.8214068Z [5444/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2024-08-06T20:28:08.8215684Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:08.8956808Z [5445/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2024-08-06T20:28:08.8958893Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\convolution-nhwc.c(2338): warning C4090: 'function': different 'const' qualifiers 2024-08-06T20:28:08.8960564Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:08.9284070Z [5446/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2024-08-06T20:28:08.9453305Z [5447/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2024-08-06T20:28:08.9455245Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\max-pooling-nhwc.c(491): warning C4090: 'function': different 'const' qualifiers 2024-08-06T20:28:08.9456656Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.0031113Z [5448/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\global-average-pooling-ncw.c.obj 2024-08-06T20:28:09.0032418Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.0046571Z [5449/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\global-average-pooling-nwc.c.obj 2024-08-06T20:28:09.0047422Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.0470055Z [5450/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2024-08-06T20:28:09.0470743Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.0630246Z [5451/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\lut-elementwise-nc.c.obj 2024-08-06T20:28:09.0630908Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.1388635Z [5452/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2024-08-06T20:28:09.1389660Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.2933497Z [5453/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2024-08-06T20:28:09.2934118Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.2947653Z [5454/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\prelu-nc.c.obj 2024-08-06T20:28:09.2948458Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.2961215Z [5455/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2024-08-06T20:28:09.2961936Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.2974348Z [5456/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2024-08-06T20:28:09.2976157Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nchw.c(207): warning C4090: 'function': different 'const' qualifiers 2024-08-06T20:28:09.2977530Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.2990572Z [5457/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2024-08-06T20:28:09.2992731Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nhwc.c(282): warning C4090: 'function': different 'const' qualifiers 2024-08-06T20:28:09.2993803Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.3070528Z [5458/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2024-08-06T20:28:09.3071707Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.3530600Z [5459/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2024-08-06T20:28:09.3531231Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.3545804Z [5460/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2024-08-06T20:28:09.3547028Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.5406157Z [5461/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2024-08-06T20:28:09.5406774Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.5518736Z [5462/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2024-08-06T20:28:09.5519477Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.5583242Z [5463/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2024-08-06T20:28:09.5584434Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\unpooling-nhwc.c(207): warning C4090: 'function': different 'const' qualifiers 2024-08-06T20:28:09.5585502Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.5636931Z [5464/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2024-08-06T20:28:09.5637955Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(1350): warning C4090: 'initializing': different 'const' qualifiers 2024-08-06T20:28:09.5870251Z [5465/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\add2.c.obj 2024-08-06T20:28:09.5871191Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.6122817Z [5466/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2024-08-06T20:28:09.6123807Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.6178846Z [5467/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\abs.c.obj 2024-08-06T20:28:09.6180035Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.6965443Z [5468/7974] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2024-08-06T20:28:09.7702116Z [5469/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2024-08-06T20:28:09.7702880Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.9120539Z [5470/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2024-08-06T20:28:09.9121520Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.9135627Z [5471/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\ceiling.c.obj 2024-08-06T20:28:09.9136236Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.9250478Z [5472/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2024-08-06T20:28:09.9251978Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.9252945Z [5473/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\clamp.c.obj 2024-08-06T20:28:09.9253887Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.9255136Z [5474/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2024-08-06T20:28:09.9256105Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.9265410Z [5475/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2024-08-06T20:28:09.9266600Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.9280936Z [5476/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\bankers-rounding.c.obj 2024-08-06T20:28:09.9282239Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:09.9832708Z [5477/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2024-08-06T20:28:09.9833437Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.1709674Z [5478/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convert.c.obj 2024-08-06T20:28:10.1710325Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.1783214Z [5479/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\elu.c.obj 2024-08-06T20:28:10.1783847Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.1796802Z [5480/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2024-08-06T20:28:10.1797429Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.1873302Z [5481/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2024-08-06T20:28:10.1874008Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.1887051Z [5482/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2024-08-06T20:28:10.1888124Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.1903309Z [5483/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2024-08-06T20:28:10.1904652Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.2055259Z [5484/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\divide.c.obj 2024-08-06T20:28:10.2056355Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.2341826Z [5485/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2024-08-06T20:28:10.2342534Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.4294678Z [5486/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2024-08-06T20:28:10.4295362Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.4354570Z [5487/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\global-average-pooling.c.obj 2024-08-06T20:28:10.4355661Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.4368520Z [5488/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\global-sum-pooling.c.obj 2024-08-06T20:28:10.4369233Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.4382020Z [5489/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\floor.c.obj 2024-08-06T20:28:10.4382953Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.4452231Z [5490/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2024-08-06T20:28:10.4452871Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.4527186Z [5491/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\hardswish.c.obj 2024-08-06T20:28:10.4527894Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.4784447Z [5492/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\maximum2.c.obj 2024-08-06T20:28:10.4785073Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.4963919Z [5493/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\minimum2.c.obj 2024-08-06T20:28:10.4964982Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.6818502Z [5494/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2024-08-06T20:28:10.6819167Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.6832483Z [5495/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\leaky-relu.c.obj 2024-08-06T20:28:10.6833090Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.6996743Z [5496/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\prelu.c.obj 2024-08-06T20:28:10.6997447Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.7013136Z [5497/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\negate.c.obj 2024-08-06T20:28:10.7013789Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.7083625Z [5498/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2024-08-06T20:28:10.7084443Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.7343617Z [5499/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2024-08-06T20:28:10.7344317Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.7563018Z [5500/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\square-root.c.obj 2024-08-06T20:28:10.7564106Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.7685182Z [5501/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\multiply2.c.obj 2024-08-06T20:28:10.7686270Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.9321313Z [5502/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\sigmoid.c.obj 2024-08-06T20:28:10.9321969Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.9405703Z [5503/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\square.c.obj 2024-08-06T20:28:10.9406317Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.9476420Z [5504/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2024-08-06T20:28:10.9477543Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.9550970Z [5505/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reshape.c.obj 2024-08-06T20:28:10.9551620Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:10.9567635Z [5506/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2024-08-06T20:28:10.9569089Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.0024591Z [5507/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\squared-difference.c.obj 2024-08-06T20:28:11.0025738Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.0039730Z [5508/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-mean.c.obj 2024-08-06T20:28:11.0040423Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.0157762Z [5509/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2024-08-06T20:28:11.0158867Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.1799685Z [5510/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2024-08-06T20:28:11.1800387Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.1981249Z [5511/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2024-08-06T20:28:11.1982322Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.1998104Z [5512/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\tanh.c.obj 2024-08-06T20:28:11.1999123Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.2068882Z [5513/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2024-08-06T20:28:11.2069946Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.2083007Z [5514/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\subtract.c.obj 2024-08-06T20:28:11.2084297Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.2390267Z [5515/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2024-08-06T20:28:11.2390890Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.2505893Z [5516/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2024-08-06T20:28:11.2507262Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.2574967Z [5517/7974] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2024-08-06T20:28:11.2576358Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.2806393Z [5518/7974] Building C object confu-deps\XNNPACK\CMakeFiles\post-operation.dir\src\operators\post-operation.c.obj 2024-08-06T20:28:11.2807640Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.3161584Z [5519/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2024-08-06T20:28:11.3162361Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.3708529Z [5520/7974] Building CXX object confu-deps\XNNPACK\CMakeFiles\convolution-test-helpers.dir\test\convolution-test-helpers.cc.obj 2024-08-06T20:28:11.3709965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4484): warning C4244: '=': conversion from 'const _Ty' to 'float', possible loss of data 2024-08-06T20:28:11.3710997Z with 2024-08-06T20:28:11.3711187Z [ 2024-08-06T20:28:11.3711371Z _Ty=int 2024-08-06T20:28:11.3711578Z ] 2024-08-06T20:28:11.3712904Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\test\convolution-test-helpers.cc(27): note: see reference to function template instantiation 'void std::fill>>,int>(const _FwdIt,const _FwdIt,const int &)' being compiled 2024-08-06T20:28:11.3714296Z with 2024-08-06T20:28:11.3714493Z [ 2024-08-06T20:28:11.3714669Z _Ty=float, 2024-08-06T20:28:11.3715225Z _FwdIt=std::_Vector_iterator>> 2024-08-06T20:28:11.3715685Z ] 2024-08-06T20:28:11.5585935Z [5521/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2024-08-06T20:28:11.5587164Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.5666498Z [5522/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2024-08-06T20:28:11.5667629Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.5853481Z [5523/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2024-08-06T20:28:11.5854489Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.6024247Z [5524/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2024-08-06T20:28:11.6024937Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.6156424Z [5525/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gavgpool-config.c.obj 2024-08-06T20:28:11.6157640Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.6811694Z [5526/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2024-08-06T20:28:11.6812879Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.6888257Z [5527/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2024-08-06T20:28:11.6889493Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.7426280Z [5528/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2024-08-06T20:28:11.7426992Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:11.7840869Z [5529/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2024-08-06T20:28:11.8101778Z [5530/7974] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmSparseDense.cc.obj 2024-08-06T20:28:11.8241269Z [5531/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2024-08-06T20:28:11.9069731Z [5532/7974] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gavgpool-cw-config.c.obj 2024-08-06T20:28:11.9070476Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-06T20:28:12.0500872Z [5533/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\unbound_buffer.cc.obj 2024-08-06T20:28:12.2091839Z [5534/7974] Linking CXX static library lib\XNNPACK.lib 2024-08-06T20:28:12.2489421Z [5535/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\context.cc.obj 2024-08-06T20:28:12.3321695Z [5536/7974] Running gen_proto.py on onnx/onnx.in.proto 2024-08-06T20:28:12.3322741Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2024-08-06T20:28:12.3324204Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2024-08-06T20:28:12.3325646Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2024-08-06T20:28:12.3327141Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2024-08-06T20:28:12.3328451Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2024-08-06T20:28:12.5115113Z [5537/7974] Building C object third_party\foxi\CMakeFiles\foxi_loader.dir\foxi\onnxifi_loader.c.obj 2024-08-06T20:28:12.5381698Z [5538/7974] Linking C static library lib\foxi_loader.lib 2024-08-06T20:28:12.5729658Z [5539/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\device.cc.obj 2024-08-06T20:28:12.5731996Z 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-08-06T20:28:12.5736408Z 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-08-06T20:28:12.5739756Z with 2024-08-06T20:28:12.5740082Z [ 2024-08-06T20:28:12.5740767Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-06T20:28:12.5741327Z ] 2024-08-06T20:28:12.5744425Z 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-08-06T20:28:12.5747667Z with 2024-08-06T20:28:12.5748010Z [ 2024-08-06T20:28:12.5748448Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-06T20:28:12.5749045Z ] 2024-08-06T20:28:12.5752111Z 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-08-06T20:28:12.5755321Z with 2024-08-06T20:28:12.5755644Z [ 2024-08-06T20:28:12.5756070Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-06T20:28:12.5756631Z ] 2024-08-06T20:28:12.5760084Z 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-08-06T20:28:12.5763204Z with 2024-08-06T20:28:12.5763540Z [ 2024-08-06T20:28:12.5763991Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-06T20:28:12.5764706Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-06T20:28:12.5765277Z ] 2024-08-06T20:28:12.5768520Z 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-08-06T20:28:12.5771818Z with 2024-08-06T20:28:12.5772143Z [ 2024-08-06T20:28:12.5772605Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-06T20:28:12.5773307Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-06T20:28:12.5773882Z U=uv_write_t 2024-08-06T20:28:12.5774493Z ] 2024-08-06T20:28:12.5777686Z 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-08-06T20:28:12.5782700Z with 2024-08-06T20:28:12.5783123Z [ 2024-08-06T20:28:12.5783592Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-06T20:28:12.5784289Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-06T20:28:12.5785030Z U=uv_write_t 2024-08-06T20:28:12.5785418Z ] 2024-08-06T20:28:12.5788005Z 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-08-06T20:28:12.5791293Z with 2024-08-06T20:28:12.5791604Z [ 2024-08-06T20:28:12.5792014Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-06T20:28:12.5792548Z ] 2024-08-06T20:28:12.5816904Z [5540/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\libuv.cc.obj 2024-08-06T20:28:12.5818069Z 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-08-06T20:28:12.5820596Z 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-08-06T20:28:12.5822561Z with 2024-08-06T20:28:12.5822750Z [ 2024-08-06T20:28:12.5822993Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-06T20:28:12.5823310Z ] 2024-08-06T20:28:12.5824932Z 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-08-06T20:28:12.5826593Z with 2024-08-06T20:28:12.5826763Z [ 2024-08-06T20:28:12.5826991Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-06T20:28:12.5827295Z ] 2024-08-06T20:28:12.5829097Z 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-08-06T20:28:12.5830803Z with 2024-08-06T20:28:12.5830979Z [ 2024-08-06T20:28:12.5831403Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-06T20:28:12.5831718Z ] 2024-08-06T20:28:12.5833262Z 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-08-06T20:28:12.5834859Z with 2024-08-06T20:28:12.5835037Z [ 2024-08-06T20:28:12.5835281Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-06T20:28:12.5835763Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-06T20:28:12.5836062Z ] 2024-08-06T20:28:12.5837940Z 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-08-06T20:28:12.5839627Z with 2024-08-06T20:28:12.5839810Z [ 2024-08-06T20:28:12.5840036Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-06T20:28:12.5840417Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-06T20:28:12.5840733Z U=uv_write_t 2024-08-06T20:28:12.5840937Z ] 2024-08-06T20:28:12.5842718Z 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-08-06T20:28:12.5845429Z with 2024-08-06T20:28:12.5845823Z [ 2024-08-06T20:28:12.5846247Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-06T20:28:12.5847000Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-06T20:28:12.5847561Z U=uv_write_t 2024-08-06T20:28:12.5847922Z ] 2024-08-06T20:28:12.5850815Z 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-08-06T20:28:12.5854038Z with 2024-08-06T20:28:12.5854354Z [ 2024-08-06T20:28:12.5854769Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-06T20:28:12.5855335Z ] 2024-08-06T20:28:12.5988299Z [5541/7974] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2024-08-06T20:28:12.5989041Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-08-06T20:28:12.5989352Z 2024-08-06T20:28:12.5989513Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-06T20:28:12.5989771Z 2024-08-06T20:28:12.5989790Z 2024-08-06T20:28:12.6049930Z [5542/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\address.cc.obj 2024-08-06T20:28:12.6074198Z [5543/7974] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\pair.cc.obj 2024-08-06T20:28:12.6076782Z 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-08-06T20:28:12.6081200Z 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-08-06T20:28:12.6084799Z with 2024-08-06T20:28:12.6085119Z [ 2024-08-06T20:28:12.6085545Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-06T20:28:12.6086093Z ] 2024-08-06T20:28:12.6089233Z 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-08-06T20:28:12.6092441Z with 2024-08-06T20:28:12.6092772Z [ 2024-08-06T20:28:12.6093208Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-06T20:28:12.6093779Z ] 2024-08-06T20:28:12.6096866Z 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-08-06T20:28:12.6100145Z with 2024-08-06T20:28:12.6100480Z [ 2024-08-06T20:28:12.6100950Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-06T20:28:12.6101519Z ] 2024-08-06T20:28:12.6104497Z 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-08-06T20:28:12.6107698Z with 2024-08-06T20:28:12.6108019Z [ 2024-08-06T20:28:12.6108463Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-06T20:28:12.6109158Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-06T20:28:12.6109703Z ] 2024-08-06T20:28:12.6112952Z 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-08-06T20:28:12.6116216Z with 2024-08-06T20:28:12.6116551Z [ 2024-08-06T20:28:12.6116974Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-06T20:28:12.6117662Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-06T20:28:12.6118605Z U=uv_write_t 2024-08-06T20:28:12.6118988Z ] 2024-08-06T20:28:12.6122163Z 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-08-06T20:28:12.6125589Z with 2024-08-06T20:28:12.6125926Z [ 2024-08-06T20:28:12.6126343Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-06T20:28:12.6127299Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-06T20:28:12.6127851Z U=uv_write_t 2024-08-06T20:28:12.6128227Z ] 2024-08-06T20:28:12.6131182Z 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-08-06T20:28:12.6134203Z with 2024-08-06T20:28:12.6134537Z [ 2024-08-06T20:28:12.6135181Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-06T20:28:12.6136286Z ] 2024-08-06T20:28:12.6495262Z [5544/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2024-08-06T20:28:12.7130780Z [5545/7974] Linking CXX shared library bin\fbgemm.dll 2024-08-06T20:28:12.7700667Z [5546/7974] Linking CXX static library lib\gloo.lib 2024-08-06T20:28:12.8159151Z [5547/7974] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-08-06T20:28:12.8486547Z [5548/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2024-08-06T20:28:12.8782473Z [5549/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2024-08-06T20:28:12.9072049Z [5550/7974] Running gen_proto.py on onnx/onnx-operators.in.proto 2024-08-06T20:28:12.9073155Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2024-08-06T20:28:12.9074555Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2024-08-06T20:28:12.9076132Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2024-08-06T20:28:12.9077558Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2024-08-06T20:28:12.9078705Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2024-08-06T20:28:12.9298443Z [5551/7974] Running gen_proto.py on onnx/onnx-data.in.proto 2024-08-06T20:28:12.9299759Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2024-08-06T20:28:12.9301089Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2024-08-06T20:28:12.9302694Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2024-08-06T20:28:12.9303810Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2024-08-06T20:28:12.9304500Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2024-08-06T20:28:12.9983087Z [5552/7974] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-08-06T20:28:13.0440250Z [5553/7974] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-08-06T20:28:13.1432800Z [5554/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2024-08-06T20:28:13.4607453Z [5555/7974] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2024-08-06T20:28:13.4780201Z [5556/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2024-08-06T20:28:13.5781666Z [5557/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2024-08-06T20:28:13.5901244Z [5558/7974] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2024-08-06T20:28:13.5991009Z [5559/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2024-08-06T20:28:13.6096863Z [5560/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2024-08-06T20:28:13.6502736Z [5561/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2024-08-06T20:28:13.8007606Z [5562/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2024-08-06T20:28:13.8027552Z [5563/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2024-08-06T20:28:13.8500236Z [5564/7974] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2024-08-06T20:28:13.9415824Z [5565/7974] Linking CXX static library lib\onnx_proto.lib 2024-08-06T20:28:13.9511263Z [5566/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2024-08-06T20:28:14.0082176Z [5567/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2024-08-06T20:28:14.0248634Z [5568/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2024-08-06T20:28:14.0267382Z [5569/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2024-08-06T20:28:14.0337941Z [5570/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2024-08-06T20:28:14.2110804Z [5571/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2024-08-06T20:28:14.3573209Z [5572/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2024-08-06T20:28:14.4096029Z [5573/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2024-08-06T20:28:14.4346006Z [5574/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2024-08-06T20:28:14.4482279Z [5575/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2024-08-06T20:28:14.4569613Z [5576/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2024-08-06T20:28:14.4768024Z [5577/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2024-08-06T20:28:14.6370449Z [5578/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2024-08-06T20:28:14.7774702Z [5579/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2024-08-06T20:28:14.7867898Z [5580/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2024-08-06T20:28:14.7971686Z [5581/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2024-08-06T20:28:14.8363126Z [5582/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2024-08-06T20:28:14.8823286Z [5583/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2024-08-06T20:28:14.8994200Z [5584/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2024-08-06T20:28:14.9013108Z [5585/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2024-08-06T20:28:15.0726829Z [5586/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2024-08-06T20:28:15.1937153Z [5587/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2024-08-06T20:28:15.2054110Z [5588/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2024-08-06T20:28:15.2365056Z [5589/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2024-08-06T20:28:15.2669585Z [5590/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2024-08-06T20:28:15.3075727Z [5591/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2024-08-06T20:28:15.3276724Z [5592/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2024-08-06T20:28:15.4051339Z [5593/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2024-08-06T20:28:15.4969760Z [5594/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2024-08-06T20:28:15.6218313Z [5595/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2024-08-06T20:28:15.6305429Z [5596/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2024-08-06T20:28:15.6637067Z [5597/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2024-08-06T20:28:15.6913477Z [5598/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2024-08-06T20:28:15.7282723Z [5599/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2024-08-06T20:28:15.7379994Z [5600/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2024-08-06T20:28:15.9218751Z [5601/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2024-08-06T20:28:15.9306354Z [5602/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2024-08-06T20:28:16.0390447Z [5603/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2024-08-06T20:28:16.0589660Z [5604/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2024-08-06T20:28:16.1138228Z [5605/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2024-08-06T20:28:16.1304220Z [5606/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2024-08-06T20:28:16.1359167Z [5607/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2024-08-06T20:28:16.1712413Z [5608/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2024-08-06T20:28:16.3175986Z [5609/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2024-08-06T20:28:16.3611224Z [5610/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2024-08-06T20:28:16.4527743Z [5611/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2024-08-06T20:28:16.5273708Z [5612/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2024-08-06T20:28:16.5335218Z [5613/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2024-08-06T20:28:16.5613890Z [5614/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2024-08-06T20:28:16.6932342Z [5615/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2024-08-06T20:28:16.7339616Z [5616/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2024-08-06T20:28:16.9331662Z [5617/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2024-08-06T20:28:16.9533511Z [5618/7974] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2024-08-06T20:28:17.1942796Z [5619/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2024-08-06T20:28:17.2124171Z [5620/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2024-08-06T20:28:17.2789479Z [5621/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2024-08-06T20:28:17.4182749Z [5622/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2024-08-06T20:28:17.5737126Z [5623/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2024-08-06T20:28:17.5836015Z [5624/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2024-08-06T20:28:17.5857496Z [5625/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2024-08-06T20:28:17.5880242Z [5626/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2024-08-06T20:28:17.6066210Z [5627/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2024-08-06T20:28:17.6878550Z [5628/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2024-08-06T20:28:17.9298311Z [5629/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2024-08-06T20:28:18.0373636Z [5630/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2024-08-06T20:28:18.0433182Z [5631/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2024-08-06T20:28:18.0683244Z [5632/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2024-08-06T20:28:18.3428694Z [5633/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2024-08-06T20:28:18.4226271Z [5634/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2024-08-06T20:28:18.5590678Z [5635/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2024-08-06T20:28:18.6715323Z [5636/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2024-08-06T20:28:18.9622587Z [5637/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2024-08-06T20:28:18.9643727Z [5638/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2024-08-06T20:28:19.0242148Z [5639/7974] Linking CXX static library lib\onnx.lib 2024-08-06T20:28:19.1398175Z [5640/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2024-08-06T20:28:19.6021574Z [5641/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2024-08-06T20:28:19.6037918Z [5642/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2024-08-06T20:28:19.6057598Z [5643/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2024-08-06T20:28:19.6162187Z [5644/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2024-08-06T20:28:19.6744516Z [5645/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2024-08-06T20:28:19.7773308Z [5646/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2024-08-06T20:28:19.7997824Z [5647/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2024-08-06T20:28:20.0507789Z [5648/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2024-08-06T20:28:20.4897097Z [5649/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2024-08-06T20:28:20.5134815Z [5650/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2024-08-06T20:28:20.5271084Z [5651/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2024-08-06T20:28:20.5354859Z [5652/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2024-08-06T20:28:20.5630379Z [5653/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2024-08-06T20:28:20.6218014Z [5654/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2024-08-06T20:28:20.7128058Z [5655/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2024-08-06T20:28:20.8873247Z [5656/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2024-08-06T20:28:21.1114408Z [5657/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2024-08-06T20:28:21.2128744Z [5658/7974] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2024-08-06T20:28:21.3361021Z [5659/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2024-08-06T20:28:21.3486013Z [5660/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2024-08-06T20:28:21.3560382Z [5661/7974] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2024-08-06T20:28:21.3561171Z Microsoft (R) Macro Assembler (x64) Version 14.29.30154.0 2024-08-06T20:28:21.3561622Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-06T20:28:21.3561889Z 2024-08-06T20:28:21.3562277Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2024-08-06T20:28:21.3819895Z [5662/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2024-08-06T20:28:21.4503698Z [5663/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2024-08-06T20:28:21.6650440Z [5664/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2024-08-06T20:28:21.7131458Z [5665/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2024-08-06T20:28:21.8938216Z [5666/7974] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2024-08-06T20:28:22.0138445Z [5667/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2024-08-06T20:28:22.2720149Z [5668/7974] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2024-08-06T20:28:22.3501001Z [5669/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2024-08-06T20:28:22.3706567Z [5670/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2024-08-06T20:28:22.4971505Z [5671/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2024-08-06T20:28:22.6463149Z [5672/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2024-08-06T20:28:22.6618411Z [5673/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2024-08-06T20:28:22.7904439Z [5674/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_utils.cpp.obj 2024-08-06T20:28:23.0152873Z [5675/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2024-08-06T20:28:23.3754599Z [5676/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2024-08-06T20:28:23.4153890Z [5677/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2024-08-06T20:28:23.5006515Z [5678/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2024-08-06T20:28:23.6000733Z [5679/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2024-08-06T20:28:23.6248077Z [5680/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2024-08-06T20:28:23.6556974Z [5681/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2024-08-06T20:28:23.8315051Z [5682/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2024-08-06T20:28:24.0566501Z [5683/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2024-08-06T20:28:24.3492291Z [5684/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_layer_normalization_list.cpp.obj 2024-08-06T20:28:24.4397753Z [5685/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2024-08-06T20:28:24.5101453Z [5686/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2024-08-06T20:28:24.5351905Z [5687/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2024-08-06T20:28:24.6520854Z [5688/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2024-08-06T20:28:24.6970744Z [5689/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2024-08-06T20:28:25.3016563Z [5690/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2024-08-06T20:28:25.3080864Z [5691/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2024-08-06T20:28:25.4295894Z [5692/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2024-08-06T20:28:25.4678234Z [5693/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2024-08-06T20:28:25.5029733Z [5694/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2024-08-06T20:28:25.5122745Z [5695/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2024-08-06T20:28:25.6413381Z [5696/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2024-08-06T20:28:25.7146853Z [5697/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2024-08-06T20:28:26.2831147Z [5698/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2024-08-06T20:28:26.3132333Z [5699/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2024-08-06T20:28:26.4211180Z [5700/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2024-08-06T20:28:26.4743367Z [5701/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2024-08-06T20:28:26.4811379Z [5702/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2024-08-06T20:28:26.5043251Z [5703/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2024-08-06T20:28:26.6245928Z [5704/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2024-08-06T20:28:26.6762247Z [5705/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2024-08-06T20:28:27.2422377Z [5706/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2024-08-06T20:28:27.2693686Z [5707/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2024-08-06T20:28:27.4154407Z [5708/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2024-08-06T20:28:27.4564917Z [5709/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2024-08-06T20:28:27.5037204Z [5710/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2024-08-06T20:28:27.5133175Z [5711/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2024-08-06T20:28:27.5650230Z [5712/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2024-08-06T20:28:27.6361684Z [5713/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2024-08-06T20:28:28.3679708Z [5714/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2024-08-06T20:28:28.3698234Z [5715/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2024-08-06T20:28:28.3765526Z [5716/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2024-08-06T20:28:28.3822567Z [5717/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2024-08-06T20:28:28.3877526Z [5718/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2024-08-06T20:28:28.4294855Z [5719/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2024-08-06T20:28:28.5521192Z [5720/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2024-08-06T20:28:28.5593740Z [5721/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2024-08-06T20:28:28.7147065Z [5722/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2024-08-06T20:28:28.9851215Z [5723/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2024-08-06T20:28:29.0949929Z [5724/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\ref_gemm_s8x8s32.cpp.obj 2024-08-06T20:28:29.3099432Z [5725/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2024-08-06T20:28:29.3217933Z [5726/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2024-08-06T20:28:29.3313122Z [5727/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2024-08-06T20:28:29.3864521Z [5728/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\ref_gemm_f32.cpp.obj 2024-08-06T20:28:29.4006034Z [5729/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2024-08-06T20:28:29.4615256Z [5730/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\bf16\ref_gemm_bf16.cpp.obj 2024-08-06T20:28:29.5654309Z [5731/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2024-08-06T20:28:29.7005243Z [5732/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2024-08-06T20:28:29.7158736Z [5733/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\gemm_utils_f32.cpp.obj 2024-08-06T20:28:30.2422336Z [5734/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2024-08-06T20:28:30.2870193Z [5735/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2024-08-06T20:28:30.3158011Z [5736/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\simple_gemm_s8s8s32.cpp.obj 2024-08-06T20:28:30.4157034Z [5737/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2024-08-06T20:28:30.4469822Z [5738/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2024-08-06T20:28:30.5327946Z [5739/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2024-08-06T20:28:30.6910879Z [5740/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2024-08-06T20:28:30.7213967Z [5741/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2024-08-06T20:28:31.3040895Z [5742/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2024-08-06T20:28:31.3252254Z [5743/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2024-08-06T20:28:31.3278710Z [5744/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2024-08-06T20:28:31.4449416Z [5745/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_f32_s8.cpp.obj 2024-08-06T20:28:31.5054251Z [5746/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f16.cpp.obj 2024-08-06T20:28:31.5872990Z [5747/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_bf16.cpp.obj 2024-08-06T20:28:31.7444158Z [5748/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_bf16.cpp.obj 2024-08-06T20:28:31.7833428Z [5749/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f16.cpp.obj 2024-08-06T20:28:32.3716113Z [5750/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s32.cpp.obj 2024-08-06T20:28:32.3929060Z [5751/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_s8_s8.cpp.obj 2024-08-06T20:28:32.4163569Z [5752/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_bf16_s8.cpp.obj 2024-08-06T20:28:32.5640478Z [5753/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s8.cpp.obj 2024-08-06T20:28:32.6202538Z [5754/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_fp8.cpp.obj 2024-08-06T20:28:32.7322550Z [5755/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_u8.cpp.obj 2024-08-06T20:28:32.8395165Z [5756/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f32.cpp.obj 2024-08-06T20:28:32.8737465Z [5757/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp8.cpp.obj 2024-08-06T20:28:33.4696903Z [5758/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s8.cpp.obj 2024-08-06T20:28:33.4850456Z [5759/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2024-08-06T20:28:33.4918958Z [5760/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2024-08-06T20:28:33.6468391Z [5761/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u8.cpp.obj 2024-08-06T20:28:33.6749207Z [5762/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s32.cpp.obj 2024-08-06T20:28:33.8121642Z [5763/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2024-08-06T20:28:33.8871287Z [5764/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2024-08-06T20:28:33.9593522Z [5765/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2024-08-06T20:28:34.4780799Z [5766/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2024-08-06T20:28:34.5374248Z [5767/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\linux_perf\linux_perf.cpp.obj 2024-08-06T20:28:34.5654603Z [5768/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm_projection.cpp.obj 2024-08-06T20:28:34.5796323Z [5769/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2024-08-06T20:28:34.6094639Z [5770/7974] 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-08-06T20:28:34.6096820Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:34.6847064Z [5771/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru_lbr.cpp.obj 2024-08-06T20:28:34.8777172Z [5772/7974] 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-08-06T20:28:34.8779364Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:34.9058165Z [5773/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2024-08-06T20:28:35.0950535Z [5774/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2024-08-06T20:28:35.4017140Z [5775/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2024-08-06T20:28:35.4861117Z [5776/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\amx_tile_configure.cpp.obj 2024-08-06T20:28:35.5738251Z [5777/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_utils.cpp.obj 2024-08-06T20:28:35.5910615Z [5778/7974] 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-08-06T20:28:35.5912038Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:35.6207284Z [5779/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_kernel.cpp.obj 2024-08-06T20:28:35.7407369Z [5780/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_containers.cpp.obj 2024-08-06T20:28:35.8045576Z [5781/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brdgmm_kernel.cpp.obj 2024-08-06T20:28:35.9498440Z [5782/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2024-08-06T20:28:36.3326608Z [5783/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_amx_uker.cpp.obj 2024-08-06T20:28:36.3748253Z [5784/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2024-08-06T20:28:36.4642543Z [5785/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2024-08-06T20:28:36.5133919Z [5786/7974] 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-08-06T20:28:36.5345256Z [5787/7974] 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-08-06T20:28:36.6570631Z [5788/7974] 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-08-06T20:28:36.7192130Z [5789/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_isa_traits.cpp.obj 2024-08-06T20:28:36.9312108Z [5790/7974] 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-08-06T20:28:37.2610622Z [5791/7974] 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-08-06T20:28:37.2611449Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:37.2799587Z [5792/7974] 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-08-06T20:28:37.2800410Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:37.3519572Z [5793/7974] 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-08-06T20:28:37.3521043Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:37.3987137Z [5794/7974] 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-08-06T20:28:37.3988011Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:37.5504395Z [5795/7974] 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-08-06T20:28:37.5505877Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:37.5622634Z [5796/7974] 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-08-06T20:28:37.5623738Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:37.6182329Z [5797/7974] 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-08-06T20:28:37.6183116Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:37.8620333Z [5798/7974] 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-08-06T20:28:37.8621698Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:38.1461108Z [5799/7974] 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-08-06T20:28:38.1462078Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:38.1790263Z [5800/7974] 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-08-06T20:28:38.1791067Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:38.2437790Z [5801/7974] 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-08-06T20:28:38.2438555Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:38.3994463Z [5802/7974] 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-08-06T20:28:38.3995323Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:38.4545626Z [5803/7974] 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-08-06T20:28:38.4827259Z [5804/7974] 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-08-06T20:28:38.4905267Z [5805/7974] 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-08-06T20:28:38.7521326Z [5806/7974] 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-08-06T20:28:38.7522749Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:38.9729528Z [5807/7974] 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-08-06T20:28:38.9730946Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:39.0984304Z [5808/7974] 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-08-06T20:28:39.0985110Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:39.1112416Z [5809/7974] 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-08-06T20:28:39.2665057Z [5810/7974] 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-08-06T20:28:39.2665804Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:39.3507950Z [5811/7974] 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-08-06T20:28:39.3508807Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:39.3974723Z [5812/7974] 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-08-06T20:28:39.3976158Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:39.8721841Z [5813/7974] 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-08-06T20:28:39.8723157Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:39.8738345Z [5814/7974] 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-08-06T20:28:39.8758557Z [5815/7974] 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-08-06T20:28:39.9524967Z [5816/7974] 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-08-06T20:28:39.9614686Z [5817/7974] 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-08-06T20:28:40.1472005Z [5818/7974] 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-08-06T20:28:40.2008215Z [5819/7974] 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-08-06T20:28:40.2009037Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:40.2197869Z [5820/7974] 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-08-06T20:28:40.2198612Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:40.6893773Z [5821/7974] 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-08-06T20:28:40.7253603Z [5822/7974] 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-08-06T20:28:40.7945085Z [5823/7974] 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-08-06T20:28:40.7945920Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:40.7996510Z [5824/7974] 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-08-06T20:28:40.8113763Z [5825/7974] 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-08-06T20:28:40.8114512Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:41.0338654Z [5826/7974] 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-08-06T20:28:41.0476313Z [5827/7974] 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-08-06T20:28:41.0477794Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:41.0567565Z [5828/7974] 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-08-06T20:28:41.0568987Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:41.6120699Z [5829/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemv_driver.cpp.obj 2024-08-06T20:28:41.7228552Z [5830/7974] 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-08-06T20:28:41.7229343Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:41.7480235Z [5831/7974] 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-08-06T20:28:41.7545098Z [5832/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_driver.cpp.obj 2024-08-06T20:28:41.8156936Z [5833/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_info.cpp.obj 2024-08-06T20:28:41.9307418Z [5834/7974] 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-08-06T20:28:41.9308239Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:41.9446981Z [5835/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_pack.cpp.obj 2024-08-06T20:28:42.0666711Z [5836/7974] 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-08-06T20:28:42.0667857Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:42.4920811Z [5837/7974] 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-08-06T20:28:42.4921593Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:42.5516690Z [5838/7974] 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-08-06T20:28:42.5517465Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:42.6193065Z [5839/7974] 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-08-06T20:28:42.6194515Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:42.7082553Z [5840/7974] 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-08-06T20:28:42.7084003Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:42.7541194Z [5841/7974] 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-08-06T20:28:42.7541988Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:42.8238802Z [5842/7974] 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-08-06T20:28:42.8239602Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:42.9645125Z [5843/7974] 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-08-06T20:28:42.9646625Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:43.0310983Z [5844/7974] 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-08-06T20:28:43.0311984Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:43.4274470Z [5845/7974] 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-08-06T20:28:43.4275386Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:43.4467220Z [5846/7974] 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-08-06T20:28:43.4467988Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:43.5165379Z [5847/7974] 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-08-06T20:28:43.5166305Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:43.6185931Z [5848/7974] 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-08-06T20:28:43.6978671Z [5849/7974] 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-08-06T20:28:43.7928017Z [5850/7974] 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-08-06T20:28:43.8980446Z [5851/7974] 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-08-06T20:28:43.8981860Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:43.9735842Z [5852/7974] 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-08-06T20:28:43.9736834Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:44.3423017Z [5853/7974] 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-08-06T20:28:44.3423808Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:44.3837267Z [5854/7974] 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-08-06T20:28:44.3838075Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:44.5263848Z [5855/7974] 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-08-06T20:28:44.5264742Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:44.5286551Z [5856/7974] 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-08-06T20:28:44.5287351Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:44.6050191Z [5857/7974] 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-08-06T20:28:44.6051132Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:44.7112781Z [5858/7974] 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-08-06T20:28:44.7113580Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:44.7345538Z [5859/7974] 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-08-06T20:28:44.7346464Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:44.8276695Z [5860/7974] 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-08-06T20:28:44.8277719Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:45.1432830Z [5861/7974] 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-08-06T20:28:45.1433691Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:45.4676542Z [5862/7974] 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-08-06T20:28:45.4678264Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:45.4952823Z [5863/7974] 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-08-06T20:28:45.4953756Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:45.5030132Z [5864/7974] 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-08-06T20:28:45.5030971Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:45.5493192Z [5865/7974] 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-08-06T20:28:45.5494706Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:45.6692797Z [5866/7974] 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-08-06T20:28:45.6693899Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:45.7222181Z [5867/7974] 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-08-06T20:28:45.7223848Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:45.8364106Z [5868/7974] 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-08-06T20:28:45.8364916Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:46.0150626Z [5869/7974] 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-08-06T20:28:46.0151539Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:46.3775778Z [5870/7974] 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-08-06T20:28:46.3776638Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:46.3916260Z [5871/7974] 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-08-06T20:28:46.3917410Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:46.4804850Z [5872/7974] 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-08-06T20:28:46.4805757Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:46.5004355Z [5873/7974] 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-08-06T20:28:46.5005969Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:46.6047426Z [5874/7974] 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-08-06T20:28:46.6048974Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:46.6372233Z [5875/7974] 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-08-06T20:28:46.6374109Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:46.7440827Z [5876/7974] 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-08-06T20:28:46.7442326Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:46.9075929Z [5877/7974] 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-08-06T20:28:46.9076945Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:47.3023323Z [5878/7974] 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-08-06T20:28:47.3024202Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:47.3104652Z [5879/7974] 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-08-06T20:28:47.3105579Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:47.4153840Z [5880/7974] 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-08-06T20:28:47.4154986Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:47.4170785Z [5881/7974] 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-08-06T20:28:47.4171754Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:47.4478354Z [5882/7974] 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-08-06T20:28:47.4479181Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:47.5437462Z [5883/7974] 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-08-06T20:28:47.5438316Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:47.6343093Z [5884/7974] 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-08-06T20:28:47.6344013Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:47.7938203Z [5885/7974] 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-08-06T20:28:47.7939704Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:48.2183974Z [5886/7974] 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-08-06T20:28:48.2184889Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:48.3315035Z [5887/7974] 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-08-06T20:28:48.3315912Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:48.3662854Z [5888/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_inner_product.cpp.obj 2024-08-06T20:28:48.4646246Z [5889/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_convolution.cpp.obj 2024-08-06T20:28:48.4751346Z [5890/7974] 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-08-06T20:28:48.4752506Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:48.4821499Z [5891/7974] 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-08-06T20:28:48.4822380Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-06T20:28:48.6566308Z [5892/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2024-08-06T20:28:48.7538357Z [5893/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_binary_injector.cpp.obj 2024-08-06T20:28:49.1468758Z [5894/7974] 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-08-06T20:28:49.2861266Z [5895/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_eltwise_injector.cpp.obj 2024-08-06T20:28:49.4202530Z [5896/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\injector_utils.cpp.obj 2024-08-06T20:28:49.4288547Z [5897/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_postops_injector.cpp.obj 2024-08-06T20:28:49.4970075Z [5898/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_conv_kernel_f32.cpp.obj 2024-08-06T20:28:49.5050085Z [5899/7974] 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-08-06T20:28:49.6384080Z [5900/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_conv_kernel.cpp.obj 2024-08-06T20:28:49.8863187Z [5901/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_convolution.cpp.obj 2024-08-06T20:28:50.1670158Z [5902/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_convolution.cpp.obj 2024-08-06T20:28:50.3258723Z [5903/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_convolution.cpp.obj 2024-08-06T20:28:50.3767026Z [5904/7974] 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-08-06T20:28:50.5320254Z [5905/7974] 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-08-06T20:28:50.5663393Z [5906/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_deconvolution.cpp.obj 2024-08-06T20:28:50.6005826Z [5907/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_convolution.cpp.obj 2024-08-06T20:28:50.6862807Z [5908/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_convolution.cpp.obj 2024-08-06T20:28:50.9637715Z [5909/7974] 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-08-06T20:28:51.1292895Z [5910/7974] 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-08-06T20:28:51.3634982Z [5911/7974] 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-08-06T20:28:51.4566807Z [5912/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_convolution.cpp.obj 2024-08-06T20:28:51.4813826Z [5913/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp16cvt.cpp.obj 2024-08-06T20:28:51.5094085Z [5914/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_resampling.cpp.obj 2024-08-06T20:28:51.6342834Z [5915/7974] 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-08-06T20:28:51.7410557Z [5916/7974] 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-08-06T20:28:52.0427311Z [5917/7974] 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-08-06T20:28:52.1371471Z [5918/7974] 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-08-06T20:28:52.3301603Z [5919/7974] 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-08-06T20:28:52.4667842Z [5920/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_sparse_decompress_kernel.cpp.obj 2024-08-06T20:28:52.4752957Z [5921/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_deconvolution.cpp.obj 2024-08-06T20:28:52.5383819Z [5922/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_scale_precompute.cpp.obj 2024-08-06T20:28:52.6245757Z [5923/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_convolution.cpp.obj 2024-08-06T20:28:52.7516664Z [5924/7974] 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-08-06T20:28:53.1005297Z [5925/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_1x1_conv.cpp.obj 2024-08-06T20:28:53.1662575Z [5926/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brdgmm_dw_conv.cpp.obj 2024-08-06T20:28:53.3285438Z [5927/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd.cpp.obj 2024-08-06T20:28:53.4848724Z [5928/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_strided.cpp.obj 2024-08-06T20:28:53.5277760Z [5929/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv.cpp.obj 2024-08-06T20:28:53.5455703Z [5930/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_utils.cpp.obj 2024-08-06T20:28:53.6575436Z [5931/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_w.cpp.obj 2024-08-06T20:28:54.2879439Z [5932/7974] 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-08-06T20:28:54.3469237Z [5933/7974] 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-08-06T20:28:54.3882717Z [5934/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_utils.cpp.obj 2024-08-06T20:28:54.3942669Z [5935/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_trans_kernel.cpp.obj 2024-08-06T20:28:54.4514504Z [5936/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_inner_product_utils.cpp.obj 2024-08-06T20:28:54.4963816Z [5937/7974] 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-08-06T20:28:54.4983458Z [5938/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_deconv.cpp.obj 2024-08-06T20:28:54.5718970Z [5939/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product_utils.cpp.obj 2024-08-06T20:28:55.2789613Z [5940/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_transpose_utils.cpp.obj 2024-08-06T20:28:55.3106972Z [5941/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_primitive_conf.cpp.obj 2024-08-06T20:28:55.4491980Z [5942/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_conv_kernel_f32.cpp.obj 2024-08-06T20:28:55.4579436Z [5943/7974] 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-08-06T20:28:55.4674699Z [5944/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_convolution.cpp.obj 2024-08-06T20:28:55.5184166Z [5945/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product.cpp.obj 2024-08-06T20:28:55.5399610Z [5946/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_convolution.cpp.obj 2024-08-06T20:28:55.5590663Z [5947/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_transpose_utils.cpp.obj 2024-08-06T20:28:56.2466804Z [5948/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_convolution_utils.cpp.obj 2024-08-06T20:28:56.2585659Z [5949/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization.cpp.obj 2024-08-06T20:28:56.4245280Z [5950/7974] 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-08-06T20:28:56.4548016Z [5951/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary_kernel.cpp.obj 2024-08-06T20:28:56.9413768Z [5952/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_convert_xf16.cpp.obj 2024-08-06T20:28:56.9500087Z [5953/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary.cpp.obj 2024-08-06T20:28:56.9519788Z [5954/7974] 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-08-06T20:28:56.9576331Z [5955/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization_s8.cpp.obj 2024-08-06T20:28:57.0704653Z [5956/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise.cpp.obj 2024-08-06T20:28:57.0955319Z [5957/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise_int.cpp.obj 2024-08-06T20:28:57.2801111Z [5958/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_group_normalization.cpp.obj 2024-08-06T20:28:57.3091695Z [5959/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_convolution.cpp.obj 2024-08-06T20:28:57.9383876Z [5960/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_i8i8_pooling.cpp.obj 2024-08-06T20:28:57.9459283Z [5961/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction.cpp.obj 2024-08-06T20:28:57.9566558Z [5962/7974] 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-08-06T20:28:58.0116214Z [5963/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_layer_normalization.cpp.obj 2024-08-06T20:28:58.0838465Z [5964/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pooling.cpp.obj 2024-08-06T20:28:58.0865331Z [5965/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pool_kernel.cpp.obj 2024-08-06T20:28:58.2971701Z [5966/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction_kernel.cpp.obj 2024-08-06T20:28:58.3420502Z [5967/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder.cpp.obj 2024-08-06T20:28:58.9624548Z [5968/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_utils.cpp.obj 2024-08-06T20:28:58.9804899Z [5969/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling_kernel.cpp.obj 2024-08-06T20:28:59.0374259Z [5970/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_softmax.cpp.obj 2024-08-06T20:28:59.1078961Z [5971/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling.cpp.obj 2024-08-06T20:28:59.1269822Z [5972/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_conv_kernel.cpp.obj 2024-08-06T20:28:59.2015370Z [5973/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_deconvolution.cpp.obj 2024-08-06T20:28:59.3228042Z [5974/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_convolution.cpp.obj 2024-08-06T20:28:59.3838605Z [5975/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_convolution.cpp.obj 2024-08-06T20:28:59.9462030Z [5976/7974] 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-08-06T20:29:00.0081682Z [5977/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_tbb_batch_normalization.cpp.obj 2024-08-06T20:29:00.0561113Z [5978/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn.cpp.obj 2024-08-06T20:29:00.0801550Z [5979/7974] 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-08-06T20:29:00.1720208Z [5980/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_xf16_sum.cpp.obj 2024-08-06T20:29:00.1879188Z [5981/7974] 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-08-06T20:29:00.2571510Z [5982/7974] 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-08-06T20:29:00.3403929Z [5983/7974] 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-08-06T20:29:00.8592287Z [5984/7974] 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-08-06T20:29:01.0458872Z [5985/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn.cpp.obj 2024-08-06T20:29:01.0543069Z [5986/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn_kernel.cpp.obj 2024-08-06T20:29:01.1025703Z [5987/7974] 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-08-06T20:29:01.2144235Z [5988/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_copy_utils.cpp.obj 2024-08-06T20:29:01.2336502Z [5989/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_reorders.cpp.obj 2024-08-06T20:29:01.2432744Z [5990/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul.cpp.obj 2024-08-06T20:29:01.2693933Z [5991/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_base_kernel.cpp.obj 2024-08-06T20:29:01.9454811Z [5992/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_backward.cpp.obj 2024-08-06T20:29:02.0713225Z [5993/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\jit_uni_sparse_matmul.cpp.obj 2024-08-06T20:29:02.1281759Z [5994/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_forward.cpp.obj 2024-08-06T20:29:02.1345120Z [5995/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_utils.cpp.obj 2024-08-06T20:29:02.1730800Z [5996/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_utils.cpp.obj 2024-08-06T20:29:02.2094403Z [5997/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_reduction_kernel.cpp.obj 2024-08-06T20:29:02.2725645Z [5998/7974] 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-08-06T20:29:02.2829483Z [5999/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_fwd.cpp.obj 2024-08-06T20:29:02.5027039Z [6000/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_utils.cpp.obj 2024-08-06T20:29:02.9979261Z [6001/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_reorders.cpp.obj 2024-08-06T20:29:03.0543973Z [6002/7974] 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-08-06T20:29:03.1274188Z [6003/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_bwd.cpp.obj 2024-08-06T20:29:03.1553346Z [6004/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\rnn_brgemm_utils.cpp.obj 2024-08-06T20:29:03.3055161Z [6005/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle.cpp.obj 2024-08-06T20:29:03.3763355Z [6006/7974] 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-08-06T20:29:03.4098111Z [6007/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle_kernel.cpp.obj 2024-08-06T20:29:03.5422083Z [6008/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_diff_weights_peephole.cpp.obj 2024-08-06T20:29:03.7944584Z [6009/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2024-08-06T20:29:03.9670879Z [6010/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj 2024-08-06T20:29:03.9759910Z [6011/7974] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj 2024-08-06T20:29:04.0339816Z [6012/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2024-08-06T20:29:04.1540766Z [6013/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2024-08-06T20:29:04.3821356Z [6014/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2024-08-06T20:29:04.4490339Z [6015/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2024-08-06T20:29:04.4730340Z [6016/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_def_constraint.cpp.obj 2024-08-06T20:29:04.7730012Z [6017/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\constant_tensor_cache.cpp.obj 2024-08-06T20:29:04.8878126Z [6018/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2024-08-06T20:29:04.9548445Z [6019/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2024-08-06T20:29:05.0056617Z [6020/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_cache.cpp.obj 2024-08-06T20:29:05.0122435Z [6021/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2024-08-06T20:29:05.1944368Z [6022/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2024-08-06T20:29:05.3549885Z [6023/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_impl.cpp.obj 2024-08-06T20:29:05.3799410Z [6024/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2024-08-06T20:29:05.6361066Z [6025/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\shape_infer.cpp.obj 2024-08-06T20:29:05.9053206Z [6026/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\fake\CMakeFiles\dnnl_graph_backend_fake.dir\fake_backend.cpp.obj 2024-08-06T20:29:05.9498855Z [6027/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_shape_infer.cpp.obj 2024-08-06T20:29:06.0174410Z [6028/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\fusion_info.cpp.obj 2024-08-06T20:29:06.0442614Z [6029/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_backend.cpp.obj 2024-08-06T20:29:06.2373738Z [6030/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\common.cpp.obj 2024-08-06T20:29:06.3615344Z [6031/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\compile_ops.cpp.obj 2024-08-06T20:29:06.3718083Z [6032/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\subgraph.cpp.obj 2024-08-06T20:29:06.7157163Z [6033/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_propagator.cpp.obj 2024-08-06T20:29:06.8481612Z [6034/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_id_mgr.cpp.obj 2024-08-06T20:29:07.0171305Z [6035/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\op_executable.cpp.obj 2024-08-06T20:29:07.0416010Z [6036/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\constant_propagation.cpp.obj 2024-08-06T20:29:07.1293432Z [6037/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\insert_ops.cpp.obj 2024-08-06T20:29:07.2318756Z [6038/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\layout_propagation.cpp.obj 2024-08-06T20:29:07.3772514Z [6039/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\lower.cpp.obj 2024-08-06T20:29:07.4689166Z [6040/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\memory_planning.cpp.obj 2024-08-06T20:29:07.7703717Z [6041/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\concat_fusion.cpp.obj 2024-08-06T20:29:07.9258030Z [6042/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\utils.cpp.obj 2024-08-06T20:29:08.0807778Z [6043/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\transform.cpp.obj 2024-08-06T20:29:08.0927755Z [6044/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\binary_fusion.cpp.obj 2024-08-06T20:29:08.1689019Z [6045/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\bn_fusion.cpp.obj 2024-08-06T20:29:08.3448556Z [6046/7974] 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-08-06T20:29:08.4822092Z [6047/7974] 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-08-06T20:29:08.5135520Z [6048/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\interpolate_fusion.cpp.obj 2024-08-06T20:29:08.8358923Z [6049/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\eltwise_fusion.cpp.obj 2024-08-06T20:29:09.0483269Z [6050/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\layernorm_fusion.cpp.obj 2024-08-06T20:29:09.0737560Z [6051/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\convtranspose_fusion.cpp.obj 2024-08-06T20:29:09.0835974Z [6052/7974] 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-08-06T20:29:09.2282796Z [6053/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reduction_fusion.cpp.obj 2024-08-06T20:29:09.3409704Z [6054/7974] 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-08-06T20:29:09.5151468Z [6055/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2024-08-06T20:29:09.5806404Z [6056/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reorder_fusion.cpp.obj 2024-08-06T20:29:09.6028411Z [6057/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sdp.cpp.obj 2024-08-06T20:29:09.8876291Z [6058/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\quantize_fusion.cpp.obj 2024-08-06T20:29:09.9437526Z [6059/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2024-08-06T20:29:10.1597131Z [6060/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sum_fusion.cpp.obj 2024-08-06T20:29:10.1694484Z [6061/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\shuffle_fusion.cpp.obj 2024-08-06T20:29:10.1763871Z [6062/7974] 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-08-06T20:29:10.1876413Z [6063/7974] 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-08-06T20:29:10.3468527Z [6064/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2024-08-06T20:29:10.4375291Z [6065/7974] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2024-08-06T20:29:10.4888246Z [6066/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_base.cpp.obj 2024-08-06T20:29:10.5546527Z [6067/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\nested_matcher.cpp.obj 2024-08-06T20:29:10.5947183Z [6068/7974] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2024-08-06T20:29:10.6686405Z [6069/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2024-08-06T20:29:10.7094401Z [6070/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2024-08-06T20:29:10.8122658Z [6071/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2024-08-06T20:29:10.8192429Z [6072/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2024-08-06T20:29:10.8774685Z [6073/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2024-08-06T20:29:10.9138629Z [6074/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2024-08-06T20:29:10.9467058Z [6075/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2024-08-06T20:29:10.9824471Z [6076/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2024-08-06T20:29:11.0565582Z [6077/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2024-08-06T20:29:11.1139585Z [6078/7974] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_manager.cpp.obj 2024-08-06T20:29:11.1202019Z [6079/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2024-08-06T20:29:11.1336307Z [6080/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2024-08-06T20:29:11.1441489Z [6081/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2024-08-06T20:29:11.1954484Z [6082/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2024-08-06T20:29:11.2226299Z [6083/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2024-08-06T20:29:11.3431056Z [6084/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2024-08-06T20:29:11.4266911Z [6085/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2024-08-06T20:29:11.4340027Z [6086/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2024-08-06T20:29:11.4659994Z [6087/7974] Linking CXX static library lib\fmt.lib 2024-08-06T20:29:11.5080230Z [6088/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2024-08-06T20:29:11.5143995Z [6089/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2024-08-06T20:29:11.5485863Z [6090/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2024-08-06T20:29:11.6445652Z [6091/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2024-08-06T20:29:11.7220987Z [6092/7974] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2024-08-06T20:29:11.7534470Z [6093/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2024-08-06T20:29:11.7907402Z [6094/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2024-08-06T20:29:11.8809440Z [6095/7974] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2024-08-06T20:29:11.9034394Z [6096/7974] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2024-08-06T20:29:11.9036104Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(19): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-06T20:29:11.9039168Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-06T20:29:11.9040974Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(20): warning C4005: 'NOGDI': macro redefinition 2024-08-06T20:29:11.9042547Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'NOGDI' 2024-08-06T20:29:11.9532280Z [6097/7974] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2024-08-06T20:29:11.9533222Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-06T20:29:11.9534240Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-06T20:29:11.9735559Z [6098/7974] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2024-08-06T20:29:11.9737395Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-06T20:29:11.9739357Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc-aligned.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-06T20:29:11.9796597Z [6099/7974] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2024-08-06T20:29:12.0856099Z [6100/7974] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2024-08-06T20:29:12.0857302Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-06T20:29:12.0858281Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\options.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-06T20:29:12.1696319Z [6101/7974] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2024-08-06T20:29:12.1698011Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-06T20:29:12.1699816Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\os.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-06T20:29:12.2654481Z [6102/7974] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2024-08-06T20:29:12.2655425Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-06T20:29:12.2656441Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\heap.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-06T20:29:12.3460093Z [6103/7974] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2024-08-06T20:29:12.3461149Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-06T20:29:12.3462107Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\init.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-06T20:29:12.3537476Z [6104/7974] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2024-08-06T20:29:12.3778978Z [6105/7974] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2024-08-06T20:29:12.3780914Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-06T20:29:12.3782752Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\stats.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-06T20:29:12.3789711Z [6106/7974] Linking CXX static library lib\kineto.lib 2024-08-06T20:29:12.4253360Z [6107/7974] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2024-08-06T20:29:12.4254294Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-06T20:29:12.4255284Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\prim\prim.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-06T20:29:12.4383532Z [6108/7974] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2024-08-06T20:29:12.4481762Z [6109/7974] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2024-08-06T20:29:12.4542317Z [6110/7974] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2024-08-06T20:29:12.4544007Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-06T20:29:12.4545626Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\random.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-06T20:29:12.5440825Z [6111/7974] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2024-08-06T20:29:12.6815931Z [6112/7974] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2024-08-06T20:29:12.6903794Z [6113/7974] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2024-08-06T20:29:12.6919740Z [6114/7974] Linking CXX static library lib\mimalloc-static.lib 2024-08-06T20:29:12.7003818Z [6115/7974] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2024-08-06T20:29:12.7678972Z [6116/7974] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2024-08-06T20:29:12.7736958Z [6117/7974] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2024-08-06T20:29:12.8000253Z [6118/7974] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2024-08-06T20:29:12.8112616Z [6119/7974] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2024-08-06T20:29:12.9616542Z [6120/7974] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2024-08-06T20:29:12.9861688Z [6121/7974] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2024-08-06T20:29:13.0520766Z [6122/7974] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2024-08-06T20:29:13.1615577Z [6123/7974] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2024-08-06T20:29:13.1785079Z [6124/7974] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2024-08-06T20:29:13.2303124Z [6125/7974] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2024-08-06T20:29:13.2369567Z [6126/7974] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2024-08-06T20:29:13.3134358Z [6127/7974] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2024-08-06T20:29:13.9091559Z [6128/7974] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2024-08-06T20:29:13.9152446Z [6129/7974] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2024-08-06T20:29:13.9168206Z [6130/7974] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2024-08-06T20:29:13.9181095Z [6131/7974] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2024-08-06T20:29:13.9195779Z [6132/7974] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2024-08-06T20:29:13.9212228Z [6133/7974] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2024-08-06T20:29:13.9226656Z [6134/7974] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2024-08-06T20:29:14.2664296Z [6135/7974] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2024-08-06T20:29:14.2731095Z [6136/7974] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2024-08-06T20:29:14.9443378Z [6137/7974] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2024-08-06T20:29:14.9468992Z [6138/7974] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2024-08-06T20:29:14.9515752Z [6139/7974] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2024-08-06T20:29:14.9529701Z [6140/7974] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2024-08-06T20:29:14.9599374Z [6141/7974] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2024-08-06T20:29:14.9617153Z [6142/7974] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2024-08-06T20:29:15.2732445Z [6143/7974] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2024-08-06T20:29:15.9286068Z [6144/7974] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2024-08-06T20:29:15.9342712Z [6145/7974] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2024-08-06T20:29:15.9359844Z [6146/7974] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2024-08-06T20:29:15.9377413Z [6147/7974] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2024-08-06T20:29:15.9378363Z 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-08-06T20:29:15.9429632Z [6148/7974] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2024-08-06T20:29:15.9444568Z [6149/7974] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2024-08-06T20:29:16.2581170Z [6150/7974] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2024-08-06T20:29:16.2727477Z [6151/7974] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2024-08-06T20:29:16.2944121Z [6152/7974] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2024-08-06T20:29:16.3282294Z [6153/7974] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2024-08-06T20:29:16.3663435Z [6154/7974] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2024-08-06T20:29:16.4306552Z [6155/7974] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2024-08-06T20:29:16.5330348Z [6156/7974] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2024-08-06T20:29:16.5465843Z [6157/7974] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2024-08-06T20:29:16.6236420Z [6158/7974] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2024-08-06T20:29:18.1071779Z [6159/7974] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2024-08-06T20:29:18.1084180Z [6160/7974] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2024-08-06T20:29:18.1096213Z [6161/7974] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2024-08-06T20:29:18.1108560Z [6162/7974] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2024-08-06T20:29:18.1122403Z [6163/7974] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2024-08-06T20:29:18.1180621Z [6164/7974] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2024-08-06T20:29:18.3103157Z [6165/7974] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2024-08-06T20:29:18.3163082Z [6166/7974] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2024-08-06T20:29:18.3175678Z [6167/7974] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2024-08-06T20:29:18.3275313Z [6168/7974] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2024-08-06T20:29:18.3348892Z [6169/7974] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2024-08-06T20:29:18.3661371Z [6170/7974] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2024-08-06T20:29:18.4605789Z [6171/7974] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2024-08-06T20:29:18.4922211Z [6172/7974] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2024-08-06T20:29:19.6162225Z [6173/7974] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2024-08-06T20:29:19.6218416Z [6174/7974] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2024-08-06T20:29:19.6231751Z [6175/7974] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2024-08-06T20:29:19.6245521Z [6176/7974] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2024-08-06T20:29:19.6301586Z [6177/7974] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2024-08-06T20:29:19.6320350Z [6178/7974] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2024-08-06T20:29:19.6338125Z [6179/7974] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2024-08-06T20:29:21.6566197Z [6180/7974] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2024-08-06T20:29:21.6634940Z [6181/7974] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2024-08-06T20:29:21.6647115Z [6182/7974] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2024-08-06T20:29:21.6658909Z [6183/7974] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2024-08-06T20:29:21.6670385Z [6184/7974] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2024-08-06T20:29:21.6682528Z [6185/7974] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2024-08-06T20:29:21.6697595Z [6186/7974] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2024-08-06T20:29:21.9451593Z [6187/7974] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2024-08-06T20:29:21.9629668Z [6188/7974] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2024-08-06T20:29:21.9687329Z [6189/7974] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2024-08-06T20:29:22.0043743Z [6190/7974] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2024-08-06T20:29:22.0107134Z [6191/7974] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2024-08-06T20:29:22.0356923Z [6192/7974] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2024-08-06T20:29:22.1321149Z [6193/7974] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2024-08-06T20:29:22.1591377Z [6194/7974] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2024-08-06T20:29:22.3263516Z [6195/7974] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2024-08-06T20:29:22.3567660Z [6196/7974] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2024-08-06T20:29:22.3780078Z [6197/7974] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2024-08-06T20:29:22.4288424Z [6198/7974] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2024-08-06T20:29:22.4417335Z [6199/7974] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2024-08-06T20:29:22.5218309Z [6200/7974] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2024-08-06T20:29:22.6396614Z [6201/7974] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2024-08-06T20:29:22.6859797Z [6202/7974] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2024-08-06T20:29:22.7433641Z [6203/7974] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2024-08-06T20:29:22.7994130Z [6204/7974] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2024-08-06T20:29:22.8064093Z [6205/7974] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2024-08-06T20:29:22.8745742Z [6206/7974] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2024-08-06T20:29:22.9650862Z [6207/7974] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2024-08-06T20:29:23.0507239Z [6208/7974] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2024-08-06T20:29:23.0887497Z [6209/7974] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2024-08-06T20:29:23.1426453Z [6210/7974] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2024-08-06T20:29:23.1491730Z [6211/7974] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2024-08-06T20:29:23.1971016Z [6212/7974] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2024-08-06T20:29:23.2108864Z [6213/7974] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2024-08-06T20:29:23.2894910Z [6214/7974] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2024-08-06T20:29:23.4050043Z [6215/7974] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2024-08-06T20:29:23.4839240Z [6216/7974] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2024-08-06T20:29:23.4903744Z [6217/7974] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2024-08-06T20:29:23.5476144Z [6218/7974] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2024-08-06T20:29:23.5532480Z [6219/7974] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2024-08-06T20:29:23.7093331Z [6220/7974] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2024-08-06T20:29:23.7305625Z [6221/7974] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2024-08-06T20:29:23.7632773Z [6222/7974] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2024-08-06T20:29:23.8145097Z [6223/7974] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2024-08-06T20:29:23.8819455Z [6224/7974] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2024-08-06T20:29:23.9113973Z [6225/7974] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2024-08-06T20:29:24.0342182Z [6226/7974] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2024-08-06T20:29:24.0932622Z [6227/7974] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2024-08-06T20:29:24.0951001Z [6228/7974] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2024-08-06T20:29:24.1548549Z [6229/7974] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2024-08-06T20:29:24.1866407Z [6230/7974] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2024-08-06T20:29:24.2855603Z [6231/7974] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2024-08-06T20:29:24.2856598Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(70): warning C4834: discarding return value of function with 'nodiscard' attribute 2024-08-06T20:29:24.2858267Z 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-08-06T20:29:24.2859177Z with 2024-08-06T20:29:24.2859409Z [ 2024-08-06T20:29:24.2859575Z T=Type 2024-08-06T20:29:24.2859810Z ] 2024-08-06T20:29:24.2860804Z 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-08-06T20:29:24.2862142Z with 2024-08-06T20:29:24.2862312Z [ 2024-08-06T20:29:24.2862488Z T=Type 2024-08-06T20:29:24.2862662Z ] 2024-08-06T20:29:24.2863842Z 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-08-06T20:29:24.2866851Z 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-08-06T20:29:24.2874078Z 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-08-06T20:29:24.2880594Z 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-08-06T20:29:24.3917171Z [6232/7974] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2024-08-06T20:29:24.4481656Z [6233/7974] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2024-08-06T20:29:24.4860990Z [6234/7974] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2024-08-06T20:29:24.5241990Z [6235/7974] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2024-08-06T20:29:24.5497226Z [6236/7974] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2024-08-06T20:29:24.5508033Z [6237/7974] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2024-08-06T20:29:24.5901626Z [6238/7974] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2024-08-06T20:29:25.7446082Z [6239/7974] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2024-08-06T20:29:25.7746104Z [6240/7974] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2024-08-06T20:29:25.7756934Z [6241/7974] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2024-08-06T20:29:25.7821455Z [6242/7974] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2024-08-06T20:29:25.7836269Z [6243/7974] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2024-08-06T20:29:25.8595225Z [6244/7974] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2024-08-06T20:29:25.8866527Z [6245/7974] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2024-08-06T20:29:29.7085045Z [6246/7974] Linking C shared library bin\torch_global_deps.dll 2024-08-06T20:29:29.7334460Z [6247/7974] Linking CXX static library lib\dnnl.lib 2024-08-06T20:29:29.7980846Z [6248/7974] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2024-08-06T20:29:29.8838369Z [6249/7974] Linking C executable sleef\bin\mkrename_gnuabi.exe 2024-08-06T20:29:29.9157068Z [6250/7974] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2024-08-06T20:29:29.9322554Z [6251/7974] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2024-08-06T20:29:30.2207229Z [6252/7974] Linking C executable sleef\bin\mkrename.exe 2024-08-06T20:29:30.3320777Z [6253/7974] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2024-08-06T20:29:30.4247820Z [6254/7974] Linking C executable sleef\bin\mkdisp.exe 2024-08-06T20:29:30.5151487Z [6255/7974] Linking C executable sleef\bin\mkalias.exe 2024-08-06T20:29:30.7735393Z [6256/7974] Generating include/renameavx2128.h 2024-08-06T20:29:30.7735855Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2024-08-06T20:29:30.7745255Z [6257/7974] Generating include/renameavx2.h 2024-08-06T20:29:30.7745626Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2024-08-06T20:29:30.7836051Z [6258/7974] Generating include/renameavx512fnofma.h 2024-08-06T20:29:30.7836870Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2024-08-06T20:29:30.7890571Z [6259/7974] Generating include/renameavx512f.h 2024-08-06T20:29:30.7891048Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2024-08-06T20:29:30.8770399Z [6260/7974] Linking C executable sleef\bin\addSuffix.exe 2024-08-06T20:29:30.8929804Z [6261/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2024-08-06T20:29:30.8986268Z [6262/7974] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2024-08-06T20:29:30.9321965Z [6263/7974] Linking CXX shared library bin\c10.dll 2024-08-06T20:29:30.9371112Z [6264/7974] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2024-08-06T20:29:30.9708860Z [6265/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2024-08-06T20:29:30.9937652Z [6266/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2024-08-06T20:29:31.0243678Z [6267/7974] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2024-08-06T20:29:31.0547773Z [6268/7974] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2024-08-06T20:29:31.5203590Z [6269/7974] Generating sources 2024-08-06T20:29:31.9638521Z [6270/7974] Linking CXX executable bin\c10_DeviceGuard_test.exe 2024-08-06T20:29:32.5716730Z [6271/7974] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2024-08-06T20:29:32.5726837Z [6272/7974] Linking CXX executable bin\c10_Device_test.exe 2024-08-06T20:29:32.5800251Z [6273/7974] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2024-08-06T20:29:32.6031709Z [6274/7974] Linking CXX executable bin\c10_Scalar_test.exe 2024-08-06T20:29:32.7400706Z [6275/7974] Linking CXX executable bin\c10_StreamGuard_test.exe 2024-08-06T20:29:32.7976268Z [6276/7974] Linking CXX executable bin\c10_SymInt_test.exe 2024-08-06T20:29:33.2552272Z [6277/7974] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2024-08-06T20:29:34.5183567Z [6278/7974] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2024-08-06T20:29:34.5195741Z [6279/7974] Linking CXX executable bin\c10_Bitset_test.exe 2024-08-06T20:29:34.5256113Z [6280/7974] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2024-08-06T20:29:34.5284185Z [6281/7974] Linking CXX executable bin\c10_cow_test.exe 2024-08-06T20:29:34.5296459Z [6282/7974] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2024-08-06T20:29:34.6166766Z [6283/7974] Linking CXX executable bin\c10_Half_test.exe 2024-08-06T20:29:34.6392427Z [6284/7974] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2024-08-06T20:29:35.7255498Z [6285/7974] Linking CXX executable bin\c10_Metaprogramming_test.exe 2024-08-06T20:29:35.7416987Z [6286/7974] Linking CXX executable bin\c10_TypeIndex_test.exe 2024-08-06T20:29:36.0747431Z [6287/7974] Linking CXX executable bin\c10_LeftRight_test.exe 2024-08-06T20:29:36.3329593Z [6288/7974] Linking CXX executable bin\c10_Synchronized_test.exe 2024-08-06T20:29:36.4897757Z [6289/7974] Linking CXX executable bin\c10_TypeList_test.exe 2024-08-06T20:29:36.5168611Z [6290/7974] Linking CXX executable bin\c10_TypeTraits_test.exe 2024-08-06T20:29:36.5205557Z [6291/7974] Linking CXX executable bin\c10_ThreadLocal_test.exe 2024-08-06T20:29:37.4168241Z [6292/7974] Linking CXX executable bin\c10_accumulate_test.exe 2024-08-06T20:29:37.6868894Z [6293/7974] Linking CXX executable bin\c10_bfloat16_test.exe 2024-08-06T20:29:37.7896842Z [6294/7974] Linking CXX executable bin\c10_bit_cast_test.exe 2024-08-06T20:29:37.9481215Z [6295/7974] Linking CXX executable bin\c10_complex_math_test.exe 2024-08-06T20:29:37.9931958Z [6296/7974] Linking CXX executable bin\c10_exception_test.exe 2024-08-06T20:29:38.0846170Z [6297/7974] Linking CXX executable bin\c10_complex_test.exe 2024-08-06T20:29:38.1476157Z [6298/7974] Linking CXX executable bin\c10_flags_test.exe 2024-08-06T20:29:38.1737867Z [6299/7974] Linking CXX executable bin\c10_generic_math_test.exe 2024-08-06T20:29:38.2166342Z [6300/7974] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2024-08-06T20:29:38.3328292Z [6301/7974] Linking CXX executable bin\c10_logging_test.exe 2024-08-06T20:29:38.5401345Z [6302/7974] Linking CXX executable bin\c10_irange_test.exe 2024-08-06T20:29:38.5491523Z [6303/7974] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2024-08-06T20:29:38.5671439Z [6304/7974] Linking CXX executable bin\c10_lazy_test.exe 2024-08-06T20:29:38.6131493Z [6305/7974] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2024-08-06T20:29:38.9958139Z [6306/7974] Linking CXX executable bin\c10_ssize_test.exe 2024-08-06T20:29:39.2838334Z [6307/7974] Linking CXX executable bin\c10_optional_test.exe 2024-08-06T20:29:39.3812807Z [6308/7974] Linking CXX executable bin\c10_small_vector_test.exe 2024-08-06T20:29:39.4145720Z [6309/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2024-08-06T20:29:39.5125656Z [6310/7974] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2024-08-06T20:29:39.5326348Z [6311/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2024-08-06T20:29:39.5996755Z [6312/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2024-08-06T20:29:39.6108821Z [6313/7974] Generating include/renameavx.h 2024-08-06T20:29:39.6109227Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2024-08-06T20:29:39.6396633Z [6314/7974] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2024-08-06T20:29:39.7173768Z [6315/7974] Linking CXX executable bin\c10_string_view_test.exe 2024-08-06T20:29:39.7594400Z [6316/7974] Linking CXX executable bin\c10_string_util_test.exe 2024-08-06T20:29:39.7686853Z [6317/7974] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2024-08-06T20:29:39.7777848Z [6318/7974] Linking CXX executable bin\c10_tempfile_test.exe 2024-08-06T20:29:39.7807412Z [6319/7974] Generating include/renamepurec_scalar.h 2024-08-06T20:29:39.7807917Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2024-08-06T20:29:39.7888740Z [6320/7974] Generating include/renamepurecfma_scalar.h 2024-08-06T20:29:39.7889442Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2024-08-06T20:29:39.7917455Z [6321/7974] Generating include/renamesse4.h 2024-08-06T20:29:39.7917858Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2024-08-06T20:29:39.8058677Z [6322/7974] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2024-08-06T20:29:39.8348685Z [6323/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2024-08-06T20:29:39.8545834Z [6324/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2024-08-06T20:29:39.9204513Z [6325/7974] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2024-08-06T20:29:39.9268675Z [6326/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2024-08-06T20:29:39.9323075Z [6327/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2024-08-06T20:29:39.9334649Z [6328/7974] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2024-08-06T20:29:39.9449635Z [6329/7974] Generating include/renamesse2.h 2024-08-06T20:29:39.9450036Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2024-08-06T20:29:39.9643771Z [6330/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2024-08-06T20:29:40.0333005Z [6331/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2024-08-06T20:29:40.0601839Z [6332/7974] Linking CXX executable bin\c10_registry_test.exe 2024-08-06T20:29:40.0922751Z [6333/7974] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2024-08-06T20:29:40.1085459Z [6334/7974] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2024-08-06T20:29:40.1095705Z [6335/7974] Linking CXX executable bin\c10_typeid_test.exe 2024-08-06T20:29:40.1175279Z [6336/7974] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2024-08-06T20:29:40.1604997Z [6337/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2024-08-06T20:29:40.1719206Z [6338/7974] Generating include/renamefma4.h 2024-08-06T20:29:40.1719677Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2024-08-06T20:29:40.1730606Z [6339/7974] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2024-08-06T20:29:40.1775925Z [6340/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2024-08-06T20:29:40.1830424Z [6341/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2024-08-06T20:29:40.2057703Z [6342/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-08-06T20:29:40.2168938Z [6343/7974] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-08-06T20:29:40.2178635Z [6344/7974] Generating sleeflibm_AVX.h.tmp 2024-08-06T20:29:40.2303060Z [6345/7974] Generating sleeflibm_AVX2.h.tmp 2024-08-06T20:29:40.2314678Z [6346/7974] Generating sleeflibm_AVX512F.h.tmp 2024-08-06T20:29:40.2425282Z [6347/7974] Generating sleeflibm_AVX512FNOFMA.h.tmp 2024-08-06T20:29:40.2442477Z [6348/7974] Generating sleeflibm_AVX2128.h.tmp 2024-08-06T20:29:40.2496862Z [6349/7974] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2024-08-06T20:29:40.2552586Z [6350/7974] Generating sleeflibm_AVX512F_.h.tmp 2024-08-06T20:29:40.2569424Z [6351/7974] Generating sleeflibm_AVX_.h.tmp 2024-08-06T20:29:40.2618689Z [6352/7974] Generating include/renamecuda.h 2024-08-06T20:29:40.2619103Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2024-08-06T20:29:40.2632619Z [6353/7974] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2024-08-06T20:29:40.2665460Z [6354/7974] Generating sleeflibm_FMA4.h.tmp 2024-08-06T20:29:40.2678245Z [6355/7974] Generating sleeflibm_DSP_SCALAR.h.tmp 2024-08-06T20:29:40.2730406Z [6356/7974] Generating sleeflibm_SSE4.h.tmp 2024-08-06T20:29:40.3159442Z [6357/7974] Generating alias_AVX512F_dp.h.tmp 2024-08-06T20:29:40.3192268Z [6358/7974] Generating sleeflibm_SSE2.h.tmp 2024-08-06T20:29:40.3215015Z [6359/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2024-08-06T20:29:40.3226128Z [6360/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2024-08-06T20:29:40.3235704Z [6361/7974] Generating sleeflibm_SSE_.h.tmp 2024-08-06T20:29:40.3267829Z [6362/7974] Generating sleeflibm_PUREC_SCALAR.h.tmp 2024-08-06T20:29:40.3289862Z [6363/7974] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2024-08-06T20:29:40.3318018Z [6364/7974] Generating alias_AVX512F_sp.h.tmp 2024-08-06T20:29:40.3341857Z [6365/7974] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2024-08-06T20:29:40.3352522Z [6366/7974] Generating include/renamedsp256.h 2024-08-06T20:29:40.3365471Z [6367/7974] Generating dispavx.c.tmp 2024-08-06T20:29:40.3374874Z [6368/7974] Generating dispscalar.c.body 2024-08-06T20:29:40.3401147Z [6369/7974] Generating include/renamedsp128.h 2024-08-06T20:29:40.3459092Z [6370/7974] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2024-08-06T20:29:40.3482490Z [6371/7974] Generating include/renamedspscalar.h 2024-08-06T20:29:40.3504176Z [6372/7974] Generating dispsse.c.tmp 2024-08-06T20:29:40.3552934Z [6373/7974] Generating include/alias_avx512f.h 2024-08-06T20:29:40.3564920Z [6374/7974] Generating ../../../include/sleef.h 2024-08-06T20:29:40.3730474Z [6375/7974] Generating dispsse.c 2024-08-06T20:29:40.4084360Z [6376/7974] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2024-08-06T20:29:40.4605404Z [6377/7974] Generating dispscalar.c 2024-08-06T20:29:40.4739643Z [6378/7974] Generating dispavx.c 2024-08-06T20:29:40.4993259Z [6379/7974] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2024-08-06T20:29:40.5004552Z [6380/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2024-08-06T20:29:40.5548573Z [6381/7974] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2024-08-06T20:29:40.5558856Z [6382/7974] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2024-08-06T20:29:40.5645991Z [6383/7974] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2024-08-06T20:29:40.5735870Z [6384/7974] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2024-08-06T20:29:40.5970062Z [6385/7974] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2024-08-06T20:29:40.6131914Z [6386/7974] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2024-08-06T20:29:41.0142283Z [6387/7974] Generating ../../../torch/version.py 2024-08-06T20:29:41.0233533Z [6388/7974] Linking C static library sleef\lib\sleef.lib 2024-08-06T20:29:51.9497949Z [6389/7974] 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-08-06T20:29:52.0558901Z [6390/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2024-08-06T20:29:52.2943330Z [6391/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2024-08-06T20:29:52.4171891Z [6392/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2024-08-06T20:29:52.7159181Z [6393/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2024-08-06T20:29:52.8355663Z [6394/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2024-08-06T20:29:52.8473104Z [6395/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2024-08-06T20:29:52.8686051Z [6396/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2024-08-06T20:29:52.8862285Z [6397/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2024-08-06T20:29:52.9018926Z [6398/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2024-08-06T20:29:52.9036544Z [6399/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2024-08-06T20:29:53.1338644Z [6400/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2024-08-06T20:29:53.7200636Z [6401/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2024-08-06T20:29:53.7897602Z [6402/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2024-08-06T20:29:53.7997332Z [6403/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2024-08-06T20:29:54.0198291Z [6404/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2024-08-06T20:29:54.6307498Z [6405/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2024-08-06T20:29:54.6979835Z [6406/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2024-08-06T20:29:54.9178508Z [6407/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2024-08-06T20:29:56.0282435Z [6408/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2024-08-06T20:29:56.1170236Z [6409/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2024-08-06T20:29:56.1731251Z [6410/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2024-08-06T20:29:56.2464347Z [6411/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2024-08-06T20:29:56.9525051Z [6412/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2024-08-06T20:29:56.9946640Z [6413/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2024-08-06T20:29:58.0215604Z [6414/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2024-08-06T20:29:58.2247389Z [6415/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2024-08-06T20:29:58.2978806Z [6416/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2024-08-06T20:29:59.9504718Z [6417/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2024-08-06T20:30:00.0035627Z [6418/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2024-08-06T20:30:00.0222649Z [6419/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2024-08-06T20:30:00.1270236Z [6420/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2024-08-06T20:30:00.2311463Z [6421/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2024-08-06T20:30:01.1572121Z [6422/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2024-08-06T20:30:01.4291009Z [6423/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2024-08-06T20:30:01.4743970Z [6424/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2024-08-06T20:30:03.8442392Z [6425/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2024-08-06T20:30:03.9218056Z [6426/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2024-08-06T20:30:03.9344681Z [6427/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2024-08-06T20:30:03.9518567Z [6428/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2024-08-06T20:30:03.9809989Z [6429/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2024-08-06T20:30:04.1999656Z [6430/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2024-08-06T20:30:04.4230425Z [6431/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2024-08-06T20:30:04.4915029Z [6432/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2024-08-06T20:30:04.5139861Z [6433/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2024-08-06T20:30:04.5688868Z [6434/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2024-08-06T20:30:04.7111595Z [6435/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2024-08-06T20:30:04.9055480Z [6436/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2024-08-06T20:30:04.9386255Z [6437/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2024-08-06T20:30:04.9562021Z [6438/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2024-08-06T20:30:04.9849725Z [6439/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2024-08-06T20:30:05.2963150Z [6440/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2024-08-06T20:30:05.5226634Z [6441/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2024-08-06T20:30:05.8128641Z [6442/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2024-08-06T20:30:06.4181326Z [6443/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2024-08-06T20:30:06.4396931Z [6444/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2024-08-06T20:30:06.4429599Z [6445/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2024-08-06T20:30:06.6179574Z [6446/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2024-08-06T20:30:06.7502955Z [6447/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2024-08-06T20:30:06.9979364Z [6448/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2024-08-06T20:30:07.0703265Z [6449/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2024-08-06T20:30:07.1741413Z [6450/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2024-08-06T20:30:07.2119689Z [6451/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2024-08-06T20:30:07.2894419Z [6452/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2024-08-06T20:30:07.8054436Z [6453/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2024-08-06T20:30:08.4792279Z [6454/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2024-08-06T20:30:08.4820676Z [6455/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2024-08-06T20:30:08.5480746Z [6456/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2024-08-06T20:30:08.5540012Z [6457/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2024-08-06T20:30:08.5663197Z [6458/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2024-08-06T20:30:08.5952326Z [6459/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2024-08-06T20:30:08.9840499Z [6460/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2024-08-06T20:30:09.0208592Z [6461/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2024-08-06T20:30:09.0225882Z [6462/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2024-08-06T20:30:09.2960525Z [6463/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2024-08-06T20:30:09.8763657Z [6464/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2024-08-06T20:30:09.9026224Z [6465/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2024-08-06T20:30:09.9727977Z [6466/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2024-08-06T20:30:10.0039465Z [6467/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2024-08-06T20:30:10.2344876Z [6468/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2024-08-06T20:30:10.6802526Z [6469/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2024-08-06T20:30:10.8060894Z [6470/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2024-08-06T20:30:10.8511838Z [6471/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2024-08-06T20:30:10.9042466Z [6472/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2024-08-06T20:30:11.2172015Z [6473/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2024-08-06T20:30:11.5307758Z [6474/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2024-08-06T20:30:11.5878699Z [6475/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2024-08-06T20:30:11.8623910Z [6476/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2024-08-06T20:30:11.8636965Z [6477/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2024-08-06T20:30:11.9331641Z [6478/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2024-08-06T20:30:12.1616385Z [6479/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2024-08-06T20:30:12.3619789Z [6480/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2024-08-06T20:30:12.3706671Z [6481/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2024-08-06T20:30:12.6296357Z [6482/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2024-08-06T20:30:12.7166653Z [6483/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2024-08-06T20:30:12.7893293Z [6484/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2024-08-06T20:30:12.8001937Z [6485/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2024-08-06T20:30:12.8844304Z [6486/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2024-08-06T20:30:12.9814083Z [6487/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2024-08-06T20:30:13.0149806Z [6488/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2024-08-06T20:30:13.1937933Z [6489/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2024-08-06T20:30:13.2055752Z [6490/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2024-08-06T20:30:13.2607877Z [6491/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2024-08-06T20:30:13.8178193Z [6492/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2024-08-06T20:30:13.8628938Z [6493/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2024-08-06T20:30:13.9530330Z [6494/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2024-08-06T20:30:14.0516789Z [6495/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2024-08-06T20:30:14.0673160Z [6496/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2024-08-06T20:30:14.1989017Z [6497/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2024-08-06T20:30:14.2321010Z [6498/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2024-08-06T20:30:14.3692631Z [6499/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2024-08-06T20:30:14.4155241Z [6500/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2024-08-06T20:30:14.4469239Z [6501/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2024-08-06T20:30:15.1668039Z [6502/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2024-08-06T20:30:15.1994400Z [6503/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2024-08-06T20:30:15.2087089Z [6504/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2024-08-06T20:30:15.2115802Z [6505/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2024-08-06T20:30:15.2187512Z [6506/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2024-08-06T20:30:15.2215482Z [6507/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2024-08-06T20:30:15.2243991Z [6508/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2024-08-06T20:30:15.2362908Z [6509/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2024-08-06T20:30:15.5626925Z [6510/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2024-08-06T20:30:15.5699346Z [6511/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2024-08-06T20:30:15.8586820Z [6512/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2024-08-06T20:30:16.0719471Z [6513/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2024-08-06T20:30:16.1199826Z [6514/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2024-08-06T20:30:16.1307913Z [6515/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2024-08-06T20:30:16.1391338Z [6516/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2024-08-06T20:30:16.2083094Z [6517/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2024-08-06T20:30:16.2951761Z [6518/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2024-08-06T20:30:16.3155741Z [6519/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2024-08-06T20:30:17.4123287Z [6520/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2024-08-06T20:30:17.4138001Z [6521/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2024-08-06T20:30:17.4370010Z [6522/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2024-08-06T20:30:17.4428903Z [6523/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2024-08-06T20:30:17.4620301Z [6524/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2024-08-06T20:30:17.4698086Z [6525/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2024-08-06T20:30:17.4866723Z [6526/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2024-08-06T20:30:17.5713536Z [6527/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2024-08-06T20:30:17.8433140Z [6528/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2024-08-06T20:30:17.8493275Z [6529/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2024-08-06T20:30:18.2162357Z [6530/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2024-08-06T20:30:18.2567004Z [6531/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2024-08-06T20:30:18.2815293Z [6532/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2024-08-06T20:30:18.3276348Z [6533/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2024-08-06T20:30:18.4371880Z [6534/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2024-08-06T20:30:18.5425676Z [6535/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2024-08-06T20:30:18.5560512Z [6536/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2024-08-06T20:30:18.5715833Z [6537/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2024-08-06T20:30:18.6421637Z [6538/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2024-08-06T20:30:19.0939588Z [6539/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2024-08-06T20:30:19.1922472Z [6540/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2024-08-06T20:30:19.2867875Z [6541/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2024-08-06T20:30:19.3532520Z [6542/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2024-08-06T20:30:19.8770384Z [6543/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2024-08-06T20:30:19.8982371Z [6544/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2024-08-06T20:30:19.9010745Z [6545/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2024-08-06T20:30:19.9081365Z [6546/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2024-08-06T20:30:19.9109426Z [6547/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2024-08-06T20:30:19.9617917Z [6548/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2024-08-06T20:30:20.1073037Z [6549/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2024-08-06T20:30:20.5259993Z [6550/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2024-08-06T20:30:20.6798404Z [6551/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2024-08-06T20:30:21.2210505Z [6552/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2024-08-06T20:30:21.2428839Z [6553/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2024-08-06T20:30:21.2457495Z [6554/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2024-08-06T20:30:21.2541593Z [6555/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2024-08-06T20:30:21.2568956Z [6556/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2024-08-06T20:30:21.2601039Z [6557/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2024-08-06T20:30:21.3121788Z [6558/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2024-08-06T20:30:21.4539717Z [6559/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2024-08-06T20:30:22.0947624Z [6560/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2024-08-06T20:30:22.7200781Z [6561/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2024-08-06T20:30:22.7428382Z [6562/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2024-08-06T20:30:22.7497139Z [6563/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2024-08-06T20:30:22.7597821Z [6564/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2024-08-06T20:30:22.7630277Z [6565/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2024-08-06T20:30:22.7660358Z [6566/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2024-08-06T20:30:22.7692969Z [6567/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2024-08-06T20:30:23.0914714Z [6568/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2024-08-06T20:30:23.6040432Z [6569/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2024-08-06T20:30:24.1727014Z [6570/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2024-08-06T20:30:24.1921767Z [6571/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2024-08-06T20:30:24.2006105Z [6572/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2024-08-06T20:30:24.2104796Z [6573/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2024-08-06T20:30:24.2133963Z [6574/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2024-08-06T20:30:24.2163664Z [6575/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2024-08-06T20:30:24.2203556Z [6576/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2024-08-06T20:30:24.3041843Z [6577/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2024-08-06T20:30:25.0121001Z [6578/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2024-08-06T20:30:25.0921672Z [6579/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2024-08-06T20:30:26.1153815Z [6580/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2024-08-06T20:30:26.1394335Z [6581/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2024-08-06T20:30:26.1490561Z [6582/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2024-08-06T20:30:26.1520034Z [6583/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2024-08-06T20:30:26.1552925Z [6584/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2024-08-06T20:30:26.1583718Z [6585/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2024-08-06T20:30:26.1615649Z [6586/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2024-08-06T20:30:26.2370344Z [6587/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBridge.cpp.obj 2024-08-06T20:30:27.1520949Z [6588/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2024-08-06T20:30:27.1766383Z [6589/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2024-08-06T20:30:27.1794161Z [6590/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2024-08-06T20:30:27.1857052Z [6591/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2024-08-06T20:30:27.1898566Z [6592/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2024-08-06T20:30:27.1969756Z [6593/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2024-08-06T20:30:28.0112268Z [6594/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:30:28.0879791Z [6595/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2024-08-06T20:30:28.1042065Z [6596/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2024-08-06T20:30:28.2140674Z [6597/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2024-08-06T20:30:28.9497002Z [6598/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2024-08-06T20:30:28.9562078Z [6599/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2024-08-06T20:30:29.0177310Z [6600/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2024-08-06T20:30:29.0326063Z [6601/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2024-08-06T20:30:29.0959462Z [6602/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2024-08-06T20:30:29.2972650Z [6603/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2024-08-06T20:30:29.3508253Z [6604/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2024-08-06T20:30:29.7968950Z [6605/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2024-08-06T20:30:29.8415681Z [6606/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2024-08-06T20:30:30.4278457Z [6607/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2024-08-06T20:30:30.4514338Z [6608/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2024-08-06T20:30:30.4542389Z [6609/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2024-08-06T20:30:30.4634784Z [6610/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2024-08-06T20:30:30.4665935Z [6611/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2024-08-06T20:30:30.5092003Z [6612/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2024-08-06T20:30:30.5244752Z [6613/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2024-08-06T20:30:30.6064879Z [6614/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2024-08-06T20:30:31.2531654Z [6615/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2024-08-06T20:30:31.3444184Z [6616/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2024-08-06T20:30:31.3637418Z [6617/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2024-08-06T20:30:31.4141854Z [6618/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2024-08-06T20:30:31.4474252Z [6619/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2024-08-06T20:30:31.4506561Z [6620/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2024-08-06T20:30:31.5370718Z [6621/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2024-08-06T20:30:31.6428838Z [6622/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2024-08-06T20:30:32.1579783Z [6623/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2024-08-06T20:30:32.2404554Z [6624/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2024-08-06T20:30:32.2822336Z [6625/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2024-08-06T20:30:32.9321326Z [6626/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2024-08-06T20:30:32.9356371Z [6627/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2024-08-06T20:30:32.9574918Z [6628/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2024-08-06T20:30:32.9602588Z [6629/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2024-08-06T20:30:32.9637563Z [6630/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2024-08-06T20:30:32.9677027Z [6631/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2024-08-06T20:30:32.9759992Z [6632/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2024-08-06T20:30:33.0033414Z [6633/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2024-08-06T20:30:33.8388002Z [6634/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2024-08-06T20:30:33.8544682Z [6635/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2024-08-06T20:30:33.8701362Z [6636/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2024-08-06T20:30:33.9346680Z [6637/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2024-08-06T20:30:33.9650218Z [6638/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2024-08-06T20:30:34.0134679Z [6639/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2024-08-06T20:30:34.7544460Z [6640/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2024-08-06T20:30:34.8010249Z [6641/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2024-08-06T20:30:34.8484338Z [6642/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2024-08-06T20:30:34.8904940Z [6643/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2024-08-06T20:30:35.1034971Z [6644/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2024-08-06T20:30:35.2719595Z [6645/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2024-08-06T20:30:35.9098764Z [6646/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2024-08-06T20:30:35.9176348Z [6647/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2024-08-06T20:30:35.9282921Z [6648/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2024-08-06T20:30:36.4993566Z [6649/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2024-08-06T20:30:36.5126540Z [6650/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2024-08-06T20:30:36.5482774Z [6651/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2024-08-06T20:30:36.5964110Z [6652/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2024-08-06T20:30:36.6518654Z [6653/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2024-08-06T20:30:36.7804830Z [6654/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2024-08-06T20:30:36.8483949Z [6655/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2024-08-06T20:30:36.8645069Z [6656/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2024-08-06T20:30:37.4855970Z [6657/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2024-08-06T20:30:37.4978229Z [6658/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2024-08-06T20:30:37.5388426Z [6659/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2024-08-06T20:30:37.5486903Z [6660/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2024-08-06T20:30:37.5896463Z [6661/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2024-08-06T20:30:37.6706169Z [6662/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2024-08-06T20:30:37.7359570Z [6663/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2024-08-06T20:30:37.8410084Z [6664/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2024-08-06T20:30:38.3118310Z [6665/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2024-08-06T20:30:38.4061392Z [6666/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2024-08-06T20:30:38.4937053Z [6667/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2024-08-06T20:30:38.5899304Z [6668/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2024-08-06T20:30:38.6520647Z [6669/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2024-08-06T20:30:38.7238395Z [6670/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2024-08-06T20:30:38.8718932Z [6671/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2024-08-06T20:30:39.6112802Z [6672/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2024-08-06T20:30:39.6439435Z [6673/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2024-08-06T20:30:39.8287161Z [6674/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2024-08-06T20:30:39.9495681Z [6675/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2024-08-06T20:30:39.9733584Z [6676/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2024-08-06T20:30:39.9778349Z [6677/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2024-08-06T20:30:40.4364266Z [6678/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2024-08-06T20:30:40.5088529Z [6679/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2024-08-06T20:30:40.7537922Z [6680/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2024-08-06T20:30:40.8264370Z [6681/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2024-08-06T20:30:40.8828380Z [6682/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2024-08-06T20:30:40.8970307Z [6683/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2024-08-06T20:30:40.9370909Z [6684/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2024-08-06T20:30:41.4351346Z [6685/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2024-08-06T20:30:41.4533192Z [6686/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2024-08-06T20:30:41.5117777Z [6687/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2024-08-06T20:30:41.7061196Z [6688/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2024-08-06T20:30:41.7821935Z [6689/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2024-08-06T20:30:41.8681587Z [6690/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2024-08-06T20:30:44.0611227Z [6691/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2024-08-06T20:30:44.1765308Z [6692/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2024-08-06T20:30:44.5794400Z [6693/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2024-08-06T20:30:44.6960190Z [6694/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2024-08-06T20:30:44.7595917Z [6695/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2024-08-06T20:30:44.7765199Z [6696/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2024-08-06T20:30:44.8454881Z [6697/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2024-08-06T20:30:45.0239149Z [6698/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2024-08-06T20:30:45.0921063Z [6699/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2024-08-06T20:30:45.5912918Z [6700/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2024-08-06T20:30:45.8098557Z [6701/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2024-08-06T20:30:46.2307652Z [6702/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2024-08-06T20:30:46.2338552Z [6703/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2024-08-06T20:30:46.5118966Z [6704/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2024-08-06T20:30:46.8901789Z [6705/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2024-08-06T20:30:47.0494082Z [6706/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2024-08-06T20:30:47.0687697Z [6707/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2024-08-06T20:30:47.1262648Z [6708/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2024-08-06T20:30:47.2174054Z [6709/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2024-08-06T20:30:47.5746571Z [6710/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2024-08-06T20:30:47.6638366Z [6711/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2024-08-06T20:30:47.7629031Z [6712/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2024-08-06T20:30:47.8225133Z [6713/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2024-08-06T20:30:47.8456807Z [6714/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2024-08-06T20:30:47.9522164Z [6715/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2024-08-06T20:30:48.0774615Z [6716/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2024-08-06T20:30:48.1410792Z [6717/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2024-08-06T20:30:48.2148984Z [6718/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2024-08-06T20:30:48.7471357Z [6719/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2024-08-06T20:30:48.7652451Z [6720/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2024-08-06T20:30:48.7737031Z [6721/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2024-08-06T20:30:48.7858656Z [6722/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2024-08-06T20:30:48.8200438Z [6723/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2024-08-06T20:30:49.1456776Z [6724/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2024-08-06T20:30:49.3064660Z [6725/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2024-08-06T20:30:49.9423477Z [6726/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2024-08-06T20:30:49.9536781Z [6727/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2024-08-06T20:30:50.0423057Z [6728/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2024-08-06T20:30:50.2371656Z [6729/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2024-08-06T20:30:50.5445446Z [6730/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2024-08-06T20:30:50.8248630Z [6731/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2024-08-06T20:30:50.9973159Z [6732/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2024-08-06T20:30:51.0169816Z [6733/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2024-08-06T20:30:51.0924264Z [6734/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2024-08-06T20:30:51.1931340Z [6735/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2024-08-06T20:30:51.7636590Z [6736/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2024-08-06T20:30:51.9283126Z [6737/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2024-08-06T20:30:52.0342096Z [6738/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2024-08-06T20:30:52.0538490Z [6739/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2024-08-06T20:30:52.2118330Z [6740/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2024-08-06T20:30:52.2513357Z [6741/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2024-08-06T20:30:52.8249446Z [6742/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2024-08-06T20:30:52.8427991Z [6743/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2024-08-06T20:30:52.8605141Z [6744/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2024-08-06T20:30:52.8770992Z [6745/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2024-08-06T20:30:52.9097497Z [6746/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2024-08-06T20:30:53.0746866Z [6747/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2024-08-06T20:30:53.5467782Z [6748/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2024-08-06T20:30:53.7377623Z [6749/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2024-08-06T20:30:53.7948936Z [6750/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2024-08-06T20:30:53.8810609Z [6751/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2024-08-06T20:30:54.2866483Z [6752/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2024-08-06T20:30:54.2903519Z [6753/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2024-08-06T20:30:54.6625236Z [6754/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2024-08-06T20:30:54.6805221Z [6755/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2024-08-06T20:30:54.8092587Z [6756/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2024-08-06T20:30:55.2513643Z [6757/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2024-08-06T20:30:55.3920977Z [6758/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2024-08-06T20:30:55.4494001Z [6759/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2024-08-06T20:30:55.7097574Z [6760/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2024-08-06T20:30:55.8160231Z [6761/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2024-08-06T20:30:56.0312276Z [6762/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2024-08-06T20:30:56.0885375Z [6763/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2024-08-06T20:30:56.4131511Z [6764/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2024-08-06T20:30:56.5014125Z [6765/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2024-08-06T20:30:56.6859575Z [6766/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2024-08-06T20:30:56.7957666Z [6767/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2024-08-06T20:30:57.0344370Z [6768/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2024-08-06T20:30:57.2287557Z [6769/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2024-08-06T20:30:57.4655832Z [6770/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2024-08-06T20:30:57.5121002Z [6771/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2024-08-06T20:30:57.5754684Z [6772/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2024-08-06T20:30:57.9436409Z [6773/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2024-08-06T20:30:58.4661958Z [6774/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2024-08-06T20:30:58.9360174Z [6775/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2024-08-06T20:30:58.9514047Z [6776/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2024-08-06T20:30:58.9775609Z [6777/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2024-08-06T20:30:59.0339084Z [6778/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2024-08-06T20:30:59.3188937Z [6779/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2024-08-06T20:30:59.4184237Z [6780/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2024-08-06T20:30:59.8554634Z [6781/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2024-08-06T20:30:59.8674574Z [6782/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2024-08-06T20:30:59.8869622Z [6783/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2024-08-06T20:31:00.0545328Z [6784/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2024-08-06T20:31:00.0875201Z [6785/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2024-08-06T20:31:00.1267638Z [6786/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2024-08-06T20:31:00.1811370Z [6787/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2024-08-06T20:31:00.2628930Z [6788/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2024-08-06T20:31:00.6458706Z [6789/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:00.6552458Z [6790/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2024-08-06T20:31:00.6831954Z [6791/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2024-08-06T20:31:00.7442601Z [6792/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2024-08-06T20:31:00.7734203Z [6793/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:00.7735526Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(509): warning C4333: '>>': right shift by too large amount, data loss 2024-08-06T20:31:00.7736776Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(894): warning C4333: '>>': right shift by too large amount, data loss 2024-08-06T20:31:00.7738726Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(509): 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-08-06T20:31:00.8327968Z [6794/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2024-08-06T20:31:00.8640678Z [6795/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2024-08-06T20:31:01.1371608Z [6796/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:01.1573720Z [6797/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:01.4742783Z [6798/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:02.0565232Z [6799/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2024-08-06T20:31:02.1674031Z [6800/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2024-08-06T20:31:02.2396874Z [6801/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2024-08-06T20:31:02.3749979Z [6802/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2024-08-06T20:31:02.6969560Z [6803/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2024-08-06T20:31:02.8095596Z [6804/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2024-08-06T20:31:03.1383109Z [6805/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU.cpp.obj 2024-08-06T20:31:03.2365958Z [6806/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2024-08-06T20:31:03.4459242Z [6807/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd.cpp.obj 2024-08-06T20:31:03.5973672Z [6808/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor.cpp.obj 2024-08-06T20:31:03.6964861Z [6809/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2024-08-06T20:31:04.1562990Z [6810/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd.cpp.obj 2024-08-06T20:31:05.4332959Z [6811/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU.cpp.obj 2024-08-06T20:31:05.4556865Z [6812/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional.cpp.obj 2024-08-06T20:31:05.4719918Z [6813/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU.cpp.obj 2024-08-06T20:31:05.4999428Z [6814/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2024-08-06T20:31:05.5120783Z [6815/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2024-08-06T20:31:05.5181325Z [6816/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2024-08-06T20:31:05.5338088Z [6817/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2024-08-06T20:31:05.5634422Z [6818/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta.cpp.obj 2024-08-06T20:31:07.0474715Z [6819/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta.cpp.obj 2024-08-06T20:31:07.0508200Z [6820/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta.cpp.obj 2024-08-06T20:31:07.0686968Z [6821/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterXPU.cpp.obj 2024-08-06T20:31:07.0716990Z [6822/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2024-08-06T20:31:07.0830798Z [6823/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta.cpp.obj 2024-08-06T20:31:07.0954586Z [6824/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU.cpp.obj 2024-08-06T20:31:07.0995962Z [6825/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU.cpp.obj 2024-08-06T20:31:07.1071967Z [6826/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU.cpp.obj 2024-08-06T20:31:07.4410649Z [6827/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2024-08-06T20:31:07.5220193Z [6828/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2024-08-06T20:31:07.5866636Z [6829/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2024-08-06T20:31:07.9586039Z [6830/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2024-08-06T20:31:08.0317001Z [6831/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta.cpp.obj 2024-08-06T20:31:08.0839576Z [6832/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor.cpp.obj 2024-08-06T20:31:08.1357200Z [6833/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:08.2560928Z [6834/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2024-08-06T20:31:08.3816171Z [6835/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2024-08-06T20:31:08.6593749Z [6836/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:08.6978323Z [6837/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:08.7283823Z [6838/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:09.0577922Z [6839/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:09.3406268Z [6840/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:09.3599601Z [6841/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:09.5388148Z [6842/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:09.6366381Z [6843/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:10.2411651Z [6844/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2024-08-06T20:31:10.7366561Z [6845/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:10.7427984Z [6846/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:10.7536285Z [6847/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:10.7716705Z [6848/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:10.7746773Z [6849/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:10.8044380Z [6850/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2024-08-06T20:31:10.9283449Z [6851/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2024-08-06T20:31:11.2758600Z [6852/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:11.3857066Z [6853/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:11.4053139Z [6854/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:11.6668477Z [6855/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:11.7284129Z [6856/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:12.2447563Z [6857/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:12.2479814Z [6858/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:12.2684875Z [6859/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:12.2754991Z [6860/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:12.2785348Z [6861/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:12.2862705Z [6862/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:12.3769178Z [6863/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:12.7230561Z [6864/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:12.7687115Z [6865/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:12.9386700Z [6866/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:12.9483204Z [6867/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:13.0837754Z [6868/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:13.6121301Z [6869/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:13.6201175Z [6870/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:13.6280991Z [6871/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:13.6385185Z [6872/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:13.6459821Z [6873/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:13.6495690Z [6874/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:13.6575344Z [6875/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:14.1767294Z [6876/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:14.2018771Z [6877/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:14.4119935Z [6878/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:14.4288807Z [6879/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:14.4372446Z [6880/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:14.4574812Z [6881/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:15.5410121Z [6882/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:15.7291073Z [6883/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:15.7348770Z [6884/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:15.7547890Z [6885/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:15.7575021Z [6886/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:15.7605168Z [6887/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:15.7634978Z [6888/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:15.7669505Z [6889/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:16.3421320Z [6890/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:16.5352879Z [6891/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:16.5477861Z [6892/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:16.5480293Z 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-08-06T20:31:16.5481612Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(112): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2024-08-06T20:31:16.5482536Z with 2024-08-06T20:31:16.5482749Z [ 2024-08-06T20:31:16.5482948Z scalar_t=float, 2024-08-06T20:31:16.5483479Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-08-06T20:31:16.5485008Z ] 2024-08-06T20:31:16.5486066Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(218): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::DEFAULT::Vectorized &)' being compiled 2024-08-06T20:31:16.5487217Z with 2024-08-06T20:31:16.5487399Z [ 2024-08-06T20:31:16.5487594Z scalar_t=float, 2024-08-06T20:31:16.5488166Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2024-08-06T20:31:16.5489057Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-08-06T20:31:16.5490177Z ] 2024-08-06T20:31:16.5492381Z 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-08-06T20:31:16.5494551Z with 2024-08-06T20:31:16.5495189Z [ 2024-08-06T20:31:16.5495449Z scalar_t=scalar_t, 2024-08-06T20:31:16.5495902Z data_t=at::vec::DEFAULT::Vectorized, 2024-08-06T20:31:16.5496988Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-08-06T20:31:16.5498202Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-08-06T20:31:16.5498777Z ] 2024-08-06T20:31:16.5500535Z 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-08-06T20:31:16.5502572Z with 2024-08-06T20:31:16.5502755Z [ 2024-08-06T20:31:16.5503109Z scalar_t=scalar_t 2024-08-06T20:31:16.5503356Z ] 2024-08-06T20:31:16.5505315Z 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-08-06T20:31:16.5508215Z with 2024-08-06T20:31:16.5508524Z [ 2024-08-06T20:31:16.5508824Z scalar_t=scalar_t 2024-08-06T20:31:16.5509185Z ] 2024-08-06T20:31:16.5510978Z 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-08-06T20:31:16.5513000Z with 2024-08-06T20:31:16.5513302Z [ 2024-08-06T20:31:16.5513729Z scalar_t=scalar_t 2024-08-06T20:31:16.5514172Z ] 2024-08-06T20:31:16.5516253Z 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-08-06T20:31:16.5517667Z with 2024-08-06T20:31:16.5517862Z [ 2024-08-06T20:31:16.5518045Z scalar_t=scalar_t 2024-08-06T20:31:16.5518286Z ] 2024-08-06T20:31:16.5519300Z 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-08-06T20:31:16.7897007Z [6893/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2024-08-06T20:31:17.1020490Z [6894/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:17.1199326Z [6895/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:17.1242292Z [6896/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:17.2278228Z [6897/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2024-08-06T20:31:17.4053726Z [6898/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2024-08-06T20:31:17.6329007Z [6899/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2024-08-06T20:31:17.6955463Z [6900/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2024-08-06T20:31:17.8201505Z [6901/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2024-08-06T20:31:17.9587579Z [6902/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2024-08-06T20:31:17.9917734Z [6903/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2024-08-06T20:31:18.0078586Z [6904/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2024-08-06T20:31:18.0323107Z [6905/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2024-08-06T20:31:18.0437039Z [6906/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2024-08-06T20:31:18.0574849Z [6907/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2024-08-06T20:31:18.1088865Z [6908/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2024-08-06T20:31:18.1099825Z [6909/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2024-08-06T20:31:18.1236474Z [6910/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2024-08-06T20:31:18.2199886Z [6911/7974] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-2.1.0\miniz.c.obj 2024-08-06T20:31:18.2338853Z [6912/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2024-08-06T20:31:18.2659534Z [6913/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2024-08-06T20:31:18.4352553Z [6914/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2024-08-06T20:31:18.5902536Z [6915/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2024-08-06T20:31:19.1118354Z [6916/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2024-08-06T20:31:19.1549046Z [6917/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2024-08-06T20:31:19.3893043Z [6918/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2024-08-06T20:31:20.3982886Z [6919/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2024-08-06T20:31:20.5710004Z [6920/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2024-08-06T20:31:21.7040161Z [6921/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2024-08-06T20:31:21.7250723Z [6922/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2024-08-06T20:31:21.7708246Z [6923/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2024-08-06T20:31:21.9316977Z [6924/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2024-08-06T20:31:22.1802054Z [6925/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2024-08-06T20:31:22.2146854Z [6926/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2024-08-06T20:31:22.3154480Z [6927/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2024-08-06T20:31:22.5943156Z [6928/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2024-08-06T20:31:22.7053067Z [6929/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2024-08-06T20:31:22.9802647Z [6930/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2024-08-06T20:31:23.1830808Z [6931/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2024-08-06T20:31:23.2172950Z [6932/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2024-08-06T20:31:23.2609913Z [6933/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2024-08-06T20:31:23.3154544Z [6934/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2024-08-06T20:31:23.4918851Z [6935/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2024-08-06T20:31:23.6704205Z [6936/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2024-08-06T20:31:24.0941446Z [6937/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2024-08-06T20:31:24.1232642Z [6938/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2024-08-06T20:31:24.3540495Z [6939/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2024-08-06T20:31:24.4069819Z [6940/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2024-08-06T20:31:24.4649681Z [6941/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2024-08-06T20:31:25.3736966Z [6942/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2024-08-06T20:31:25.4440281Z [6943/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2024-08-06T20:31:25.8102166Z [6944/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2024-08-06T20:31:26.2694670Z [6945/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2024-08-06T20:31:26.2859626Z [6946/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2024-08-06T20:31:26.5014059Z [6947/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2024-08-06T20:31:26.6890183Z [6948/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2024-08-06T20:31:26.9264903Z [6949/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2024-08-06T20:31:27.2311121Z [6950/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2024-08-06T20:31:27.2743926Z [6951/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2024-08-06T20:31:27.3656945Z [6952/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2024-08-06T20:31:28.2689755Z [6953/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2024-08-06T20:31:28.2753975Z [6954/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2024-08-06T20:31:28.2903970Z [6955/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2024-08-06T20:31:28.3455075Z [6956/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2024-08-06T20:31:28.9175993Z [6957/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2024-08-06T20:31:29.0798055Z [6958/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2024-08-06T20:31:29.1510701Z [6959/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2024-08-06T20:31:29.1901540Z [6960/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2024-08-06T20:31:29.1998373Z [6961/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2024-08-06T20:31:29.4231629Z [6962/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2024-08-06T20:31:29.4784493Z [6963/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2024-08-06T20:31:29.8363045Z [6964/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2024-08-06T20:31:30.1038341Z [6965/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2024-08-06T20:31:30.1552720Z [6966/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2024-08-06T20:31:30.1603859Z [6967/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2024-08-06T20:31:30.3730293Z [6968/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2024-08-06T20:31:30.5172384Z [6969/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2024-08-06T20:31:31.1019103Z [6970/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2024-08-06T20:31:31.1888321Z [6971/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2024-08-06T20:31:31.3725106Z [6972/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2024-08-06T20:31:32.4175210Z [6973/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2024-08-06T20:31:32.4395705Z [6974/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2024-08-06T20:31:32.7156805Z [6975/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2024-08-06T20:31:33.3907900Z [6976/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2024-08-06T20:31:33.4916038Z [6977/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2024-08-06T20:31:33.5949950Z [6978/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2024-08-06T20:31:33.6245226Z [6979/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2024-08-06T20:31:33.7741401Z [6980/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2024-08-06T20:31:33.9899175Z [6981/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2024-08-06T20:31:34.1113778Z [6982/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2024-08-06T20:31:34.4408919Z [6983/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2024-08-06T20:31:34.5733850Z [6984/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2024-08-06T20:31:34.6733935Z [6985/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2024-08-06T20:31:34.7119875Z [6986/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2024-08-06T20:31:34.7220195Z [6987/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2024-08-06T20:31:34.7900525Z [6988/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2024-08-06T20:31:34.9100705Z [6989/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2024-08-06T20:31:35.5979488Z [6990/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2024-08-06T20:31:35.6127857Z [6991/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2024-08-06T20:31:35.6882151Z [6992/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2024-08-06T20:31:35.7070701Z [6993/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2024-08-06T20:31:35.7888716Z [6994/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2024-08-06T20:31:35.8158725Z [6995/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2024-08-06T20:31:35.8250456Z [6996/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2024-08-06T20:31:35.8561644Z [6997/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2024-08-06T20:31:36.5009030Z [6998/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2024-08-06T20:31:36.5708943Z [6999/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2024-08-06T20:31:36.6303962Z [7000/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2024-08-06T20:31:36.7087915Z [7001/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2024-08-06T20:31:36.7237451Z [7002/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2024-08-06T20:31:36.7391012Z [7003/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2024-08-06T20:31:36.9007781Z [7004/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2024-08-06T20:31:37.0958568Z [7005/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2024-08-06T20:31:37.5661189Z [7006/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2024-08-06T20:31:37.6477329Z [7007/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2024-08-06T20:31:37.8336295Z [7008/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2024-08-06T20:31:37.9787840Z [7009/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2024-08-06T20:31:38.5127644Z [7010/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2024-08-06T20:31:38.5400371Z [7011/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2024-08-06T20:31:38.6932856Z [7012/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2024-08-06T20:31:38.7149182Z [7013/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2024-08-06T20:31:38.9069504Z [7014/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2024-08-06T20:31:38.9170950Z [7015/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2024-08-06T20:31:39.1471388Z [7016/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2024-08-06T20:31:39.2830960Z [7017/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2024-08-06T20:31:39.3767743Z [7018/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2024-08-06T20:31:39.5426863Z [7019/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2024-08-06T20:31:39.5558759Z [7020/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2024-08-06T20:31:39.6979839Z [7021/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2024-08-06T20:31:39.8820876Z [7022/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2024-08-06T20:31:40.1835516Z [7023/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2024-08-06T20:31:40.3859221Z [7024/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2024-08-06T20:31:40.5202767Z [7025/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2024-08-06T20:31:40.6158970Z [7026/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2024-08-06T20:31:40.6477964Z [7027/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2024-08-06T20:31:41.2272215Z [7028/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2024-08-06T20:31:41.4795937Z [7029/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2024-08-06T20:31:41.6622259Z [7030/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2024-08-06T20:31:41.6726354Z [7031/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2024-08-06T20:31:42.2017922Z [7032/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2024-08-06T20:31:42.4781363Z [7033/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2024-08-06T20:31:42.6437728Z [7034/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2024-08-06T20:31:42.7039826Z [7035/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2024-08-06T20:31:42.7628002Z [7036/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2024-08-06T20:31:43.2438848Z [7037/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2024-08-06T20:31:43.3383358Z [7038/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2024-08-06T20:31:43.4584047Z [7039/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2024-08-06T20:31:43.4691075Z [7040/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2024-08-06T20:31:43.6459681Z [7041/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2024-08-06T20:31:43.7234615Z [7042/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2024-08-06T20:31:43.7367294Z [7043/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2024-08-06T20:31:43.9320193Z [7044/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2024-08-06T20:31:44.2851417Z [7045/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2024-08-06T20:31:44.3224192Z [7046/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2024-08-06T20:31:44.4461201Z [7047/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2024-08-06T20:31:44.5824775Z [7048/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2024-08-06T20:31:44.8407679Z [7049/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2024-08-06T20:31:44.8665916Z [7050/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2024-08-06T20:31:44.8858210Z [7051/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2024-08-06T20:31:45.4507416Z [7052/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2024-08-06T20:31:45.4750310Z [7053/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2024-08-06T20:31:45.6720214Z [7054/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2024-08-06T20:31:45.8571541Z [7055/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2024-08-06T20:31:45.9046140Z [7056/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2024-08-06T20:31:46.3354018Z [7057/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2024-08-06T20:31:46.4627020Z [7058/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2024-08-06T20:31:46.8521064Z [7059/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2024-08-06T20:31:46.8965744Z [7060/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2024-08-06T20:31:47.2733500Z [7061/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2024-08-06T20:31:47.3610510Z [7062/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2024-08-06T20:31:47.4813924Z [7063/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2024-08-06T20:31:47.8557667Z [7064/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2024-08-06T20:31:48.0486485Z [7065/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2024-08-06T20:31:48.5799236Z [7066/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2024-08-06T20:31:48.5832191Z [7067/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2024-08-06T20:31:48.6121461Z [7068/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2024-08-06T20:31:48.6812989Z [7069/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2024-08-06T20:31:49.1033522Z [7070/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2024-08-06T20:31:49.3235185Z [7071/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2024-08-06T20:31:49.6727579Z [7072/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2024-08-06T20:31:49.6828396Z [7073/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2024-08-06T20:31:50.0727135Z [7074/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2024-08-06T20:31:50.2661536Z [7075/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2024-08-06T20:31:50.4892051Z [7076/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2024-08-06T20:31:50.6091019Z [7077/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2024-08-06T20:31:50.7161657Z [7078/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2024-08-06T20:31:51.0816457Z [7079/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2024-08-06T20:31:51.2286447Z [7080/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2024-08-06T20:31:51.3340849Z [7081/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2024-08-06T20:31:51.4168729Z [7082/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2024-08-06T20:31:51.6213812Z [7083/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2024-08-06T20:31:51.6284675Z [7084/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2024-08-06T20:31:51.6631397Z [7085/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2024-08-06T20:31:52.0867639Z [7086/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2024-08-06T20:31:52.2255636Z [7087/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2024-08-06T20:31:52.2664037Z [7088/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2024-08-06T20:31:52.3483666Z [7089/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2024-08-06T20:31:52.5274112Z [7090/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2024-08-06T20:31:52.6252832Z [7091/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2024-08-06T20:31:52.6688486Z [7092/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2024-08-06T20:31:52.8057513Z [7093/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2024-08-06T20:31:53.6713973Z [7094/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2024-08-06T20:31:54.7573285Z [7095/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2024-08-06T20:31:54.8041477Z [7096/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2024-08-06T20:31:54.9053090Z [7097/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2024-08-06T20:31:55.6235056Z [7098/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2024-08-06T20:31:55.6236288Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(397): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-08-06T20:31:55.6237174Z with 2024-08-06T20:31:55.6237372Z [ 2024-08-06T20:31:55.6237545Z T=int 2024-08-06T20:31:55.6237749Z ] 2024-08-06T20:31:55.6239046Z 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-08-06T20:31:55.6240258Z with 2024-08-06T20:31:55.6240458Z [ 2024-08-06T20:31:55.6240647Z T=int 2024-08-06T20:31:55.6240831Z ] 2024-08-06T20:31:55.7376810Z [7099/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2024-08-06T20:31:55.7806401Z [7100/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2024-08-06T20:31:55.8034607Z [7101/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2024-08-06T20:31:55.8952385Z [7102/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2024-08-06T20:31:56.0963179Z [7103/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2024-08-06T20:31:56.1470049Z [7104/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2024-08-06T20:31:56.5339172Z [7105/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2024-08-06T20:31:56.5819966Z [7106/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2024-08-06T20:31:56.7523709Z [7107/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2024-08-06T20:31:56.7787954Z [7108/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2024-08-06T20:31:56.9235653Z [7109/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2024-08-06T20:31:57.1192261Z [7110/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2024-08-06T20:31:57.1857066Z [7111/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2024-08-06T20:31:57.7685011Z [7112/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2024-08-06T20:31:57.7837520Z [7113/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2024-08-06T20:31:57.8950199Z [7114/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2024-08-06T20:31:57.9857106Z [7115/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2024-08-06T20:31:58.2061053Z [7116/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2024-08-06T20:31:58.2098791Z [7117/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2024-08-06T20:31:58.7360028Z [7118/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2024-08-06T20:31:58.7562097Z [7119/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2024-08-06T20:31:58.8427131Z [7120/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2024-08-06T20:31:59.0208402Z [7121/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2024-08-06T20:31:59.4145491Z [7122/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2024-08-06T20:31:59.7489497Z [7123/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2024-08-06T20:31:59.8139492Z [7124/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2024-08-06T20:31:59.9311088Z [7125/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2024-08-06T20:32:00.0511313Z [7126/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2024-08-06T20:32:00.0659516Z [7127/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2024-08-06T20:32:00.0910634Z [7128/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2024-08-06T20:32:00.0912614Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(477): warning C4805: '&=': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2024-08-06T20:32:00.0914890Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(477): warning C4805: '&': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2024-08-06T20:32:00.2032867Z [7129/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2024-08-06T20:32:00.3974050Z [7130/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2024-08-06T20:32:00.4374286Z [7131/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2024-08-06T20:32:01.1222710Z [7132/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2024-08-06T20:32:01.3696030Z [7133/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2024-08-06T20:32:01.6830563Z [7134/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2024-08-06T20:32:01.7904162Z [7135/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2024-08-06T20:32:02.7601159Z [7136/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2024-08-06T20:32:03.4983129Z [7137/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2024-08-06T20:32:03.5669604Z [7138/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2024-08-06T20:32:03.6417866Z [7139/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2024-08-06T20:32:03.7709169Z [7140/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2024-08-06T20:32:03.8311990Z [7141/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2024-08-06T20:32:03.9334416Z [7142/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2024-08-06T20:32:04.2162652Z [7143/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2024-08-06T20:32:04.6399557Z [7144/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2024-08-06T20:32:05.0224828Z [7145/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2024-08-06T20:32:05.1183682Z [7146/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2024-08-06T20:32:05.2306952Z [7147/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2024-08-06T20:32:05.3729127Z [7148/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2024-08-06T20:32:06.1409154Z [7149/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2024-08-06T20:32:06.2474808Z [7150/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2024-08-06T20:32:06.4033856Z [7151/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2024-08-06T20:32:06.8791121Z [7152/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2024-08-06T20:32:06.9949395Z [7153/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2024-08-06T20:32:07.3110525Z [7154/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2024-08-06T20:32:07.5925392Z [7155/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2024-08-06T20:32:07.7038182Z [7156/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2024-08-06T20:32:08.3304757Z [7157/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2024-08-06T20:32:08.5365372Z [7158/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2024-08-06T20:32:08.6472959Z [7159/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2024-08-06T20:32:08.7058266Z [7160/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2024-08-06T20:32:08.9522677Z [7161/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2024-08-06T20:32:09.1701851Z [7162/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2024-08-06T20:32:09.6461119Z [7163/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2024-08-06T20:32:09.7408457Z [7164/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2024-08-06T20:32:09.9086901Z [7165/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2024-08-06T20:32:10.2336144Z [7166/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2024-08-06T20:32:10.2583440Z [7167/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2024-08-06T20:32:10.7012371Z [7168/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2024-08-06T20:32:11.8208395Z [7169/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2024-08-06T20:32:12.1602636Z [7170/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2024-08-06T20:32:12.5112538Z [7171/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2024-08-06T20:32:13.0479158Z [7172/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2024-08-06T20:32:13.2387273Z [7173/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2024-08-06T20:32:13.2938180Z [7174/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2024-08-06T20:32:13.5558841Z [7175/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2024-08-06T20:32:13.6439356Z [7176/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2024-08-06T20:32:14.1014854Z [7177/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2024-08-06T20:32:14.6671140Z [7178/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2024-08-06T20:32:14.7895403Z [7179/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2024-08-06T20:32:15.3207650Z [7180/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2024-08-06T20:32:15.6981192Z [7181/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2024-08-06T20:32:15.8570517Z [7182/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2024-08-06T20:32:16.4288815Z [7183/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2024-08-06T20:32:16.4921656Z [7184/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2024-08-06T20:32:17.4166669Z [7185/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2024-08-06T20:32:17.6771443Z [7186/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2024-08-06T20:32:17.9747381Z [7187/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2024-08-06T20:32:18.1802564Z [7188/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2024-08-06T20:32:18.6605459Z [7189/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2024-08-06T20:32:18.8099555Z [7190/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2024-08-06T20:32:18.9150629Z [7191/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2024-08-06T20:32:18.9876697Z [7192/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2024-08-06T20:32:19.0673859Z [7193/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2024-08-06T20:32:19.1957291Z [7194/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2024-08-06T20:32:19.3822515Z [7195/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2024-08-06T20:32:19.6820042Z [7196/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2024-08-06T20:32:19.7628649Z [7197/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2024-08-06T20:32:20.0036893Z [7198/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2024-08-06T20:32:20.0038905Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(397): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-08-06T20:32:20.0040612Z with 2024-08-06T20:32:20.0040928Z [ 2024-08-06T20:32:20.0041234Z T=int 2024-08-06T20:32:20.0041574Z ] 2024-08-06T20:32:20.0043389Z 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-08-06T20:32:20.0045611Z with 2024-08-06T20:32:20.0045979Z [ 2024-08-06T20:32:20.0046287Z T=int 2024-08-06T20:32:20.0046601Z ] 2024-08-06T20:32:22.4180675Z [7199/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2024-08-06T20:32:22.5319238Z [7200/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2024-08-06T20:32:22.5998212Z [7201/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2024-08-06T20:32:22.8769063Z [7202/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2024-08-06T20:32:23.4099547Z [7203/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2024-08-06T20:32:23.4367435Z [7204/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2024-08-06T20:32:23.4936706Z [7205/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2024-08-06T20:32:23.6142572Z [7206/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2024-08-06T20:32:23.6375473Z [7207/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2024-08-06T20:32:23.6598233Z [7208/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2024-08-06T20:32:23.7662401Z [7209/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2024-08-06T20:32:23.9497643Z [7210/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2024-08-06T20:32:24.2773854Z [7211/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2024-08-06T20:32:24.3925221Z [7212/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2024-08-06T20:32:24.5593860Z [7213/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2024-08-06T20:32:24.5924030Z [7214/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2024-08-06T20:32:24.6861383Z [7215/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2024-08-06T20:32:24.7405277Z [7216/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2024-08-06T20:32:24.9346927Z [7217/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2024-08-06T20:32:25.0803153Z [7218/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2024-08-06T20:32:25.3886854Z [7219/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2024-08-06T20:32:25.5504198Z [7220/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2024-08-06T20:32:25.6251140Z [7221/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2024-08-06T20:32:25.6405500Z [7222/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2024-08-06T20:32:25.6921541Z [7223/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2024-08-06T20:32:25.7407210Z [7224/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2024-08-06T20:32:25.8002792Z [7225/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2024-08-06T20:32:25.8005063Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(397): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-08-06T20:32:25.8006691Z with 2024-08-06T20:32:25.8007013Z [ 2024-08-06T20:32:25.8007336Z T=int 2024-08-06T20:32:25.8008660Z ] 2024-08-06T20:32:25.8010836Z 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-08-06T20:32:25.8012765Z with 2024-08-06T20:32:25.8013429Z [ 2024-08-06T20:32:25.8013763Z T=int 2024-08-06T20:32:25.8014112Z ] 2024-08-06T20:32:25.9058514Z [7226/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2024-08-06T20:32:25.9580202Z [7227/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2024-08-06T20:32:26.0552046Z [7228/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2024-08-06T20:32:26.6558123Z [7229/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2024-08-06T20:32:26.6711468Z [7230/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2024-08-06T20:32:26.7247730Z [7231/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2024-08-06T20:32:26.7925256Z [7232/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2024-08-06T20:32:26.8094146Z [7233/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2024-08-06T20:32:26.9464396Z [7234/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2024-08-06T20:32:26.9622055Z [7235/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2024-08-06T20:32:26.9785220Z [7236/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2024-08-06T20:32:27.0953690Z [7237/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2024-08-06T20:32:27.1870353Z [7238/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2024-08-06T20:32:27.7353269Z [7239/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2024-08-06T20:32:27.7825574Z [7240/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2024-08-06T20:32:27.8768640Z [7241/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2024-08-06T20:32:27.9615493Z [7242/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2024-08-06T20:32:27.9754972Z [7243/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2024-08-06T20:32:28.0260993Z [7244/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2024-08-06T20:32:28.0508458Z [7245/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2024-08-06T20:32:28.1545225Z [7246/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2024-08-06T20:32:28.1909733Z [7247/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2024-08-06T20:32:28.3864086Z [7248/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2024-08-06T20:32:28.4660732Z [7249/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2024-08-06T20:32:28.5596225Z [7250/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2024-08-06T20:32:28.6002066Z [7251/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2024-08-06T20:32:28.7611779Z [7252/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2024-08-06T20:32:28.8365352Z [7253/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2024-08-06T20:32:29.1983595Z [7254/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2024-08-06T20:32:29.2159142Z [7255/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2024-08-06T20:32:29.2636805Z [7256/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2024-08-06T20:32:29.4159235Z [7257/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2024-08-06T20:32:29.5001914Z [7258/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2024-08-06T20:32:29.8599054Z [7259/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2024-08-06T20:32:30.1973596Z [7260/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2024-08-06T20:32:30.4831856Z [7261/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2024-08-06T20:32:30.8809384Z [7262/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2024-08-06T20:32:31.2030292Z [7263/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2024-08-06T20:32:31.4827829Z [7264/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2024-08-06T20:32:31.7674574Z [7265/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2024-08-06T20:32:31.9292348Z [7266/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2024-08-06T20:32:32.3397954Z [7267/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2024-08-06T20:32:32.4372905Z [7268/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2024-08-06T20:32:32.4775180Z [7269/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2024-08-06T20:32:32.7118031Z [7270/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2024-08-06T20:32:32.7236787Z [7271/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2024-08-06T20:32:32.9586814Z [7272/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2024-08-06T20:32:32.9869807Z [7273/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2024-08-06T20:32:33.6258696Z [7274/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2024-08-06T20:32:33.7701988Z [7275/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2024-08-06T20:32:33.8368868Z [7276/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2024-08-06T20:32:34.0506309Z [7277/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2024-08-06T20:32:34.7655601Z [7278/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2024-08-06T20:32:34.7962954Z [7279/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2024-08-06T20:32:34.8635445Z [7280/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2024-08-06T20:32:35.3600435Z [7281/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2024-08-06T20:32:35.7728582Z [7282/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2024-08-06T20:32:36.1590951Z [7283/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2024-08-06T20:32:36.3952948Z [7284/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2024-08-06T20:32:37.1411474Z [7285/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2024-08-06T20:32:37.2132402Z [7286/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2024-08-06T20:32:37.6600184Z [7287/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2024-08-06T20:32:37.7145276Z [7288/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2024-08-06T20:32:37.9632427Z [7289/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2024-08-06T20:32:38.0360617Z [7290/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2024-08-06T20:32:38.3961706Z [7291/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2024-08-06T20:32:38.4436138Z [7292/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2024-08-06T20:32:38.5114237Z [7293/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2024-08-06T20:32:38.5399660Z [7294/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2024-08-06T20:32:39.2593253Z [7295/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2024-08-06T20:32:39.5280991Z [7296/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2024-08-06T20:32:39.5739627Z [7297/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2024-08-06T20:32:39.6491339Z [7298/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2024-08-06T20:32:40.1730469Z [7299/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2024-08-06T20:32:40.5964199Z [7300/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2024-08-06T20:32:40.6085145Z [7301/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2024-08-06T20:32:40.6225005Z [7302/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2024-08-06T20:32:41.3889545Z [7303/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2024-08-06T20:32:41.4657775Z [7304/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2024-08-06T20:32:41.8739685Z [7305/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2024-08-06T20:32:41.9351147Z [7306/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2024-08-06T20:32:42.0358985Z [7307/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2024-08-06T20:32:42.0765218Z [7308/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2024-08-06T20:32:43.1847944Z [7309/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2024-08-06T20:32:43.4293544Z [7310/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\DMAConnectivity.cpp.obj 2024-08-06T20:32:44.1201311Z [7311/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2024-08-06T20:32:44.1854105Z [7312/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2024-08-06T20:32:44.3240559Z [7313/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2024-08-06T20:32:44.6649876Z [7314/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2024-08-06T20:32:45.1087158Z [7315/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2024-08-06T20:32:45.5732539Z [7316/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2024-08-06T20:32:45.7788194Z [7317/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2024-08-06T20:32:45.9982832Z [7318/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2024-08-06T20:32:46.3585381Z [7319/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2024-08-06T20:32:46.4374218Z [7320/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2024-08-06T20:32:46.8375207Z [7321/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2024-08-06T20:32:47.5924246Z [7322/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\SymmetricMemory.cpp.obj 2024-08-06T20:32:47.6050291Z [7323/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2024-08-06T20:32:47.9446982Z [7324/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2024-08-06T20:32:48.3901202Z [7325/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2024-08-06T20:32:48.4884410Z [7326/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2024-08-06T20:32:48.8775514Z [7327/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2024-08-06T20:32:49.0732949Z [7328/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2024-08-06T20:32:49.6323295Z [7329/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2024-08-06T20:32:49.6984969Z [7330/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2024-08-06T20:32:49.7349719Z [7331/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2024-08-06T20:32:50.0338344Z [7332/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2024-08-06T20:32:50.0339416Z 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-08-06T20:32:50.1080274Z [7333/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2024-08-06T20:32:50.1550885Z [7334/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2024-08-06T20:32:50.6864258Z [7335/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2024-08-06T20:32:51.5205464Z [7336/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2024-08-06T20:32:51.5461576Z [7337/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2024-08-06T20:32:51.8224549Z [7338/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2024-08-06T20:32:52.2544759Z [7339/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2024-08-06T20:32:53.2081765Z [7340/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2024-08-06T20:32:53.5879059Z [7341/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2024-08-06T20:32:53.6156090Z [7342/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2024-08-06T20:32:53.6879065Z [7343/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2024-08-06T20:32:53.7999232Z [7344/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2024-08-06T20:32:53.9821369Z [7345/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2024-08-06T20:32:54.6636770Z [7346/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2024-08-06T20:32:55.6014391Z [7347/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2024-08-06T20:32:55.7826582Z [7348/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2024-08-06T20:32:56.9024429Z [7349/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2024-08-06T20:32:57.2014202Z [7350/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2024-08-06T20:32:57.3194653Z [7351/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2024-08-06T20:32:57.5244504Z [7352/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2024-08-06T20:32:57.5871519Z [7353/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2024-08-06T20:32:58.1233465Z [7354/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2024-08-06T20:32:59.2396404Z [7355/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2024-08-06T20:32:59.3533361Z [7356/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2024-08-06T20:33:00.4105212Z [7357/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2024-08-06T20:33:00.6653658Z [7358/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2024-08-06T20:33:00.8952248Z [7359/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2024-08-06T20:33:00.9433907Z [7360/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2024-08-06T20:33:01.2539609Z [7361/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2024-08-06T20:33:01.4856995Z [7362/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2024-08-06T20:33:01.4858283Z 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-08-06T20:33:01.4859529Z 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-08-06T20:33:01.4860795Z 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-08-06T20:33:01.9159671Z 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-08-06T20:33:01.9161679Z [7363/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2024-08-06T20:33:02.7803348Z [7364/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2024-08-06T20:33:03.2142383Z [7365/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2024-08-06T20:33:03.8120896Z [7366/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2024-08-06T20:33:04.0883779Z [7367/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2024-08-06T20:33:04.4118181Z [7368/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2024-08-06T20:33:04.9116417Z [7369/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2024-08-06T20:33:05.0608828Z [7370/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2024-08-06T20:33:05.2615082Z [7371/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2024-08-06T20:33:05.9235399Z [7372/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2024-08-06T20:33:06.4540158Z [7373/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2024-08-06T20:33:07.0024724Z [7374/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2024-08-06T20:33:07.4554836Z [7375/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2024-08-06T20:33:07.7712907Z [7376/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2024-08-06T20:33:08.1399065Z [7377/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2024-08-06T20:33:08.3074386Z [7378/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2024-08-06T20:33:08.5276403Z [7379/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2024-08-06T20:33:09.2832664Z [7380/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2024-08-06T20:33:09.7335825Z [7381/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2024-08-06T20:33:10.6026642Z [7382/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2024-08-06T20:33:10.9405627Z [7383/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2024-08-06T20:33:11.6393322Z [7384/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2024-08-06T20:33:12.0463892Z [7385/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2024-08-06T20:33:12.5724461Z [7386/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2024-08-06T20:33:13.0004908Z [7387/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2024-08-06T20:33:13.0522368Z [7388/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2024-08-06T20:33:13.5257608Z [7389/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2024-08-06T20:33:13.5423981Z [7390/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2024-08-06T20:33:13.5425094Z 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-08-06T20:33:13.5426486Z 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-08-06T20:33:13.5427797Z 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-08-06T20:33:13.5429008Z 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-08-06T20:33:13.5441407Z [7391/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2024-08-06T20:33:13.5442434Z 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-08-06T20:33:13.5443717Z 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-08-06T20:33:13.5445074Z 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-08-06T20:33:13.5446290Z 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-08-06T20:33:13.8579766Z [7392/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX2.cpp.obj 2024-08-06T20:33:13.8580827Z 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-08-06T20:33:13.8582021Z 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-08-06T20:33:13.8583319Z 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-08-06T20:33:13.8584541Z 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-08-06T20:33:13.8947834Z [7393/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2024-08-06T20:33:14.5013826Z [7394/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX2.cpp.obj 2024-08-06T20:33:14.5014909Z 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-08-06T20:33:14.5016184Z 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-08-06T20:33:14.5017650Z 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-08-06T20:33:14.5018860Z 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-08-06T20:33:14.5467741Z [7395/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:14.5468778Z 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-08-06T20:33:14.5469945Z 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-08-06T20:33:14.5471416Z 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-08-06T20:33:14.5472626Z 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-08-06T20:33:14.5744157Z [7396/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2024-08-06T20:33:14.6153745Z [7397/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:14.6154771Z 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-08-06T20:33:14.6155922Z 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-08-06T20:33:14.6157176Z 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-08-06T20:33:14.6158399Z 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-08-06T20:33:14.6999596Z [7398/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:14.7000698Z 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-08-06T20:33:14.7001911Z 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-08-06T20:33:14.7003208Z 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-08-06T20:33:14.7004482Z 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-08-06T20:33:14.8660960Z [7399/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:14.8661988Z 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-08-06T20:33:14.8663197Z 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-08-06T20:33:14.8664591Z 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-08-06T20:33:14.8666059Z 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-08-06T20:33:14.8967714Z [7400/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2024-08-06T20:33:14.8969602Z 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-08-06T20:33:14.8971745Z 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-08-06T20:33:14.8974033Z 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-08-06T20:33:14.8976596Z 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-08-06T20:33:15.1361611Z [7401/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:15.1362775Z 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-08-06T20:33:15.1363957Z 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-08-06T20:33:15.1365255Z 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-08-06T20:33:15.1366573Z 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-08-06T20:33:15.1833043Z [7402/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:15.1835037Z 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-08-06T20:33:15.1837264Z 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-08-06T20:33:15.1839593Z 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-08-06T20:33:15.1841864Z 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-08-06T20:33:15.4942371Z [7403/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2024-08-06T20:33:15.4943433Z 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-08-06T20:33:15.4944600Z 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-08-06T20:33:15.4945913Z 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-08-06T20:33:15.4947122Z 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-08-06T20:33:15.6197094Z [7404/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2024-08-06T20:33:15.6198151Z 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-08-06T20:33:15.6199306Z 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-08-06T20:33:15.6200536Z 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-08-06T20:33:15.6201757Z 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-08-06T20:33:15.7194931Z [7405/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:15.7195986Z 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-08-06T20:33:15.7197157Z 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-08-06T20:33:15.7198382Z 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-08-06T20:33:15.7199779Z 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-08-06T20:33:15.7721002Z [7406/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:15.7722193Z 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-08-06T20:33:15.7723387Z 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-08-06T20:33:15.7724783Z 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-08-06T20:33:15.7726408Z 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-08-06T20:33:15.8422899Z [7407/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:15.8423971Z 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-08-06T20:33:15.8425138Z 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-08-06T20:33:15.8426357Z 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-08-06T20:33:15.8427678Z 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-08-06T20:33:15.9283862Z [7408/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:15.9284913Z 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-08-06T20:33:15.9286281Z 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-08-06T20:33:15.9287626Z 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-08-06T20:33:15.9288996Z 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-08-06T20:33:16.1624039Z [7409/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:16.1625433Z 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-08-06T20:33:16.1626681Z 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-08-06T20:33:16.1628049Z 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-08-06T20:33:16.1629293Z 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-08-06T20:33:16.2670391Z [7410/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:16.2671591Z 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-08-06T20:33:16.2673430Z 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-08-06T20:33:16.2675366Z 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-08-06T20:33:16.2677012Z 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-08-06T20:33:16.3776303Z [7411/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:16.3777347Z 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-08-06T20:33:16.3778926Z 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-08-06T20:33:16.3780322Z 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-08-06T20:33:16.3781627Z 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-08-06T20:33:16.4239245Z [7412/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:16.4241259Z 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-08-06T20:33:16.4243558Z 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-08-06T20:33:16.4246230Z 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-08-06T20:33:16.4248780Z 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-08-06T20:33:16.6308732Z [7413/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:16.6310324Z 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-08-06T20:33:16.6312504Z 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-08-06T20:33:16.6315005Z 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-08-06T20:33:16.6317153Z 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-08-06T20:33:16.6463042Z [7414/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:16.6464173Z 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-08-06T20:33:16.6465336Z 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-08-06T20:33:16.6466764Z 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-08-06T20:33:16.6468226Z 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-08-06T20:33:16.7536909Z [7415/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:16.7537999Z 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-08-06T20:33:16.7540102Z 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-08-06T20:33:16.7541354Z 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-08-06T20:33:16.7542593Z 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-08-06T20:33:16.8021246Z [7416/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:16.8022480Z 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-08-06T20:33:16.8023660Z 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-08-06T20:33:16.8024919Z 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-08-06T20:33:16.8026550Z 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-08-06T20:33:16.8767625Z [7417/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:16.8769771Z 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-08-06T20:33:16.8771948Z 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-08-06T20:33:16.8774344Z 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-08-06T20:33:16.8776916Z 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-08-06T20:33:16.8870795Z [7418/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:16.8872652Z 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-08-06T20:33:16.8874783Z 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-08-06T20:33:16.8877067Z 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-08-06T20:33:16.8878836Z 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-08-06T20:33:17.0074578Z [7419/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:17.0076973Z 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-08-06T20:33:17.0079451Z 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-08-06T20:33:17.0082008Z 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-08-06T20:33:17.0084490Z 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-08-06T20:33:17.1821652Z [7420/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:17.1823656Z 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-08-06T20:33:17.1826053Z 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-08-06T20:33:17.1828174Z 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-08-06T20:33:17.1830580Z 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-08-06T20:33:17.3145369Z [7421/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:17.3146664Z 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-08-06T20:33:17.3147932Z 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-08-06T20:33:17.3149333Z 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-08-06T20:33:17.3151010Z 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-08-06T20:33:17.3333130Z [7422/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:17.3334494Z 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-08-06T20:33:17.3335803Z 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-08-06T20:33:17.3337114Z 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-08-06T20:33:17.3338726Z 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-08-06T20:33:17.6610460Z [7423/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:17.6611562Z 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-08-06T20:33:17.6612798Z 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-08-06T20:33:17.6614047Z 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-08-06T20:33:17.6615307Z 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-08-06T20:33:17.7103291Z [7424/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2024-08-06T20:33:17.7104399Z 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-08-06T20:33:17.7105828Z 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-08-06T20:33:17.7107098Z 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-08-06T20:33:17.7108408Z 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-08-06T20:33:17.7411983Z [7425/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:17.7413870Z 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-08-06T20:33:17.7416305Z 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-08-06T20:33:17.7418645Z 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-08-06T20:33:17.7421027Z 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-08-06T20:33:17.7974889Z [7426/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:17.7976927Z 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-08-06T20:33:17.7979408Z 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-08-06T20:33:17.7981758Z 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-08-06T20:33:17.7984504Z 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-08-06T20:33:17.8683265Z [7427/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:17.8684343Z 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-08-06T20:33:17.8685635Z 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-08-06T20:33:17.8686969Z 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-08-06T20:33:17.8688425Z 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-08-06T20:33:17.9305517Z [7428/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:17.9307608Z 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-08-06T20:33:17.9309810Z 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-08-06T20:33:17.9312105Z 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-08-06T20:33:17.9314445Z 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-08-06T20:33:18.1293257Z [7429/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:18.1294555Z 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-08-06T20:33:18.1295736Z 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-08-06T20:33:18.1297233Z 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-08-06T20:33:18.1299019Z 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-08-06T20:33:18.1865775Z [7430/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:18.1866953Z 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-08-06T20:33:18.3458442Z [7431/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:18.3459519Z 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-08-06T20:33:18.3460925Z 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-08-06T20:33:18.3462165Z 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-08-06T20:33:18.3463416Z 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-08-06T20:33:18.4538212Z [7432/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:18.4539403Z 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-08-06T20:33:18.4540652Z 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-08-06T20:33:18.4542934Z 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-08-06T20:33:18.4544790Z 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-08-06T20:33:18.5925414Z [7433/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:18.5927223Z 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-08-06T20:33:18.5929278Z 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-08-06T20:33:18.5931307Z 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-08-06T20:33:18.5933412Z 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-08-06T20:33:18.6658047Z [7434/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:18.6660062Z 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-08-06T20:33:18.6697825Z [7435/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:18.6737946Z 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-08-06T20:33:18.6740409Z 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-08-06T20:33:18.6742790Z 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-08-06T20:33:18.6745038Z 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-08-06T20:33:18.7519565Z [7436/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:18.7523159Z 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-08-06T20:33:18.7525452Z 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-08-06T20:33:18.7527916Z 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-08-06T20:33:18.7529835Z 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-08-06T20:33:18.8892960Z [7437/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:18.8894380Z 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-08-06T20:33:18.8896046Z 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-08-06T20:33:18.8897370Z 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-08-06T20:33:18.8898773Z 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-08-06T20:33:19.1796824Z [7438/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:19.1797894Z 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-08-06T20:33:19.1799161Z 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-08-06T20:33:19.1800398Z 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-08-06T20:33:19.1801631Z 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-08-06T20:33:19.2347005Z [7439/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:19.2348173Z 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-08-06T20:33:19.2349584Z 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-08-06T20:33:19.2351029Z 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-08-06T20:33:19.2352429Z 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-08-06T20:33:19.3124438Z [7440/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:19.3125474Z 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-08-06T20:33:19.3126735Z 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-08-06T20:33:19.3128454Z 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-08-06T20:33:19.3129674Z 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-08-06T20:33:19.4016183Z [7441/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2024-08-06T20:33:19.4017414Z 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-08-06T20:33:19.4018677Z 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-08-06T20:33:19.4020168Z 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-08-06T20:33:19.4021718Z 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-08-06T20:33:19.4772952Z [7442/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:19.4774063Z 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-08-06T20:33:19.6271861Z [7443/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:19.6273928Z 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-08-06T20:33:19.6276226Z 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-08-06T20:33:19.6279767Z 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-08-06T20:33:19.6282120Z 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-08-06T20:33:19.6285466Z 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-08-06T20:33:19.6288247Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(112): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2024-08-06T20:33:19.6289847Z with 2024-08-06T20:33:19.6290198Z [ 2024-08-06T20:33:19.6290904Z scalar_t=float, 2024-08-06T20:33:19.6291955Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-08-06T20:33:19.6292900Z ] 2024-08-06T20:33:19.6294763Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(218): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX2::Vectorized &)' being compiled 2024-08-06T20:33:19.6296755Z with 2024-08-06T20:33:19.6297053Z [ 2024-08-06T20:33:19.6297389Z scalar_t=float, 2024-08-06T20:33:19.6298366Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2024-08-06T20:33:19.6300072Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-08-06T20:33:19.6301002Z ] 2024-08-06T20:33:19.6303988Z 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-08-06T20:33:19.6307309Z with 2024-08-06T20:33:19.6307611Z [ 2024-08-06T20:33:19.6307908Z scalar_t=scalar_t, 2024-08-06T20:33:19.6308500Z data_t=at::vec::AVX2::Vectorized, 2024-08-06T20:33:19.6309428Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-08-06T20:33:19.6310704Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-08-06T20:33:19.6311705Z ] 2024-08-06T20:33:19.6314141Z 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-08-06T20:33:19.6317008Z with 2024-08-06T20:33:19.6317313Z [ 2024-08-06T20:33:19.6317845Z scalar_t=scalar_t 2024-08-06T20:33:19.6318387Z ] 2024-08-06T20:33:19.6320941Z 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-08-06T20:33:19.6323842Z with 2024-08-06T20:33:19.6324181Z [ 2024-08-06T20:33:19.6324495Z scalar_t=scalar_t 2024-08-06T20:33:19.6324897Z ] 2024-08-06T20:33:19.6326764Z 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-08-06T20:33:19.6329129Z with 2024-08-06T20:33:19.6329482Z [ 2024-08-06T20:33:19.6329837Z scalar_t=scalar_t 2024-08-06T20:33:19.6330305Z ] 2024-08-06T20:33:19.6332657Z 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-08-06T20:33:19.6334960Z with 2024-08-06T20:33:19.6335293Z [ 2024-08-06T20:33:19.6335622Z scalar_t=scalar_t 2024-08-06T20:33:19.6336042Z ] 2024-08-06T20:33:19.6337753Z 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-08-06T20:33:19.6410656Z [7444/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:19.6412689Z 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-08-06T20:33:19.7931807Z [7445/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:19.7933787Z 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-08-06T20:33:19.7936005Z 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-08-06T20:33:19.7938346Z 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-08-06T20:33:19.7940746Z 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-08-06T20:33:19.8009247Z [7446/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:19.8011135Z 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-08-06T20:33:19.8476053Z [7447/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:19.8477191Z 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-08-06T20:33:19.8478521Z 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-08-06T20:33:19.8479811Z 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-08-06T20:33:19.8481306Z 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-08-06T20:33:19.9325525Z [7448/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:19.9326645Z 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-08-06T20:33:19.9328181Z 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-08-06T20:33:19.9329447Z 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-08-06T20:33:19.9330920Z 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-08-06T20:33:20.2115052Z [7449/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:20.2118418Z 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-08-06T20:33:20.2120788Z 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-08-06T20:33:20.2123140Z 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-08-06T20:33:20.2125429Z 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-08-06T20:33:20.4034672Z [7450/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:20.4035934Z 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-08-06T20:33:20.4037185Z 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-08-06T20:33:20.4038534Z 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-08-06T20:33:20.4039893Z 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-08-06T20:33:20.5154145Z [7451/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:20.5156325Z 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-08-06T20:33:20.5158722Z 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-08-06T20:33:20.5161238Z 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-08-06T20:33:20.5163691Z 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-08-06T20:33:20.5218275Z [7452/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2024-08-06T20:33:20.5220246Z 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-08-06T20:33:20.5222777Z 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-08-06T20:33:20.5225159Z 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-08-06T20:33:20.5227216Z 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-08-06T20:33:20.5377527Z [7453/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:20.5379700Z 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-08-06T20:33:20.5382231Z 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-08-06T20:33:20.5383734Z 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-08-06T20:33:20.5386009Z 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-08-06T20:33:20.5455817Z [7454/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2024-08-06T20:33:20.5457162Z 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-08-06T20:33:20.5458462Z 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-08-06T20:33:20.5459666Z 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-08-06T20:33:20.5460919Z 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-08-06T20:33:20.5462217Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(509): warning C4333: '>>': right shift by too large amount, data loss 2024-08-06T20:33:20.7962580Z [7455/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2024-08-06T20:33:20.7964486Z 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-08-06T20:33:20.7967015Z 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-08-06T20:33:20.7969524Z 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-08-06T20:33:20.7972036Z 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-08-06T20:33:20.8204298Z [7456/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2024-08-06T20:33:20.9760894Z [7457/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2024-08-06T20:33:20.9845126Z [7458/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX512.cpp.obj 2024-08-06T20:33:21.0442727Z [7459/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX512.cpp.obj 2024-08-06T20:33:21.0607251Z [7460/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2024-08-06T20:33:21.4354072Z [7461/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:21.4773146Z [7462/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2024-08-06T20:33:21.5483991Z [7463/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:21.6043112Z [7464/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2024-08-06T20:33:21.7777484Z [7465/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:21.8066771Z [7466/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:22.0298552Z [7467/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:22.0392966Z [7468/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:22.0609485Z [7469/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:22.2210613Z [7470/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2024-08-06T20:33:22.2980963Z [7471/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:22.3624421Z [7472/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:22.5218019Z [7473/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:22.6760440Z [7474/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:22.8280745Z [7475/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:22.8315795Z [7476/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:22.9774828Z [7477/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:23.0183072Z [7478/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:23.2413436Z [7479/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:23.2456654Z [7480/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:23.2931040Z [7481/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:23.5331594Z [7482/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:23.5621074Z [7483/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:23.5962973Z [7484/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:23.8044894Z [7485/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:23.8155019Z [7486/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:23.8364545Z [7487/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:23.8474931Z [7488/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:24.1586731Z [7489/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:24.4390142Z [7490/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:24.4419068Z [7491/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:24.5222964Z [7492/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:24.6893040Z [7493/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:24.7369850Z [7494/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:24.7564380Z [7495/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:24.9721808Z [7496/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:25.2688902Z [7497/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2024-08-06T20:33:25.5094008Z [7498/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:25.5362588Z [7499/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:25.5450362Z [7500/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:25.6047495Z [7501/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:25.6305730Z [7502/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:25.7403234Z [7503/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:26.2923157Z [7504/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:26.3544122Z [7505/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:26.3545307Z 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-08-06T20:33:26.3546572Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(112): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2024-08-06T20:33:26.3547480Z with 2024-08-06T20:33:26.3547664Z [ 2024-08-06T20:33:26.3547847Z scalar_t=float, 2024-08-06T20:33:26.3548362Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-08-06T20:33:26.3550039Z ] 2024-08-06T20:33:26.3551147Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(218): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX512::Vectorized &)' being compiled 2024-08-06T20:33:26.3552288Z with 2024-08-06T20:33:26.3552483Z [ 2024-08-06T20:33:26.3552728Z scalar_t=float, 2024-08-06T20:33:26.3553340Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2024-08-06T20:33:26.3554296Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-08-06T20:33:26.3554867Z ] 2024-08-06T20:33:26.3557499Z 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-08-06T20:33:26.3561135Z with 2024-08-06T20:33:26.3561461Z [ 2024-08-06T20:33:26.3561793Z scalar_t=scalar_t, 2024-08-06T20:33:26.3562295Z data_t=at::vec::AVX512::Vectorized, 2024-08-06T20:33:26.3563752Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-08-06T20:33:26.3566010Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-08-06T20:33:26.3567059Z ] 2024-08-06T20:33:26.3570010Z 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-08-06T20:33:26.3572916Z with 2024-08-06T20:33:26.3573241Z [ 2024-08-06T20:33:26.3573563Z scalar_t=scalar_t 2024-08-06T20:33:26.3574099Z ] 2024-08-06T20:33:26.3577563Z 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-08-06T20:33:26.3580554Z with 2024-08-06T20:33:26.3580820Z [ 2024-08-06T20:33:26.3581147Z scalar_t=scalar_t 2024-08-06T20:33:26.3581551Z ] 2024-08-06T20:33:26.3583531Z 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-08-06T20:33:26.3585968Z with 2024-08-06T20:33:26.3586281Z [ 2024-08-06T20:33:26.3586599Z scalar_t=scalar_t 2024-08-06T20:33:26.3587000Z ] 2024-08-06T20:33:26.3588823Z 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-08-06T20:33:26.3591202Z with 2024-08-06T20:33:26.3591976Z [ 2024-08-06T20:33:26.3592308Z scalar_t=scalar_t 2024-08-06T20:33:26.3592985Z ] 2024-08-06T20:33:26.3594357Z 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-08-06T20:33:26.3694715Z [7506/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:26.4496725Z [7507/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2024-08-06T20:33:26.5258415Z [7508/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:26.5609277Z [7509/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:26.6331751Z [7510/7974] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2024-08-06T20:33:26.6685002Z [7511/7974] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2024-08-06T20:33:26.8636129Z [7512/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:26.9691492Z [7513/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:27.1355768Z [7514/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2024-08-06T20:33:27.1576719Z [7515/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:27.2184932Z [7516/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:27.2463760Z [7517/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:27.2597305Z [7518/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:27.2599399Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(509): warning C4333: '>>': right shift by too large amount, data loss 2024-08-06T20:33:27.6585499Z [7519/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2024-08-06T20:33:27.7078453Z [7520/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:27.8543294Z [7521/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:27.9541057Z [7522/7974] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2024-08-06T20:33:29.9310887Z [7523/7974] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2024-08-06T20:33:29.9860486Z [7524/7974] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2024-08-06T20:33:30.0166526Z [7525/7974] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2024-08-06T20:33:30.0453694Z [7526/7974] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2024-08-06T20:33:30.3396998Z [7527/7974] Building CXX object caffe2\CMakeFiles\dispatch_key_set_test.dir\__\aten\src\ATen\test\dispatch_key_set_test.cpp.obj 2024-08-06T20:33:30.6922145Z [7528/7974] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2024-08-06T20:33:30.7239320Z [7529/7974] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2024-08-06T20:33:30.8654600Z [7530/7974] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2024-08-06T20:33:32.6527248Z [7531/7974] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2024-08-06T20:33:32.7552391Z [7532/7974] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2024-08-06T20:33:32.8534939Z [7533/7974] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2024-08-06T20:33:32.9270149Z [7534/7974] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2024-08-06T20:33:32.9934300Z [7535/7974] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2024-08-06T20:33:33.0256996Z [7536/7974] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2024-08-06T20:33:33.1230091Z [7537/7974] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2024-08-06T20:33:33.3522957Z [7538/7974] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2024-08-06T20:33:33.3921983Z [7539/7974] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX512.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-08-06T20:33:33.4411922Z [7540/7974] Building CXX object caffe2\CMakeFiles\vec_test_all_types_DEFAULT.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-08-06T20:33:33.5406377Z [7541/7974] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX2.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-08-06T20:33:33.5407506Z 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-08-06T20:33:33.5408673Z 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-08-06T20:33:33.5409891Z 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-08-06T20:33:33.5411184Z 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-08-06T20:33:33.6058897Z [7542/7974] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2024-08-06T20:33:33.7377284Z [7543/7974] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2024-08-06T20:33:33.8840630Z [7544/7974] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2024-08-06T20:33:36.0286669Z [7545/7974] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2024-08-06T20:33:36.0972879Z [7546/7974] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2024-08-06T20:33:36.1752318Z [7547/7974] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2024-08-06T20:33:36.2455657Z [7548/7974] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2024-08-06T20:33:36.4049986Z [7549/7974] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2024-08-06T20:33:36.4354815Z [7550/7974] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2024-08-06T20:33:36.6297422Z [7551/7974] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2024-08-06T20:33:38.2944542Z [7552/7974] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2024-08-06T20:33:38.8493040Z [7553/7974] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2024-08-06T20:33:38.9649878Z [7554/7974] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2024-08-06T20:33:39.0164372Z [7555/7974] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2024-08-06T20:33:39.0847951Z [7556/7974] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2024-08-06T20:33:39.2304498Z [7557/7974] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2024-08-06T20:33:39.4818549Z [7558/7974] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2024-08-06T20:33:39.8181902Z [7559/7974] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2024-08-06T20:33:41.0704186Z [7560/7974] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2024-08-06T20:33:41.5720659Z [7561/7974] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2024-08-06T20:33:41.9670942Z [7562/7974] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2024-08-06T20:33:42.1136662Z [7563/7974] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2024-08-06T20:33:42.1483587Z [7564/7974] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2024-08-06T20:33:42.2297226Z [7565/7974] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2024-08-06T20:33:42.6970201Z [7566/7974] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2024-08-06T20:33:43.1549702Z [7567/7974] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2024-08-06T20:33:43.6265140Z [7568/7974] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2024-08-06T20:33:43.7965061Z [7569/7974] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2024-08-06T20:33:43.9089285Z [7570/7974] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2024-08-06T20:33:44.0691954Z [7571/7974] Building CXX object caffe2\CMakeFiles\kernel_function_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_legacy_test.cpp.obj 2024-08-06T20:33:44.2871275Z [7572/7974] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2024-08-06T20:33:44.6023056Z [7573/7974] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2024-08-06T20:33:44.6501365Z [7574/7974] Building CXX object caffe2\CMakeFiles\kernel_lambda_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_legacy_test.cpp.obj 2024-08-06T20:33:44.7233696Z [7575/7974] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2024-08-06T20:33:44.8704851Z [7576/7974] 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-08-06T20:33:44.9590043Z [7577/7974] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2024-08-06T20:33:44.9944936Z [7578/7974] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2024-08-06T20:33:45.0369053Z [7579/7974] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2024-08-06T20:33:45.0890612Z [7580/7974] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2024-08-06T20:33:45.3371834Z [7581/7974] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2024-08-06T20:33:45.6678556Z [7582/7974] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2024-08-06T20:33:45.7748815Z [7583/7974] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2024-08-06T20:33:45.7926519Z [7584/7974] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2024-08-06T20:33:45.8991401Z [7585/7974] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2024-08-06T20:33:46.0075559Z [7586/7974] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2024-08-06T20:33:46.0077380Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(3382): warning C4996: 'c10d::TCPStore::TCPStore': Use TCPStore(host, opts) instead. 2024-08-06T20:33:46.0080588Z C:\actions-runner\_work\pytorch\pytorch\test\cpp\c10d\TCPStoreTest.cpp(185): note: see reference to function template instantiation 'std::unique_ptr> std::make_unique(const char (&)[10],int &&,int &,bool &&,std::chrono::seconds &&,bool &&)' being compiled 2024-08-06T20:33:46.0082672Z with 2024-08-06T20:33:46.0082903Z [ 2024-08-06T20:33:46.0083177Z TTarget=c10d::TCPStore 2024-08-06T20:33:46.0083453Z ] 2024-08-06T20:33:47.0837239Z [7587/7974] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2024-08-06T20:33:48.2238657Z [7588/7974] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2024-08-06T20:33:48.7166963Z [7589/7974] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2024-08-06T20:33:48.7752442Z [7590/7974] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2024-08-06T20:33:48.8667571Z [7591/7974] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2024-08-06T20:33:49.0055089Z [7592/7974] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2024-08-06T20:33:49.0528546Z [7593/7974] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2024-08-06T20:33:49.0603324Z [7594/7974] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2024-08-06T20:33:50.1489242Z [7595/7974] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2024-08-06T20:33:51.2473616Z [7596/7974] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2024-08-06T20:33:51.8168294Z [7597/7974] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2024-08-06T20:33:51.9838809Z [7598/7974] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2024-08-06T20:33:52.0626976Z [7599/7974] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2024-08-06T20:33:52.2171529Z [7600/7974] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2024-08-06T20:33:52.2582668Z [7601/7974] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2024-08-06T20:33:53.1485829Z [7602/7974] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2024-08-06T20:33:54.1772487Z [7603/7974] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2024-08-06T20:33:54.8837506Z [7604/7974] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2024-08-06T20:33:54.9611102Z [7605/7974] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2024-08-06T20:33:55.1007585Z [7606/7974] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2024-08-06T20:33:55.2790147Z [7607/7974] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2024-08-06T20:33:55.3360755Z [7608/7974] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2024-08-06T20:33:56.2286140Z [7609/7974] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2024-08-06T20:33:57.2658169Z [7610/7974] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2024-08-06T20:33:57.8745040Z [7611/7974] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2024-08-06T20:33:57.9461456Z [7612/7974] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2024-08-06T20:33:58.1551677Z [7613/7974] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2024-08-06T20:33:58.2517215Z [7614/7974] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2024-08-06T20:33:58.4201785Z [7615/7974] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2024-08-06T20:33:59.3134509Z [7616/7974] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2024-08-06T20:34:00.2280456Z [7617/7974] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2024-08-06T20:34:00.8171813Z [7618/7974] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2024-08-06T20:34:00.9073379Z [7619/7974] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2024-08-06T20:34:01.1903687Z [7620/7974] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2024-08-06T20:34:01.2605608Z [7621/7974] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2024-08-06T20:34:01.2802201Z [7622/7974] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2024-08-06T20:34:02.3224930Z [7623/7974] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2024-08-06T20:34:03.2180107Z [7624/7974] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2024-08-06T20:34:03.5634985Z [7625/7974] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2024-08-06T20:34:03.9328667Z [7626/7974] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2024-08-06T20:34:04.0854363Z [7627/7974] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2024-08-06T20:34:04.1276906Z [7628/7974] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2024-08-06T20:34:04.2278820Z [7629/7974] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2024-08-06T20:34:04.3897293Z [7630/7974] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2024-08-06T20:34:04.8384931Z [7631/7974] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2024-08-06T20:34:05.0676109Z [7632/7974] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2024-08-06T20:34:05.0858145Z [7633/7974] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2024-08-06T20:34:05.2475204Z [7634/7974] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2024-08-06T20:34:05.2956364Z [7635/7974] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2024-08-06T20:34:05.4382589Z [7636/7974] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2024-08-06T20:34:05.6762292Z [7637/7974] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2024-08-06T20:34:05.8448599Z [7638/7974] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2024-08-06T20:34:05.8647391Z [7639/7974] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2024-08-06T20:34:06.1531204Z [7640/7974] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2024-08-06T20:34:06.5160586Z [7641/7974] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2024-08-06T20:34:06.5492448Z [7642/7974] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2024-08-06T20:34:06.7340425Z [7643/7974] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2024-08-06T20:34:06.7592980Z [7644/7974] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2024-08-06T20:34:06.8295039Z [7645/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2024-08-06T20:34:06.9540188Z [7646/7974] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2024-08-06T20:34:07.6448260Z [7647/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2024-08-06T20:34:07.9212824Z [7648/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2024-08-06T20:34:08.3048920Z [7649/7974] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2024-08-06T20:34:08.5246949Z [7650/7974] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2024-08-06T20:34:08.5686116Z [7651/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2024-08-06T20:34:09.1755693Z [7652/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2024-08-06T20:34:09.4020711Z [7653/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2024-08-06T20:34:09.5348873Z [7654/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2024-08-06T20:34:09.8205946Z [7655/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2024-08-06T20:34:10.0523371Z [7656/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2024-08-06T20:34:10.3267527Z [7657/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2024-08-06T20:34:10.4785640Z [7658/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2024-08-06T20:34:10.6410047Z [7659/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2024-08-06T20:34:10.8284804Z [7660/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2024-08-06T20:34:11.0691077Z [7661/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2024-08-06T20:34:11.1161623Z [7662/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2024-08-06T20:34:11.7337870Z [7663/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2024-08-06T20:34:11.9163860Z [7664/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2024-08-06T20:34:13.1594819Z [7665/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2024-08-06T20:34:13.2422460Z [7666/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2024-08-06T20:34:13.4333880Z [7667/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2024-08-06T20:34:13.5047017Z [7668/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2024-08-06T20:34:14.3614305Z [7669/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2024-08-06T20:34:14.3757204Z [7670/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2024-08-06T20:34:14.4657015Z [7671/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2024-08-06T20:34:14.8426954Z [7672/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2024-08-06T20:34:15.0186490Z [7673/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2024-08-06T20:34:15.4525621Z [7674/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2024-08-06T20:34:15.8096126Z [7675/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2024-08-06T20:34:16.0948710Z [7676/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2024-08-06T20:34:16.4973023Z [7677/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2024-08-06T20:34:17.0259744Z [7678/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2024-08-06T20:34:17.3544490Z [7679/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2024-08-06T20:34:17.5378093Z [7680/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2024-08-06T20:34:17.5786147Z [7681/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2024-08-06T20:34:18.2153205Z [7682/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2024-08-06T20:34:18.3176444Z [7683/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2024-08-06T20:34:18.5558129Z [7684/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2024-08-06T20:34:18.6014469Z [7685/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2024-08-06T20:34:18.9668044Z [7686/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2024-08-06T20:34:19.0292416Z [7687/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2024-08-06T20:34:19.5372635Z [7688/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2024-08-06T20:34:19.8698117Z [7689/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2024-08-06T20:34:20.0725346Z [7690/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2024-08-06T20:34:20.1258576Z [7691/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2024-08-06T20:34:20.1966144Z [7692/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2024-08-06T20:34:20.4872426Z [7693/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2024-08-06T20:34:20.5004800Z [7694/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2024-08-06T20:34:20.7283318Z [7695/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2024-08-06T20:34:20.8666446Z [7696/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2024-08-06T20:34:20.9626648Z [7697/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2024-08-06T20:34:21.1736350Z [7698/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2024-08-06T20:34:21.1947348Z [7699/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\__\common\main.cpp.obj 2024-08-06T20:34:21.9719140Z [7700/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2024-08-06T20:34:23.3674021Z [7701/7974] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2024-08-06T20:34:23.4330735Z [7702/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2024-08-06T20:34:23.4345188Z [7703/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_approx.cpp.obj 2024-08-06T20:34:23.7137106Z [7704/7974] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2024-08-06T20:34:23.7410382Z [7705/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_boundsinference.cpp.obj 2024-08-06T20:34:23.9014185Z [7706/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\padded_buffer.cpp.obj 2024-08-06T20:34:24.1355906Z [7707/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_conv.cpp.obj 2024-08-06T20:34:24.5865679Z [7708/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_printer.cpp.obj 2024-08-06T20:34:24.6784897Z [7709/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_aten.cpp.obj 2024-08-06T20:34:26.2430740Z [7710/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cpp_codegen.cpp.obj 2024-08-06T20:34:26.4957717Z [7711/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_graph_opt.cpp.obj 2024-08-06T20:34:26.6234029Z [7712/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_expr.cpp.obj 2024-08-06T20:34:26.8561877Z [7713/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_dynamic_shapes.cpp.obj 2024-08-06T20:34:27.0394774Z [7714/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_external_calls.cpp.obj 2024-08-06T20:34:27.3242162Z [7715/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_verifier.cpp.obj 2024-08-06T20:34:27.4867066Z [7716/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_loopnest.cpp.obj 2024-08-06T20:34:27.6884323Z [7717/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_quantization.cpp.obj 2024-08-06T20:34:29.2426503Z [7718/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_kernel.cpp.obj 2024-08-06T20:34:29.5551091Z [7719/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memdependency.cpp.obj 2024-08-06T20:34:29.5700232Z [7720/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ops.cpp.obj 2024-08-06T20:34:29.8891763Z [7721/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_te_fuser_pass.cpp.obj 2024-08-06T20:34:30.1631174Z [7722/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_simplify.cpp.obj 2024-08-06T20:34:30.3003736Z [7723/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_registerizer.cpp.obj 2024-08-06T20:34:30.6121378Z [7724/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memplanning.cpp.obj 2024-08-06T20:34:31.2283822Z [7725/7974] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\custom_ops.cpp.obj 2024-08-06T20:34:31.7964777Z [7726/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type_specializations.cpp.obj 2024-08-06T20:34:31.9816355Z [7727/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_reductions.cpp.obj 2024-08-06T20:34:32.0627009Z [7728/7974] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCPUCustomOps.cpp.obj 2024-08-06T20:34:32.2400894Z [7729/7974] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type.cpp.obj 2024-08-06T20:34:32.2897495Z [7730/7974] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_main.cpp.obj 2024-08-06T20:34:32.4667025Z [7731/7974] Building CXX object test_tensorexpr\CMakeFiles\tutorial_tensorexpr.dir\tutorial.cpp.obj 2024-08-06T20:34:32.5311079Z [7732/7974] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2024-08-06T20:34:32.8543686Z [7733/7974] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\operator_registry.cpp.obj 2024-08-06T20:34:32.8927135Z [7734/7974] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCodegenUnboxedKernelsEverything.cpp.obj 2024-08-06T20:34:33.2524118Z [7735/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2024-08-06T20:34:33.4124580Z [7736/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2024-08-06T20:34:33.8052124Z [7737/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2024-08-06T20:34:34.5465178Z [7738/7974] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_operator_registration.cpp.obj 2024-08-06T20:34:34.7856314Z [7739/7974] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2024-08-06T20:34:36.0011745Z [7740/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2024-08-06T20:34:36.0012964Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(593): warning C4003: not enough arguments for function-like macro invocation 'END_HANDLE_TH_ERRORS_RET' 2024-08-06T20:34:36.0014392Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1760): warning C4003: not enough arguments for function-like macro invocation 'CATCH_TH_ERRORS' 2024-08-06T20:34:36.0015487Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1760): warning C4003: not enough arguments for function-like macro invocation 'CATCH_CORE_ERRORS' 2024-08-06T20:34:36.4047182Z [7741/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2024-08-06T20:34:36.8794476Z [7742/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2024-08-06T20:34:36.9855739Z [7743/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2024-08-06T20:34:37.0471578Z [7744/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2024-08-06T20:34:37.3289141Z [7745/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2024-08-06T20:34:37.9824901Z [7746/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2024-08-06T20:34:38.1146155Z [7747/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2024-08-06T20:34:38.2482516Z [7748/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2024-08-06T20:34:38.2993765Z [7749/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2024-08-06T20:34:39.1691552Z [7750/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2024-08-06T20:34:39.7927305Z [7751/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2024-08-06T20:34:40.1624103Z [7752/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2024-08-06T20:34:40.4501696Z [7753/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2024-08-06T20:34:41.6025056Z [7754/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2024-08-06T20:34:41.6409934Z [7755/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2024-08-06T20:34:41.7692467Z [7756/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2024-08-06T20:34:42.5468583Z [7757/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2024-08-06T20:34:42.9798285Z [7758/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2024-08-06T20:34:43.2790102Z [7759/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2024-08-06T20:34:43.7448189Z [7760/7974] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2024-08-06T20:34:43.7449831Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(38): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-08-06T20:34:43.7451512Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-08-06T20:34:43.8638461Z [7761/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2024-08-06T20:34:43.9523466Z [7762/7974] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2024-08-06T20:34:43.9524421Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(38): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-08-06T20:34:43.9525345Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-08-06T20:34:44.0283146Z [7763/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2024-08-06T20:34:44.2137255Z [7764/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2024-08-06T20:34:44.6981241Z [7765/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2024-08-06T20:34:44.7939341Z [7766/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2024-08-06T20:34:44.8303509Z [7767/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2024-08-06T20:34:45.0019031Z [7768/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2024-08-06T20:34:45.0894723Z [7769/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2024-08-06T20:34:45.1220221Z [7770/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2024-08-06T20:34:45.8059723Z [7771/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2024-08-06T20:34:45.9715170Z [7772/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2024-08-06T20:34:47.1449943Z [7773/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2024-08-06T20:34:47.9373122Z [7774/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2024-08-06T20:34:48.1226923Z [7775/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2024-08-06T20:34:48.2498122Z [7776/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2024-08-06T20:34:48.3263870Z [7777/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2024-08-06T20:34:48.3999003Z [7778/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2024-08-06T20:34:48.8875794Z [7779/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2024-08-06T20:34:49.0726432Z [7780/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2024-08-06T20:34:49.2044541Z [7781/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2024-08-06T20:34:49.3620077Z [7782/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2024-08-06T20:34:50.0267934Z [7783/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2024-08-06T20:34:50.4008429Z [7784/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2024-08-06T20:34:51.3262922Z [7785/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2024-08-06T20:34:51.3555286Z [7786/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2024-08-06T20:34:51.8439179Z [7787/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2024-08-06T20:34:51.9320468Z [7788/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2024-08-06T20:34:51.9761013Z [7789/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2024-08-06T20:34:52.4243736Z [7790/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2024-08-06T20:34:52.4663595Z [7791/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2024-08-06T20:34:52.5168628Z [7792/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2024-08-06T20:34:52.7927081Z [7793/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2024-08-06T20:34:52.9016970Z [7794/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2024-08-06T20:34:52.9831644Z [7795/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2024-08-06T20:34:53.1467128Z [7796/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2024-08-06T20:34:53.4257266Z [7797/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2024-08-06T20:34:53.6120857Z [7798/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2024-08-06T20:34:53.7082072Z [7799/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2024-08-06T20:34:53.8865438Z [7800/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2024-08-06T20:34:54.1001088Z [7801/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2024-08-06T20:34:54.4365313Z [7802/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2024-08-06T20:34:54.5221967Z [7803/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2024-08-06T20:34:55.0854117Z [7804/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2024-08-06T20:34:55.4407652Z [7805/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2024-08-06T20:34:56.1376542Z [7806/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2024-08-06T20:34:56.1751502Z [7807/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2024-08-06T20:34:57.1486104Z [7808/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2024-08-06T20:34:57.3467737Z [7809/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2024-08-06T20:34:57.5478628Z [7810/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2024-08-06T20:34:58.0304165Z [7811/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2024-08-06T20:34:58.9509699Z [7812/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2024-08-06T20:34:59.7180869Z [7813/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2024-08-06T20:34:59.7675088Z [7814/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2024-08-06T20:35:00.6879067Z [7815/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2024-08-06T20:35:00.8069640Z [7816/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2024-08-06T20:35:00.8951692Z [7817/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2024-08-06T20:35:01.0672821Z [7818/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2024-08-06T20:35:01.3867096Z [7819/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2024-08-06T20:35:01.4430459Z [7820/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2024-08-06T20:35:02.0632818Z [7821/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2024-08-06T20:35:02.1066662Z [7822/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2024-08-06T20:35:02.2796347Z [7823/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2024-08-06T20:35:02.4183556Z [7824/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2024-08-06T20:35:03.1437552Z [7825/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2024-08-06T20:35:03.1439627Z 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-08-06T20:35:03.1442892Z 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-08-06T20:35:03.1445059Z with 2024-08-06T20:35:03.1445359Z [ 2024-08-06T20:35:03.1445735Z _Ty1=const pybind11::object &, 2024-08-06T20:35:03.1446259Z _Ty2=const pybind11::object & 2024-08-06T20:35:03.1446734Z ] 2024-08-06T20:35:03.1448623Z 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-08-06T20:35:03.1450503Z with 2024-08-06T20:35:03.1450792Z [ 2024-08-06T20:35:03.1451198Z _InIt1=const pybind11::object *, 2024-08-06T20:35:03.1451703Z _InIt2=const pybind11::object *, 2024-08-06T20:35:03.1452041Z _Pr=std::equal_to 2024-08-06T20:35:03.1452287Z ] 2024-08-06T20:35:03.1453319Z 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-08-06T20:35:03.1454412Z with 2024-08-06T20:35:03.1454588Z [ 2024-08-06T20:35:03.1454816Z _InIt1=const pybind11::object *, 2024-08-06T20:35:03.1455120Z _InIt2=const pybind11::object * 2024-08-06T20:35:03.1455379Z ] 2024-08-06T20:35:03.1456775Z 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-08-06T20:35:03.3564393Z [7826/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2024-08-06T20:35:04.7085751Z [7827/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2024-08-06T20:35:04.7839095Z [7828/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2024-08-06T20:35:05.4291014Z [7829/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2024-08-06T20:35:05.4825930Z [7830/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2024-08-06T20:35:05.5271048Z [7831/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2024-08-06T20:35:05.5504158Z [7832/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2024-08-06T20:35:06.4754963Z [7833/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2024-08-06T20:35:06.5776923Z [7834/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2024-08-06T20:35:06.7259306Z [7835/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2024-08-06T20:35:07.8189398Z [7836/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2024-08-06T20:35:08.0613905Z [7837/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2024-08-06T20:35:08.1544927Z [7838/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2024-08-06T20:35:08.5142903Z [7839/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2024-08-06T20:35:08.5970562Z [7840/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2024-08-06T20:35:08.7091832Z [7841/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2024-08-06T20:35:09.0859520Z [7842/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2024-08-06T20:35:09.2344210Z [7843/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2024-08-06T20:35:09.5230412Z [7844/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2024-08-06T20:35:09.6240904Z [7845/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2024-08-06T20:35:09.6453285Z [7846/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2024-08-06T20:35:09.6618380Z [7847/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2024-08-06T20:35:10.1151973Z [7848/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2024-08-06T20:35:10.2143900Z [7849/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2024-08-06T20:35:10.2869588Z [7850/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2024-08-06T20:35:10.4040795Z [7851/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2024-08-06T20:35:10.6265162Z [7852/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2024-08-06T20:35:10.9116214Z [7853/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2024-08-06T20:35:10.9417233Z [7854/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2024-08-06T20:35:10.9567035Z [7855/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2024-08-06T20:35:11.1238752Z [7856/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2024-08-06T20:35:11.2606937Z [7857/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2024-08-06T20:35:11.9194067Z [7858/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2024-08-06T20:35:12.0030535Z [7859/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2024-08-06T20:35:12.1776628Z [7860/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2024-08-06T20:35:12.8237953Z [7861/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2024-08-06T20:35:13.3382433Z [7862/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2024-08-06T20:35:13.5575176Z [7863/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2024-08-06T20:35:13.6021329Z [7864/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2024-08-06T20:35:13.9553008Z [7865/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2024-08-06T20:35:14.1203634Z [7866/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2024-08-06T20:35:14.2638605Z [7867/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2024-08-06T20:35:14.4136850Z [7868/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2024-08-06T20:35:14.4395290Z [7869/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2024-08-06T20:35:14.5724811Z [7870/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2024-08-06T20:35:15.3310575Z [7871/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2024-08-06T20:35:15.3489540Z [7872/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2024-08-06T20:35:15.4365663Z [7873/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2024-08-06T20:35:15.5264021Z [7874/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2024-08-06T20:35:16.1193294Z [7875/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2024-08-06T20:35:16.1871288Z [7876/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2024-08-06T20:35:16.5126352Z [7877/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2024-08-06T20:35:17.0889078Z [7878/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2024-08-06T20:35:17.4641104Z [7879/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2024-08-06T20:35:17.7388819Z [7880/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2024-08-06T20:35:18.8796831Z [7881/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2024-08-06T20:35:19.2394142Z [7882/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2024-08-06T20:35:19.5042449Z [7883/7974] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2024-08-06T20:35:19.5043607Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(38): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-08-06T20:35:19.5044590Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-08-06T20:35:19.9356358Z [7884/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2024-08-06T20:35:20.0033304Z [7885/7974] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2024-08-06T20:35:20.1143676Z [7886/7974] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2024-08-06T20:35:20.5292231Z [7887/7974] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2024-08-06T20:35:20.7879473Z [7888/7974] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2024-08-06T20:35:21.6002224Z [7889/7974] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2024-08-06T20:42:20.2749831Z [7890/7974] Linking CXX shared library bin\torch_cpu.dll 2024-08-06T20:42:20.9524234Z [7891/7974] Linking CXX shared library bin\torch.dll 2024-08-06T20:42:20.9931614Z [7892/7974] Linking CXX static library lib\unbox_lib.lib 2024-08-06T20:42:21.3763281Z [7893/7974] Linking CXX executable bin\BackoffTest.exe 2024-08-06T20:42:21.3808622Z [7894/7974] Linking CXX executable bin\FileStoreTest.exe 2024-08-06T20:42:21.3841703Z [7895/7974] Linking CXX executable bin\ProcessGroupGlooTest.exe 2024-08-06T20:42:21.3894149Z [7896/7974] Linking CXX executable bin\apply_utils_test.exe 2024-08-06T20:42:21.3959482Z [7897/7974] Linking CXX executable bin\broadcast_test.exe 2024-08-06T20:42:21.3986428Z [7898/7974] Linking CXX executable bin\TCPStoreTest.exe 2024-08-06T20:42:21.4066785Z [7899/7974] Linking CXX executable bin\atest.exe 2024-08-06T20:42:21.4132334Z [7900/7974] Linking CXX executable bin\basic.exe 2024-08-06T20:42:21.7001619Z [7901/7974] Linking CXX executable bin\cpu_allocator_test.exe 2024-08-06T20:42:21.7334957Z [7902/7974] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2024-08-06T20:42:21.7797824Z [7903/7974] Linking CXX executable bin\dlconvertor_test.exe 2024-08-06T20:42:21.7914612Z [7904/7974] Linking CXX executable bin\dispatch_key_set_test.exe 2024-08-06T20:42:21.7923496Z [7905/7974] Linking CXX executable bin\cpu_generator_test.exe 2024-08-06T20:42:21.8035876Z [7906/7974] Linking CXX executable bin\half_test.exe 2024-08-06T20:42:22.1397847Z [7907/7974] Linking CXX executable bin\lazy_tensor_test.exe 2024-08-06T20:42:22.1724642Z [7908/7974] Linking CXX executable bin\extension_backend_test.exe 2024-08-06T20:42:22.2681795Z [7909/7974] Linking CXX executable bin\memory_overlapping_test.exe 2024-08-06T20:42:22.2951833Z [7910/7974] Linking CXX executable bin\memory_format_test.exe 2024-08-06T20:42:22.4311837Z [7911/7974] Linking CXX executable bin\mobile_memory_cleanup.exe 2024-08-06T20:42:22.4546421Z [7912/7974] Linking CXX executable bin\math_kernel_test.exe 2024-08-06T20:42:22.7568063Z [7913/7974] Linking CXX executable bin\Dimname_test.exe 2024-08-06T20:42:22.7891470Z [7914/7974] Linking CXX executable bin\native_test.exe 2024-08-06T20:42:22.8325034Z [7915/7974] Linking CXX executable bin\ivalue_test.exe 2024-08-06T20:42:23.0720111Z [7916/7974] Linking CXX executable bin\cpu_rng_test.exe 2024-08-06T20:42:23.3966897Z [7917/7974] Linking CXX executable bin\Dict_test.exe 2024-08-06T20:42:23.4092900Z [7918/7974] Linking CXX executable bin\operator_name_test.exe 2024-08-06T20:42:23.5070751Z [7919/7974] Linking CXX executable bin\NamedTensor_test.exe 2024-08-06T20:42:23.6141371Z [7920/7974] Linking CXX executable bin\operators_test.exe 2024-08-06T20:42:24.0695846Z [7921/7974] Linking CXX executable bin\MaybeOwned_test.exe 2024-08-06T20:42:24.1390304Z [7922/7974] Linking CXX executable bin\packedtensoraccessor_test.exe 2024-08-06T20:42:24.3571423Z [7923/7974] Linking CXX executable bin\reduce_ops_test.exe 2024-08-06T20:42:24.3774554Z [7924/7974] Linking CXX executable bin\quantized_test.exe 2024-08-06T20:42:24.5460599Z [7925/7974] Linking CXX executable bin\pow_test.exe 2024-08-06T20:42:24.7817553Z [7926/7974] Linking CXX executable bin\reportMemoryUsage_test.exe 2024-08-06T20:42:24.7889940Z [7927/7974] Linking CXX executable bin\scalar_tensor_test.exe 2024-08-06T20:42:24.9805045Z [7928/7974] Linking CXX executable bin\StorageUtils_test.exe 2024-08-06T20:42:25.1712857Z [7929/7974] Linking CXX executable bin\scalar_test.exe 2024-08-06T20:42:25.2861489Z [7930/7974] Linking CXX executable bin\stride_properties_test.exe 2024-08-06T20:42:25.4077516Z [7931/7974] Linking CXX executable bin\type_ptr_test.exe 2024-08-06T20:42:25.4460931Z [7932/7974] Linking CXX executable bin\test_parallel.exe 2024-08-06T20:42:25.7892193Z [7933/7974] Linking CXX executable bin\thread_init_test.exe 2024-08-06T20:42:26.0272067Z [7934/7974] Linking CXX executable bin\tensor_iterator_test.exe 2024-08-06T20:42:26.0893905Z [7935/7974] Linking CXX executable bin\verify_api_visibility.exe 2024-08-06T20:42:26.1051986Z [7936/7974] Linking CXX executable bin\undefined_tensor_test.exe 2024-08-06T20:42:26.1440401Z [7937/7974] Linking CXX executable bin\type_test.exe 2024-08-06T20:42:26.5706109Z [7938/7974] Linking CXX executable bin\weakref_test.exe 2024-08-06T20:42:26.7879210Z [7939/7974] Linking CXX executable bin\xla_tensor_test.exe 2024-08-06T20:42:26.8248146Z [7940/7974] Linking CXX executable bin\wrapdim_test.exe 2024-08-06T20:42:27.1987601Z [7941/7974] Linking CXX executable bin\legacy_vmap_test.exe 2024-08-06T20:42:27.5014988Z [7942/7974] Linking CXX executable bin\IListRef_test.exe 2024-08-06T20:42:27.8054605Z [7943/7974] Linking CXX executable bin\List_test.exe 2024-08-06T20:42:27.8775481Z [7944/7974] Linking CXX executable bin\KernelFunction_test.exe 2024-08-06T20:42:28.4714467Z [7945/7974] Linking CXX executable bin\kernel_stackbased_test.exe 2024-08-06T20:42:28.7803634Z [7946/7974] Linking CXX executable bin\kernel_function_test.exe 2024-08-06T20:42:28.8075749Z [7947/7974] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2024-08-06T20:42:28.8906350Z [7948/7974] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2024-08-06T20:42:29.1112598Z [7949/7974] Linking CXX executable bin\op_allowlist_test.exe 2024-08-06T20:42:29.1384644Z [7950/7974] Linking CXX executable bin\backend_fallback_test.exe 2024-08-06T20:42:29.2163144Z [7951/7974] Linking CXX executable bin\CppSignature_test.exe 2024-08-06T20:42:29.4796831Z [7952/7974] Linking CXX executable bin\kernel_lambda_test.exe 2024-08-06T20:42:29.6301715Z [7953/7974] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2024-08-06T20:42:30.0202704Z [7954/7974] Linking CXX executable bin\kernel_function_legacy_test.exe 2024-08-06T20:42:30.3099943Z [7955/7974] Linking CXX executable bin\inline_container_test.exe 2024-08-06T20:42:30.3223200Z [7956/7974] Linking CXX executable bin\parallel_benchmark.exe 2024-08-06T20:42:30.9701659Z [7957/7974] Linking CXX shared library bin\jitbackend_test.dll 2024-08-06T20:42:31.2910799Z [7958/7974] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2024-08-06T20:42:31.7069256Z [7959/7974] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2024-08-06T20:42:31.9417696Z [7960/7974] Linking CXX executable bin\tutorial_tensorexpr.exe 2024-08-06T20:42:32.0214030Z [7961/7974] Linking CXX shared library bin\aoti_custom_ops.dll 2024-08-06T20:42:32.4384647Z [7962/7974] Linking CXX shared library bin\shm.dll 2024-08-06T20:42:32.8080154Z [7963/7974] Linking CXX executable bin\test_edge_op_registration.exe 2024-08-06T20:42:32.8082231Z [7964/7974] Linking CXX shared library bin\backend_with_compiler.dll 2024-08-06T20:42:36.3687208Z [7965/7974] Linking CXX shared library bin\torchbind_test.dll 2024-08-06T20:42:39.1471891Z [7966/7974] Linking CXX executable bin\test_lazy.exe 2024-08-06T20:42:40.8192065Z [7967/7974] Linking CXX executable bin\op_registration_test.exe 2024-08-06T20:42:45.4013076Z [7968/7974] Linking CXX executable bin\test_tensorexpr.exe 2024-08-06T20:42:49.7525522Z [7969/7974] Linking CXX executable bin\test_jit.exe 2024-08-06T20:42:52.7344670Z [7970/7974] Linking CXX executable bin\test_api.exe 2024-08-06T20:43:04.5229858Z [7971/7974] Linking CXX shared library bin\torch_python.dll 2024-08-06T20:43:04.9644180Z [7972/7974] Linking CXX shared module functorch\functorch.pyd 2024-08-06T20:43:04.9978409Z [7973/7974] Linking CXX shared library bin\nnapi_backend.dll 2024-08-06T20:43:05.0037341Z [7973/7974] Install the project... 2024-08-06T20:43:05.1923160Z -- Install configuration: "Release" 2024-08-06T20:44:03.1655063Z -- Building version 2.5.0a0+gitb9d86fa 2024-08-06T20:44:03.1657602Z 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.5.0a0+gitb9d86fa -DTORCH_CUDA_ARCH_LIST=8.6 -DUSE_CUDA=0 -DUSE_NUMPY=True C:\actions-runner\_work\pytorch\pytorch 2024-08-06T20:44:03.1667972Z cmake --build . --target install --config Release -- -j 8 2024-08-06T20:44:03.1668387Z running bdist_wheel 2024-08-06T20:44:04.5369374Z running build 2024-08-06T20:44:04.5369635Z running build_py 2024-08-06T20:44:04.5538146Z creating build\lib.win-amd64-cpython-39 2024-08-06T20:44:04.5539526Z creating build\lib.win-amd64-cpython-39\functorch 2024-08-06T20:44:04.5541977Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2024-08-06T20:44:04.5573990Z creating build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5576611Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5643894Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5668087Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5692684Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5739124Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5756232Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5766623Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5777220Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5809306Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5834974Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5844641Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5853951Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5859015Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5900879Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5910767Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5920773Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5932954Z copying torch\_deploy.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5943201Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5960479Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5988734Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.5998891Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6021783Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6032388Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6101509Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6111668Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6139645Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6157132Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6167653Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6197013Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6207563Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6217286Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6245207Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6295778Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6308177Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6518860Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6536941Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6542604Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6554776Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6565332Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6577915Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6583357Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6593426Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:04.6632326Z creating build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6634832Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6647033Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6656978Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6701024Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6714970Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6838109Z copying torchgen\gen_executorch.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6855202Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6870764Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6883803Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6893208Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6901783Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6938170Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6950616Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6963140Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6972658Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-06T20:44:04.6979440Z creating build\lib.win-amd64-cpython-39\functorch\compile 2024-08-06T20:44:04.6982014Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2024-08-06T20:44:04.6994288Z creating build\lib.win-amd64-cpython-39\functorch\dim 2024-08-06T20:44:04.6996887Z copying functorch\dim\batch_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-06T20:44:04.7007669Z copying functorch\dim\delayed_mul_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-06T20:44:04.7017484Z copying functorch\dim\dim.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-06T20:44:04.7027011Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-06T20:44:04.7042675Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-06T20:44:04.7053568Z copying functorch\dim\reference.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-06T20:44:04.7097738Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-06T20:44:04.7103105Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-06T20:44:04.7113393Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-06T20:44:04.8363265Z creating build\lib.win-amd64-cpython-39\functorch\einops 2024-08-06T20:44:04.8365705Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-08-06T20:44:04.8376760Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-08-06T20:44:04.8387264Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-08-06T20:44:04.8394292Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2024-08-06T20:44:04.8404054Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-08-06T20:44:04.8409453Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-08-06T20:44:04.8414461Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-08-06T20:44:04.8420937Z creating build\lib.win-amd64-cpython-39\functorch\_src 2024-08-06T20:44:04.8423424Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2024-08-06T20:44:04.8428969Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-08-06T20:44:04.8431564Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-08-06T20:44:04.8437867Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-08-06T20:44:04.8440402Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-08-06T20:44:04.8446680Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-08-06T20:44:04.8455772Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-08-06T20:44:04.8461999Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-08-06T20:44:04.8464409Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-08-06T20:44:04.8471103Z creating build\lib.win-amd64-cpython-39\torch\amp 2024-08-06T20:44:04.8473481Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-08-06T20:44:04.8505251Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-08-06T20:44:04.8518915Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-08-06T20:44:04.8525269Z creating build\lib.win-amd64-cpython-39\torch\ao 2024-08-06T20:44:04.8527616Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2024-08-06T20:44:04.8535755Z creating build\lib.win-amd64-cpython-39\torch\autograd 2024-08-06T20:44:04.8538344Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-06T20:44:04.8549578Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-06T20:44:04.8558902Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-06T20:44:04.8597439Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-06T20:44:04.8683338Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-06T20:44:04.8712341Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-06T20:44:04.8723220Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-06T20:44:04.8737053Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-06T20:44:04.8775046Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-06T20:44:04.8786580Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-06T20:44:04.8806838Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-06T20:44:04.8812289Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-06T20:44:04.8883836Z creating build\lib.win-amd64-cpython-39\torch\backends 2024-08-06T20:44:04.8886535Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2024-08-06T20:44:04.8896952Z creating build\lib.win-amd64-cpython-39\torch\compiler 2024-08-06T20:44:04.8899305Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2024-08-06T20:44:04.8912746Z creating build\lib.win-amd64-cpython-39\torch\contrib 2024-08-06T20:44:04.8915388Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-08-06T20:44:04.8924488Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-08-06T20:44:04.8930267Z creating build\lib.win-amd64-cpython-39\torch\cpu 2024-08-06T20:44:04.8932842Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2024-08-06T20:44:04.8945417Z creating build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.8948036Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.8953153Z copying torch\cuda\error.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.8957493Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.8972163Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.8982477Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.9002088Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.9018518Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.9028107Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.9038140Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.9048659Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.9053942Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.9070856Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.9081546Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.9110023Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.9140803Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.9155715Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.9204406Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-06T20:44:04.9238501Z creating build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9241235Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9252057Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9262934Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9283319Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9293391Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9309035Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9361486Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9372405Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9378032Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9388858Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9399798Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9420941Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9432508Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9442754Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9452492Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9471697Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9481140Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9495307Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-06T20:44:04.9513155Z creating build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9515874Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9526052Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9536559Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9546079Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9563798Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9574447Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9583768Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9598312Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9608915Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9620094Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9630308Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9641287Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9650981Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9724906Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9741467Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9750647Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9775516Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9791932Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9824170Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9833868Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9842833Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9852608Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9866117Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9879841Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9889083Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9897560Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9907881Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9918612Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9940793Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9950197Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9959050Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9968484Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:04.9990662Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:05.0000003Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:05.0009230Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:05.0019754Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:05.0029416Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:05.0039913Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:05.0050586Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:05.0059209Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:05.0068173Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:05.0084582Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:05.0101481Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:05.0110481Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:05.0120778Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:05.0138872Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:05.0147953Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-06T20:44:05.0160214Z creating build\lib.win-amd64-cpython-39\torch\export 2024-08-06T20:44:05.0162755Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-06T20:44:05.0168109Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-06T20:44:05.0217592Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-06T20:44:05.0245368Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-06T20:44:05.0271914Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-06T20:44:05.0308896Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-06T20:44:05.0317809Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-06T20:44:05.0326519Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-06T20:44:05.0334890Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-06T20:44:05.0362119Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-06T20:44:05.0371874Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-06T20:44:05.0381748Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-06T20:44:05.0394012Z creating build\lib.win-amd64-cpython-39\torch\fft 2024-08-06T20:44:05.0396340Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2024-08-06T20:44:05.0418294Z creating build\lib.win-amd64-cpython-39\torch\func 2024-08-06T20:44:05.0420638Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2024-08-06T20:44:05.0427188Z creating build\lib.win-amd64-cpython-39\torch\futures 2024-08-06T20:44:05.0429592Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2024-08-06T20:44:05.0442331Z creating build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0444888Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0453632Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0459176Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0488698Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0510742Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0526067Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0540998Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0556629Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0571562Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0586804Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0597352Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0607174Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0618502Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0628613Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0638371Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0648400Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0668491Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0679288Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:05.0694753Z creating build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0697489Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0712614Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0734366Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0743536Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0758433Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0768136Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0777502Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0787905Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0798114Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0819307Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0830574Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0841874Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0851891Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0857237Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0868164Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0878566Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0888506Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0894517Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0905339Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.0940860Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.1004640Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.1045593Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.1055548Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.1081114Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.1105808Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.1135053Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:05.1146175Z creating build\lib.win-amd64-cpython-39\torch\linalg 2024-08-06T20:44:05.1148558Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2024-08-06T20:44:05.1192722Z creating build\lib.win-amd64-cpython-39\torch\masked 2024-08-06T20:44:05.1195265Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-08-06T20:44:05.1224241Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-08-06T20:44:05.1269560Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-08-06T20:44:05.1281614Z creating build\lib.win-amd64-cpython-39\torch\monitor 2024-08-06T20:44:05.1284036Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2024-08-06T20:44:05.1294955Z creating build\lib.win-amd64-cpython-39\torch\mps 2024-08-06T20:44:05.1305156Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-08-06T20:44:05.1315454Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-08-06T20:44:05.1324737Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-08-06T20:44:05.1335630Z creating build\lib.win-amd64-cpython-39\torch\mtia 2024-08-06T20:44:05.1338131Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-08-06T20:44:05.1358700Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-08-06T20:44:05.1386409Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-06T20:44:05.1388969Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-06T20:44:05.1399416Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-06T20:44:05.1413900Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-06T20:44:05.1429188Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-06T20:44:05.1440407Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-06T20:44:05.1455822Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-06T20:44:05.1466529Z creating build\lib.win-amd64-cpython-39\torch\nested 2024-08-06T20:44:05.1468878Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2024-08-06T20:44:05.1486516Z creating build\lib.win-amd64-cpython-39\torch\nn 2024-08-06T20:44:05.1489218Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-06T20:44:05.1499600Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-06T20:44:05.1509415Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-06T20:44:05.1590815Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-06T20:44:05.1601220Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-06T20:44:05.1623530Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-06T20:44:05.1635011Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-06T20:44:05.1644877Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-06T20:44:05.1660412Z creating build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1662935Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1673897Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1683167Z copying torch\onnx\symbolic_caffe2.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1693926Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1773291Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1813397Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1838544Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1848013Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1874007Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1883302Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1892723Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1901948Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1910845Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1921407Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1926956Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1936895Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1946147Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.1955360Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.2027310Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.2057068Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.2090661Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.2115502Z copying torch\onnx\_deprecation.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.2129137Z copying torch\onnx\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.2144149Z copying torch\onnx\_exporter_states.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.2149586Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.2166758Z copying torch\onnx\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.2191106Z copying torch\onnx\_onnx_supported_ops.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.2206582Z copying torch\onnx\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.2218915Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-06T20:44:05.2234893Z creating build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2237396Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2262440Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2284503Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2302228Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2315347Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2342153Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2379297Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2491534Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2531768Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2548318Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2610663Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2626503Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2641108Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2656137Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2672095Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2682151Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2697103Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2711308Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2721529Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-06T20:44:05.2734376Z creating build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2737119Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2747301Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2758927Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2775711Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2785295Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2807861Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2822994Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2833136Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2843371Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2852429Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2861973Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2871430Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2882926Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2892481Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2937703Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-06T20:44:05.2945077Z creating build\lib.win-amd64-cpython-39\torch\profiler 2024-08-06T20:44:05.2947924Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-06T20:44:05.3043393Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-06T20:44:05.3080571Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-06T20:44:05.3085813Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-06T20:44:05.3197664Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-06T20:44:05.3219141Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-06T20:44:05.3228972Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-06T20:44:05.3242471Z creating build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3245180Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3254520Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3259618Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3275149Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3285009Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3295859Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3304580Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3313445Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3329619Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3338495Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3343959Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3349317Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3358249Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3371105Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3380745Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3397417Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-06T20:44:05.3408781Z creating build\lib.win-amd64-cpython-39\torch\signal 2024-08-06T20:44:05.3411313Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2024-08-06T20:44:05.3418610Z creating build\lib.win-amd64-cpython-39\torch\sparse 2024-08-06T20:44:05.3421181Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-06T20:44:05.3437780Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-06T20:44:05.3448926Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-06T20:44:05.3465212Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-06T20:44:05.3541665Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-06T20:44:05.3646127Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-06T20:44:05.3662932Z creating build\lib.win-amd64-cpython-39\torch\special 2024-08-06T20:44:05.3665670Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2024-08-06T20:44:05.3683402Z creating build\lib.win-amd64-cpython-39\torch\testing 2024-08-06T20:44:05.3685880Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-08-06T20:44:05.3708025Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-08-06T20:44:05.3717753Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-08-06T20:44:05.3728127Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-08-06T20:44:05.3740297Z creating build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3742972Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3758592Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3773834Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3803899Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3823879Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3829307Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3866052Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3876198Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3886125Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3895875Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3911352Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3921798Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3932337Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3941680Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3946962Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3957756Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3987970Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.3999979Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4011739Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4024361Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4035048Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4051441Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4061658Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4071920Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4092631Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4102704Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4113262Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4122874Z copying torch\utils\_freeze.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4133627Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4144358Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4154592Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4165356Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4175333Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4189507Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4208911Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4218021Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4227738Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4241359Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4246872Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4255922Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:05.4269271Z creating build\lib.win-amd64-cpython-39\torch\xpu 2024-08-06T20:44:05.4271702Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-08-06T20:44:05.4291509Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-08-06T20:44:05.4302406Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-08-06T20:44:05.4311867Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-08-06T20:44:05.4321877Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-08-06T20:44:05.4334742Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2024-08-06T20:44:05.4337322Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2024-08-06T20:44:05.4348308Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2024-08-06T20:44:05.4351021Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-08-06T20:44:05.4361752Z copying torch\_custom_op\functional.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-08-06T20:44:05.4372666Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-08-06T20:44:05.4387823Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-08-06T20:44:05.4393913Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2024-08-06T20:44:05.4396458Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-08-06T20:44:05.4461941Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-08-06T20:44:05.4471718Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-08-06T20:44:05.4486753Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-08-06T20:44:05.4524831Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2024-08-06T20:44:05.4528437Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-08-06T20:44:05.4536460Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-08-06T20:44:05.4547739Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4550439Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4560088Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4580307Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4596735Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4604770Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4617363Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4771463Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4781699Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4791832Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4805823Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4823983Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4841592Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4851130Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4863842Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4878872Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4888312Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4897769Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4921011Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4930866Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4939690Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4954895Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.4988057Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5001595Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5011940Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5039642Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5069191Z copying torch\_dynamo\polyfill.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5078232Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5087704Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5096873Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5111171Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5245231Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5428065Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5606433Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5621502Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5631179Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5641727Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5680427Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5732584Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5741347Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5768539Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5790659Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-06T20:44:05.5803363Z creating build\lib.win-amd64-cpython-39\torch\_export 2024-08-06T20:44:05.5806275Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-06T20:44:05.5869544Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-06T20:44:05.5879935Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-06T20:44:05.5902389Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-06T20:44:05.5923546Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-06T20:44:05.5934364Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-06T20:44:05.5949106Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-06T20:44:05.5963756Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-06T20:44:05.5974383Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-06T20:44:05.5989852Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.5992646Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6018864Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6034215Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6052144Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6108552Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6133726Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6144773Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6155054Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6166429Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6177210Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6204041Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6214071Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6226539Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6270943Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6340330Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6351161Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6356534Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6365693Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6398844Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6407267Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6420685Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-06T20:44:05.6434405Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6437080Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6446607Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6456215Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6474239Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6484008Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6500695Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6509897Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6519004Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6527794Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6536757Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6545546Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6562673Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6571871Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6597143Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6606026Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-06T20:44:05.6619371Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.6622055Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.6645289Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.6655404Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.6676851Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.6686096Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.6805487Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.6879346Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.6898654Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.6976851Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7042485Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7066480Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7086174Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7096829Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7133938Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7143437Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7156853Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7170031Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7196375Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7205667Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7214712Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7224427Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7294770Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7473952Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7485478Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7496714Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7506795Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7805232Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7814873Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.7994621Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8018073Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8305268Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8368514Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8384500Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8395795Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8430208Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8441025Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8451375Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8523215Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8546326Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8564553Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8575233Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8584695Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8610907Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8631837Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8648017Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8692425Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-06T20:44:05.8710711Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-06T20:44:05.8713294Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-06T20:44:05.8722954Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-06T20:44:05.8731748Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-06T20:44:05.8736800Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-06T20:44:05.8746946Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-06T20:44:05.8760465Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-06T20:44:05.8779148Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-06T20:44:05.8784331Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-06T20:44:05.8789771Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-06T20:44:05.8800760Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-06T20:44:05.8806031Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-06T20:44:05.8818166Z creating build\lib.win-amd64-cpython-39\torch\_library 2024-08-06T20:44:05.8820404Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-06T20:44:05.8829124Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-06T20:44:05.8845918Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-06T20:44:05.8855226Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-06T20:44:05.8869468Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-06T20:44:05.8878481Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-06T20:44:05.8886452Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-06T20:44:05.8895952Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-06T20:44:05.8911766Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-06T20:44:05.8918795Z creating build\lib.win-amd64-cpython-39\torch\_logging 2024-08-06T20:44:05.8921331Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-08-06T20:44:05.8931357Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-08-06T20:44:05.8949770Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-08-06T20:44:05.8959615Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-08-06T20:44:05.8979866Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.8982378Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.8996539Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9006926Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9017488Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9027171Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9071704Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9081429Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9091216Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9100423Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9124513Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9130022Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9164371Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9184150Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9209556Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9225176Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9235690Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9247128Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-06T20:44:05.9254472Z creating build\lib.win-amd64-cpython-39\torch\_prims 2024-08-06T20:44:05.9258410Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-08-06T20:44:05.9268599Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-08-06T20:44:05.9277731Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-08-06T20:44:05.9286734Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-08-06T20:44:05.9296634Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-08-06T20:44:05.9341720Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2024-08-06T20:44:05.9349866Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-08-06T20:44:05.9361793Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-08-06T20:44:05.9392985Z creating build\lib.win-amd64-cpython-39\torch\_refs 2024-08-06T20:44:05.9395401Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-08-06T20:44:05.9411604Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-08-06T20:44:05.9421088Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-08-06T20:44:05.9523692Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2024-08-06T20:44:05.9526208Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-08-06T20:44:05.9544242Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-08-06T20:44:05.9553392Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-08-06T20:44:05.9566624Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-06T20:44:05.9569378Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-06T20:44:05.9588633Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-06T20:44:05.9613997Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-06T20:44:05.9629747Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-06T20:44:05.9645238Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-06T20:44:05.9671801Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-06T20:44:05.9682466Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-06T20:44:05.9694245Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-06T20:44:05.9700419Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2024-08-06T20:44:05.9702749Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2024-08-06T20:44:05.9708357Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2024-08-06T20:44:05.9736883Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2024-08-06T20:44:05.9743436Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2024-08-06T20:44:05.9746281Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-08-06T20:44:05.9793088Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-08-06T20:44:05.9832567Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-08-06T20:44:05.9838923Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-08-06T20:44:05.9841404Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-08-06T20:44:05.9851681Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-08-06T20:44:05.9860616Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:05.9863405Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:05.9878986Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:05.9890242Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:05.9937414Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:05.9969884Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:05.9986902Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:05.9997884Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:06.0009154Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:06.0026550Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:06.0047226Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:06.0059954Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:06.0071795Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:06.0081861Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:06.0110526Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:06.0193994Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:06.0218444Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:06.0230442Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:06.0260554Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-06T20:44:06.0277739Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-08-06T20:44:06.0280162Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-08-06T20:44:06.0292215Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-08-06T20:44:06.0294503Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-08-06T20:44:06.0300853Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-08-06T20:44:06.0303814Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-08-06T20:44:06.0310255Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-08-06T20:44:06.0425968Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-08-06T20:44:06.0442412Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-08-06T20:44:06.0448985Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-08-06T20:44:06.0451322Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-08-06T20:44:06.0458416Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-08-06T20:44:06.0460900Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-08-06T20:44:06.0529976Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-08-06T20:44:06.0536079Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-08-06T20:44:06.0538582Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-08-06T20:44:06.0544862Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-08-06T20:44:06.0547423Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-08-06T20:44:06.0554300Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-08-06T20:44:06.0557071Z copying torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-08-06T20:44:06.0601132Z copying torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-08-06T20:44:06.0683213Z copying torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-08-06T20:44:06.0684245Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-08-06T20:44:06.0697005Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-08-06T20:44:06.0699421Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-08-06T20:44:06.0706477Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-06T20:44:06.0709012Z copying torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-06T20:44:06.0728941Z copying torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-06T20:44:06.0743762Z copying torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-06T20:44:06.0764505Z copying torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-06T20:44:06.0775236Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-06T20:44:06.0787902Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-08-06T20:44:06.0790511Z 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-08-06T20:44:06.0802966Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-08-06T20:44:06.0809448Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-08-06T20:44:06.0811685Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-08-06T20:44:06.0818597Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-08-06T20:44:06.0821079Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-08-06T20:44:06.2064963Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-08-06T20:44:06.2074567Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-08-06T20:44:06.2084716Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-08-06T20:44:06.2091788Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-08-06T20:44:06.2094651Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-08-06T20:44:06.2136887Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-08-06T20:44:06.2143890Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-08-06T20:44:06.2147328Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-08-06T20:44:06.2172667Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-08-06T20:44:06.2185646Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-08-06T20:44:06.2192354Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-08-06T20:44:06.2194662Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-08-06T20:44:06.2203573Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-06T20:44:06.2205610Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-06T20:44:06.2216113Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-06T20:44:06.2226133Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-06T20:44:06.2246856Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-06T20:44:06.2403889Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-06T20:44:06.3033717Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-06T20:44:06.3201241Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-06T20:44:06.3231809Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-06T20:44:06.3248644Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-06T20:44:06.3262054Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-06T20:44:06.3274030Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-06T20:44:06.3286483Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-08-06T20:44:06.3295661Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-08-06T20:44:06.3302835Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-08-06T20:44:06.3305387Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-08-06T20:44:06.3319058Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-08-06T20:44:06.3329429Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-08-06T20:44:06.3369628Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-08-06T20:44:06.3376841Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-06T20:44:06.3379432Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-06T20:44:06.3396413Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-06T20:44:06.3406089Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-06T20:44:06.3425179Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-06T20:44:06.3435159Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-06T20:44:06.3445193Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-06T20:44:06.3452144Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-08-06T20:44:06.3454727Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-08-06T20:44:06.3464509Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-08-06T20:44:06.3484003Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-08-06T20:44:06.3490458Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-08-06T20:44:06.3492972Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-08-06T20:44:06.3512217Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-08-06T20:44:06.3519932Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-06T20:44:06.3522468Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-06T20:44:06.3537334Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-06T20:44:06.3558858Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-06T20:44:06.3573486Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-06T20:44:06.3583443Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-06T20:44:06.3617371Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-06T20:44:06.3626661Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-06T20:44:06.3648771Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-06T20:44:06.3686598Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-06T20:44:06.3716414Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-06T20:44:06.3722978Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-08-06T20:44:06.3725880Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-08-06T20:44:06.3743952Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-08-06T20:44:06.3755417Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-08-06T20:44:06.3771204Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-08-06T20:44:06.3777407Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-06T20:44:06.3786011Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-06T20:44:06.3796556Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-06T20:44:06.3805855Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-06T20:44:06.3840555Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-06T20:44:06.3865648Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-06T20:44:06.3871804Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-08-06T20:44:06.3875148Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-08-06T20:44:06.3880313Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-08-06T20:44:06.3883188Z copying torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-08-06T20:44:06.3926320Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-08-06T20:44:06.3932211Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-08-06T20:44:06.3934961Z copying torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-08-06T20:44:06.3955501Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-08-06T20:44:06.3962790Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-08-06T20:44:06.3972827Z copying torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-08-06T20:44:06.3995318Z copying torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-08-06T20:44:06.4029022Z copying torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-08-06T20:44:06.4052351Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-08-06T20:44:06.4059852Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-06T20:44:06.4062980Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-06T20:44:06.4077241Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-06T20:44:06.4101510Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-06T20:44:06.4117552Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-06T20:44:06.4128136Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-06T20:44:06.4138321Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-06T20:44:06.4153214Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-06T20:44:06.4162593Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-06T20:44:06.4169572Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-08-06T20:44:06.4171993Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-08-06T20:44:06.4178141Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-08-06T20:44:06.4181383Z 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-08-06T20:44:06.4193378Z 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-08-06T20:44:06.4202753Z 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-08-06T20:44:06.4221407Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-06T20:44:06.4224116Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-06T20:44:06.4237153Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-06T20:44:06.4253118Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-06T20:44:06.4262303Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-06T20:44:06.4285109Z copying torch\ao\quantization\backend_config\observation_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-06T20:44:06.4289796Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-06T20:44:06.4302130Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-06T20:44:06.4311907Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-06T20:44:06.4320653Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-06T20:44:06.4349373Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-06T20:44:06.4358084Z copying torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-06T20:44:06.4374488Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-06T20:44:06.4384422Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-06T20:44:06.4399216Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4401991Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4456484Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4470552Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4480926Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4490194Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4507986Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4513569Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4518991Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4529243Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4539283Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4548369Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4580500Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4590224Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4599852Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4615964Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4634769Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4655377Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4675131Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4701352Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-06T20:44:06.4709049Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-06T20:44:06.4711663Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-06T20:44:06.4727454Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-06T20:44:06.4738332Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-06T20:44:06.4748243Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-06T20:44:06.4769792Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-06T20:44:06.4786203Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-06T20:44:06.4806730Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-06T20:44:06.4824413Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-06T20:44:06.4834904Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-06T20:44:06.4841804Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-06T20:44:06.4845175Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-06T20:44:06.4858542Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-06T20:44:06.4869443Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-06T20:44:06.4890686Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-06T20:44:06.4901799Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-06T20:44:06.4969093Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-06T20:44:06.4979771Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-06T20:44:06.4997858Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-06T20:44:06.5005136Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-06T20:44:06.5007802Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-06T20:44:06.5045410Z copying torch\ao\quantization\fx\_model_report\model_report.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-06T20:44:06.5063344Z copying torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-06T20:44:06.5085749Z copying torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-06T20:44:06.5106684Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-06T20:44:06.5112409Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-08-06T20:44:06.5115147Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-08-06T20:44:06.5131217Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-08-06T20:44:06.5138102Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-08-06T20:44:06.5140756Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-08-06T20:44:06.5151872Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-08-06T20:44:06.5162132Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-08-06T20:44:06.5168651Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-08-06T20:44:06.5170996Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-08-06T20:44:06.5177762Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-08-06T20:44:06.5180166Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-08-06T20:44:06.5193122Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-08-06T20:44:06.5195659Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-08-06T20:44:06.5206115Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-08-06T20:44:06.5223542Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2024-08-06T20:44:06.5225872Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2024-08-06T20:44:06.5244628Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-08-06T20:44:06.5247170Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-08-06T20:44:06.5257699Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-08-06T20:44:06.5260015Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-08-06T20:44:06.5270780Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2024-08-06T20:44:06.5284914Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2024-08-06T20:44:06.5300387Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-08-06T20:44:06.5303349Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-08-06T20:44:06.5333916Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-08-06T20:44:06.5334547Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-08-06T20:44:06.5335143Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-08-06T20:44:06.5335738Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-08-06T20:44:06.5340436Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-08-06T20:44:06.5342870Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-08-06T20:44:06.5354370Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-08-06T20:44:06.5357439Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-08-06T20:44:06.5384909Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-08-06T20:44:06.5390380Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-08-06T20:44:06.5392781Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-08-06T20:44:06.5403159Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-08-06T20:44:06.5405589Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-08-06T20:44:06.5434722Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-08-06T20:44:06.5440987Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-08-06T20:44:06.5443523Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-08-06T20:44:06.5454111Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-08-06T20:44:06.5490033Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-08-06T20:44:06.5495755Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-08-06T20:44:06.5498219Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-08-06T20:44:06.5509074Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-08-06T20:44:06.5518877Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-08-06T20:44:06.5526302Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-08-06T20:44:06.5528878Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-08-06T20:44:06.5539008Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-08-06T20:44:06.5544470Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-08-06T20:44:06.5554375Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-08-06T20:44:06.5561420Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-08-06T20:44:06.5564511Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-08-06T20:44:06.5574361Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-08-06T20:44:06.5581426Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-08-06T20:44:06.5583551Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-08-06T20:44:06.5599160Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.5607476Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.5618155Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.5634193Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.5653831Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.5670360Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.5680316Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.5685627Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.5695354Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.5782810Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6084126Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6103621Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6116494Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6125921Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6135261Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6209583Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6233057Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6260625Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6276064Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6287939Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6299014Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6315667Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6333305Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6364220Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6381974Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6395950Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6405917Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6416893Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-06T20:44:06.6423537Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-08-06T20:44:06.6426255Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-08-06T20:44:06.6437165Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-08-06T20:44:06.6450624Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.6453950Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.6467743Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.6776750Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.6793367Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.6809331Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.7098947Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.7109134Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.7134174Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.7155880Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.8327207Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.8369165Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.8482445Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.8492864Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.8523835Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.8546743Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.8562035Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.8601622Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.8616895Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.8627377Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.8636773Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.8659935Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-06T20:44:06.8675028Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-08-06T20:44:06.8677472Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-08-06T20:44:06.8752897Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-08-06T20:44:06.8759707Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-08-06T20:44:06.8762118Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-08-06T20:44:06.8879293Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-08-06T20:44:06.8888301Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.8891029Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.8984665Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.9032927Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.9063308Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.9083400Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.9093321Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.9120555Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.9143296Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.9154395Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.9172073Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.9184117Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.9194201Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.9219920Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.9234327Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.9345269Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:06.9361848Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-06T20:44:06.9365232Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-06T20:44:06.9377536Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-06T20:44:06.9401311Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-06T20:44:06.9424849Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-06T20:44:06.9463553Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-06T20:44:06.9469606Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-06T20:44:06.9516580Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-06T20:44:06.9526695Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-06T20:44:06.9536818Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-06T20:44:06.9544523Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-06T20:44:06.9547592Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-06T20:44:06.9569381Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-06T20:44:06.9583882Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-06T20:44:06.9593383Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-06T20:44:06.9612902Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-06T20:44:06.9622995Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-06T20:44:06.9634391Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-06T20:44:06.9644994Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-06T20:44:06.9655659Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-06T20:44:06.9665502Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-06T20:44:06.9676826Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-08-06T20:44:06.9679528Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-08-06T20:44:06.9685558Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-06T20:44:06.9688496Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-06T20:44:06.9818537Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-06T20:44:06.9853660Z copying torch\distributed\_composable\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-06T20:44:06.9863846Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-06T20:44:07.0016359Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-06T20:44:07.0023710Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-06T20:44:07.0026295Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-06T20:44:07.0208607Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-06T20:44:07.0310896Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-06T20:44:07.0469313Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-06T20:44:07.0648924Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-06T20:44:07.0784414Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-06T20:44:07.1120407Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-06T20:44:07.1127024Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-08-06T20:44:07.1130629Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-08-06T20:44:07.1136451Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-08-06T20:44:07.1138940Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-08-06T20:44:07.1145379Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-08-06T20:44:07.1148234Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-08-06T20:44:07.1254986Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-06T20:44:07.1257532Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-06T20:44:07.1279940Z copying torch\distributed\_tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-06T20:44:07.1285513Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-06T20:44:07.1301794Z copying torch\distributed\_tensor\random.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-06T20:44:07.1313400Z copying torch\distributed\_tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-06T20:44:07.1332975Z copying torch\distributed\_tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-06T20:44:07.1348382Z copying torch\distributed\_tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-06T20:44:07.1362825Z copying torch\distributed\_tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-06T20:44:07.1373660Z copying torch\distributed\_tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-06T20:44:07.1415792Z copying torch\distributed\_tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-06T20:44:07.1549340Z copying torch\distributed\_tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-06T20:44:07.1663821Z copying torch\distributed\_tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-06T20:44:07.1677032Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-06T20:44:07.1708378Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-06T20:44:07.1710992Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-06T20:44:07.1809766Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-06T20:44:07.1950538Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-06T20:44:07.1975733Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-06T20:44:07.1991862Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-06T20:44:07.1999416Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-06T20:44:07.2002042Z copying torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-06T20:44:07.2082740Z copying torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-06T20:44:07.2120370Z copying torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-06T20:44:07.2144922Z copying torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-06T20:44:07.2154315Z copying torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-06T20:44:07.2164340Z copying torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-06T20:44:07.2190246Z copying torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-06T20:44:07.2239907Z copying torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-06T20:44:07.2255152Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-06T20:44:07.2265727Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-08-06T20:44:07.2275353Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-08-06T20:44:07.2292996Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-08-06T20:44:07.2303836Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-08-06T20:44:07.2316957Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-08-06T20:44:07.2322634Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-08-06T20:44:07.2326361Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-08-06T20:44:07.2360752Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-08-06T20:44:07.2366165Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-08-06T20:44:07.2368412Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-08-06T20:44:07.2400254Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-08-06T20:44:07.2406471Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-08-06T20:44:07.2409301Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-08-06T20:44:07.2424551Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-08-06T20:44:07.2431095Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-08-06T20:44:07.2434261Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-08-06T20:44:07.2444602Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-08-06T20:44:07.2450719Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-08-06T20:44:07.2452413Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-08-06T20:44:07.2458824Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-08-06T20:44:07.2461075Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-08-06T20:44:07.2470347Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-08-06T20:44:07.2475534Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-08-06T20:44:07.2486869Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-08-06T20:44:07.2489517Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-08-06T20:44:07.2499979Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-08-06T20:44:07.2512892Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-08-06T20:44:07.2525737Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-08-06T20:44:07.2639918Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-08-06T20:44:07.2649423Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-08-06T20:44:07.2660200Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-08-06T20:44:07.2673148Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-06T20:44:07.2675706Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-06T20:44:07.2686515Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-06T20:44:07.2696589Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-06T20:44:07.2726177Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-06T20:44:07.2744777Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-06T20:44:07.2753579Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-06T20:44:07.2762746Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-06T20:44:07.2772104Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-06T20:44:07.2780945Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-06T20:44:07.2789657Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-06T20:44:07.2806027Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-06T20:44:07.2837005Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-06T20:44:07.2839555Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-06T20:44:07.2848923Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-06T20:44:07.3138768Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-06T20:44:07.3149072Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-06T20:44:07.3171924Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-06T20:44:07.3185441Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-06T20:44:07.3188803Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-06T20:44:07.3196871Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-06T20:44:07.3206353Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-06T20:44:07.3219550Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-06T20:44:07.3224908Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-06T20:44:07.3242675Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-06T20:44:07.3250989Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-08-06T20:44:07.3252930Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-08-06T20:44:07.3273698Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-08-06T20:44:07.3283586Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-08-06T20:44:07.3299713Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-08-06T20:44:07.3310908Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-08-06T20:44:07.3319714Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-08-06T20:44:07.3330700Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-08-06T20:44:07.3336282Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-08-06T20:44:07.3347564Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-08-06T20:44:07.3350522Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-08-06T20:44:07.3360587Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-08-06T20:44:07.3371390Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-08-06T20:44:07.3378002Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-08-06T20:44:07.3381503Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-08-06T20:44:07.3392990Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-08-06T20:44:07.3403671Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-08-06T20:44:07.3409611Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-08-06T20:44:07.3412044Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-08-06T20:44:07.3429133Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-08-06T20:44:07.3434933Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-08-06T20:44:07.3438035Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-08-06T20:44:07.3471109Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-08-06T20:44:07.3476857Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-08-06T20:44:07.3479572Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-08-06T20:44:07.3489939Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-08-06T20:44:07.3495647Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-08-06T20:44:07.3498895Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-08-06T20:44:07.3509915Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-08-06T20:44:07.3517647Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-06T20:44:07.3520189Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-06T20:44:07.3531135Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-06T20:44:07.3540503Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-06T20:44:07.3586203Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-06T20:44:07.3608058Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-06T20:44:07.3747879Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-06T20:44:07.3866481Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-06T20:44:07.3878675Z copying torch\distributed\tensor\parallel\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-06T20:44:07.3900061Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-06T20:44:07.3907443Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-06T20:44:07.3910066Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-06T20:44:07.3925346Z copying torch\distributed\_composable\fsdp\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-06T20:44:07.3935844Z copying torch\distributed\_composable\fsdp\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-06T20:44:07.3952158Z copying torch\distributed\_composable\fsdp\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-06T20:44:07.4029551Z copying torch\distributed\_composable\fsdp\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-06T20:44:07.4041537Z copying torch\distributed\_composable\fsdp\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-06T20:44:07.4063857Z copying torch\distributed\_composable\fsdp\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-06T20:44:07.4081494Z copying torch\distributed\_composable\fsdp\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-06T20:44:07.4095110Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-06T20:44:07.4101454Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-08-06T20:44:07.4103946Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-08-06T20:44:07.4110398Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-08-06T20:44:07.4113043Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-08-06T20:44:07.4123106Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-08-06T20:44:07.4136961Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-06T20:44:07.4139510Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-06T20:44:07.4161756Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-06T20:44:07.4170669Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-06T20:44:07.4175915Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-06T20:44:07.4186670Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-06T20:44:07.4202768Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-06T20:44:07.4212804Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-06T20:44:07.4229726Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-06T20:44:07.4280969Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-08-06T20:44:07.4283660Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-08-06T20:44:07.4301683Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-08-06T20:44:07.4308400Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-08-06T20:44:07.4311855Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-08-06T20:44:07.4360546Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-08-06T20:44:07.4398305Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-08-06T20:44:07.6065932Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-08-06T20:44:07.6081679Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-06T20:44:07.6084641Z copying torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-06T20:44:07.6097083Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-06T20:44:07.6122124Z copying torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-06T20:44:07.6127349Z copying torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-06T20:44:07.6141527Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-06T20:44:07.6162756Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-06T20:44:07.6171019Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-08-06T20:44:07.6174304Z 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-08-06T20:44:07.6189171Z 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-08-06T20:44:07.6205919Z 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-08-06T20:44:07.6303326Z 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-08-06T20:44:07.6309228Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug 2024-08-06T20:44:07.6312023Z copying torch\distributed\_tensor\debug\comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug 2024-08-06T20:44:07.6408686Z copying torch\distributed\_tensor\debug\visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug 2024-08-06T20:44:07.6427862Z copying torch\distributed\_tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug 2024-08-06T20:44:07.6503356Z copying torch\distributed\_tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug 2024-08-06T20:44:07.6518500Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-06T20:44:07.6521060Z copying torch\distributed\_tensor\experimental\attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-06T20:44:07.6714311Z copying torch\distributed\_tensor\experimental\local_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-06T20:44:07.6760852Z copying torch\distributed\_tensor\experimental\register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-06T20:44:07.6778378Z copying torch\distributed\_tensor\experimental\tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-06T20:44:07.6802699Z copying torch\distributed\_tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-06T20:44:07.6811272Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-06T20:44:07.6813875Z copying torch\distributed\_tensor\ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-06T20:44:07.6826766Z copying torch\distributed\_tensor\ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-06T20:44:07.6839231Z copying torch\distributed\_tensor\ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-06T20:44:07.6849877Z copying torch\distributed\_tensor\ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-06T20:44:07.6869616Z copying torch\distributed\_tensor\ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-06T20:44:07.6882175Z copying torch\distributed\_tensor\ops\_experimental_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-06T20:44:07.6946568Z copying torch\distributed\_tensor\ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-06T20:44:07.6988842Z copying torch\distributed\_tensor\ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-06T20:44:07.7004448Z copying torch\distributed\_tensor\ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-06T20:44:07.7018372Z copying torch\distributed\_tensor\ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-06T20:44:07.7039730Z copying torch\distributed\_tensor\ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-06T20:44:07.7053779Z copying torch\distributed\_tensor\ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-06T20:44:07.7080183Z copying torch\distributed\_tensor\ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-06T20:44:07.7086703Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2024-08-06T20:44:07.7089228Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2024-08-06T20:44:07.7111482Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7114721Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7136917Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7148126Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7164603Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7184661Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7196102Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7206852Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7216944Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7232596Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7242779Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7268355Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7280594Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7285993Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7329862Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7339166Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7444917Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7476130Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7486868Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7504292Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7514838Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7524473Z copying torch\fx\experimental\_sym_dispatch_mode.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7540544Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-06T20:44:07.7548839Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7551728Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7561686Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7571618Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7587063Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7610750Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7628688Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7655937Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7688523Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7694762Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7706083Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7728233Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7752621Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7763568Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7789806Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7829021Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7848709Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7859024Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-06T20:44:07.7867084Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-06T20:44:07.7869691Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-06T20:44:07.7886319Z copying torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-06T20:44:07.7909572Z copying torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-06T20:44:07.8096454Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-06T20:44:07.8102501Z copying torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-06T20:44:07.8114331Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-06T20:44:07.8130129Z copying torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-06T20:44:07.8138435Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-06T20:44:07.8145145Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-06T20:44:07.8147850Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-06T20:44:07.8157752Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-06T20:44:07.8163100Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-06T20:44:07.8173261Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-06T20:44:07.8183690Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-06T20:44:07.8200246Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-06T20:44:07.8210089Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-06T20:44:07.8220065Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-06T20:44:07.8227188Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-06T20:44:07.8436183Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-06T20:44:07.8464300Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-06T20:44:07.8535764Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-06T20:44:07.8780110Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-06T20:44:07.8832951Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-06T20:44:07.8862799Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-06T20:44:07.8869215Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-08-06T20:44:07.8871774Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-08-06T20:44:07.8882016Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-08-06T20:44:07.8887721Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-08-06T20:44:07.8890219Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-08-06T20:44:07.8896451Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-08-06T20:44:07.8898952Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-08-06T20:44:07.8910535Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-08-06T20:44:07.8920927Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-08-06T20:44:07.8931158Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-08-06T20:44:07.8943524Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-08-06T20:44:07.8952102Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-08-06T20:44:07.8961747Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-08-06T20:44:07.8968451Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-06T20:44:07.8971579Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-06T20:44:07.8990571Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-06T20:44:07.9013082Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-06T20:44:07.9053895Z copying torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-06T20:44:07.9090156Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-06T20:44:07.9268972Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-06T20:44:07.9276022Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-08-06T20:44:07.9279138Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-08-06T20:44:07.9376039Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-08-06T20:44:07.9381673Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-08-06T20:44:07.9383986Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-08-06T20:44:07.9591061Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-08-06T20:44:07.9593413Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-08-06T20:44:07.9607185Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-08-06T20:44:07.9614506Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-06T20:44:07.9617265Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-06T20:44:07.9647227Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-06T20:44:07.9660029Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-06T20:44:07.9665728Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-06T20:44:07.9676389Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-06T20:44:07.9695595Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-06T20:44:07.9705449Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-06T20:44:07.9722728Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-06T20:44:07.9729838Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-08-06T20:44:07.9732244Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-08-06T20:44:07.9823197Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-08-06T20:44:07.9892044Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-08-06T20:44:07.9904261Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-08-06T20:44:07.9910706Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2024-08-06T20:44:07.9913234Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-08-06T20:44:07.9922766Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-08-06T20:44:08.0061296Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-08-06T20:44:08.0370117Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-08-06T20:44:08.0481729Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2024-08-06T20:44:08.0484130Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-08-06T20:44:08.0489737Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-08-06T20:44:08.0495812Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-08-06T20:44:08.0498175Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-08-06T20:44:08.0512778Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.0515547Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.0541390Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.0552262Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.0573471Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.0591116Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.0628274Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.0659286Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.0670224Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.0679137Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.0693593Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.0703961Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.0717136Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.0728421Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.0737164Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.0766323Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.2055644Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.2114865Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.2489992Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.2776819Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.2893512Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.2926850Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.2940577Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.2961207Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.2971858Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.2980690Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.3219615Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-06T20:44:08.3241167Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-06T20:44:08.3243837Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-06T20:44:08.3323642Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-06T20:44:08.3333244Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-06T20:44:08.3369830Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-06T20:44:08.3386812Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-06T20:44:08.3399226Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-06T20:44:08.3409637Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-06T20:44:08.3419480Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-06T20:44:08.3430448Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2024-08-06T20:44:08.3432805Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2024-08-06T20:44:08.3439737Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-08-06T20:44:08.3442170Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-08-06T20:44:08.3449013Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-08-06T20:44:08.3451653Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-08-06T20:44:08.3456774Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-08-06T20:44:08.3470782Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3473303Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3483056Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3492946Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3502929Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3512344Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3529176Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3545224Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3563842Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3590321Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3603756Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3613170Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3624875Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3634250Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3644674Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3655894Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3675219Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-06T20:44:08.3692297Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-08-06T20:44:08.3715526Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-08-06T20:44:08.3720722Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-08-06T20:44:08.3727098Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-08-06T20:44:08.3730415Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-08-06T20:44:08.3736432Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-08-06T20:44:08.3738864Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-08-06T20:44:08.3745903Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-08-06T20:44:08.3748607Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-08-06T20:44:08.3758986Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-08-06T20:44:08.3764419Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-08-06T20:44:08.3769694Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-08-06T20:44:08.3783564Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-08-06T20:44:08.3785993Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-08-06T20:44:08.3792776Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-08-06T20:44:08.3795318Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-08-06T20:44:08.3800713Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-08-06T20:44:08.3806051Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-08-06T20:44:08.3878448Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-08-06T20:44:08.3885181Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-08-06T20:44:08.3887852Z copying torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-08-06T20:44:08.3893566Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-08-06T20:44:08.3899712Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-08-06T20:44:08.3902094Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-08-06T20:44:08.3908769Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-08-06T20:44:08.3911234Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-08-06T20:44:08.3916612Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-08-06T20:44:08.3921762Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-08-06T20:44:08.3926774Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-08-06T20:44:08.3933435Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-08-06T20:44:08.3935908Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-08-06T20:44:08.3940942Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-08-06T20:44:08.3947663Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-08-06T20:44:08.3950193Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-08-06T20:44:08.3955376Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-08-06T20:44:08.3960453Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-08-06T20:44:08.3966871Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-08-06T20:44:08.3969364Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-08-06T20:44:08.3977895Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-06T20:44:08.3979987Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-06T20:44:08.3990783Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-06T20:44:08.3996101Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-06T20:44:08.4001471Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-06T20:44:08.4007415Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-06T20:44:08.4021754Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-06T20:44:08.4027045Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-06T20:44:08.4032437Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-06T20:44:08.4121267Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-06T20:44:08.4126589Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-06T20:44:08.4132049Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-06T20:44:08.4153208Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-08-06T20:44:08.4162245Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-08-06T20:44:08.4169666Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-08-06T20:44:08.4171864Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-08-06T20:44:08.4177422Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-08-06T20:44:08.4182594Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-08-06T20:44:08.4196257Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-08-06T20:44:08.4212689Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-06T20:44:08.4216356Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-06T20:44:08.4221783Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-06T20:44:08.4227251Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-06T20:44:08.4232533Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-06T20:44:08.4237657Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-06T20:44:08.4242771Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-06T20:44:08.4260706Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-06T20:44:08.4263705Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-06T20:44:08.4277819Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-06T20:44:08.4293333Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-06T20:44:08.4310309Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-06T20:44:08.4320854Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-06T20:44:08.4331262Z copying torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-06T20:44:08.4346229Z copying torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-06T20:44:08.4361036Z copying torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-06T20:44:08.4370266Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-06T20:44:08.4378743Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-06T20:44:08.4385942Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-06T20:44:08.4395803Z copying torch\onnx\_internal\io_adapter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-06T20:44:08.4411400Z copying torch\onnx\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-06T20:44:08.4422507Z copying torch\onnx\_internal\onnxruntime.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-06T20:44:08.4455476Z copying torch\onnx\_internal\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-06T20:44:08.4471701Z copying torch\onnx\_internal\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-06T20:44:08.4483692Z copying torch\onnx\_internal\_exporter_legacy.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-06T20:44:08.4515620Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-06T20:44:08.4521995Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-08-06T20:44:08.4524358Z copying torch\onnx\_internal\diagnostics\_diagnostic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-08-06T20:44:08.4535496Z copying torch\onnx\_internal\diagnostics\_rules.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-08-06T20:44:08.4556488Z copying torch\onnx\_internal\diagnostics\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-08-06T20:44:08.4565233Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4568016Z copying torch\onnx\_internal\fx\decomposition_skip.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4579204Z copying torch\onnx\_internal\fx\decomposition_table.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4590415Z copying torch\onnx\_internal\fx\diagnostics.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4622675Z copying torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4658278Z copying torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4678974Z copying torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4690813Z copying torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4710548Z copying torch\onnx\_internal\fx\op_validation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4721335Z copying torch\onnx\_internal\fx\patcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4731511Z copying torch\onnx\_internal\fx\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4741437Z copying torch\onnx\_internal\fx\serialization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4751575Z copying torch\onnx\_internal\fx\torch_export_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4760864Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4770469Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4899606Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-06T20:44:08.4907186Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-06T20:44:08.4910312Z copying torch\onnx\_internal\diagnostics\infra\context.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-06T20:44:08.4933366Z copying torch\onnx\_internal\diagnostics\infra\decorator.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-06T20:44:08.4943026Z copying torch\onnx\_internal\diagnostics\infra\formatter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-06T20:44:08.4952994Z copying torch\onnx\_internal\diagnostics\infra\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-06T20:44:08.4963578Z copying torch\onnx\_internal\diagnostics\infra\_infra.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-06T20:44:08.4981818Z copying torch\onnx\_internal\diagnostics\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-06T20:44:08.4997260Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.4999891Z copying torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5005455Z copying torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5015355Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5024984Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5036859Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5184608Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5195100Z copying torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5205097Z copying torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5215442Z copying torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5225957Z copying torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5248530Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5289346Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5307283Z copying torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5317991Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5328255Z 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-08-06T20:44:08.5337919Z 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-08-06T20:44:08.5347575Z copying torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5356424Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5365786Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5375003Z copying torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5384227Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5400329Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5409305Z copying torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5418933Z copying torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5428236Z copying torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5437025Z copying torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5447051Z copying torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5456845Z copying torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5465792Z copying torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5471771Z copying torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5481254Z copying torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5498915Z copying torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5534121Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5543408Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5552756Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5562526Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5571498Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5580845Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5589780Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5601829Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5611686Z copying torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5627729Z copying torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5636976Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5646120Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5670571Z copying torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5795535Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5804836Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5820114Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5873798Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5931396Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.5989183Z copying torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.6005543Z copying torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.6016194Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.6025131Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.6035188Z copying torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:08.6082301Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-08-06T20:44:08.6084990Z copying torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-08-06T20:44:08.6130114Z copying torch\onnx\_internal\fx\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-08-06T20:44:08.6137858Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-06T20:44:08.6140648Z copying torch\onnx\_internal\fx\passes\decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-06T20:44:08.6160470Z copying torch\onnx\_internal\fx\passes\functionalization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-06T20:44:08.6171038Z copying torch\onnx\_internal\fx\passes\modularization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-06T20:44:08.6190314Z copying torch\onnx\_internal\fx\passes\readability.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-06T20:44:08.6207518Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-06T20:44:08.6237714Z copying torch\onnx\_internal\fx\passes\virtualization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-06T20:44:08.6247613Z copying torch\onnx\_internal\fx\passes\_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-06T20:44:08.6259073Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-06T20:44:08.6266086Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-08-06T20:44:08.6268804Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-08-06T20:44:08.6319227Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2024-08-06T20:44:08.6321610Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-08-06T20:44:08.6333822Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-08-06T20:44:08.6339242Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-08-06T20:44:08.6355065Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-08-06T20:44:08.6367375Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-06T20:44:08.6370106Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-06T20:44:08.6375370Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-06T20:44:08.6380871Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-06T20:44:08.6386520Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-06T20:44:08.6395944Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-06T20:44:08.6408010Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-06T20:44:08.6417581Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-06T20:44:08.6423089Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-06T20:44:08.6434095Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-06T20:44:08.6439450Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-06T20:44:08.6455736Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-06T20:44:08.6511000Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-06T20:44:08.6518403Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2024-08-06T20:44:08.6521135Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-08-06T20:44:08.6757793Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-08-06T20:44:08.6770976Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.6780161Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.6795649Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.6809085Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.7023254Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.7122832Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.7179182Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.7205717Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.7216016Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.7226259Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.7247341Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.7258090Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.7890595Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.7899393Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.7972223Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8055563Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8079321Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8089058Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8121706Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8144860Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8157951Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8235982Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8249491Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8271779Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8290483Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8300476Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8325842Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8338881Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8349926Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8360070Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8389663Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8408945Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8419101Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8431542Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8440907Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8450729Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8460776Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8471657Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8487003Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-06T20:44:08.8493299Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-08-06T20:44:08.8495905Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-08-06T20:44:08.8577043Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-08-06T20:44:08.8587298Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-08-06T20:44:08.8593302Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-08-06T20:44:08.8599389Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-08-06T20:44:08.8608247Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-06T20:44:08.8610852Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-06T20:44:09.0299056Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-06T20:44:09.0308586Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-06T20:44:09.0330969Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-06T20:44:09.0465913Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-06T20:44:09.0476071Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-06T20:44:09.0485034Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-06T20:44:09.0499240Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-06T20:44:09.0509980Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-06T20:44:09.0516000Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-08-06T20:44:09.0548829Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-08-06T20:44:09.1083041Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-08-06T20:44:09.1089383Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-08-06T20:44:09.1092265Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-08-06T20:44:09.1138681Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-08-06T20:44:09.1149432Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-08-06T20:44:09.1167667Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-08-06T20:44:09.1175323Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-06T20:44:09.1177939Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-06T20:44:09.1188250Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-06T20:44:09.1199053Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-06T20:44:09.1204529Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-06T20:44:09.1233782Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-06T20:44:09.1244317Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-06T20:44:09.1251031Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-08-06T20:44:09.1254492Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-08-06T20:44:09.1260041Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-08-06T20:44:09.1264415Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-08-06T20:44:09.1270098Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-08-06T20:44:09.1272747Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-08-06T20:44:09.1279775Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-06T20:44:09.1283180Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-06T20:44:09.1333415Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-06T20:44:09.1344694Z copying torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-06T20:44:09.1364359Z copying torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-06T20:44:09.1374868Z copying torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-06T20:44:09.1384726Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-06T20:44:09.1461004Z copying torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-06T20:44:09.1470915Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-06T20:44:09.1476495Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-08-06T20:44:09.1479110Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-08-06T20:44:09.1489018Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-08-06T20:44:09.1495620Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-08-06T20:44:09.1498281Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-08-06T20:44:09.1531589Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-08-06T20:44:09.1537660Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-08-06T20:44:09.1540324Z copying torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-08-06T20:44:09.1558897Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-08-06T20:44:09.1564795Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-08-06T20:44:09.1568017Z copying torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-08-06T20:44:09.1578292Z 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-08-06T20:44:09.1589140Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-08-06T20:44:09.1595933Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-08-06T20:44:09.1598999Z copying torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-08-06T20:44:09.1610288Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-08-06T20:44:09.1644520Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-08-06T20:44:09.1655307Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-08-06T20:44:09.1661286Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-08-06T20:44:09.1663410Z 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-08-06T20:44:09.1674095Z 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-08-06T20:44:09.1684162Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-08-06T20:44:09.1700680Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-06T20:44:09.1702517Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-06T20:44:09.1821325Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-06T20:44:09.1897113Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-06T20:44:09.1907602Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-06T20:44:09.1918110Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-06T20:44:09.1938046Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-06T20:44:09.1963260Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-06T20:44:09.1983107Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-06T20:44:09.1989205Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-08-06T20:44:09.1991645Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-08-06T20:44:09.1998121Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-08-06T20:44:09.2000591Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-08-06T20:44:09.2007151Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-08-06T20:44:09.2009833Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-08-06T20:44:09.2014190Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-08-06T20:44:09.2027323Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-06T20:44:09.2029962Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-06T20:44:09.2035243Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-06T20:44:09.2070089Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-06T20:44:09.2085552Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-06T20:44:09.2106061Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-06T20:44:09.2115757Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-06T20:44:09.2126078Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-06T20:44:09.2136548Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-06T20:44:09.2149143Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-06T20:44:09.2152435Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-06T20:44:09.2162217Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-06T20:44:09.2406112Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-06T20:44:09.2424517Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-06T20:44:09.2439819Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-06T20:44:09.2453927Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2024-08-06T20:44:09.2457505Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-08-06T20:44:09.2468189Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-08-06T20:44:09.2474045Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-06T20:44:09.2476831Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-06T20:44:09.3212858Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-06T20:44:09.3220311Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-06T20:44:09.3223706Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-06T20:44:09.3238854Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-06T20:44:09.3274894Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-06T20:44:09.3284763Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-06T20:44:09.3303017Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-06T20:44:09.3355831Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-06T20:44:09.3368155Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-06T20:44:09.3394439Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-06T20:44:09.3411490Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-06T20:44:09.3418047Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2024-08-06T20:44:09.3421551Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-08-06T20:44:09.3433053Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-08-06T20:44:09.3438686Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-08-06T20:44:09.3440799Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-08-06T20:44:09.3455861Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-08-06T20:44:09.3462352Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-06T20:44:09.3464871Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-06T20:44:09.3480746Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-06T20:44:09.3490742Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-06T20:44:09.3501116Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-06T20:44:09.3512184Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-06T20:44:09.3526567Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-06T20:44:09.3537442Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-06T20:44:09.3547095Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-06T20:44:09.3566008Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-06T20:44:09.3572723Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-06T20:44:09.3575272Z copying torch\utils\benchmark\examples\blas_compare_setup.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-06T20:44:09.3583988Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-06T20:44:09.3592432Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-06T20:44:09.3601420Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-06T20:44:09.3610876Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-06T20:44:09.3624799Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-06T20:44:09.3633618Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-06T20:44:09.3639781Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-06T20:44:09.3642504Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-06T20:44:09.3652151Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-06T20:44:09.3662195Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-06T20:44:09.3671236Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-06T20:44:09.3748229Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-06T20:44:09.3756633Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-06T20:44:09.3763426Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-06T20:44:09.3766077Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-06T20:44:09.3775075Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-06T20:44:09.3784535Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-06T20:44:09.3793883Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-06T20:44:09.3802302Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-06T20:44:09.3815408Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-06T20:44:09.3830192Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-06T20:44:09.3844445Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-06T20:44:09.3853907Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-06T20:44:09.3859786Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-06T20:44:09.3862550Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-06T20:44:09.3878648Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-06T20:44:09.3885041Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-06T20:44:09.3888377Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-06T20:44:09.3921311Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-06T20:44:09.3932835Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-06T20:44:09.3942488Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-06T20:44:09.3960499Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-06T20:44:09.3976853Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-06T20:44:09.3984284Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-06T20:44:09.3987400Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-06T20:44:09.4000047Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-06T20:44:09.4008834Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-06T20:44:09.4018457Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-06T20:44:09.4028024Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-06T20:44:09.4044798Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-06T20:44:09.4056044Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-06T20:44:09.4058580Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-06T20:44:09.4068895Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-06T20:44:09.4080084Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-06T20:44:09.4096995Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-06T20:44:09.4106246Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-06T20:44:09.4114256Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-06T20:44:09.4116754Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-06T20:44:09.4127527Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-06T20:44:09.4146978Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-06T20:44:09.4162849Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-06T20:44:09.4212143Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-06T20:44:09.4226346Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-06T20:44:09.4234689Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-06T20:44:09.4245177Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-06T20:44:09.4256409Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-06T20:44:09.4269275Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-06T20:44:09.4280019Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-06T20:44:09.4291248Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-06T20:44:09.4306730Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-06T20:44:09.4310686Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-06T20:44:09.4318758Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-06T20:44:09.4329577Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-06T20:44:09.4340313Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-06T20:44:09.4350209Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-06T20:44:09.4365463Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-06T20:44:09.4375079Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-08-06T20:44:09.4378768Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-08-06T20:44:09.4408463Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-08-06T20:44:09.4458584Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-08-06T20:44:09.4468763Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-08-06T20:44:09.4478067Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-06T20:44:09.4481838Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-06T20:44:09.4604845Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-06T20:44:09.4663279Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-06T20:44:09.4696486Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-06T20:44:09.4729974Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-06T20:44:09.4736207Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-06T20:44:09.4747735Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-06T20:44:09.4759229Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-06T20:44:09.4765492Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-06T20:44:09.4777609Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-06T20:44:09.4787202Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-06T20:44:09.4794255Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-08-06T20:44:09.4796892Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-08-06T20:44:09.4815970Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-08-06T20:44:09.4830831Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-08-06T20:44:09.4839270Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.4841778Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.4999794Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5175540Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5204104Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5212924Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5241056Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5260626Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5269969Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5285776Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5315772Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5325367Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5335020Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5352431Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5372042Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5394538Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5411399Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5503110Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5514830Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5746301Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5761160Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.5772267Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.6109032Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-06T20:44:09.6135515Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2024-08-06T20:44:09.6136050Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-08-06T20:44:09.6313420Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-08-06T20:44:09.6314073Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-08-06T20:44:09.6319688Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-08-06T20:44:09.6328087Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-06T20:44:09.6331028Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-06T20:44:09.6346307Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-06T20:44:09.6362051Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-06T20:44:09.6381672Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-06T20:44:09.6442994Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-06T20:44:09.7580826Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-06T20:44:09.7581641Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-06T20:44:09.7582468Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-06T20:44:09.7583306Z copying torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-06T20:44:09.7584131Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-06T20:44:09.7584900Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-06T20:44:09.7585652Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-06T20:44:09.7586267Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-08-06T20:44:09.7586907Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-08-06T20:44:09.7587648Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-08-06T20:44:09.7588356Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-08-06T20:44:09.7588910Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-06T20:44:09.7589455Z copying torch\_export\serde\aoti_schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-06T20:44:09.7590100Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-06T20:44:09.7590749Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-06T20:44:09.7591459Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-06T20:44:09.7592328Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-06T20:44:09.7592950Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-06T20:44:09.7593501Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7594149Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7594965Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7595732Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7596600Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7597543Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7598407Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7599265Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7600068Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7600832Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7601630Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7602482Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7603382Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7604890Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7605678Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7606509Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7611467Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7616878Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7627876Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7639821Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7645359Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7651290Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7661026Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7666653Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7674694Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7684632Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7690453Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7702633Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7712815Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7718241Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7724061Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7730016Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7764756Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7774522Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7779843Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7785090Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7798663Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7803827Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-06T20:44:09.7816820Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-06T20:44:09.7819438Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-06T20:44:09.7838108Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-06T20:44:09.7858480Z copying torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-06T20:44:09.7875670Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-06T20:44:09.7894258Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-06T20:44:09.7906897Z copying torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-06T20:44:09.7920886Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-06T20:44:09.7935697Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-06T20:44:09.7963222Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-06T20:44:09.8002367Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-06T20:44:09.8012287Z copying torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-06T20:44:09.8030801Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-06T20:44:09.8040057Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-06T20:44:09.8047388Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-06T20:44:09.8050178Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-06T20:44:09.8060473Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-06T20:44:09.8071203Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-06T20:44:09.8091000Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-06T20:44:09.8111121Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-06T20:44:09.8120251Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8122826Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8133264Z copying torch\_inductor\codegen\codegen_device_driver.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8143060Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8171918Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8222032Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8251759Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8265955Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8274646Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8284040Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8478895Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8514104Z copying torch\_inductor\codegen\cpp_wrapper_cuda.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8526163Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8535656Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8566658Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8581514Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8594789Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8637509Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8671953Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8689395Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8699312Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8751429Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8848797Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:09.8920780Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-08-06T20:44:09.8923352Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-08-06T20:44:09.8932798Z copying torch\_inductor\compile_worker\watchdog.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-08-06T20:44:09.8940882Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-08-06T20:44:09.8945799Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-08-06T20:44:09.8960028Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.8962605Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.8977774Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.8987971Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9119599Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9165637Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9192740Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9205448Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9217369Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9231615Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9253504Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9267362Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9280042Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9290108Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9309011Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9317949Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9341717Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9391729Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9408204Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9438880Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9461086Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9673642Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9712137Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-06T20:44:09.9719545Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-06T20:44:09.9722046Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-06T20:44:09.9737885Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-06T20:44:09.9772822Z copying torch\_inductor\kernel\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-06T20:44:09.9798999Z copying torch\_inductor\kernel\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-06T20:44:09.9812767Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-06T20:44:09.9837349Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-06T20:44:09.9847971Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-06T20:44:09.9858804Z copying torch\_inductor\kernel\mm_scaled.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-06T20:44:09.9873257Z copying torch\_inductor\kernel\unpack_mixed_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-06T20:44:09.9883042Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-06T20:44:09.9890415Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-08-06T20:44:09.9893092Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-08-06T20:44:09.9898411Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-08-06T20:44:09.9908393Z copying torch\_inductor\package\pt2_archive_constants.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-08-06T20:44:09.9913583Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-08-06T20:44:09.9921377Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-06T20:44:09.9924041Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-06T20:44:09.9980976Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-06T20:44:10.0007870Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-06T20:44:10.0052629Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-06T20:44:10.0064704Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-06T20:44:10.0082206Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-06T20:44:10.0096970Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-06T20:44:10.0126980Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-06T20:44:10.0133937Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-08-06T20:44:10.0136036Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-08-06T20:44:10.0147634Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-08-06T20:44:10.0158029Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-08-06T20:44:10.0165164Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-06T20:44:10.0167938Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-06T20:44:10.0179434Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-06T20:44:10.0188735Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-06T20:44:10.0199084Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-06T20:44:10.0214829Z copying torch\_inductor\codegen\cuda\cutlass_epilogue_gen.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-06T20:44:10.0225757Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-06T20:44:10.0236711Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-06T20:44:10.0246886Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-06T20:44:10.0267693Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-06T20:44:10.0274554Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-06T20:44:10.0277149Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-06T20:44:10.0287247Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-06T20:44:10.0297828Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-06T20:44:10.0316252Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-06T20:44:10.0326220Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-06T20:44:10.0335608Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-06T20:44:10.0346072Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-06T20:44:10.0356285Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-06T20:44:10.0366216Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-06T20:44:10.0372162Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-08-06T20:44:10.0374743Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-08-06T20:44:10.0384920Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-08-06T20:44:10.0391228Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-08-06T20:44:10.0393973Z 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-08-06T20:44:10.0404322Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-08-06T20:44:10.0414019Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0417134Z copying torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0598209Z copying torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0607882Z copying torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0625833Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0636641Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0648809Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0658524Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0668319Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0678493Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0687957Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0698291Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0716610Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0731654Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0749877Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0759472Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0769137Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0779566Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0791152Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0801260Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0823179Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0837095Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0949244Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0961267Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:10.0967127Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-08-06T20:44:10.0969715Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-08-06T20:44:10.0997918Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-08-06T20:44:10.1004164Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-08-06T20:44:10.1006322Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-08-06T20:44:10.1019246Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-08-06T20:44:10.1021738Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-08-06T20:44:10.1028264Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2024-08-06T20:44:10.1038952Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2024-08-06T20:44:10.1049868Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-08-06T20:44:10.1052210Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-08-06T20:44:10.1074639Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-08-06T20:44:10.1077443Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-08-06T20:44:10.1092013Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-08-06T20:44:10.1117514Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-08-06T20:44:10.1124291Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2024-08-06T20:44:10.1126908Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-08-06T20:44:10.1139011Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-08-06T20:44:10.1146736Z creating build\lib.win-amd64-cpython-39\torchgen\api 2024-08-06T20:44:10.1149023Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-06T20:44:10.1168584Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-06T20:44:10.1305010Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-06T20:44:10.1313867Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-06T20:44:10.1322414Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-06T20:44:10.1346465Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-06T20:44:10.1351471Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-06T20:44:10.1359972Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-06T20:44:10.1390464Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-06T20:44:10.1399678Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-06T20:44:10.1412352Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-06T20:44:10.1440226Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-06T20:44:10.1449138Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-06T20:44:10.1455319Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-06T20:44:10.1457791Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-06T20:44:10.1470811Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-06T20:44:10.1479547Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-06T20:44:10.1489053Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-06T20:44:10.1514175Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-06T20:44:10.1527358Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-06T20:44:10.1538872Z creating build\lib.win-amd64-cpython-39\torchgen\executorch 2024-08-06T20:44:10.1541056Z copying torchgen\executorch\model.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-08-06T20:44:10.1550714Z copying torchgen\executorch\parse.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-08-06T20:44:10.1559219Z copying torchgen\executorch\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-08-06T20:44:10.1564984Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-08-06T20:44:10.1568041Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-08-06T20:44:10.1581633Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-08-06T20:44:10.1586463Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-08-06T20:44:10.1599333Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-08-06T20:44:10.1602046Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-08-06T20:44:10.1619770Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-08-06T20:44:10.1629808Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-08-06T20:44:10.1635789Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-08-06T20:44:10.1638565Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-08-06T20:44:10.1649156Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-08-06T20:44:10.1664902Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-08-06T20:44:10.1682759Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-08-06T20:44:10.1688912Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2024-08-06T20:44:10.1691827Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-08-06T20:44:10.1705572Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-08-06T20:44:10.1715901Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-08-06T20:44:10.1725821Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-08-06T20:44:10.1732822Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-08-06T20:44:10.1735305Z copying torchgen\executorch\api\custom_ops.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-08-06T20:44:10.1745757Z copying torchgen\executorch\api\et_cpp.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-08-06T20:44:10.1756979Z copying torchgen\executorch\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-08-06T20:44:10.1766492Z copying torchgen\executorch\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-08-06T20:44:10.1772442Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-08-06T20:44:10.1775127Z copying torchgen\executorch\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-08-06T20:44:10.1815828Z copying torchgen\executorch\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-08-06T20:44:10.1825089Z copying torchgen\executorch\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-08-06T20:44:10.7033579Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:10.7048656Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:10.8644286Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2024-08-06T20:44:10.8701202Z creating build\lib.win-amd64-cpython-39\torch\bin 2024-08-06T20:44:10.8703985Z copying torch\bin\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-06T20:44:10.8714139Z copying torch\bin\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-06T20:44:10.8761295Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-06T20:44:10.8771025Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-06T20:44:10.8801027Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-06T20:44:10.8889773Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-06T20:44:10.8972312Z copying torch\bin\test_edge_op_registration.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-06T20:44:10.8981642Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-06T20:44:10.9033012Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-06T20:44:10.9059444Z copying torch\bin\test_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-06T20:44:10.9115317Z copying torch\bin\tutorial_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-06T20:44:10.9122493Z creating build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9124983Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9134909Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9144983Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9154487Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9178280Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9187978Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9197589Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9206714Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9216296Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9225494Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9233704Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9243828Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9253141Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9261716Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9271392Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9280479Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9289822Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9298935Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9325581Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9335493Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9344437Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9353222Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9362570Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9372122Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9381628Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9390453Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9531860Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9540499Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9549422Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9558512Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9568171Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9577040Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9587485Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9597250Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9606301Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9913191Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9922491Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9936941Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9946193Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9954919Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9964113Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9973648Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:10.9983132Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.0345980Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.0354531Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.0363990Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.0373559Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.0382655Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.0391634Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.0400445Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.0409739Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.0419349Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.0464093Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.0473732Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.0485799Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.0496426Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.0505978Z copying torch\test\dispatch_key_set_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.0515430Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1280756Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1281606Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1282175Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1282772Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1283373Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1283985Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1284920Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1285575Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1286224Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1286956Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1287583Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1288199Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1288780Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1289335Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1290107Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1290820Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1291396Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1291987Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1292610Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1293233Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1293840Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1294409Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1294983Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1295559Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1296314Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1296908Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1297552Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1298156Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1298702Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1299270Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1299891Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1300539Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1301110Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1301759Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1302391Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1303010Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1303594Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1304173Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1304736Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1305271Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1305858Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1306497Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1307244Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1307847Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1308416Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-06T20:44:11.1308885Z creating build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.1309291Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.1309791Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.1310284Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.1310757Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.1311350Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.1562322Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.1682918Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.1744448Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.1889602Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.1896174Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.2106690Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.2112392Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.2346455Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.2352630Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.2381761Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.2426105Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.2432037Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.2462084Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.2478795Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.5444493Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.5451849Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-06T20:44:11.7047281Z copying torch\fx\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:11.7054375Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:11.7834829Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-06T20:44:11.8143897Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-06T20:44:11.8165508Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-06T20:44:11.8300780Z creating build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:11.8303179Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:11.8309136Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:11.8314615Z creating build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8317029Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8323954Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8329925Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8335803Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8341741Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8364088Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8369956Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8376174Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8382078Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8388041Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8394013Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8399685Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8405296Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8411274Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8417117Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8423770Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8432540Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8440564Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-06T20:44:11.8449282Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8451054Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8457208Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8462904Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8468865Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8475563Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8508213Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8513961Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8520304Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8526305Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8532239Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8538324Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8544665Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8551854Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8558329Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8564964Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8572067Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8578485Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8585991Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8592604Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8644614Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8650915Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8657565Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8664321Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8670802Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8676955Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8682538Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8689535Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8695699Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8702135Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8721954Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8728113Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8734751Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8740962Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8749150Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8755059Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8761884Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8768658Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8779158Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8785111Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8791131Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8797266Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8908489Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8914738Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8921177Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8927182Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8933697Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8940356Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8947701Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8953730Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8959706Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8966053Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8982354Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8988493Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.8994396Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9000167Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9006851Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9013125Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9019593Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9025811Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9032327Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9044158Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9196083Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9202016Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9208307Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9214755Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9221118Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9226964Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9233470Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9240765Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9249069Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9263733Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9271322Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9277832Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9285100Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9291757Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9297754Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9303718Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9309703Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9315927Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9321593Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9350772Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9357100Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9363129Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9370062Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9395079Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9457031Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9463233Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9468744Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9475000Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9481037Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9487281Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9493196Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9499840Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9506081Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9512386Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9518267Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9524287Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9530242Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9536662Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9542621Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9567363Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9574258Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9580575Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9587167Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9593453Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9600071Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9606375Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9613102Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9619285Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9625605Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9631712Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9637902Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9644125Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9650236Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9656096Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9677969Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9684205Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-06T20:44:11.9690152Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-08-06T20:44:11.9692610Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-08-06T20:44:11.9698573Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-08-06T20:44:11.9704375Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-08-06T20:44:11.9709945Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-06T20:44:11.9711338Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:11.9713748Z copying torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:11.9720109Z copying torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:11.9726277Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:11.9732512Z copying torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:11.9774133Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:11.9780842Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:11.9787431Z copying torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:11.9793909Z copying torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:11.9800393Z copying torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:11.9807025Z copying torch\include\ATen\cpu\vec\vec256\vec256_float_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:11.9813934Z copying torch\include\ATen\cpu\vec\vec256\vec256_half_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:11.9820879Z copying torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:11.9828277Z copying torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:11.9834457Z copying torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:11.9840458Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2024-08-06T20:44:11.9842960Z 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-08-06T20:44:11.9849825Z 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-08-06T20:44:11.9855985Z 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-08-06T20:44:11.9875651Z 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-08-06T20:44:11.9882846Z 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-08-06T20:44:11.9889856Z 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-08-06T20:44:11.9896414Z 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-08-06T20:44:11.9902477Z 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-08-06T20:44:11.9908734Z 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-08-06T20:44:11.9915088Z 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-08-06T20:44:11.9921123Z 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-08-06T20:44:11.9928129Z 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-08-06T20:44:11.9934662Z 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-08-06T20:44:11.9941301Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2024-08-06T20:44:11.9943935Z 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-08-06T20:44:11.9950612Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-06T20:44:11.9952861Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-06T20:44:11.9958797Z copying torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-06T20:44:11.9965796Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-06T20:44:11.9972496Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-06T20:44:11.9995487Z copying torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-06T20:44:12.0001516Z copying torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-06T20:44:12.0008157Z copying torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-06T20:44:12.0015084Z copying torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-06T20:44:12.0022007Z copying torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-06T20:44:12.0028561Z copying torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-06T20:44:12.0035426Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-06T20:44:12.0041294Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-06T20:44:12.0047789Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-06T20:44:12.0066267Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-06T20:44:12.0072378Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-06T20:44:12.0078377Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-06T20:44:12.0085616Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-06T20:44:12.0091512Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-06T20:44:12.0097321Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-06T20:44:12.0103483Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-06T20:44:12.0108912Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0111469Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0117814Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0123603Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0129363Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0141165Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0148103Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0155197Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0161227Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0167231Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0173354Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0179787Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0185991Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0191982Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0198445Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0205097Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0210988Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0216522Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0222243Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0228206Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0234050Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0272101Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0278164Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0416236Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0422218Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0427944Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0434372Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0440072Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0446224Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0452941Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0458999Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0465301Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0471229Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0477262Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0491242Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0497855Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0503969Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0509857Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0516655Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0523910Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0530089Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0537251Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0544455Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0550731Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0557534Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0563323Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0631768Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0637679Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0644460Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0650765Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0657300Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0663388Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0669851Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0675755Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0682117Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0687883Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0782670Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0789249Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0795082Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0801170Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0807993Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0814095Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0820762Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0827201Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0834219Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0843692Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0849927Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0898629Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0904604Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0910777Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0916977Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0922949Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0933312Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0939870Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0946184Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-06T20:44:12.0951947Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.0954551Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.0960685Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.0966979Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.0973603Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.0980303Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.0998559Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1005228Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1011699Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1017556Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1023782Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1030207Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1035957Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1042376Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1048188Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1054085Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1060129Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1066096Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1072060Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1078089Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1084358Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1090277Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1120181Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1126286Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1132549Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1138751Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1145019Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1151032Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1157056Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1163509Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1169815Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1214870Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1221047Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1227156Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1233141Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1239981Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1245739Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1251976Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-06T20:44:12.1257877Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-06T20:44:12.1260521Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-06T20:44:12.1266670Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-06T20:44:12.1273063Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-06T20:44:12.1317211Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-06T20:44:12.1323549Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-06T20:44:12.1329798Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-06T20:44:12.1335981Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-06T20:44:12.1342118Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-06T20:44:12.1349082Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-06T20:44:12.1355199Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-06T20:44:12.1361134Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-06T20:44:12.1363300Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-06T20:44:12.1369687Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-06T20:44:12.1376314Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-06T20:44:12.1382357Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-06T20:44:12.1427671Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-06T20:44:12.1433716Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-06T20:44:12.1439941Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-06T20:44:12.1445824Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-06T20:44:12.1448298Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-06T20:44:12.1454174Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-06T20:44:12.1460467Z copying torch\include\ATen\cudnn\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-06T20:44:12.1465656Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-06T20:44:12.1506661Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-06T20:44:12.1512197Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-06T20:44:12.1517890Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-06T20:44:12.1523484Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-06T20:44:12.1526061Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-06T20:44:12.1532214Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-06T20:44:12.1538991Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-06T20:44:12.1570365Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-06T20:44:12.1576339Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-06T20:44:12.1582812Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-06T20:44:12.1589111Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-06T20:44:12.1594841Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-06T20:44:12.1601011Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-06T20:44:12.1607056Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-06T20:44:12.1613110Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-06T20:44:12.1619148Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-06T20:44:12.1625301Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-06T20:44:12.1630763Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1633139Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1638968Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1645166Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1651211Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1678880Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1686602Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1692665Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1698638Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1704578Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1710622Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1716494Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1722514Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1780684Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1786728Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1792872Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1798904Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1804909Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1811112Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1817148Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1828807Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1893392Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1900665Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1906118Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1912120Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1918435Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1924722Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1930922Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1938440Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1945015Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1951171Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1974247Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1981089Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1988079Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.1994237Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2000721Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2007303Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2013725Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2020228Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2040170Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2051283Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2057599Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2064094Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2070697Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2076986Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2083430Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2089873Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2096204Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2102699Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2274765Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2281162Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2287796Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2294172Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2300711Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2307655Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2314241Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2320937Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2327688Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2334234Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2340802Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2372609Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2379413Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2385877Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2392395Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2398944Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2405316Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2426511Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2433020Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2439285Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2445720Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2452859Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2459667Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2479396Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2486089Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2492607Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2499809Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2505875Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2513098Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2519146Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2525645Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2532118Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2538687Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2545215Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2551747Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2558154Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2563781Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2569977Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2576502Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2582515Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2589735Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2596127Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2602748Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2609238Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2615297Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2705745Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2712025Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2983109Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2989081Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.2995778Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3008064Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3014966Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3021121Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3027581Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3034001Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3040644Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3052626Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3059654Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3065651Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3072482Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3078647Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3085095Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3091511Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3097969Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3104875Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3110881Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3258256Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3264613Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3270884Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3277146Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3283379Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3296618Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3303316Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3310069Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3316361Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3322616Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3329034Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3335262Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3341651Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3347703Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3353964Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3368867Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3375143Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3381272Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3387512Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3393091Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3421317Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3427669Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3433885Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3439918Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3445857Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3459967Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3466182Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3472465Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3479016Z copying torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3485770Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3492456Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3499106Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3505382Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3511595Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3517769Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3524100Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3530462Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3537173Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3543764Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3649766Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3655763Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3662646Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3669075Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3675997Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3682365Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3688827Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3695117Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3701471Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3708333Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3714990Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3721289Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3727745Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3734124Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3740355Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3746739Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3753047Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3760549Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3766981Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3773347Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3779490Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3786254Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3792746Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3799594Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3805793Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3812252Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3818886Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3825158Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3831446Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3837793Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3843911Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3851042Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3857660Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3863940Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3870079Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3876486Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3882649Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3889049Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3895173Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3901349Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3907722Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3993141Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.3999098Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4004983Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4011462Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4017417Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4027540Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4033712Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4040222Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4046487Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4052817Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4059623Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4065634Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4071888Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4078199Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4084771Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4091213Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4097472Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4103835Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4109903Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4116063Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4122784Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4128950Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4135197Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4141868Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4147843Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4154332Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4161374Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4168105Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4174525Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4181291Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4187833Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4194435Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4200614Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4206887Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4213173Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4219419Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4225623Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4232007Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4238445Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4244804Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4257091Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4405325Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4411954Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4418032Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4424021Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4430417Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4437208Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4443349Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4450050Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4456375Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4462702Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4469224Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4475333Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4481623Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4488379Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4494461Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4502351Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4508558Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4514941Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4521248Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4545154Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4551550Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4558035Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4564513Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4570864Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4578059Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4584458Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4590742Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4597402Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4603819Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4705538Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4711712Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4718165Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4724237Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4767995Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4774118Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4780407Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4786910Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4793095Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4799233Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4805807Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4812140Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4818399Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4824758Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4830879Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4837397Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4843609Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4849948Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4856439Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4862435Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4868599Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4875137Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4881217Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4887585Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4893518Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4899641Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4905805Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4912309Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4918668Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4924942Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4931768Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4937927Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4944356Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4951067Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4957495Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4963720Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4970220Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4976658Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4982917Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4989156Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.4995400Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5001670Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5008288Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5014653Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5021271Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5028277Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5061185Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5067984Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5074395Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5081415Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5087374Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5093991Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5100291Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5106640Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5113407Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5120969Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5127053Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5134191Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5146531Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5152726Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5159381Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5166113Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5172371Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5178620Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5185467Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5191982Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5198334Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5204622Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5211904Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5217969Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5225216Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5231598Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5237737Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5244554Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5250810Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5257580Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5263655Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5269936Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5276201Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5282442Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5289087Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5295431Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5301458Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5307928Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5314076Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5320238Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5326539Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5333614Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5339985Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5345891Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5352725Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5359042Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5366369Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5372387Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5378690Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.5390966Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6487564Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6488599Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6489415Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6490166Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6491360Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6492390Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6493238Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6494044Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6494956Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6495865Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6496674Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6497619Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6498572Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6499355Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6500139Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6500935Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6501697Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6502421Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6503182Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6503903Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6504882Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6505948Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6506840Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6507652Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6508479Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6509302Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6510091Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6511037Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6512097Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6512887Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6513647Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6514517Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6515288Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6516005Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6516705Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6517683Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6518622Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6519444Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6520184Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6520924Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6521666Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6524726Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6530979Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6537707Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6543944Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6552298Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6559493Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6566190Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6572766Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6579197Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6585586Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6592734Z copying torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6598939Z copying torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6605562Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6612208Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6619027Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6626245Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6632153Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6638846Z copying torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6645863Z copying torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6652379Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6658876Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6665592Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6671968Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6678895Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6685646Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6692238Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6698727Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6705800Z copying torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6712409Z copying torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6719020Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6725769Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6732653Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6739754Z 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-08-06T20:44:12.6746310Z 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-08-06T20:44:12.6752719Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6759412Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6765866Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6772343Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6779255Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6785974Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6792308Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6798888Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6805617Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6812175Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6819235Z copying torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6825723Z copying torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6831839Z copying torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6838171Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6844638Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6851222Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6858509Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6864174Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6870422Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6876970Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6902183Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6908530Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6915152Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6921276Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6927647Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6933782Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6939770Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6946074Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6952569Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6959342Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6966162Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6972495Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6979025Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6985584Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6992386Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.6999024Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7005534Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7012335Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7020165Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7025787Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7032544Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7040746Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7047218Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7053565Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7060066Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7066514Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7073037Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7079849Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7086137Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7092627Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7098962Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7105756Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7112200Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7117881Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7124648Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7131371Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7137965Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7145435Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7151871Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7218125Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7225358Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7231211Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7237740Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7244536Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7251357Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7257971Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7264918Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7271314Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7278674Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7285463Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7292237Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7298754Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7306367Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7312723Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7319381Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7325447Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7332109Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7338452Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7344441Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7350597Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7357192Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7363787Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7370436Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7376577Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7383817Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7389512Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7395824Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7402266Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7408683Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7449045Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7455403Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7462097Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7468577Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7475262Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7481600Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7488201Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7494671Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7501694Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7508346Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7515028Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7521456Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7527961Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7534383Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7540920Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7547774Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7554103Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7560780Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7567598Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7573791Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7581136Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7587017Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7593760Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7599931Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7606253Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7612609Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7619437Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7625329Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7631722Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7637972Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7643976Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7650533Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7657157Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7663154Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7669809Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7676041Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7682242Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7689282Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7696024Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7702603Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7709482Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7715847Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7722469Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7728832Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7735239Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7741661Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7748312Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7754621Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7760900Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7767296Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7773435Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7779639Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7786234Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7792632Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7798635Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7804924Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7811512Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7817855Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7824171Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7830412Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7836608Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7843146Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7849370Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7855600Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7861609Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7867992Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7874336Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7880624Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7887209Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7912233Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7918645Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7925934Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7931897Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7938264Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7944692Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7951214Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7958081Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7964471Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7971575Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7977678Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7984050Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7990486Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.7996954Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8006703Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8011466Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8017818Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8024023Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8030453Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8036872Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8043154Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8049459Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8055817Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8061808Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8068272Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8074704Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8080859Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8087140Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8093508Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8100301Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8106887Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8113135Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8119280Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8125539Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8131823Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8138514Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8144836Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8151280Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8158203Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8213637Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8220064Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8226289Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8232337Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8238626Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8245003Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8251707Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8258143Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8264337Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8270683Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8277167Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8283196Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8289634Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8299587Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8302769Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8309037Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8315311Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8321855Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8328515Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8334667Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8340833Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8346826Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8353200Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8359542Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8365829Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8372473Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8378988Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8385428Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8391749Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8398740Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8405096Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8411691Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8418290Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8424803Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8431555Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8438046Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8444383Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8451028Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8457358Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8464409Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8471115Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8477506Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8484779Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8490744Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8497093Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8503493Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8509893Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8516523Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8522927Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8529432Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8535655Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8542034Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8548138Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8554632Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8561789Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8568598Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8574752Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8580931Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8587257Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8593193Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8599489Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8605979Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8612616Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8618927Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8625461Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8632301Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8639257Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8645316Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8651731Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8658461Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8664896Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8671832Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8678464Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8684928Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8691882Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8697900Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8704353Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8710715Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8716935Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8723575Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8729860Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8736256Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8742378Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8748724Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8754832Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8761231Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8767832Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8774028Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8780302Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8786292Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8792687Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8799032Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8805193Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8812010Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8818458Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8824798Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8830954Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8837001Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8843047Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8849150Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8855168Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8861844Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8868341Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8874590Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8880918Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8887640Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8893971Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8900399Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8907025Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8913194Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8919410Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.8925736Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9043107Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9049286Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9055618Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9061911Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9068333Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9074839Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9080910Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9087350Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9093865Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9100398Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9106845Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9113233Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9119672Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9125995Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9132628Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9138978Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9145293Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9152362Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9158745Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9165347Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9173067Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9178828Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9185644Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9192198Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9198665Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9205338Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9212706Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9218986Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9225572Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9232578Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9239050Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9245573Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9252754Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9258882Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9265417Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9468243Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9474602Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9480748Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9486902Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9493808Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9499960Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9506357Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9513016Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9519622Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9525580Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9531941Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9538994Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9545065Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9551241Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9557741Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9564628Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9570988Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9578503Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9584153Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9593203Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9600343Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9606744Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9613212Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9620192Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9626233Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9632934Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9639586Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9646214Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9652960Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9660132Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9666161Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9672801Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9679630Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9686134Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9692736Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9699746Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9705592Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9712206Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9718743Z copying torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9725018Z copying torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9732422Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9740054Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9746567Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9752796Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9759046Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9765362Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9771743Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9777784Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9785152Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9790860Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9797276Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9803774Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9810015Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9816238Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9822477Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9828770Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9836123Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9842187Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9848921Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9855249Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9861894Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9868804Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9876076Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9882343Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9888574Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9895001Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9900968Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9906737Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9913072Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9919364Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9925411Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9932242Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9938978Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9945004Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9959132Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9965327Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9972068Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9978290Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9984491Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9990723Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:12.9996606Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0002872Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0009192Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0016509Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0022939Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0029031Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0035554Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0041927Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0048464Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0055081Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0061405Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0068685Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0075165Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0081668Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0088312Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0094810Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0101054Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0108210Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0114358Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0120869Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0127371Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0133955Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0164605Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0171057Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0177644Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0184467Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0191158Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0198662Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0204750Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0211398Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0218295Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0224610Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0231303Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0239126Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0245422Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0252360Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0259263Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0265912Z copying torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0273300Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0279095Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0285994Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0292389Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0302485Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0308831Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0315652Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0322665Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0329266Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0336805Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0344335Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0350837Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0357434Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0363919Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0370839Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0377316Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0384323Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0392206Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0399426Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0405906Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0412671Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0418954Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0425523Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0432856Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0439423Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0446301Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0452438Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0459469Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0466058Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0472953Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0479561Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0486131Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0492591Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0499207Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0505746Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0511815Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0519098Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0525154Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0531907Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0538236Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0544608Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0551223Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0557787Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0564933Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0571405Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0577568Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0583889Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0590489Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0596642Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0603426Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0609807Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0615874Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0622841Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0628781Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0635038Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0641601Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0649166Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0655450Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0661732Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0668288Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0674752Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0681751Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0688524Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0718447Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0727769Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0735016Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0741548Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0749724Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0756795Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0763288Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0770963Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0777758Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0784782Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0792150Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0798898Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0806601Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0819251Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0826752Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0833237Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0839752Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0845887Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0853621Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0859937Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0866727Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0873255Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0879998Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0886459Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0894632Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0901340Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0908242Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0915937Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0922648Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0930339Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0937024Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0944585Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0950593Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0957479Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0965901Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0973358Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0980206Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0986584Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.0992870Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1003270Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1010840Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1017866Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1025985Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1031447Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1037399Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1043386Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1049760Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1057628Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1064169Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1070782Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1077309Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1084382Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1093076Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1100311Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1107088Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1114814Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1121803Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1128716Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1135370Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1142084Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1148647Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1155114Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1161603Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1168270Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1175936Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1182744Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1189106Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1195787Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1202979Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1209633Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1216697Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1223047Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1229597Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1236776Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1243220Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1751934Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1757852Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1764130Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1770571Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1776805Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1782837Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1789672Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1795839Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1802131Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1808866Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1815063Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1821269Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1827702Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1834499Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1841009Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1847274Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1853543Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1859593Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1865759Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1872049Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1878308Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1884447Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1891120Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1897627Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1903882Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1910207Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1916437Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1922432Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1928790Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1935038Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1941063Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1947331Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1953619Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1959960Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1966112Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1972338Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1978252Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1984427Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1990518Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.1996569Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2002712Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2009403Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2015581Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2021671Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2027909Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2034115Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2040247Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2046137Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2052602Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2059627Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2065840Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2071887Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2078017Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2084011Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2090662Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2105299Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2111777Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2118018Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2124666Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2131667Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2137848Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2144577Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2150777Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2158110Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2163681Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2169775Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2176172Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2182541Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2188510Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2194752Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2201592Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2208416Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2214853Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2221386Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2227993Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2234281Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2240585Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2247385Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2254112Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2261171Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2267784Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2274306Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2280656Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2287472Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2293928Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2300394Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2307167Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2313709Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2320273Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2327466Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2334554Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2341205Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2347500Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2354371Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2361259Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2367541Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2374427Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2380860Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2387230Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2393773Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2400153Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2407129Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2413452Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2420280Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2427067Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2433359Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2439878Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2446122Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2452743Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2460733Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2466631Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2473260Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2479748Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2747917Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2749022Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2749936Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2750711Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2751454Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2752371Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2753274Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2754150Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2754965Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2755754Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2756501Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2757181Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2757823Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2758515Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2759264Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2759991Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2760727Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2761593Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2762483Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2763197Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2763880Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2764568Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2765270Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2765918Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2766661Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2767302Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2768161Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2769080Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2769827Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2770549Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2771252Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2772017Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2772701Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2773359Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2774283Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2775210Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2775981Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2776745Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2777483Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2778225Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2778926Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2785051Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2790824Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2796990Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2803493Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2809290Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2815363Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2821838Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2827485Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2833272Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2839673Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2845882Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2852648Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2858994Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2865965Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2871848Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2877957Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2884156Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2890402Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2896976Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2903798Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2909738Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2917155Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2923174Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2929904Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2936413Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2942846Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2950947Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2957003Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2963249Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2969805Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2976361Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2982677Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2989112Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.2996517Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3002491Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3008801Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3015345Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3021689Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3028378Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3034818Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3042314Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3048247Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3054587Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3060968Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3067601Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3073688Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3080117Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3086344Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3093446Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3115656Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3121663Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3127398Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3133905Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3140115Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3146541Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3152879Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3159416Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3165718Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3172199Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3178537Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3185080Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3192283Z 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-08-06T20:44:13.3199057Z 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-08-06T20:44:13.3205579Z 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-08-06T20:44:13.3212595Z 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-08-06T20:44:13.3219313Z 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-08-06T20:44:13.3226341Z 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-08-06T20:44:13.3232916Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3239380Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3250007Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3256642Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3263399Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3269880Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3276669Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3283618Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3291497Z 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-08-06T20:44:13.3298535Z 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-08-06T20:44:13.3305376Z 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-08-06T20:44:13.3312508Z 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-08-06T20:44:13.3319975Z 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-08-06T20:44:13.3327097Z 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-08-06T20:44:13.3333839Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3340522Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3348321Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3355064Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3362095Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3368921Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3376483Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3382485Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3389456Z 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-08-06T20:44:13.3396913Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3404526Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3410603Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3417239Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3423965Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3431158Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3438556Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3445147Z 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-08-06T20:44:13.3452058Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3458789Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3465665Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3472980Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3598183Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3605009Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3611852Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3619399Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3625641Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3632652Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3639159Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3645458Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3652101Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3659263Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3665981Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3672410Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3678751Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3685570Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3692164Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3698902Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3705607Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3712049Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3718342Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3725228Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3731657Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3737656Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3744549Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3750650Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3757215Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3763746Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3770257Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3776151Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3783763Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3790308Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3796850Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3803030Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3809588Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3817530Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3824214Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3831138Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3837782Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3845532Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3852017Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3858777Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3865138Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3871155Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3878750Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3885128Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3891841Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3898255Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3905087Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3911358Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3918217Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3925498Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3932087Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3938486Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3945018Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3952354Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3958481Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3964399Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3970869Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3977305Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3984013Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3990608Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.3997423Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4003696Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4010792Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4017043Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4023304Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4030113Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4036768Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4043523Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4049781Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4056306Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4063148Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4069408Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4075913Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4083331Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4089627Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4096045Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4102371Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4109131Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4115515Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4121969Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4129806Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4135416Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4142061Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4148612Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4155080Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4161529Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4169407Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4176083Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4182302Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4189172Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4196374Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4202548Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4209033Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4215091Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4222150Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4228132Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4234500Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4240893Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4248596Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4254113Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4260459Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4266754Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4273374Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4279977Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4286402Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4293122Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4299304Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4305859Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4312227Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4318442Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4324566Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4331184Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4337551Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4343943Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4350192Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4356231Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4362467Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4368762Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4375181Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4381235Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4388057Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4394177Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4400384Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4406708Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4413161Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4419579Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4426385Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4433625Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4439547Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4445686Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4452458Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4458723Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4464757Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4470877Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4477609Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4483691Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4490360Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4496787Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4502991Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4508862Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4515564Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4522065Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4528745Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4536010Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4544702Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4551145Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4557644Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4563890Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4570350Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4576926Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4584301Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4589893Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4596235Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4602727Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4609527Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4616143Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4623658Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4629595Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4635968Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4642512Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4649083Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4655408Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4661842Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4669106Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4700643Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4707337Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4714056Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4720550Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4726624Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4732950Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4739189Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4745312Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4751477Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4757977Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4764892Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4771279Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4777635Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4819514Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4825716Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4831782Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4837988Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4844309Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4850642Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4856879Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4863137Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4869338Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4875334Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4881778Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4887992Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4894036Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4900284Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4906462Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4913287Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4919675Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4926353Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4933153Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4939519Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4946062Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4952518Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4959771Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4965877Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4972448Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4978877Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4985926Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4992323Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.4999496Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5005999Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5012742Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5019494Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5026433Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5032977Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5040316Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5047095Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5053692Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5060991Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5067161Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5073811Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5080363Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5086967Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5094185Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5100876Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5106786Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5113099Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5119653Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5126085Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5132793Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5138491Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5145309Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5151465Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5157947Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5164584Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5171211Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5178099Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5184663Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5191103Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5197343Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5203582Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5210338Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5216692Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5223229Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5229757Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5236124Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5242561Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5249052Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5255809Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5262186Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5268616Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5275063Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5282036Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5288050Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5294491Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5301484Z 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-08-06T20:44:13.5307877Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5314748Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5321316Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5327139Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5446836Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5453033Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5459666Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5466242Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5472884Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5479913Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5486378Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5492803Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5499367Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5505775Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5513222Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5519219Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5525464Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5531809Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5538515Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5544665Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5550630Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5557093Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5563406Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5570346Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5575899Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5581928Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5588925Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5595130Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5601716Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5608029Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5615389Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5621437Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5627964Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5635588Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5641293Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5647365Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5653906Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5660540Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5667032Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5673185Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5679323Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5686242Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5692519Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5698813Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5705475Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5711842Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5718256Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5724491Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5730634Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5736825Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5743122Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5749618Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5755548Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5761648Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5767965Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5774146Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5780877Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5786960Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5793273Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5800403Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5806317Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5812515Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5818756Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5825397Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5831461Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5838349Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5909255Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5915638Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5923248Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5931120Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5937189Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5943877Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5950072Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5956616Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5963620Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5971058Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5977222Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5983673Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.5990115Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6028294Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6140979Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6151970Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6158431Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6165444Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6172400Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6178097Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6184492Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6190826Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6196784Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6203526Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6209853Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6216281Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6222664Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6229795Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6235865Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6242427Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6249192Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6255908Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6262221Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6269003Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6275543Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6281997Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6288526Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6295229Z copying torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6301610Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6308252Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6315397Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6322037Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6329088Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6335754Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6342631Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6349528Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6356337Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6362773Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6369607Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6376738Z copying torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6384338Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6391358Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6398157Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6405107Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6412805Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6418941Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6426170Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6433066Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6440647Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6447317Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6453873Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6460515Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6467296Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6475057Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6481183Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6488370Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6494823Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6504741Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6510359Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6517312Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6524128Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6531257Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6537695Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6545244Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6550963Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6557671Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6564186Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6570730Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6577550Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6584941Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6590586Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6597051Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6603604Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6610437Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6617022Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6624708Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6630864Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6639320Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6645936Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6652770Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6659202Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6666619Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6673811Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6680786Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6687606Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6694511Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6701135Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6707838Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6714358Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6722064Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6759040Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6780138Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6786616Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6793054Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6799661Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6805910Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6812399Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6818723Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6825581Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6831836Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6838347Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6844511Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6851066Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6857439Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6863856Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6871141Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6877223Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6884259Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6890738Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6896944Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6903839Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6910544Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6917158Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6923459Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6930438Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6936848Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6943467Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6949976Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6956483Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6963088Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6969838Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6976536Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6983358Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6989733Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.6996202Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7002469Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7009427Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7015941Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7022426Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7028987Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7035486Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7042017Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7048606Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7055242Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7061811Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7068259Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7075109Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7081521Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7088048Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7094490Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7101172Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7107628Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7113997Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7121252Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7128199Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7162802Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7169435Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7175909Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7182098Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7188569Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7195262Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7201686Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7208262Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7214685Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7221434Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7228253Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7234724Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7241146Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7247732Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7254080Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7367345Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7373671Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7379784Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7386184Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7392552Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7398633Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7404671Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7411177Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7417489Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7423768Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7429812Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7436180Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7442752Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7449586Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7455991Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7462610Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7469330Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7475896Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7483771Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7490608Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7497168Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7503591Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7510043Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7516624Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7607852Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7614576Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7621367Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7627795Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7634179Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7640717Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7647223Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7653709Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7659908Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7666419Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7672766Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7678754Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7685116Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7691405Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7697311Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7703533Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7710271Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7716476Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7723098Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7729595Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7736106Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7742555Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7749088Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7755925Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7762300Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7769650Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7775661Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7782223Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7788780Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7795508Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7802041Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7809571Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7816600Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7823119Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7829741Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7836133Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7842460Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7849085Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7855207Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7861368Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7867572Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7874548Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7881425Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7888004Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7894506Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7901106Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7907845Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7914453Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7921025Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7928273Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7934357Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7941149Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7947850Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7954262Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7960953Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7967666Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7974300Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7980743Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7987124Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.7993765Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8000221Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8007101Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8013952Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8020960Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8027434Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8034728Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8041840Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8048526Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8054955Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8061642Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8068054Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8074470Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8080810Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8087257Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8094033Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8100339Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8106699Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8113351Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8120560Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8127121Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8133658Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8140329Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8146815Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8153251Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8163684Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8170331Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8177086Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8183932Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8190562Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8197173Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8204215Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8211406Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8217981Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8224543Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8235964Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8242659Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8248740Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8254756Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8261878Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8268978Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8275767Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8281874Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8288443Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8295005Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8301642Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8309590Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8316445Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8322796Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8329421Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8465187Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8471461Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8477816Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8484277Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8491007Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8497229Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8503427Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8509792Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8516186Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8522307Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8578595Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8584901Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8591151Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8597236Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8603263Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8609633Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8890949Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8891868Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8892583Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8893274Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8894107Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8993769Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8994546Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8995240Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8995885Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8996702Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8997541Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8998230Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.8999215Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9000142Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9001122Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9001836Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9002564Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9003342Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9004021Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9004897Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9005711Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9006702Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9007448Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9008284Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9008980Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9009661Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9010674Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9011624Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9012473Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9013274Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9014030Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9014784Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9015499Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9016297Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9017208Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9018164Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9018946Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9019701Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9020461Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9021213Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9021980Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9022707Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9023516Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9024407Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9025114Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9025788Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9026589Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9027532Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9028282Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9028967Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9029860Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9030745Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9031495Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9032204Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9033092Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9034007Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9034734Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9035407Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9036272Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9039625Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9045626Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9052160Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9058974Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9065463Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9084186Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9090962Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9097747Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9104302Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9112770Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9121823Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9129991Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9138944Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9146636Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9156036Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9167196Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9173984Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9180114Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9186502Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9192924Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9203593Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9209875Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9216275Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9223328Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9230033Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9236336Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9242774Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9249312Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9255579Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9262712Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9269124Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9275957Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9282763Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9289459Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9296867Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9302623Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9308931Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9315433Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9321709Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9328493Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9335822Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9342234Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9348182Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9354602Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9361464Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9368542Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9374703Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9382059Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9388044Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9393763Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9400085Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9406531Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9413132Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9419863Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9426236Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9432642Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9438916Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9445283Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9451831Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9457999Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9464405Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9470717Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9476964Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9483063Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9489481Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9496192Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9502378Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9508443Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9514776Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9521176Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9527609Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9534065Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9831531Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9837556Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9844305Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9850907Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9857538Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9863935Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9870312Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9876839Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9883274Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9890110Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9895997Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9901790Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9908199Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9914527Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9920657Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9927136Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9933422Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9939777Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9946056Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9952315Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9958787Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9965839Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9972936Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9979669Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9986682Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9992873Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:13.9999491Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0006226Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0013295Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0019438Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0026112Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0032609Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0044971Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0052269Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0058181Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0064578Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0071170Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0077477Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0083972Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0090449Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0097008Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0103582Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0109876Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0115948Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0122635Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0128697Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0135250Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0141397Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0147864Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0160947Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0166939Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0173408Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0179714Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0185940Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0192333Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0198358Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0205082Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0211337Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0217613Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0224046Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0230279Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0236475Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0242922Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0249143Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0255534Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0261987Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0268330Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0274648Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0280786Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0287356Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0293582Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0300467Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0307261Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0313683Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0321048Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0327943Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0334431Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0340914Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0347089Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0353474Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0360318Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0366694Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0373605Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0380347Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0386819Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0393652Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0400112Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0407118Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0453712Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0460515Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0466935Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0473485Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0481553Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0488400Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0495072Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0501480Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0508458Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0515642Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0521821Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0528719Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0535331Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0541997Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0549471Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0555371Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0562288Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0569393Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0576019Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0583589Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0589863Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0596385Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0603210Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0610182Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0616533Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0624112Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0630528Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0637146Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0643680Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0650392Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0657258Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0663757Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0670377Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0677387Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0684178Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0690649Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0697003Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0703184Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0710096Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0716662Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0723072Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0729586Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0736058Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0742593Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0749419Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0755895Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0762705Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0769104Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0775795Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0782092Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0788750Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0795086Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0801777Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0808418Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0814767Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0821232Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0827963Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0834285Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0840696Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0847323Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0854144Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0860524Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0868140Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0874337Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0881117Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0888758Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0895327Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0901893Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0908463Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0915121Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0921648Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0928414Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0935837Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0942566Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0948992Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0955623Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0962284Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0969068Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0975816Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0982405Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0989458Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.0995896Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1002523Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1009229Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1015862Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1022507Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1029372Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1035880Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1042510Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1049284Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1056321Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1063193Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1070163Z copying torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1076546Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1084033Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1091032Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1097733Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1104601Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1111157Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1117572Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1123898Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1131068Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1137555Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1144091Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1150968Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1157599Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1165187Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1171868Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1178494Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1185016Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1191702Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1198886Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1205251Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1212325Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1218821Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1225244Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1231849Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1238889Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1245467Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1252305Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1258930Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1265474Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1272227Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1278776Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1285686Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1292455Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1298948Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1305497Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1312447Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1319165Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1325761Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1332640Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1340238Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1346919Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1353651Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1360428Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1368453Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1374712Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1381133Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1387758Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1395227Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1401899Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1408786Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1415532Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1422926Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1429704Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1436303Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1442577Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1449652Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1456153Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1463039Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1469437Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1475905Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1482230Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1489061Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1639388Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1645843Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1652709Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1659511Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1666125Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1672778Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1679464Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1686387Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1693471Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1700340Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1706951Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1713729Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1720215Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1727141Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1764712Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1771933Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1778741Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1785430Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1792232Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1799262Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1805960Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1818714Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1825699Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1832681Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1839782Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1846582Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1853498Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1860337Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1867661Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1875009Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1881606Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1888405Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1895434Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1902448Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1909863Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1916830Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1924232Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1931476Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1938400Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1945168Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1952079Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1958614Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1965131Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1971881Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1979007Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1985532Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1992050Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.1998416Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2005209Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2012078Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2018617Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2024888Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2061132Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2068248Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2074154Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2080518Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2087326Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2094087Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2100043Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2106452Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2112704Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2119079Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2125085Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2131761Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2138312Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2144710Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2150853Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2157167Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2163246Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2170024Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2176103Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2182856Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2189058Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2196366Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2202141Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2208472Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2214842Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2221712Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2228067Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2234428Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2241654Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2247512Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2253872Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2260132Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2266651Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2273477Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2279822Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2286950Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2292803Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2299077Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2305902Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2312024Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2318393Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2324945Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2332778Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2338484Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2345148Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2351719Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2358023Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2364261Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2371923Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2378430Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2384580Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2390958Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2397598Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2404284Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2410913Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2417513Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2424153Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2431052Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2437606Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2443956Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2450470Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2457038Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2463146Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2469489Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2476096Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2483045Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2490076Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2496667Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2503590Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2510115Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2517091Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2523841Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2530739Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2537924Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2544942Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2551599Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2558528Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2565342Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2572309Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2579739Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2586171Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2593477Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2600144Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2606696Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2613565Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2620478Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2627137Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2633707Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2640910Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2647448Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2654066Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2661089Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2667891Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2674383Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2681316Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2688258Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2695044Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2701832Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2708719Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2715598Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2722215Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2729064Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2735696Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2742196Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2748437Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2755048Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2761561Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2768816Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2775181Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2781829Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2788187Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2795017Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2801898Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2808921Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2815875Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2822250Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2829118Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2835583Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2841860Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2848391Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2854456Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2861128Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2867384Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2874121Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2880653Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2887006Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2893364Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2900061Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2906861Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2913176Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2919366Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2926529Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2932919Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2939439Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2946498Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2953057Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2959830Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2967030Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2974221Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2980854Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2987144Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.2994313Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3001214Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3007808Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3014817Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3021336Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3027973Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3035152Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3041853Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3048625Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3055560Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3062045Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3068304Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3074716Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3081331Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3088035Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3094580Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3101077Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3107916Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3139341Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3145905Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3152804Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3159297Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3165931Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3172883Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3179378Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3186725Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3193119Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3252747Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3258958Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3265488Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3271943Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3278762Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3284996Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3291876Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3298146Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3304268Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3311136Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3317479Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3323779Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3330491Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3337415Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3343834Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3350536Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3357047Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3363477Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3370345Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3376679Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3383648Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3390422Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3396665Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3402975Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3409760Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3416468Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3423026Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3429432Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3435776Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3441964Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3448697Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3455139Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3461521Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3468902Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3475792Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3482275Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3489714Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3496108Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3502842Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3509682Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3516414Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3522942Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3529614Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3536233Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3543409Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3549871Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3556690Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3563543Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3569960Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3576571Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3625038Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3632243Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3638175Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3645130Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3651686Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3658415Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3665389Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3672370Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3678871Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3685788Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3692660Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3699640Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3706091Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3712707Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3719574Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3726034Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3732641Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3739301Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3745833Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3752492Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3759033Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3765630Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3773162Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3779409Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3786249Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3792643Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3798899Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3805470Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3812474Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3819080Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3825279Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3831725Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3838265Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3844964Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3851856Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3858426Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3865013Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3871607Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3878131Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3884378Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3891319Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3897728Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3903659Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3910460Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3917264Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3923794Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3930535Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3937498Z copying torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3944352Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3951113Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3957533Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3964249Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3971270Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3977873Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3984190Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3991075Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.3997994Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4004624Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4011324Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4018024Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4025706Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4032130Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4039275Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4046161Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4053161Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4060368Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4067262Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4074338Z copying torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4081601Z copying torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4089273Z copying torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4097404Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4106320Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4112990Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4119469Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4126211Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4134348Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4140433Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4148531Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4154836Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4161503Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4168568Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4175357Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4182314Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4189313Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4196730Z copying torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4203481Z copying torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4209959Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4216389Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4223068Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4229494Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4236226Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4242569Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4249460Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4256594Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4263263Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4270051Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4276647Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4283084Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4290276Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4296954Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4304316Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4310943Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4317584Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4324689Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4331407Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4338652Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4345801Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4351784Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4358204Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4364874Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4371721Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4415112Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4432421Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4440317Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4447271Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4454007Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4460682Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4467888Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4474826Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4481742Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4489251Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4495556Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4501921Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4508078Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4514180Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4520848Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4527893Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4534490Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4541854Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4548386Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4554952Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4561387Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4568454Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4575459Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4582156Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4588738Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4595432Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4601582Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4608233Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4614994Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4621218Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4628400Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4635754Z copying torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4643073Z copying torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4651043Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.4657645Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5220783Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5221885Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5222730Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5223615Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5224382Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5225173Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5226035Z copying torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5226928Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5227891Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5228850Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5229798Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5230627Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5231429Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5232211Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5233094Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5234019Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5235359Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5236191Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5237177Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5238271Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5239312Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5240591Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5241444Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5242432Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5243464Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5244424Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5245351Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5246122Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5246915Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5247830Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5248844Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5249706Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5250590Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5251466Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5252358Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5253150Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5253886Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5254564Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5255245Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5261581Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5268140Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5274680Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5281260Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5287970Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5295169Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5301687Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5309220Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5314888Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5321228Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5327962Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5334507Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5340621Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5347239Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5354213Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5360878Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5367377Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5373957Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5380402Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5387282Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5394086Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5400414Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5406994Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5413358Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5419811Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5426586Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5433220Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5440156Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5446868Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5453282Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5459767Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5466523Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5472946Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5479774Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5486346Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5493019Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5499754Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5506369Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5512886Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5519351Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5526319Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5533537Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5539795Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5548157Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5554747Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5561012Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5567557Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5574159Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5580754Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5587727Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5594174Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5600673Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5607424Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5613950Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5620389Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5627049Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5633811Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5640228Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5646846Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5653169Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5660266Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5667033Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5673674Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5680486Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5687284Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5694285Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5701147Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5707779Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5714522Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5721651Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5728199Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5769633Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5776436Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5783046Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5789656Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.5795905Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6572006Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6578668Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6584757Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6591642Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6599563Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6605596Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6612244Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6618777Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6625138Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6631742Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6638053Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6644314Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6650934Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6659007Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6665504Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6671953Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6678208Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6684562Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6691206Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6697475Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6704211Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6710993Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6717425Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6723994Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6730629Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6737608Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6744417Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6751049Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6963066Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6969579Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6976186Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6984046Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6990748Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.6997298Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7004243Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7010914Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7017484Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7024044Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7030625Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7042024Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7048754Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7055023Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7061381Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7067704Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7073740Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7080045Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7086011Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7092679Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7098640Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7104557Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7110753Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7117210Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7123702Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7130246Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7136870Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7143254Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7149925Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7156342Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7163058Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7169691Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7178542Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7184693Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7191518Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7197757Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7204287Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7210828Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7217123Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7224048Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7230784Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7237083Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7243493Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7249868Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7256115Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7262432Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7268948Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7275518Z copying torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7281918Z copying torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7288530Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7295296Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7301964Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7308474Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7314877Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7321184Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7327888Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7334310Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7340501Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7346976Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7353257Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7358921Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7365083Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7371575Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7377405Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7383334Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7389385Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7395418Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7402048Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7409837Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7415224Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7422596Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7428659Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7462406Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7468582Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7475300Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7481760Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7488261Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7494920Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7501323Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7508002Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7514583Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7521132Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7527865Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7534548Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7540880Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7547606Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7553971Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7560557Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7567021Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7573545Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7580176Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7586696Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7593094Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7599514Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7606440Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7612799Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7619264Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7626075Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7632635Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7639607Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7646261Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7652618Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7659408Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7665878Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7672847Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7679415Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7685760Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7693064Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7699125Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7705928Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7712766Z copying torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7719660Z copying torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7726475Z copying torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7733110Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7739751Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7746404Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7752881Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7759298Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7765704Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7772994Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7779995Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7786619Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7793345Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7800027Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7806623Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7813539Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7821141Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7826959Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7833844Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7840459Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7847257Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7854287Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7860805Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7867460Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7874093Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7880625Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7887629Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7894374Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7901639Z copying torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7908356Z copying torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7915037Z copying torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7921625Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7960488Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7968281Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7974053Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7980706Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7992432Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.7999099Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8006110Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8013723Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8019923Z copying torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8026813Z copying torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8033348Z copying torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8041507Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8047885Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8054501Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8061037Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8067535Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8074094Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8081552Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8087555Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8094295Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8100811Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8107391Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8114179Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8119962Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8126152Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8133397Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8139893Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8146194Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8153006Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8180321Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8186339Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8192576Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8198531Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8205221Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8211776Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8218032Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8224503Z copying torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8230840Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8237212Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8243707Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8250287Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8256622Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8263291Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8269615Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8276581Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8283320Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8290482Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8296755Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8303144Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8309822Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8316041Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8322463Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8329012Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8335586Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8342184Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8348652Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8355059Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8362349Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8368839Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8375424Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8382201Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8388788Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8395415Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8402085Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8408593Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8415082Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8421654Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8428034Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8434941Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8441822Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8448185Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8454536Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8461519Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8467263Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8473645Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8480052Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8486027Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8492736Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8499354Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8506031Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8512642Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8551676Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8558549Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8564969Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8572623Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8579240Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8585618Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8591983Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8599069Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8605540Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8612297Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8619455Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8625895Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8632365Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8638806Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8645108Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8652317Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8659115Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8665708Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8672064Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8678969Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8685443Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8692030Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8698610Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8705615Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8712322Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8718876Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8725060Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8731599Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8738302Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8744846Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8751244Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8757595Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8763699Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8770494Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8776670Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8783000Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8789400Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8796408Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8802918Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8809050Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8815512Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8822088Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8828539Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8834811Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8841327Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8847681Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8853779Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8860403Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8866828Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8873391Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8879942Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8886537Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8893236Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8900285Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8906854Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8913457Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8920035Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8926402Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8933408Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8940341Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8946867Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8953127Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8959669Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8966242Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8972759Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8979774Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8986041Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8992901Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.8999194Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9005508Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9037819Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9044571Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9050937Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9057478Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9064032Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9070403Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9076744Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9083446Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9089956Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9096443Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9102883Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9109541Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9116125Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9123643Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9130830Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9137516Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9143827Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9150157Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9156686Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9162965Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9169624Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9175902Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9182341Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9189612Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9195888Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9202187Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9208456Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9215365Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9221393Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9227590Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9234190Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9240633Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9246568Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9322806Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9329057Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9335224Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9341692Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9348044Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9354292Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9381895Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9387875Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9394098Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9400287Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9406483Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9412632Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9419257Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9425985Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9432351Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9438735Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9445154Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9451756Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9535375Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9541514Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9548034Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9554113Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9560641Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9566466Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9572626Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9578951Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9585152Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9592150Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9598667Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9605338Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9611844Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9618407Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9624609Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9631049Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9637172Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9643310Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9657808Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9664291Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9670700Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9677024Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9684126Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9690064Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9696825Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9703294Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9709776Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9716230Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9722813Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9729722Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9736637Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9743413Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9749955Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9756546Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9762977Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9769756Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9776402Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9782705Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9789160Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9795697Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9802273Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9810134Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9821566Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9828187Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9835047Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9841240Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9847613Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9853982Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9866459Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9873320Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9879834Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9886644Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9893633Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9900338Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9906880Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9913559Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9920323Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9927078Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9933697Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9940877Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9947454Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9953942Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9960326Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9967089Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9973541Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9980403Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9992413Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:14.9998850Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0005314Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0011622Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0018096Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0024352Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0030728Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0037278Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0043826Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0049927Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0056458Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0062577Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0068988Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0075464Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0082373Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0088902Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0095328Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0101837Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0108293Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0114693Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0121134Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0127971Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0134592Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0140853Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0172511Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0178868Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0185343Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0191828Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0198345Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0204691Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0219533Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0225631Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0232104Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0238507Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0244908Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0251327Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0257384Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0263600Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0270351Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0277486Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0283559Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0290262Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0301463Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0308343Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0315093Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0321786Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0328528Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0335576Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0342112Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0349165Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0355533Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0362459Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0369063Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0375738Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0382377Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0389423Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0396042Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0402663Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0409852Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0416701Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0423575Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0430182Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0436536Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0443380Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0450094Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0456682Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0463205Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0470921Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0477323Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0667768Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0674719Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0681498Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0687854Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0694338Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0701240Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0707983Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0714657Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0721183Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0727704Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0734118Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0740656Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0747277Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0753908Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0760774Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0842880Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0849781Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0856690Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0863359Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0870136Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0876745Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0883382Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0890591Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0897397Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0903947Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0910335Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0917311Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0924026Z copying torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0930540Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0937089Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0943762Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0951603Z copying torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0957857Z copying torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0964458Z copying torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0970816Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0976967Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0982933Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0989245Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.0996125Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1002706Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1009234Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1016529Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1022224Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1028403Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1034839Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1041438Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1048147Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1054506Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1060937Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1067445Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1073814Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1079812Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1085704Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1091856Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1098384Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1104949Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1111032Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1117873Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1124635Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1131207Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1137934Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1144358Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1150918Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1157730Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1163876Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1170384Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1176812Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1183376Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1189955Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1196484Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1203084Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1209708Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1216105Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1222541Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1229161Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1235598Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1242622Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1249655Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1255733Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1262311Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1268680Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1275163Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1281774Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1289120Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1295275Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1301637Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1307964Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1314491Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1321584Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1328024Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1334525Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1341196Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1347488Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1353893Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1360240Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1367140Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1373918Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1379471Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1385469Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1391619Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1398652Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1404975Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1411592Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1418429Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1424526Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1430824Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1437238Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1444000Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1450126Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1456398Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1462513Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1469028Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1475484Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1481854Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1488316Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1494706Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1500967Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1507877Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1514851Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1522156Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1529219Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1535821Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1542507Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1548659Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1555601Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1561819Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1568712Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1575416Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1581590Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1588020Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1594461Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1601128Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1607925Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1614762Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1621633Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1628465Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1634893Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1677517Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1678523Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1679333Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1680112Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1680873Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1681639Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1682664Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1687267Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1693688Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1700294Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1706867Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1713464Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1720019Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1727565Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1734322Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1740868Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1747850Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1754832Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1761118Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1767891Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1774726Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1781011Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1794170Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1800413Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1806687Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1813677Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1819955Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1826425Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1833276Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1839481Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1898661Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1904830Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1911712Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1918470Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1954063Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1960658Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1967201Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1974130Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1980336Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1986746Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1993089Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.1999429Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2005891Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2012888Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2019265Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2026207Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2032694Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2039225Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2045700Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2052261Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2059385Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2065998Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2072409Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2078845Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2085046Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2092076Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2098751Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2105472Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2112015Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2118265Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2124728Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2131317Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2137566Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2144039Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2150666Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2157575Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2164066Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2170836Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2177749Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2184639Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2191702Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2197879Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2204669Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2211229Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2217657Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2224320Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2231132Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2237632Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2244374Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2251210Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2257707Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2264381Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2271087Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2277572Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2284184Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2291678Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2298233Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2305295Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2311701Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2318446Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2325200Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2331926Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2338536Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2345299Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2352284Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2358948Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2365651Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2372522Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2379456Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2386121Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2393070Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2399851Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2406627Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2413189Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2419784Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2426357Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2432874Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2440403Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2446513Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2452611Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2458476Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2465030Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2471555Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2478184Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2484762Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2491775Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2498647Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2505244Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2512529Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2519646Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2547417Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2554116Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2560818Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2567107Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2573668Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2580533Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2587472Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2594150Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2601438Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2608286Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2614774Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2621578Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2628120Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2634647Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2641871Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2648117Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2654490Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2660390Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2666202Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2672415Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2679175Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2685923Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2692196Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2698476Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2705032Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2711438Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2717658Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2724076Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2730794Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2737160Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2743228Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2841757Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2848264Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2855495Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2861154Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2868733Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2875207Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2881821Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2888332Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2894690Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2901073Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2907781Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2914407Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2920916Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2927799Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2934323Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2940902Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2947728Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2954209Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2960828Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2967339Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2974070Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2981105Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2987804Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.2994491Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3000959Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3007312Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3013531Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3020117Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3026361Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3032601Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3038944Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3045391Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3052139Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3058529Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3064901Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3071651Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3078884Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3085419Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3092370Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3099166Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3105658Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3112453Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3119141Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3125829Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3132951Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3140178Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3178770Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3185597Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3192609Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3199810Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3206682Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3213728Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3220678Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3227699Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3234180Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3240640Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3247572Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3253924Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3260298Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3266899Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3273517Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3280469Z copying torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3287353Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3293919Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3300733Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3307556Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3314312Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3320881Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3327609Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3334072Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3340691Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3347288Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3353730Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3360630Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3367289Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3373754Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3380170Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3387199Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3393766Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3400170Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3406774Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3413097Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3419654Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3426087Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3432452Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3438941Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3445579Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3452039Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3458436Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3464905Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3470957Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3477485Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3484143Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3490854Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3497406Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3504251Z copying torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3510846Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3517417Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3523900Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3530239Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3537354Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3544097Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3550522Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3557045Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3563708Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3570418Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3576949Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3583544Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3590803Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3603075Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3610840Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3617480Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3623947Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3630855Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3637400Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3643702Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3650259Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3657463Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3663957Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3670422Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3676901Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3683670Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3690500Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3697053Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3703404Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3709696Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3715991Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3722697Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3729197Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3735636Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3742400Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3748606Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3755059Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3761578Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3768390Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3774886Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3781157Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3788339Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3795016Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3801356Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3808444Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3815574Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3822599Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3828805Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3835875Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3842735Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3849352Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3856698Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3863522Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3870179Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3876866Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3884139Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3891040Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3898143Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3905204Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3911486Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3917535Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3923547Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3930225Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3936133Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3942683Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3949698Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3956264Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3962665Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3969687Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3975856Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3982737Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3988703Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.3995083Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4001595Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4008641Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4015230Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4021891Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4028670Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4035121Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4041624Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4048085Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4054695Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4061737Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4067975Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4074159Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4081255Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4088486Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4094707Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4101156Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4108145Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4114802Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4121238Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4128331Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4134951Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4141695Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4148517Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4155366Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4161978Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4168738Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4175063Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4181143Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4187579Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4194345Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4200621Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4207245Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4213489Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4220074Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4226683Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4233602Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4240364Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4246820Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4253334Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4259449Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4265652Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4271787Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4277676Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4283930Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4290782Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4298013Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4304804Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4311476Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4317797Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4324231Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4330981Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4337819Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4344648Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4350565Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4356864Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4363156Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4399822Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4406643Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4413281Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4419866Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4426294Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4432760Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4439075Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4445553Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4452145Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4458675Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4464960Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4471977Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4478016Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4484644Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4491200Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4497680Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4504286Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4510506Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4517090Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4523645Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4530346Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4536686Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4543311Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4549852Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4558428Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4565075Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4571584Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4578127Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4584656Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4591041Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4597178Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4603337Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4610557Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4617403Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4623900Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4630953Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4659835Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4666260Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4673815Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4680358Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4687019Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4693731Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4701133Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4708126Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4714545Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4721384Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4728019Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4734457Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4741987Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4749229Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4755927Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4762529Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4769221Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4775747Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4782704Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4789896Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4796110Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4803584Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4810689Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4816978Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4823843Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4831099Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4837887Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4844554Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4851168Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4857716Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4864626Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4871301Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4901126Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4907926Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4914487Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4921748Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4928666Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4935132Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4941937Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4948514Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4954993Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4961960Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4969229Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4975556Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4982190Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4989021Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.4995178Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5001923Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5008492Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5014933Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5021932Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5028554Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5034984Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5041628Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5048666Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5054682Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5061050Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5067276Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5073538Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5080110Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5087031Z copying torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5093915Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5100063Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5106237Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5112356Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5119135Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5125172Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5131313Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5137355Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5143687Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5149656Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5155918Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5161894Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5168061Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5174136Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5179999Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5186457Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5193065Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5199757Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5206209Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5212191Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5218572Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5225137Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5231807Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5238827Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5245515Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5252469Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5259016Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5269545Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5276018Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5282572Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5289632Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5296265Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5302797Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5309232Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5316451Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5322747Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5329504Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5336469Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5343236Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5349717Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5356275Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5363187Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5370016Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5376908Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5383378Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5390284Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5397058Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5403692Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5410630Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5417338Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5424133Z copying torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5430572Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5437361Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5444182Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5450604Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5490715Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5497001Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5503491Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5509750Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5516181Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5523192Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5530321Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5537016Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5543068Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5550080Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5556697Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5562996Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5569772Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5576053Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5582537Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5589367Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5596389Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5602691Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5609275Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5616396Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5623186Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5629950Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5636672Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5643867Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5651141Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5657769Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5664151Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5670517Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5677215Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5683907Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5690666Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5697134Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5703479Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5710696Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5717196Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5724332Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5730628Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5737163Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5743772Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5750510Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5756747Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5764061Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5771029Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5777600Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5784100Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5790959Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5797794Z copying torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5805627Z copying torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5813707Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5820210Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5827385Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5834297Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5840922Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5850997Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5857252Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5864224Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5870828Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5901313Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5908390Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5914860Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5922336Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5929052Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5935738Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5962418Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5969359Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5976015Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5982938Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5989651Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.5996577Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6008248Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6014607Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6021144Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6027803Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6034233Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6041502Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6057026Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6064359Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6070560Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6077273Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6084317Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6091247Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6119747Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6126872Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6133328Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6139777Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6146302Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6152725Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6159619Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6166156Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6172546Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6179483Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6185996Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6192539Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6199313Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6205943Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6212477Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6218887Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6225398Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6232244Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6243508Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6250129Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6256700Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6263227Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6269932Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6298593Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6305336Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6312043Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6319502Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6326572Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6333703Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6340329Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6347259Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6354062Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6360697Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6367772Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6374511Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6381518Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6388529Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6395097Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6402027Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6408804Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6415568Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6422315Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6429160Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6435807Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6443218Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6450282Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6457218Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6463888Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6470727Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6477480Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6484292Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6491192Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6497922Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6504603Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6516296Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6522930Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6529725Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6536794Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6543413Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6550473Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6557233Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6564215Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6570934Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6577554Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6584007Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6590496Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6602472Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6609830Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6616793Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6623319Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6630075Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6636673Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6643272Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6650223Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6656847Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6663369Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6669440Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6678158Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6685065Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6691714Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6698160Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6704911Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6711434Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6717581Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6723964Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6730936Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6737871Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6744320Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6750872Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6757704Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6764358Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6771177Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6777868Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6784583Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6791249Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6797389Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6803639Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6810139Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6816786Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6823617Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6830193Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6837301Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6844112Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6851019Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6857766Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6864815Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6871271Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6877923Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6884969Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6892622Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6899726Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6907368Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6913876Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6920686Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6933575Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6940400Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6947237Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6953858Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6961752Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6968847Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6975767Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6982755Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6989405Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.6996234Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7003351Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7011114Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7017976Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7025103Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7032455Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7039159Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7046341Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7053116Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7060124Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7066515Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7073407Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7080754Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7087881Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7094015Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7101271Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7107697Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7115010Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7121776Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7128762Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7135701Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7142164Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7148948Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7155832Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7162932Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7169582Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7176396Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7183062Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7190369Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7196515Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7203365Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7210140Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7217219Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7224084Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7231222Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7237922Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7244688Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7251336Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7257983Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7265089Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7272069Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7279283Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7286659Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7293990Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7300829Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7308149Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7314944Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7322612Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7329097Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7336000Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7343024Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7350426Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7356980Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7364240Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7371688Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7378691Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7385955Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7392957Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7400120Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7406888Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7413933Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7421123Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7427863Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7434478Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7441691Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7448646Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7455638Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7462469Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7469282Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7476112Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7483636Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7491114Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7498445Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7505281Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7512665Z copying torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7519432Z copying torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7526855Z copying torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7533921Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7540844Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7547641Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7554905Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7561898Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7569556Z copying torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7576637Z copying torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7583789Z copying torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7590472Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7597296Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7705681Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7712372Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7718963Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7726106Z copying torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7732776Z copying torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7739531Z copying torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7746994Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7753998Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7760765Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7767736Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7790078Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7797348Z copying torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7804240Z copying torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7811663Z copying torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7818766Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7825599Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7832311Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7839727Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7847050Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7854117Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7861150Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7868030Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7875366Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7881376Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7889174Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7895900Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7903006Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7909622Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7916193Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7922880Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7930218Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7937794Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7944051Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7951119Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7957711Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7965072Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7971893Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7978727Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7985589Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7992561Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.7999113Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8006078Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8012492Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8019526Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8026249Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8033653Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8040318Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8047568Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8054423Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8061324Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8068465Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8075760Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8082427Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8089237Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8095946Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8103594Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8116908Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8117916Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8124082Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8130891Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8138089Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8144907Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8151608Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8158710Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8165841Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8172732Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8179168Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8186253Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8192999Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8227601Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8234306Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8241289Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8249760Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8257032Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8263995Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8270652Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8277665Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8284496Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8291660Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8298434Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8305009Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8312159Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8319447Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8326253Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8333189Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8340051Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8347053Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8353864Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8361234Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8368219Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8375692Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8382796Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8389959Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8397071Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8403930Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8410909Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8417708Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8424905Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8431627Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8438932Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8445561Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8452194Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8459013Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8465875Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8472891Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8479205Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8486132Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8493281Z copying torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8499987Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8506971Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8513665Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8520359Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8527284Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8533995Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8540572Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8548189Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8555502Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8562089Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8568935Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8575560Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8582212Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8588960Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8595465Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8601873Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8608764Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8615372Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8621815Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8628257Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8635392Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8642000Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8648855Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8655358Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8661873Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8668535Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8675257Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8681893Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8688395Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8694690Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8701336Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8707405Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8714082Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8720676Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8727184Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8733527Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8739915Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8746223Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8752589Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8759217Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8765890Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8773136Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8780376Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8787058Z copying torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8793634Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8800200Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8806984Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8813612Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8820326Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8826674Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8832975Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8839574Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8845810Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8852727Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8875128Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8881437Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8887890Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8894042Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8900191Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8906729Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8913033Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8919727Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8926517Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8932954Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8939761Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8946314Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8952619Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8959331Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8965731Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8972390Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8978823Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8985210Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8991544Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.8998149Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9005266Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9011994Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9018651Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9025354Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9031579Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9037861Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9044102Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9050723Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9057091Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9063540Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9070164Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9076708Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9083762Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9090241Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9097376Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9103132Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9109688Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9116340Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9122466Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9128717Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9135001Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9141219Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9147382Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9153269Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9159601Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9165905Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9175828Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9180645Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9187201Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9193898Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9199561Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9205817Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9213035Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9219424Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9226737Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9233248Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9239650Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9245663Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9252112Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9258454Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9265214Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9271962Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9278590Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9285200Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9292126Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9298581Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9317422Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9323152Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9329273Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9335185Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9340927Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9351637Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9358278Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9364614Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9371092Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9377467Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9383976Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9390423Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9396656Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9402891Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9409395Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9416198Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9423643Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9431416Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9438830Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9445948Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9453399Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9462644Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9472326Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9482349Z copying torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9490577Z copying torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9497192Z copying torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9504067Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9510616Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9516925Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9524120Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9530790Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9537375Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9543841Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9550240Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9556603Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9562728Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9569363Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9576142Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9582841Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9589342Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9595766Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9602624Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9609542Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9615757Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9622356Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9628197Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9634433Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9641039Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9647546Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9654050Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9660394Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9666829Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9673188Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9679569Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9685664Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9691518Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9697702Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9704190Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9710509Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9717000Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9723789Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9730611Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9737180Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9744072Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9751114Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9757366Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9763765Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9770528Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9777681Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9784233Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9790584Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9797128Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9803316Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9809899Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9816267Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9822560Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9828927Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9835251Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9841286Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9847614Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9854286Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9860573Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9867449Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9873643Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9880623Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9887383Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9893856Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9900352Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9907161Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9913551Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9920176Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9926746Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9933400Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9940372Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9946849Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9953296Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9959788Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9988984Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:15.9995490Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0002683Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0009937Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0016986Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0023487Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0030211Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0036902Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0043380Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0050627Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0056898Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0063333Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0069526Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0075725Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0082126Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0088315Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0094800Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0131320Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0214018Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0220185Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0226532Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0232805Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0238943Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0245423Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0251848Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0257714Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0264463Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0271018Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0277263Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0284126Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0290903Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0297322Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0303807Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0310282Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0316965Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0323496Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0330122Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0337651Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0344155Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0350625Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0357007Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0363547Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0370029Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0376256Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0383031Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0389577Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0396168Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0402710Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0409233Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0415720Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0422065Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0429044Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0435458Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0442354Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0449010Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0455296Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0462126Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0468529Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0475310Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0481858Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0488481Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0494975Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0501515Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0508161Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0514380Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0521188Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0527824Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0534416Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0540687Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0547381Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0553842Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0560150Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0567157Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0574417Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0580940Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0587437Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0593791Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0600340Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0607504Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0614187Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0620782Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0627872Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0634633Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0641085Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0647790Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0654183Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0660981Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0667385Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0673935Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0680657Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0686865Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0693266Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0699990Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0706112Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0712434Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0718710Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0725657Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0731823Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0738215Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0744570Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0751383Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0757804Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0764794Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0771446Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0778160Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0784049Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0790677Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0797247Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0803862Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0810361Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0816774Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0823336Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0829687Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0836122Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0842488Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0849090Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0855384Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0861543Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0868209Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0874627Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0881210Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0888284Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0895194Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0901543Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0907917Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0914371Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0921102Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0927743Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0934273Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0940917Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0947468Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0954065Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0960545Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0967264Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0973413Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0979552Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0986161Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0992644Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.0999088Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1005367Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1012043Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1018922Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1025835Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1032300Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1038779Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1045253Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1052494Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1058823Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1065287Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1074312Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1085271Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1096018Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1106992Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1170660Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1177194Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1183571Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1189742Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1196182Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1201964Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1208190Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1214668Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1221252Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1227547Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1234215Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1240720Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1247134Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1253806Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1260183Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1266500Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1273360Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1279971Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1286454Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1293289Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1299746Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1306150Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1312459Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1318835Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1325615Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1332006Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1338672Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1345241Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1351874Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1358182Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1364604Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1370984Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1377893Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1384484Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1390805Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1397205Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1403634Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1410388Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1416995Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1423596Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1430197Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1436903Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1443396Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1450068Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1456538Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1463378Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1469851Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1476560Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1483124Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1489919Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1496454Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1502943Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1509628Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1516282Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1522695Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1529748Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1536312Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1544066Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1550620Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1557775Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1564528Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1571436Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1578086Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1584796Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1591363Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1597962Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1604576Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1611441Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1618190Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1624511Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1631042Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1637956Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1644422Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1651472Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1657872Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1665209Z copying torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1671568Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1678112Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1684686Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1691443Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1697735Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1704772Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1711399Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1717864Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1724343Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1730932Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1737494Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1744457Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1751069Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1758101Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1764602Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1771366Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1778345Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1785335Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1791895Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1798821Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1805658Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1812294Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1818985Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1825567Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1832093Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1838717Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1845192Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1893839Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1900367Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1907300Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1914345Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1920827Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1927438Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1933760Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1940498Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1947126Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1953523Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1960246Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1966928Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1973376Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1980518Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1987173Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.1993763Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2000259Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2007084Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2013917Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2021577Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2027985Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2034597Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2041699Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2048540Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2055665Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2062209Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2068887Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2075970Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2082836Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2089604Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2096403Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2103065Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2109744Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2116344Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2122974Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2129720Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2136380Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2143707Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2150431Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2157331Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2163964Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2170946Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2177718Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2184368Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2191408Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2198149Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2204714Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2211647Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2218305Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2225121Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2231783Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2238876Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2245511Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2252444Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2259955Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2267266Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2273992Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2281224Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2287730Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2294572Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2301212Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2308262Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2315334Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2321899Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2329117Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2335875Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2342556Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2349496Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2355990Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2362514Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2369206Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2410267Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2417367Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2424031Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2430787Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2437564Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2445191Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2452012Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2459226Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2466230Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2473341Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2480270Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2486929Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2493681Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2500349Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2507537Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2514085Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2521164Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2528656Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2535533Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2542036Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2548887Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2555387Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2562082Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2568842Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2575684Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2582399Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2588955Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2595767Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2602311Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2609589Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2616996Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2623680Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2630074Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2636325Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2642819Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2649842Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2656496Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2663426Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2670529Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2676579Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2683144Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2690370Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2697477Z copying torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2704269Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2710716Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2717277Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2723795Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2730860Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2737091Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2743707Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2750277Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2757300Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2763762Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2770295Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2777090Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2783866Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2790188Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2796834Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2803391Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2810180Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2816790Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2823546Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2830011Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2836408Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2842790Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2849399Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2855908Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2862721Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2868731Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2874641Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2880879Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2887496Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2894486Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2901080Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2907757Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2914259Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2921119Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2928201Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2934860Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2941446Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2948717Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2954943Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2961446Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2967946Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2974418Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2981221Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2988234Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.2994984Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3001261Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3007925Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3015178Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3021779Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3028312Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3034887Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3041227Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3047968Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3054185Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3061079Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3067636Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3074113Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3080480Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3087023Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3093529Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3100098Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3106228Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3112592Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3118575Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3124897Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3131139Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3137384Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3143632Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3150371Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3156747Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3162837Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3169378Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3175862Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3182384Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3188915Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3195366Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3202214Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3209154Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3215856Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3222469Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3229057Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3235519Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3242051Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3248975Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3255559Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3262108Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3268578Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3275114Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3281779Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3288036Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3294185Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3300306Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3306833Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3313361Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3324742Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3329681Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3336034Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3342593Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3349773Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3356513Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3363405Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3369909Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3376578Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3383003Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3389352Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3395696Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3402010Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3408958Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3415876Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3422426Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3429170Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3437524Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3444119Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3485027Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3491554Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3498183Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3504861Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3511507Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3518392Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3525066Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3531991Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3538465Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3545232Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3551756Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3558541Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3565339Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3571976Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3579153Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3585787Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3592327Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3599041Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3606199Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3613119Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3619682Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3626416Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3633034Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3639761Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3646405Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3652846Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3659523Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3665935Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3672232Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3698191Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3705094Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3711691Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3718175Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3724699Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3732112Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3738016Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3744396Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3751050Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3757568Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3764007Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3770802Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3777694Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3784496Z 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-08-06T20:44:16.3791384Z 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-08-06T20:44:16.3798015Z 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-08-06T20:44:16.3804976Z 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-08-06T20:44:16.3812232Z 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-08-06T20:44:16.3818468Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3826166Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3832649Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3839273Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3845981Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3853339Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3860057Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3866872Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3873425Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3879871Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3886947Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3893192Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3899691Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3906519Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3913265Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3920231Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3926946Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3934284Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3940911Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3947576Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3954761Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3961162Z copying torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3967795Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3974304Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3980884Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3987531Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.3994669Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4001105Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4007788Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4014275Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4020711Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4027162Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4033856Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4040326Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4047280Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4053997Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4061013Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4067780Z copying torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4074937Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4081558Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4088524Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4095210Z copying torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4101823Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4108399Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4115140Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4122038Z copying torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4129697Z copying torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4136476Z copying torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4143131Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4149664Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4156168Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4163343Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4170036Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4176317Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4182670Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4189914Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4196441Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4221469Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4227884Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4234656Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4241063Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4247348Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4253873Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4260914Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4267476Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4273681Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4280760Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4287663Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4294041Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4300250Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4306725Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4313520Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4320141Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4326482Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4332824Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4339583Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4346003Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4352365Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4358939Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4365944Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4385023Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4385483Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4385815Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4391728Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4398004Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4404466Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4411829Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4418413Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4425113Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4431870Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4438277Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4444951Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4451837Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4458439Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4465019Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4471784Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4478300Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4484903Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4492020Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4498556Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4505191Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4512017Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4519014Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4525344Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4532091Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4538969Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4545495Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4552131Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4558783Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4565228Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4571820Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4578643Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4585124Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4591669Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4598183Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4604986Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4611497Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4617685Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4624024Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4630866Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4637193Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4643400Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4649731Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4655758Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4661580Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4668864Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4675541Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4681913Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4688442Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4694495Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4700714Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4706617Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4712950Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4720135Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4726481Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4732777Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4739159Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4745786Z 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-08-06T20:44:16.4752207Z 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-08-06T20:44:16.4758628Z 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-08-06T20:44:16.4764828Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4771352Z 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-08-06T20:44:16.4777763Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4784448Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4790999Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4797751Z 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-08-06T20:44:16.4804065Z 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-08-06T20:44:16.4811015Z 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-08-06T20:44:16.4817547Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4823941Z 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-08-06T20:44:16.4830617Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4836920Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4843036Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4849529Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4856512Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4862861Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4869739Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4875948Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4882524Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4889742Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4896296Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4903110Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4909423Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4915807Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4922034Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4928957Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4935187Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4942507Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4950690Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4957441Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4963688Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4970773Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4977361Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.4996098Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5002346Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5008994Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5015780Z copying torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5022223Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5028573Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5035663Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5042064Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5048528Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5055126Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5061683Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5068112Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5096354Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5103544Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5110108Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5116511Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5123436Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5130083Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5137339Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5144122Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5150765Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5156926Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5163189Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5169755Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5176201Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5182759Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5189265Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5196086Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5203043Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5209706Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5216143Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5222683Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5229089Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5235490Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5242182Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5249002Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5255252Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5261585Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5268058Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5274619Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5281136Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5298832Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5305383Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5311802Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5318205Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5324839Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5332272Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5338926Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5345566Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5352068Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5358878Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5365303Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5371975Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5379225Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5385882Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5392507Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5399146Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5405780Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5412546Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5419283Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5426233Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5432713Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5439004Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5445535Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5452681Z 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-08-06T20:44:16.5487227Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5493623Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5500791Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5507414Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5514004Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5520563Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5527208Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5534191Z 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-08-06T20:44:16.5540803Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5547228Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5553735Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5560552Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5567234Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5573709Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5580335Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5586805Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5593227Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5599489Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5606215Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5613117Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5619744Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5626483Z copying torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5632864Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5639241Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5646257Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5652089Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5658186Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5664542Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5670709Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5676870Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5683315Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5690059Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5696306Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5702746Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5709165Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5715681Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5721962Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5728438Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5734956Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5741456Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5747913Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5754478Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5760764Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5767411Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5773839Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5780204Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5787167Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5793368Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5800082Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5806699Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5813317Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5819982Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5826812Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5833500Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5839970Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5846348Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5852879Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5859373Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5865937Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5872462Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5879241Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5886291Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5893462Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5899516Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5906098Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5913038Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5919570Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5926325Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5933108Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5939775Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5947319Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5954747Z copying torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5961508Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5969843Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5976237Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5982893Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5989230Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.5995778Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6002607Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6010902Z 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-08-06T20:44:16.6018030Z 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-08-06T20:44:16.6026171Z 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-08-06T20:44:16.6033252Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6040652Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6047682Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6055794Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6063656Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6070311Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6076958Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6083914Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6090770Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6097543Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6104221Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6111698Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6118694Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6129344Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6136292Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6143534Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6150573Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6157474Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6163807Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6170434Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6177278Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6183973Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6190960Z 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-08-06T20:44:16.6197671Z 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-08-06T20:44:16.6204439Z 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-08-06T20:44:16.6211735Z 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-08-06T20:44:16.6218909Z 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-08-06T20:44:16.6225657Z 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-08-06T20:44:16.6232663Z 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-08-06T20:44:16.6239675Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6246502Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6253489Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6260330Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6267328Z 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-08-06T20:44:16.6274427Z 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-08-06T20:44:16.6282167Z 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-08-06T20:44:16.6288459Z 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-08-06T20:44:16.6296009Z 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-08-06T20:44:16.6303212Z 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-08-06T20:44:16.6310826Z 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-08-06T20:44:16.6317630Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6324698Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6331603Z 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-08-06T20:44:16.6339123Z 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-08-06T20:44:16.6346387Z 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-08-06T20:44:16.6353452Z 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-08-06T20:44:16.6360962Z 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-08-06T20:44:16.6367688Z 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-08-06T20:44:16.6374164Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6380539Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6387041Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6393467Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6400021Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6406704Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6413007Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6419696Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6426425Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6432882Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6439327Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6445948Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6452427Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6459017Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6465495Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6472099Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6478812Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6485393Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6492190Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6498771Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6505689Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6512892Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6519930Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6526935Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6533568Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6540515Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6547430Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6554116Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6561076Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6567864Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6574162Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6580630Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6587007Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6593730Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6600264Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6606763Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6613162Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6619877Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6626180Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6632757Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6639399Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6645959Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6652313Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6658765Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6665259Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6671970Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6678518Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6685424Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6692054Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6698690Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6705669Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6712141Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6718822Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6725350Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6732457Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6739019Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6746887Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6753529Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6760129Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6767108Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6773965Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6781450Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6788011Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6794512Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6801354Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6808277Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6814968Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6821639Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6828496Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6835311Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6841887Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6848594Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6855221Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6861877Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6868844Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6875755Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6882420Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6889199Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6895754Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6902744Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6909389Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6916396Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6923080Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6931438Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6938870Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6945815Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6952488Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6959298Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6966006Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6972624Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6979863Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6986560Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.6993275Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7000288Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7007459Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7014385Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7021069Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7027730Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7034361Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7041182Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7047996Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7055093Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7067201Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7073897Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7080472Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7087582Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7094203Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7101537Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7107466Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7114784Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7121199Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7127873Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7134666Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7141246Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7147771Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7154630Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7161471Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7167997Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7174490Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7181227Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7187676Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7194152Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7200856Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7207455Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7214188Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7220887Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7249199Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7255669Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7262349Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7269283Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7275806Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7282303Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7288825Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7295424Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7302175Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7308699Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7315506Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7321933Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7328614Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7335423Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7341919Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7348494Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7354856Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7361504Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7368127Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7374879Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7381394Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7387936Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7394612Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7474876Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7481896Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7488491Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7494979Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7501470Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7508094Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7515261Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7522076Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7529072Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7536039Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7543379Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7550041Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7556692Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7563261Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7569785Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7576594Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7583807Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7590456Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7597135Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7603635Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7610686Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7617475Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7624396Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7631060Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7637489Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7644217Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7650891Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7657412Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7664185Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7670832Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7677696Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7684641Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7691320Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7697947Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7704987Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7712117Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7718691Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7725310Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7731950Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7738525Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7745293Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7751970Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7758581Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7765370Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7772016Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7778791Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7785284Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7791681Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7798180Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7805005Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7812084Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7818600Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7825071Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7831528Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7837889Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7844523Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7851140Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7882422Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7889134Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7895811Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7902764Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7909446Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7916442Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7923127Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7929842Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7936710Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7943455Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7950193Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7956866Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7963935Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7970703Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7977515Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7984163Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7990772Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.7997598Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8004627Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8011549Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8018739Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8025819Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8032453Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8039232Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8045913Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8052699Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8059447Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8065899Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8072664Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8079217Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8085673Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8092199Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8099359Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8106186Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8113051Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8119662Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8126300Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8133249Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8140151Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8146709Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8185930Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8192474Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8198973Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8205699Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8212371Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8218607Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8225483Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8232267Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8239742Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8246757Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8253868Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8260133Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8266677Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8277517Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8284582Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8291578Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8298579Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8305274Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8311655Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8318055Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8324912Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8332001Z copying torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8338478Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8345237Z 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-08-06T20:44:16.8352460Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8359306Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8366074Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8372586Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8379088Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8385848Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8392293Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8399357Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8406024Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8413214Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8419852Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8426717Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8433193Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8440189Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8447284Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8453666Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8460582Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8467537Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8474389Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8481357Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8488074Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8494678Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8501796Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8508515Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8520273Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8527517Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8534511Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8541665Z 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-08-06T20:44:16.8548669Z 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-08-06T20:44:16.8555554Z 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-08-06T20:44:16.8562337Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8569831Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8576461Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8583774Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8590593Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8597287Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8603856Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8611258Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8617109Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8624009Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8631521Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8638459Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8645171Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8651617Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8658202Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8665089Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8671533Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8678445Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8684856Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8691492Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8698025Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8704560Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8710885Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8717905Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8724706Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8731370Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8737860Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8744383Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8750859Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8758389Z 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-08-06T20:44:16.8765038Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8771993Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8778753Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8785470Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8792286Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8798879Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8805991Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8812133Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8818442Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8825199Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8831948Z copying torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8838287Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8844463Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8851396Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8858323Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8864841Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8871586Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8878425Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8885032Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8892145Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8898969Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8905627Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8912529Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8919512Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8926632Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8933480Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8940465Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8947093Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8953642Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8960618Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8967247Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8973878Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8981176Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8987763Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.8994498Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9000823Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9028529Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9035397Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9042183Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9049121Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9055547Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9062025Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9068268Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9074891Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9081285Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9087926Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9094608Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9101048Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9107576Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9114366Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9121055Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9127593Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9162763Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9169720Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9176275Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9314180Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9320759Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9327685Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9334181Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9340281Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9346877Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9353677Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9360013Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9366637Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9373116Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9379618Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9386324Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9393288Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9399892Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9406770Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9413707Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9420232Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9426625Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9433257Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9440261Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9446777Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9453460Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9460120Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9466808Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9473264Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9480114Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9486937Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9494053Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9500461Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9507155Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9513812Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9520408Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9527269Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9534234Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9540882Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9547547Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9554203Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9560786Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9567459Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9574261Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9581228Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9587688Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9594444Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9601157Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9608002Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9614536Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9621676Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9628193Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9635273Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9641877Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9648660Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9655258Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9662106Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9668801Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9675453Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9681934Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9689530Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9696269Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9703085Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9709730Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9716342Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9723018Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9729739Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9736520Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9743134Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9749773Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9757204Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9763677Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9770214Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9776883Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9783254Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9789726Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9796127Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9802678Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9809138Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9816264Z copying torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9822636Z copying torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9829039Z copying torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9835577Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9842683Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9849209Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9855720Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9862465Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9868758Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9875305Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9881948Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9888615Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9894944Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9901244Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9907584Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9914301Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9920475Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9927046Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9933615Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9940239Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9946475Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9952672Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9958945Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9965536Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9971990Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9978983Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9985374Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9992475Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:16.9998849Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0005814Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0012570Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0019180Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0074635Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0081462Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0087858Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0094598Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0101501Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0108328Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0115331Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0122337Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0129277Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0136455Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0143090Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0149931Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0156642Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0163467Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0170303Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0176862Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0183841Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0190365Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0196976Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0203522Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0210174Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0216982Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0223912Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0230761Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0237628Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0244331Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0251321Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0257998Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0264731Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0271275Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0278104Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0284717Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0291437Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0297858Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0304671Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0404202Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0410591Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0417031Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0423215Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0429711Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0436048Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0443165Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0449971Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0456436Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0462839Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0469591Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0476355Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0482653Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0489179Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0495591Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0502649Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0509057Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0515667Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0522049Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0529220Z copying torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0535802Z copying torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0542540Z copying torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0548913Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0555769Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0562678Z 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-08-06T20:44:17.0569475Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0576029Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0582605Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0589248Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0595981Z copying torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0602653Z copying torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0609463Z copying torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0616020Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0622658Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0629476Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0636236Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0642840Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0650228Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0657468Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0663854Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0670100Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0677637Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0683489Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0690344Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0697093Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0704084Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0711659Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0717916Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0724622Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0732007Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0738757Z 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-08-06T20:44:17.0745372Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0752424Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0759078Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0765874Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0773126Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0779642Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0786545Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0793236Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0800141Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0806687Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0813255Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0819927Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0826272Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0832924Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0839672Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0846780Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0853398Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0860134Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0866495Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0873278Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0879845Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0886935Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0893917Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0900670Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0906974Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0913449Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0920892Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0927138Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0934128Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0940735Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0947493Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0954442Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0962374Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0968919Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0975143Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0981774Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0988148Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.0994507Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1000945Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1007497Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1014414Z copying torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1020842Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1027379Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1034356Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1041066Z 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-08-06T20:44:17.1047834Z 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-08-06T20:44:17.1054848Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1061558Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1068009Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1074576Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1081012Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1088181Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1094737Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1101153Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1107909Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1114738Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1121588Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1128294Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1134859Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1141419Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1168408Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1174874Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1181717Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1188427Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1194928Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1201855Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1208943Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1215341Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1222374Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1228795Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1235390Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1242449Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1249273Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1255870Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1262515Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1269095Z copying torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1275646Z copying torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1282151Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1289013Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1295711Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1302218Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1309224Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1315953Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1322418Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1329321Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1335796Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1342030Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1348589Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1360757Z 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-08-06T20:44:17.1361851Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1369413Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1375849Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1382387Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1388591Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1394741Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1401225Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1408371Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1414848Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1421585Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1427862Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1433902Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1440276Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1446571Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1453126Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1460199Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1466397Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1473068Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1479972Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1486807Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1493873Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1500353Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1506935Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1513557Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1520198Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1528302Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1534311Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1540957Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1547708Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1554095Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1560529Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1567847Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1574141Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1580332Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1587314Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1594127Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1600563Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1607537Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1613903Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1620836Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1627497Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1634150Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1641163Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1647386Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1654124Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1660967Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1667855Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1674461Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1681246Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1687629Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1694016Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1700689Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1707436Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1713920Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1720812Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1727224Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1734030Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1740826Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1747274Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1754389Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1760644Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1767422Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1773968Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1780580Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1787403Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1794020Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1800417Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1806794Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1813718Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1820355Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1826765Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1833442Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1839487Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1846299Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1852666Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1858740Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1865798Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1872254Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1879221Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1886094Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1892468Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1898864Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1905333Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1911977Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1918421Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1924918Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1931356Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1937760Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1944363Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1951274Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1957614Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1964070Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1970911Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1977389Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1983592Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1990000Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.1996705Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2002924Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2109715Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2116400Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2122923Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2130260Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2136688Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2150263Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2156799Z copying torch\include\ATen\ops\_safe_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2163512Z copying torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2170240Z copying torch\include\ATen\ops\_safe_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2176478Z copying torch\include\ATen\ops\_safe_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2183112Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2190229Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2196844Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2203751Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2210661Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2240701Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2247340Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2254189Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2260661Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2266925Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2273607Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2280777Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2292907Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2299755Z 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-08-06T20:44:17.2306241Z 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-08-06T20:44:17.2313124Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2319804Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2326735Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2333745Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2340769Z 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-08-06T20:44:17.2347502Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2354486Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2361510Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2368521Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2375281Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2381957Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2388991Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2396138Z 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-08-06T20:44:17.2403078Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2410423Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2417739Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2424653Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2431391Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2438404Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2445162Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2452162Z 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-08-06T20:44:17.2459031Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2465763Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2472482Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2479139Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2486144Z 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-08-06T20:44:17.2493366Z 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-08-06T20:44:17.2500432Z 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-08-06T20:44:17.2507190Z 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-08-06T20:44:17.2513837Z 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-08-06T20:44:17.2520608Z 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-08-06T20:44:17.2527401Z 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-08-06T20:44:17.2534093Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2540715Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2547414Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2554428Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2561472Z 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-08-06T20:44:17.2568364Z 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-08-06T20:44:17.2575037Z 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-08-06T20:44:17.2582232Z 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-08-06T20:44:17.2588848Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2595486Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2602201Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2608930Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2615608Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2622061Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2629019Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2635769Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2642067Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2648774Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2655935Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2662752Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2669309Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2676115Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2682366Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2689116Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2695713Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2702778Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2709236Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2715922Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2722588Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2729378Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2736044Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2743271Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2750114Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2756873Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2763425Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2770157Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2776872Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2783503Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2790115Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2796683Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2803534Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2810171Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2816892Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2823711Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2831394Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2838198Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2844572Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2851706Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2858755Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2865491Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2871847Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2878593Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2884802Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2891884Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2898511Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2905470Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2911987Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2918885Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2925411Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2932164Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2939063Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2945901Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2952484Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2960151Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2967020Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2973555Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2980075Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2986725Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.2993694Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3000819Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3007639Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3014040Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3364718Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3372060Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3378911Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3385738Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3392312Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3398942Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3405368Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3412204Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3419218Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3426231Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3432869Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3439530Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3446680Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3453337Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3460178Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3466833Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3473947Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3480713Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3487513Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3494345Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3501829Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3508442Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3514997Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3521587Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3528564Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3535351Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3541907Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3548390Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3555047Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3562396Z 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-08-06T20:44:17.3568933Z 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-08-06T20:44:17.3575846Z 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-08-06T20:44:17.3582229Z 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-08-06T20:44:17.3590167Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3596655Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3603446Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3610102Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3616615Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3623567Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3630113Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3636651Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3643260Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3650611Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3657275Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3663869Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3670166Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3676834Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3690136Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3696777Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3703339Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3710065Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3716412Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3723312Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3729947Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3736833Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3744018Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3750673Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3757477Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3764349Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3771454Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3778945Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3789467Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3796237Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3803047Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3809767Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3816753Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3823265Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3830208Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3837144Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3843530Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3850370Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3857211Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3864184Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3870842Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3877443Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3884369Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3891133Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3897967Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3905084Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3911645Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3918338Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3925294Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3932130Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3939503Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3946578Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3953593Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3960155Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3966929Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3973831Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3980558Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3987515Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.3994235Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4001019Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4007985Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4015126Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4021912Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4028969Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4035788Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4042470Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4049204Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4055600Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4062220Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4069404Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4075892Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4082453Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4089411Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4096277Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4103329Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4110005Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4116538Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4123465Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4130070Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4136827Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4143223Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4149739Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4156816Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4163466Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4170128Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4177040Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4183920Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4190653Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4197316Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4203844Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4210452Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4216985Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4223351Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4229729Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4236514Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4242955Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4249640Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4256046Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4262384Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4269587Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4276339Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4283009Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4289686Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4296189Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4303269Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4309902Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4316586Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4323462Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4330217Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4337265Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4343836Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4350590Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4357476Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4363935Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4370757Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4377771Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4384455Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4391366Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4398117Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4405627Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4412050Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4419060Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4425964Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4433246Z 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-08-06T20:44:17.4440594Z 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-08-06T20:44:17.4447624Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4454454Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4461476Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4468420Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4475063Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4482132Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4488623Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4494904Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4501607Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4508677Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4515400Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4522658Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4529517Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4536168Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4555866Z copying torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4562979Z copying torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4569734Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4576355Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4583298Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4590141Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4596944Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4603491Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4610220Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4616898Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4623747Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4630408Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4637093Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4643862Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4650396Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4657260Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4663633Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4669918Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4676549Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4726156Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4732796Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4739675Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4746464Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4753380Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4760364Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4766952Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4773743Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4780671Z copying torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4787192Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4793841Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4800707Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4807853Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4814459Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4821151Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4827838Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4835706Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4842336Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4849256Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4855647Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4862271Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4869902Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4876396Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4883226Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4889842Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4896623Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4916162Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4922880Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4929490Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4936002Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4942656Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4949593Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4956366Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4963399Z 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-08-06T20:44:17.4970202Z 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-08-06T20:44:17.4977383Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4984133Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.4991098Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5002128Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5009113Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5015877Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5022491Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5029314Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5035890Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5042425Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5048871Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5055171Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5061650Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5067673Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5074052Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5080347Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5086939Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5093462Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5099699Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5106050Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5112474Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5118874Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5125848Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5132464Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5139076Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5145708Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5152273Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5158831Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5165657Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5172702Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5200990Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5207749Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5214320Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5221678Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5228154Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5234762Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5241965Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5249179Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5256367Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5263441Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5270198Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5276770Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5283917Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5291028Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5298145Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5304594Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5311273Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5318046Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5325469Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5331780Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5338560Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5345586Z copying torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5353992Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5359676Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5366841Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5373457Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5380186Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5387180Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5393812Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5400570Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5407349Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5414520Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5421554Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5428532Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5435209Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5442295Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5448757Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5456092Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5462604Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5469130Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5475752Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5482546Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5489554Z copying torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5496402Z copying torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5502995Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5509727Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5516794Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5523781Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5530786Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5537949Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5544526Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5550976Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5557132Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5563793Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5570216Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5576901Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5583344Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5589983Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5596780Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5603232Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5609921Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5616519Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5623328Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5629784Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5636450Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5642825Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5649100Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5655453Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5662859Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5669300Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5675795Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5682583Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5689611Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5696078Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5702680Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5709239Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5716188Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5723436Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5730302Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5736912Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5743894Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5750418Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5757310Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5764446Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5771437Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5777807Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5784346Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5790944Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5797686Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5804723Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5811264Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5818049Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5824563Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5831405Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5838253Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5845110Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5898370Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5904869Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5911482Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5918007Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5925177Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5931875Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5938386Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5944977Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5951504Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5958274Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5965265Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5971980Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5978558Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5985524Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5992297Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.5998672Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6005224Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6012724Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6019273Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6025993Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6032689Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6039091Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6045869Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6052433Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6059224Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6065784Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6072294Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6079420Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6086110Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6092896Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6099697Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6106369Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6112983Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6119528Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6126615Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6133549Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6140287Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6147214Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6153717Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6160484Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6167345Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6173860Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6180346Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6187157Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6194399Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6201114Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6208305Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6215044Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6221977Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6254606Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6261254Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6268595Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6275634Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6282367Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6289308Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6296028Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6303067Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6310389Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6317223Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6323996Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6331026Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6338607Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6345570Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6352372Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6359172Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6366170Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6373250Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6380063Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6387147Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6394936Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6401878Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6408978Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6415801Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6422961Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6429825Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6436564Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6443246Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6451552Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6458151Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6464824Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6471609Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6478780Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6485750Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6492539Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6499378Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6505982Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6512718Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6519438Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6526260Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6532967Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6539886Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6546472Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6553010Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6559556Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6566834Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6573504Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6580749Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6587226Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6594374Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6601427Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6608254Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6614902Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6622331Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6628952Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6635885Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6643038Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6657378Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6664391Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6671048Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6678817Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6685887Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6692587Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6699276Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6706595Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6712610Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6718969Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6725628Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6732252Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6738878Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6745341Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6752265Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6758026Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6764504Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6770958Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6777257Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6783797Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6790305Z copying torch\include\ATen\ops\_weight_int4pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6797663Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6803440Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6810509Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6825611Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6826427Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6831814Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6838199Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6845212Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6852244Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6859911Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6866236Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6872678Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6879438Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6885953Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6892496Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6899509Z copying torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6906895Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6912863Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6919501Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6926002Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6933097Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6940241Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6946891Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6953324Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6959789Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6966761Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6972925Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-06T20:44:17.6979159Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip 2024-08-06T20:44:17.6981053Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-08-06T20:44:17.6983411Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-08-06T20:44:17.6989512Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-08-06T20:44:17.6995229Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-08-06T20:44:17.7009057Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-08-06T20:44:17.7046206Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-06T20:44:17.7048690Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-06T20:44:17.7054840Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-06T20:44:17.7061168Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-06T20:44:17.7067974Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-06T20:44:17.7114390Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-06T20:44:17.7120331Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-06T20:44:17.7126550Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-06T20:44:17.7132631Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-06T20:44:17.7139001Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-06T20:44:17.7145046Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-06T20:44:17.7151723Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-06T20:44:17.7157283Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-06T20:44:17.7159826Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-06T20:44:17.7165883Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-06T20:44:17.7172019Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-06T20:44:17.7177714Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-06T20:44:17.7196654Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-06T20:44:17.7202341Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-06T20:44:17.7207637Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-06T20:44:17.7210330Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-06T20:44:17.7216805Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-06T20:44:17.7222807Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-06T20:44:17.7237435Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-06T20:44:17.7259579Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-06T20:44:17.7265711Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-06T20:44:17.7271832Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-06T20:44:17.7277935Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-06T20:44:17.7284203Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-06T20:44:17.7290597Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-06T20:44:17.7296036Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7298468Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7327188Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7333150Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7339183Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7353336Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7359387Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7365509Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7377303Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7383181Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7389337Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7395528Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7401484Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7407699Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7414018Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7419576Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7425475Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7431585Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7437865Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7443714Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7449698Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7455758Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7470943Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7477508Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7483190Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7488920Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7495417Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7501481Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7507161Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7512888Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7518902Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7524573Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7538737Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7544632Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7550783Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7556709Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7562704Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7568901Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7574956Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7580909Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7586868Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7592890Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7598907Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7617457Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7623647Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7632070Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7638284Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7644578Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7650855Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7656943Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7663159Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7669001Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7675179Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7681354Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7701452Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7707467Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7713452Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7719427Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7725311Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7731674Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7738246Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7744280Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7750489Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7756555Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7774702Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7780764Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7800083Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7806275Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7812969Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7819041Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7824887Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7831307Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7837641Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7843972Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7850292Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7870416Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7876629Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7882546Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7889224Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7895849Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7901879Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7908120Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7914386Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7920397Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7934717Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7946514Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7952546Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7958694Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7965081Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7971269Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7977388Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7983361Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.7989630Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.8021353Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.8022136Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.8023011Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-06T20:44:17.8023627Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8024297Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8025122Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8028612Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8034482Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8053420Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8059354Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8065274Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8072090Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8078191Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8084266Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8090471Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8096292Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8102389Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8108432Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8114831Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8120701Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8127370Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8133831Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8140131Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8146180Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8167488Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8173476Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8179720Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8193275Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8199247Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8205384Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8212419Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8218383Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8224085Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-06T20:44:17.8229451Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8231849Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8237523Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8243595Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8249684Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8265779Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8272343Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8278306Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8284373Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8290932Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8296969Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8302749Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8308788Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8314496Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8320428Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8326463Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8332429Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8338153Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8344352Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8349939Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8355532Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8361345Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8374598Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8380306Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8386641Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8392747Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8398939Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8405564Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8411689Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8417579Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8424304Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8430850Z copying torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8436928Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8456367Z copying torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8462594Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8468645Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8479978Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8486311Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8492711Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8498581Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8504907Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8511045Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8518520Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8525083Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8531379Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8538503Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8545106Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8563499Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8569622Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8576755Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8583729Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8590370Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8596698Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8602872Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8609361Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8615993Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8621686Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8627634Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-06T20:44:17.8642701Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-06T20:44:17.8645306Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-06T20:44:17.8651251Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-06T20:44:17.8657313Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-06T20:44:17.8663468Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-06T20:44:17.8677862Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-06T20:44:17.8689146Z copying torch\include\ATen\native\mps\UnaryConstants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-06T20:44:17.8694623Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-06T20:44:17.8696819Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-06T20:44:17.8702857Z copying torch\include\ATen\native\nested\NestedTensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-06T20:44:17.8708684Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-06T20:44:17.8740054Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-06T20:44:17.8746206Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-06T20:44:17.8752435Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-06T20:44:17.8758064Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-06T20:44:17.8760644Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-06T20:44:17.8766870Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-06T20:44:17.8772971Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-06T20:44:17.8786461Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-06T20:44:17.8792168Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-06T20:44:17.8798385Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-06T20:44:17.8804145Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-06T20:44:17.8809847Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-06T20:44:17.8812730Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-06T20:44:17.8818545Z copying torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-06T20:44:17.8824747Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-06T20:44:17.8830642Z copying torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-06T20:44:17.8843730Z copying torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-06T20:44:17.8849703Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-06T20:44:17.8855935Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-06T20:44:17.8862090Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-06T20:44:17.8867758Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-06T20:44:17.8874088Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-06T20:44:17.8880043Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-06T20:44:17.8886189Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-06T20:44:17.8891828Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-06T20:44:17.8897445Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-08-06T20:44:17.8900187Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-08-06T20:44:17.8906211Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-08-06T20:44:17.8912136Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-08-06T20:44:17.8914521Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-08-06T20:44:17.8920215Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-08-06T20:44:17.8946394Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-08-06T20:44:17.8951630Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-08-06T20:44:17.8954241Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-08-06T20:44:17.8960234Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-08-06T20:44:17.8965650Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-06T20:44:17.8968240Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-06T20:44:17.8974102Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-06T20:44:17.8980122Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-06T20:44:17.8985769Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-06T20:44:17.8996479Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-06T20:44:17.9002387Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-06T20:44:17.9007838Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-08-06T20:44:17.9010414Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-08-06T20:44:17.9016103Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2 2024-08-06T20:44:17.9017533Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-06T20:44:17.9019986Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-06T20:44:17.9027136Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-06T20:44:17.9033439Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-06T20:44:17.9039517Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-06T20:44:17.9057838Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-06T20:44:17.9063962Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-06T20:44:17.9069837Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-06T20:44:17.9075480Z creating build\lib.win-amd64-cpython-39\torch\include\c10 2024-08-06T20:44:17.9076886Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-08-06T20:44:17.9079444Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-08-06T20:44:17.9085510Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-08-06T20:44:17.9091508Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-08-06T20:44:17.9097530Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9099957Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9105862Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9111999Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9117908Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9132736Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9138895Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9145005Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9151083Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9157454Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9163346Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9169408Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9175431Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9181411Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9187522Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9194163Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9200356Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9207384Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9213961Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9220263Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9226165Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9242215Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9248374Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9254492Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9260485Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9266634Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9272534Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9278493Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9284715Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9290849Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9296905Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9303328Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9309185Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9315737Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9327825Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9333907Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9339839Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9345884Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9352017Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9357994Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9363812Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9369671Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9375665Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9381760Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9387687Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9395376Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9408207Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9414305Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9420190Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-06T20:44:17.9425760Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-06T20:44:17.9428355Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-06T20:44:17.9434445Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-06T20:44:17.9440393Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-06T20:44:17.9446651Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-06T20:44:17.9458565Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-06T20:44:17.9463601Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-08-06T20:44:17.9473455Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-08-06T20:44:17.9479543Z 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-08-06T20:44:17.9485949Z copying torch\include\ATen\core\boxing\impl\test_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-08-06T20:44:17.9492034Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-08-06T20:44:17.9503691Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-08-06T20:44:17.9508954Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-06T20:44:17.9511445Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-06T20:44:17.9517293Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-06T20:44:17.9523926Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-06T20:44:17.9530650Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-06T20:44:17.9548878Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-06T20:44:17.9551800Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-06T20:44:17.9558344Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-06T20:44:17.9563667Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-08-06T20:44:17.9566427Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-08-06T20:44:17.9572596Z copying torch\include\ATen\core\op_registration\infer_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-08-06T20:44:17.9578701Z copying torch\include\ATen\core\op_registration\op_allowlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-08-06T20:44:17.9584966Z copying torch\include\ATen\core\op_registration\op_registration.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-08-06T20:44:17.9596294Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9598769Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9604503Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9610814Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9616855Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9629453Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9635506Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9641849Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9647984Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9654271Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9660451Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9667213Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9672930Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9679013Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9685246Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9691425Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9697684Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9704130Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-06T20:44:17.9709679Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9712092Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9718026Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9724063Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9730133Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9742711Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9748414Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9754640Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9760788Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9767288Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9773458Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9779421Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9785665Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9791832Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9797730Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9803920Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9810100Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9816522Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9822720Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9829407Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9835280Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9841364Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9847632Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9853787Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9859689Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9872620Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9878240Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9884922Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9891479Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9897582Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9903796Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9909886Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9917798Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9923437Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9929764Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9936059Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9950540Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9957325Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9963388Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9969954Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9976423Z copying torch\include\c10\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9982874Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9988919Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:17.9995113Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0001203Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0016771Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0023203Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0029170Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0036031Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0042027Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0048773Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0054615Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0060590Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0066738Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0073329Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0079319Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0085451Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0091696Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0116578Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0122495Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0128792Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0134705Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0140544Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0146433Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0152839Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0159939Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0165960Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0171812Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0194398Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0200020Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0205714Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0211587Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0217445Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0223278Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0229236Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0235281Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0241851Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0248117Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0254114Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0261037Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0267569Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.0273649Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2281238Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2298727Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2304885Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2310856Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2316898Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2323724Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2330775Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2336931Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2343028Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2349531Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2362450Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2368587Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2374423Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2380454Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2386991Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2393243Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2400045Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2406361Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2413240Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2418911Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2424906Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2430889Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2437164Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-06T20:44:18.2443355Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-06T20:44:18.2445867Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-06T20:44:18.2452139Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-06T20:44:18.2458577Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-06T20:44:18.2464949Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-06T20:44:18.2478341Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-06T20:44:18.2484445Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-06T20:44:18.2491020Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-06T20:44:18.2497067Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-06T20:44:18.2503136Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-06T20:44:18.2509310Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-06T20:44:18.2515383Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-06T20:44:18.2521831Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-06T20:44:18.2527979Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-06T20:44:18.2534008Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-06T20:44:18.2539550Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-08-06T20:44:18.2542004Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-08-06T20:44:18.2547910Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-08-06T20:44:18.2552937Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-06T20:44:18.2555655Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-06T20:44:18.2561169Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-06T20:44:18.2567247Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-06T20:44:18.2573159Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-06T20:44:18.2592389Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-06T20:44:18.2598243Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-06T20:44:18.2603637Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-08-06T20:44:18.2606125Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-08-06T20:44:18.2611705Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-06T20:44:18.2614128Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-06T20:44:18.2620488Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-06T20:44:18.2626427Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-06T20:44:18.2632028Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-06T20:44:18.2678545Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-06T20:44:18.2683374Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2686059Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2692288Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2699537Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2705668Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2720647Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2726657Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2732492Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2738027Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2743966Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2749597Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2755805Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2761404Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2767175Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2773066Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2778703Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2784378Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2790098Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2796376Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2801853Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2808034Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2813747Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2820021Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2825747Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2831425Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2850776Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2856296Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2862184Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2867704Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2873254Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-06T20:44:18.2879274Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api 2024-08-06T20:44:18.2880707Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include 2024-08-06T20:44:18.2881996Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2884352Z copying torch\include\torch\csrc\api\include\torch\all.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2890211Z copying torch\include\torch\csrc\api\include\torch\arg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2895971Z copying torch\include\torch\csrc\api\include\torch\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2901625Z copying torch\include\torch\csrc\api\include\torch\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2907344Z copying torch\include\torch\csrc\api\include\torch\data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2913647Z copying torch\include\torch\csrc\api\include\torch\enum.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2919511Z 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-08-06T20:44:18.2932300Z copying torch\include\torch\csrc\api\include\torch\fft.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2938348Z copying torch\include\torch\csrc\api\include\torch\imethod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2944479Z copying torch\include\torch\csrc\api\include\torch\jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2950649Z copying torch\include\torch\csrc\api\include\torch\linalg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2956884Z copying torch\include\torch\csrc\api\include\torch\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2962875Z copying torch\include\torch\csrc\api\include\torch\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2968840Z copying torch\include\torch\csrc\api\include\torch\nn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2974609Z copying torch\include\torch\csrc\api\include\torch\optim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2980372Z 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-08-06T20:44:18.2987135Z copying torch\include\torch\csrc\api\include\torch\python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2993162Z copying torch\include\torch\csrc\api\include\torch\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.2999298Z copying torch\include\torch\csrc\api\include\torch\sparse.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.3005000Z copying torch\include\torch\csrc\api\include\torch\special.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.3011928Z copying torch\include\torch\csrc\api\include\torch\torch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.3017722Z copying torch\include\torch\csrc\api\include\torch\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.3023679Z copying torch\include\torch\csrc\api\include\torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.3029612Z copying torch\include\torch\csrc\api\include\torch\version.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.3035350Z copying torch\include\torch\csrc\api\include\torch\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:18.3040589Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2024-08-06T20:44:18.3043100Z 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-08-06T20:44:18.3049767Z 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-08-06T20:44:18.3055537Z 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-08-06T20:44:18.3061268Z 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-08-06T20:44:18.3067460Z 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-08-06T20:44:18.3085452Z 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-08-06T20:44:18.3089228Z 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-08-06T20:44:18.3095463Z 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-08-06T20:44:18.3101243Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-08-06T20:44:18.3103812Z 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-08-06T20:44:18.3110354Z 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-08-06T20:44:18.3116476Z 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-08-06T20:44:18.3128487Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2024-08-06T20:44:18.3129438Z 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-08-06T20:44:18.3132461Z 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-08-06T20:44:18.3138992Z 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-08-06T20:44:18.3144993Z 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-08-06T20:44:18.3150901Z 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-08-06T20:44:18.3157111Z 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-08-06T20:44:18.3162846Z 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-08-06T20:44:18.3195017Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2024-08-06T20:44:18.3197518Z 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-08-06T20:44:18.3203562Z 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-08-06T20:44:18.3209611Z 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-08-06T20:44:18.3215015Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2024-08-06T20:44:18.3217575Z 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-08-06T20:44:18.3223657Z 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-08-06T20:44:18.3229565Z 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-08-06T20:44:18.3235586Z 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-08-06T20:44:18.3241431Z 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-08-06T20:44:18.3255292Z 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-08-06T20:44:18.3261196Z 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-08-06T20:44:18.3266815Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2024-08-06T20:44:18.3269392Z 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-08-06T20:44:18.3275417Z 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-08-06T20:44:18.3281322Z 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-08-06T20:44:18.3287421Z 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-08-06T20:44:18.3293498Z 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-08-06T20:44:18.3298704Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2024-08-06T20:44:18.3301149Z 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-08-06T20:44:18.3307114Z 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-08-06T20:44:18.3312456Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2024-08-06T20:44:18.3314883Z 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-08-06T20:44:18.3320938Z 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-08-06T20:44:18.3327406Z 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-08-06T20:44:18.3333344Z 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-08-06T20:44:18.3339604Z 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-08-06T20:44:18.3353947Z 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-08-06T20:44:18.3385838Z 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-08-06T20:44:18.3391909Z 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-08-06T20:44:18.3398037Z 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-08-06T20:44:18.3403522Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2024-08-06T20:44:18.3405995Z 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-08-06T20:44:18.3413087Z 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-08-06T20:44:18.3419273Z 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-08-06T20:44:18.3425372Z 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-08-06T20:44:18.3438766Z 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-08-06T20:44:18.3445081Z 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-08-06T20:44:18.3451658Z 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-08-06T20:44:18.3457874Z 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-08-06T20:44:18.3464070Z 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-08-06T20:44:18.3470076Z 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-08-06T20:44:18.3477193Z 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-08-06T20:44:18.3483350Z 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-08-06T20:44:18.3490554Z 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-08-06T20:44:18.3497015Z 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-08-06T20:44:18.3504460Z 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-08-06T20:44:18.3510045Z 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-08-06T20:44:18.3515563Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2024-08-06T20:44:18.3518285Z 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-08-06T20:44:18.3525729Z 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-08-06T20:44:18.3531804Z 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-08-06T20:44:18.3537985Z 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-08-06T20:44:18.3544059Z 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-08-06T20:44:18.3567488Z 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-08-06T20:44:18.3573516Z 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-08-06T20:44:18.3579700Z 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-08-06T20:44:18.3585759Z 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-08-06T20:44:18.3591827Z 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-08-06T20:44:18.3598042Z 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-08-06T20:44:18.3605007Z 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-08-06T20:44:18.3611357Z 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-08-06T20:44:18.3617452Z 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-08-06T20:44:18.3623930Z 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-08-06T20:44:18.3630244Z 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-08-06T20:44:18.3636326Z 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-08-06T20:44:18.3642959Z 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-08-06T20:44:18.3649687Z 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-08-06T20:44:18.3655948Z 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-08-06T20:44:18.3662125Z 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-08-06T20:44:18.3667580Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2024-08-06T20:44:18.3670269Z 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-08-06T20:44:18.3677318Z 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-08-06T20:44:18.3683435Z 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-08-06T20:44:18.3689777Z 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-08-06T20:44:18.3695667Z 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-08-06T20:44:18.3709087Z 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-08-06T20:44:18.3714956Z 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-08-06T20:44:18.3721100Z 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-08-06T20:44:18.3727441Z 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-08-06T20:44:18.3733474Z 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-08-06T20:44:18.3739382Z 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-08-06T20:44:18.3745280Z 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-08-06T20:44:18.3751779Z 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-08-06T20:44:18.3757885Z 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-08-06T20:44:18.3763979Z 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-08-06T20:44:18.3770100Z 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-08-06T20:44:18.3776477Z 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-08-06T20:44:18.3782540Z 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-08-06T20:44:18.3788867Z 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-08-06T20:44:18.3795088Z 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-08-06T20:44:18.3801086Z 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-08-06T20:44:18.3807288Z 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-08-06T20:44:18.3813277Z 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-08-06T20:44:18.3818523Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-08-06T20:44:18.3821153Z 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-08-06T20:44:18.3827282Z 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-08-06T20:44:18.3833357Z 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-08-06T20:44:18.3839983Z 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-08-06T20:44:18.3853413Z 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-08-06T20:44:18.3859515Z 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-08-06T20:44:18.3865785Z 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-08-06T20:44:18.3871874Z 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-08-06T20:44:18.3877955Z 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-08-06T20:44:18.3884019Z 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-08-06T20:44:18.3889882Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-08-06T20:44:18.3892235Z 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-08-06T20:44:18.3897670Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2024-08-06T20:44:18.3900204Z 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-08-06T20:44:18.3906663Z 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-08-06T20:44:18.3913004Z 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-08-06T20:44:18.3918573Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2024-08-06T20:44:18.3921303Z 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-08-06T20:44:18.3927733Z 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-08-06T20:44:18.3933758Z 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-08-06T20:44:18.3940574Z 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-08-06T20:44:18.3946743Z 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-08-06T20:44:18.3952831Z 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-08-06T20:44:18.3966697Z 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-08-06T20:44:18.3973092Z 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-08-06T20:44:18.3978553Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-08-06T20:44:18.3981150Z 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-08-06T20:44:18.3987494Z 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-08-06T20:44:18.3993690Z 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-08-06T20:44:18.4013772Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2024-08-06T20:44:18.4016293Z 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-08-06T20:44:18.4022197Z 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-08-06T20:44:18.4028436Z 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-08-06T20:44:18.4034502Z 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-08-06T20:44:18.4048016Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4050971Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4056840Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4063011Z copying torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4068968Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4082582Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4089229Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4095261Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4101301Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4107603Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4114293Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4120983Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4127224Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4133451Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4139452Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4145361Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4151476Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4157736Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4163832Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4169982Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4176276Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4182439Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4188424Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4201454Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4207646Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4213907Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4220178Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4226481Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4232496Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4238721Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4245203Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4251254Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4264400Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4270393Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4276219Z copying torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4282603Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4288523Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4294737Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4300917Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4307137Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4313217Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4319212Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4325317Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4339512Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4344981Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4351821Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4358007Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-06T20:44:18.4399045Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-06T20:44:18.4401590Z copying torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-06T20:44:18.4407826Z copying torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-06T20:44:18.4413921Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-06T20:44:18.4420082Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-06T20:44:18.4437575Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-06T20:44:18.4443645Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-06T20:44:18.4448944Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-06T20:44:18.4451642Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-06T20:44:18.4462778Z copying torch\include\torch\csrc\autograd\generated\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-06T20:44:18.4469040Z copying torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-06T20:44:18.4480976Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-06T20:44:18.4487252Z copying torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-06T20:44:18.4494764Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-06T20:44:18.4500828Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-06T20:44:18.4503444Z copying torch\include\torch\csrc\autograd\utils\error_messages.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-06T20:44:18.4509612Z copying torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-06T20:44:18.4515793Z copying torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-06T20:44:18.4522156Z copying torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-06T20:44:18.4534531Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-06T20:44:18.4540422Z copying torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-06T20:44:18.4545949Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-06T20:44:18.4548482Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-06T20:44:18.4554709Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-06T20:44:18.4560834Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-06T20:44:18.4567177Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-06T20:44:18.4580216Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-06T20:44:18.4596343Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-06T20:44:18.4602006Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-06T20:44:18.4608180Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-06T20:44:18.4613954Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-06T20:44:18.4620090Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-06T20:44:18.4625967Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-06T20:44:18.4631435Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed 2024-08-06T20:44:18.4632898Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4635359Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4641200Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4646973Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4654316Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4660678Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4666455Z copying torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4728835Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4734247Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4740497Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4746700Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4752674Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4759155Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4765753Z copying torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4771917Z copying torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4778108Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4784174Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4797532Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4803400Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4809570Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4815570Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4822104Z copying torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4828272Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4834389Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4856594Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4862993Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4869093Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4875640Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4881940Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4888823Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4895995Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupRoundRobin.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4902165Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4908405Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4926579Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4932880Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4938909Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4945388Z copying torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4951836Z copying torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4957713Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4963691Z copying torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4969892Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4976117Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4981955Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4987988Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.4994093Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.5014501Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.5020351Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.5026798Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.5032549Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:18.5037923Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5040344Z copying torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5046386Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5052366Z copying torch\include\torch\csrc\distributed\rpc\python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5058273Z copying torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5103856Z copying torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5110061Z copying torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5116126Z copying torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5122123Z copying torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5128889Z copying torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5134968Z copying torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5141157Z 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-08-06T20:44:18.5147225Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5152849Z copying torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5159021Z copying torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5165122Z copying torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5171326Z copying torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5177774Z copying torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5183891Z copying torch\include\torch\csrc\distributed\rpc\script_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5190083Z copying torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5196229Z copying torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5211080Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5217859Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5224039Z copying torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5230431Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5236706Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5253510Z 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-08-06T20:44:18.5259708Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:18.5265533Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd 2024-08-06T20:44:18.5266974Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-08-06T20:44:18.5269633Z copying torch\include\torch\csrc\distributed\autograd\context\container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-08-06T20:44:18.5275741Z copying torch\include\torch\csrc\distributed\autograd\context\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-08-06T20:44:18.5281110Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2024-08-06T20:44:18.5283775Z 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-08-06T20:44:18.5290358Z 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-08-06T20:44:18.5295718Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-08-06T20:44:18.5298451Z 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-08-06T20:44:18.5304757Z 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-08-06T20:44:18.5310970Z 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-08-06T20:44:18.5326718Z 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-08-06T20:44:18.5332974Z 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-08-06T20:44:18.5339334Z 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-08-06T20:44:18.5346081Z 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-08-06T20:44:18.5352152Z 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-08-06T20:44:18.5358445Z 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-08-06T20:44:18.5365108Z 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-08-06T20:44:18.5370621Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-06T20:44:18.5372909Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-06T20:44:18.5378997Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-06T20:44:18.5385856Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-06T20:44:18.5391864Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-06T20:44:18.5404253Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-06T20:44:18.5410443Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-06T20:44:18.5416698Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-06T20:44:18.5422423Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-06T20:44:18.5428688Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-06T20:44:18.5434510Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-06T20:44:18.5440539Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-06T20:44:18.5446498Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-06T20:44:18.5452249Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-06T20:44:18.5458240Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-08-06T20:44:18.5460719Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-08-06T20:44:18.5466345Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2024-08-06T20:44:18.5469043Z 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-08-06T20:44:18.5475339Z 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-08-06T20:44:18.5481413Z 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-08-06T20:44:18.5499809Z copying torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2024-08-06T20:44:18.5505056Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-08-06T20:44:18.5507596Z 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-08-06T20:44:18.5513859Z 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-08-06T20:44:18.5519765Z copying torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-08-06T20:44:18.5537128Z copying torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-08-06T20:44:18.5544085Z 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-08-06T20:44:18.5550549Z 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-08-06T20:44:18.5556585Z 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-08-06T20:44:18.5562761Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-08-06T20:44:18.5568671Z 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-08-06T20:44:18.5574113Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-08-06T20:44:18.5585289Z 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-08-06T20:44:18.5590990Z 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-08-06T20:44:18.5597528Z 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-08-06T20:44:18.5609367Z 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-08-06T20:44:18.5615417Z copying torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-08-06T20:44:18.5620812Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2024-08-06T20:44:18.5623282Z 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-08-06T20:44:18.5629269Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-08-06T20:44:18.5632023Z 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-08-06T20:44:18.5638680Z 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-08-06T20:44:18.5644498Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-08-06T20:44:18.5647026Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-08-06T20:44:18.5654221Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-08-06T20:44:18.5659834Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-08-06T20:44:18.5665138Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-06T20:44:18.5667474Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-06T20:44:18.5673673Z copying torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-06T20:44:18.5679843Z copying torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-06T20:44:18.5685968Z copying torch\include\torch\csrc\jit\backends\backend_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-06T20:44:18.5702260Z copying torch\include\torch\csrc\jit\backends\backend_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-06T20:44:18.5708331Z copying torch\include\torch\csrc\jit\backends\backend_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-06T20:44:18.5714348Z copying torch\include\torch\csrc\jit\backends\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-06T20:44:18.5720869Z copying torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-06T20:44:18.5726996Z copying torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-06T20:44:18.5732203Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5741701Z 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-08-06T20:44:18.5747674Z copying torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5753417Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5759026Z copying torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5772108Z copying torch\include\torch\csrc\jit\passes\batch_mm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5778021Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5784250Z 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-08-06T20:44:18.5790166Z copying torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5809353Z copying torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5809868Z copying torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5810376Z copying torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5814486Z copying torch\include\torch\csrc\jit\passes\concat_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5820334Z copying torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5826679Z copying torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5833193Z copying torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5839171Z copying torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5845230Z copying torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5852358Z copying torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5858667Z copying torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5877258Z copying torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5883231Z copying torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5889353Z copying torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5895753Z 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-08-06T20:44:18.5901961Z copying torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5912800Z copying torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5918942Z copying torch\include\torch\csrc\jit\passes\freeze_module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5925783Z copying torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5931828Z 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-08-06T20:44:18.5944766Z copying torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5950914Z copying torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5957332Z copying torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5963294Z copying torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5969423Z 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-08-06T20:44:18.5975345Z copying torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5981367Z copying torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5987165Z copying torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.5993338Z copying torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6006624Z copying torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6012770Z 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-08-06T20:44:18.6018370Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6024175Z copying torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6029962Z copying torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6035819Z copying torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6041659Z copying torch\include\torch\csrc\jit\passes\inplace_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6047637Z copying torch\include\torch\csrc\jit\passes\insert_guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6054060Z copying torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6067922Z copying torch\include\torch\csrc\jit\passes\lift_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6073713Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6079529Z copying torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6085422Z copying torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6091341Z copying torch\include\torch\csrc\jit\passes\lower_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6097347Z copying torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6103463Z copying torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6109493Z copying torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6115807Z copying torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6121857Z copying torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6145850Z copying torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6151842Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6157918Z copying torch\include\torch\csrc\jit\passes\pass_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6164023Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6169932Z copying torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6175792Z copying torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6182006Z copying torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6188382Z copying torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6194722Z copying torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6200612Z copying torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6206628Z copying torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6224563Z copying torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6230627Z copying torch\include\torch\csrc\jit\passes\remove_expands.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6236470Z copying torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6275489Z copying torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6282130Z copying torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6288469Z 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-08-06T20:44:18.6294984Z copying torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6301479Z copying torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6308282Z copying torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6321841Z copying torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6328322Z copying torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6335225Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6341537Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6348637Z 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-08-06T20:44:18.6355013Z copying torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6361877Z 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-08-06T20:44:18.6368222Z copying torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6374606Z copying torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6380860Z copying torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6387175Z copying torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:18.6392909Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-08-06T20:44:18.6395517Z 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-08-06T20:44:18.6401707Z copying torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-08-06T20:44:18.6407972Z 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-08-06T20:44:18.6413798Z copying torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-08-06T20:44:18.6429219Z 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-08-06T20:44:18.6435412Z 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-08-06T20:44:18.6441687Z 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-08-06T20:44:18.6449199Z 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-08-06T20:44:18.6455388Z 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-08-06T20:44:18.6460797Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-08-06T20:44:18.6463265Z 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-08-06T20:44:18.6469964Z 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-08-06T20:44:18.6476122Z 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-08-06T20:44:18.6488891Z 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-08-06T20:44:18.6494988Z 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-08-06T20:44:18.6501073Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6503534Z copying torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6510027Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6516169Z copying torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6522283Z copying torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6535892Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6541936Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6547927Z copying torch\include\torch\csrc\jit\runtime\exception_message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6554062Z copying torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6560810Z copying torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6567195Z copying torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6573383Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6579644Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6585797Z copying torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6592032Z copying torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6597810Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6603698Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6609975Z copying torch\include\torch\csrc\jit\runtime\operator_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6615872Z copying torch\include\torch\csrc\jit\runtime\print_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6622041Z 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-08-06T20:44:18.6628323Z copying torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6647463Z copying torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6654091Z copying torch\include\torch\csrc\jit\runtime\script_profile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6660260Z 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-08-06T20:44:18.6666149Z copying torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6672269Z 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-08-06T20:44:18.6683014Z copying torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6689185Z copying torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6695729Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.6702455Z 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-08-06T20:44:18.7114429Z copying torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.7120439Z copying torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:18.7125997Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-06T20:44:18.7128635Z copying torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-06T20:44:18.7135378Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-06T20:44:18.7141396Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-06T20:44:18.7147505Z copying torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-06T20:44:18.7160670Z copying torch\include\torch\csrc\jit\ir\graph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-06T20:44:18.7166465Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-06T20:44:18.7173320Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-06T20:44:18.7179226Z copying torch\include\torch\csrc\jit\ir\ir_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-06T20:44:18.7185152Z copying torch\include\torch\csrc\jit\ir\named_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-06T20:44:18.7191176Z copying torch\include\torch\csrc\jit\ir\node_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-06T20:44:18.7197078Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-06T20:44:18.7203016Z copying torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-06T20:44:18.7209237Z copying torch\include\torch\csrc\jit\ir\type_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-06T20:44:18.7214308Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7216828Z copying torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7222730Z copying torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7228445Z copying torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7241953Z copying torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7248046Z copying torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7254064Z copying torch\include\torch\csrc\jit\frontend\error_report.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7260481Z copying torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7266119Z copying torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7272346Z copying torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7278201Z copying torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7284045Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7290740Z copying torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7297135Z copying torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7302939Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7309061Z copying torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7314987Z copying torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7321064Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7327303Z copying torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7333454Z copying torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7339639Z copying torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7357032Z copying torch\include\torch\csrc\jit\frontend\source_range.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7363041Z copying torch\include\torch\csrc\jit\frontend\source_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7369481Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7375403Z copying torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7382201Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7388080Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7394637Z copying torch\include\torch\csrc\jit\frontend\tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7401343Z copying torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:18.7407072Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-06T20:44:18.7409818Z copying torch\include\torch\csrc\jit\api\compilation_unit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-06T20:44:18.7415937Z copying torch\include\torch\csrc\jit\api\function_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-06T20:44:18.7421976Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-06T20:44:18.7428077Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-06T20:44:18.7442629Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-06T20:44:18.7458792Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7461538Z 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-08-06T20:44:18.7467648Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7473853Z copying torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7488669Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7494897Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7500748Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7507102Z copying torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7513343Z copying torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7519361Z copying torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7525589Z copying torch\include\torch\csrc\jit\serialization\import_read.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7531823Z copying torch\include\torch\csrc\jit\serialization\import_source.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7538120Z copying torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7545729Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7551594Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7558066Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7564215Z copying torch\include\torch\csrc\jit\serialization\python_print.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7571012Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7577032Z 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-08-06T20:44:18.7583132Z copying torch\include\torch\csrc\jit\serialization\storage_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7589247Z copying torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7609833Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:18.7615236Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7617650Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7623592Z copying torch\include\torch\csrc\jit\python\module_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7629448Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7635390Z copying torch\include\torch\csrc\jit\python\pybind_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7642013Z copying torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7655357Z copying torch\include\torch\csrc\jit\python\python_custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7661133Z copying torch\include\torch\csrc\jit\python\python_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7667531Z copying torch\include\torch\csrc\jit\python\python_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7673590Z copying torch\include\torch\csrc\jit\python\python_ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7679784Z copying torch\include\torch\csrc\jit\python\python_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7686289Z copying torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7692441Z copying torch\include\torch\csrc\jit\python\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7698532Z copying torch\include\torch\csrc\jit\python\python_tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7704401Z copying torch\include\torch\csrc\jit\python\script_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7710316Z 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-08-06T20:44:18.7716304Z copying torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-06T20:44:18.7721456Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7723962Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7729835Z copying torch\include\torch\csrc\jit\mobile\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7735962Z copying torch\include\torch\csrc\jit\mobile\file_format.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7741973Z copying torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7754645Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7760470Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7766401Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7772320Z copying torch\include\torch\csrc\jit\mobile\import_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7778686Z copying torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7784502Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7790617Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7796840Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7803010Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7808958Z copying torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7815054Z copying torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7821194Z copying torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7827280Z copying torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7833471Z copying torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7839611Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7846030Z 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-08-06T20:44:18.7852351Z copying torch\include\torch\csrc\jit\mobile\type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7858495Z copying torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:18.7878477Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-08-06T20:44:18.7880892Z copying torch\include\torch\csrc\jit\testing\file_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-08-06T20:44:18.7887095Z copying torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-08-06T20:44:18.7892531Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7895247Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7901246Z copying torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7907384Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7914014Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7929600Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7935646Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7941837Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7947919Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7954139Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7960191Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7966379Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7972471Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7978622Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7985195Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7991238Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.7997330Z copying torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8003904Z copying torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8010231Z copying torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8121686Z copying torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8127703Z copying torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8133605Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8150455Z copying torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8156777Z copying torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8162831Z copying torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8169273Z copying torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8175358Z copying torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8181705Z copying torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8187529Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8193723Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8199843Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8205920Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8213026Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8226358Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8232394Z copying torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8238614Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8244747Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8250948Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8257417Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8263846Z copying torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8269449Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8276080Z copying torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8282245Z copying torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:18.8288168Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-06T20:44:18.8290588Z copying torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-06T20:44:18.8296613Z copying torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-06T20:44:18.8302882Z copying torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-06T20:44:18.8308812Z copying torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-06T20:44:18.8314562Z copying torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-06T20:44:18.8328451Z copying torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-06T20:44:18.8335080Z copying torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-06T20:44:18.8341355Z copying torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-06T20:44:18.8347889Z copying torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-06T20:44:18.8353064Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen 2024-08-06T20:44:18.8354474Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2024-08-06T20:44:18.8356955Z copying torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2024-08-06T20:44:18.8362468Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-08-06T20:44:18.8364946Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-08-06T20:44:18.8371011Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-08-06T20:44:18.8376736Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-08-06T20:44:18.8381856Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-06T20:44:18.8384370Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-06T20:44:18.8390184Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-06T20:44:18.8396705Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-06T20:44:18.8402883Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-06T20:44:18.8428282Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-06T20:44:18.8434335Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-06T20:44:18.8440685Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-06T20:44:18.8446893Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-06T20:44:18.8452821Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-06T20:44:18.8458703Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-06T20:44:18.8464149Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-08-06T20:44:18.8466806Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-08-06T20:44:18.8473026Z copying torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-08-06T20:44:18.8479440Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-08-06T20:44:18.8484772Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-08-06T20:44:18.8487668Z copying torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-08-06T20:44:18.8525692Z copying torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-08-06T20:44:18.8531693Z copying torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-08-06T20:44:18.8546174Z copying torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-08-06T20:44:18.8551710Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-08-06T20:44:18.8554548Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-08-06T20:44:18.8560021Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8562577Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8568770Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8575503Z copying torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8581708Z copying torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8596981Z copying torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8602891Z copying torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8609733Z copying torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8615913Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8621959Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8628080Z copying torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8634188Z copying torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8640378Z copying torch\include\torch\csrc\profiler\unwind\range_table.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8646544Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8652600Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8658514Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8664431Z copying torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:18.8669818Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-08-06T20:44:18.8672335Z copying torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-08-06T20:44:18.8678219Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-08-06T20:44:18.8684440Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-08-06T20:44:18.8689528Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8691927Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8698170Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8703931Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8712122Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8725286Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8731267Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8744904Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8750569Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8756234Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8762295Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8768419Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8774135Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8780135Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8785934Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8791771Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8798252Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8805369Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8815721Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8821881Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8828216Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8848544Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8854824Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8860897Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8867592Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8873292Z copying torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8879380Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8885623Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8891461Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8897391Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8903382Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8916809Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8922579Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8928786Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8934699Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8940574Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8946728Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8952882Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8959068Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8965079Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8971584Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8985037Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8991479Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.8997214Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.9003292Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-06T20:44:18.9008905Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-08-06T20:44:18.9011428Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-08-06T20:44:18.9017368Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy 2024-08-06T20:44:18.9019288Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-08-06T20:44:18.9021353Z copying torch\include\torch\csrc\lazy\backend\backend_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-08-06T20:44:18.9027548Z copying torch\include\torch\csrc\lazy\backend\backend_device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-08-06T20:44:18.9033672Z copying torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-08-06T20:44:18.9040053Z copying torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-08-06T20:44:18.9053451Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9055532Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9061496Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9067903Z copying torch\include\torch\csrc\lazy\core\debug_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9074197Z copying torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9080270Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9093547Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9099339Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9105175Z copying torch\include\torch\csrc\lazy\core\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9111354Z copying torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9117779Z copying torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9124144Z copying torch\include\torch\csrc\lazy\core\ir_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9130086Z copying torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9136462Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9142477Z copying torch\include\torch\csrc\lazy\core\multi_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9148657Z copying torch\include\torch\csrc\lazy\core\permutation_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9154782Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9161204Z copying torch\include\torch\csrc\lazy\core\shape_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9167173Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9173256Z copying torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9179403Z copying torch\include\torch\csrc\lazy\core\tensor_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9185578Z copying torch\include\torch\csrc\lazy\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9191887Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9197853Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9203800Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:18.9209443Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2024-08-06T20:44:18.9219995Z 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-08-06T20:44:18.9225059Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2024-08-06T20:44:18.9468954Z 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-08-06T20:44:18.9474978Z copying torch\include\torch\csrc\lazy\core\ops\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2024-08-06T20:44:18.9480257Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2024-08-06T20:44:18.9482631Z copying torch\include\torch\csrc\lazy\python\python_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2024-08-06T20:44:18.9488002Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-08-06T20:44:18.9490658Z copying torch\include\torch\csrc\lazy\ts_backend\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-08-06T20:44:18.9496405Z 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-08-06T20:44:18.9502801Z 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-08-06T20:44:18.9508960Z 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-08-06T20:44:18.9522172Z 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-08-06T20:44:18.9528482Z 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-08-06T20:44:18.9535228Z 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-08-06T20:44:18.9541391Z 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-08-06T20:44:18.9547543Z 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-08-06T20:44:18.9554478Z 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-08-06T20:44:18.9559847Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-08-06T20:44:18.9562318Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-08-06T20:44:18.9568650Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-08-06T20:44:18.9574347Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-08-06T20:44:18.9579064Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9581576Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9588040Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9594152Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9601043Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9608525Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9613983Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9635374Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9641172Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9647885Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9653924Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9660253Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9666000Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9671987Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9678082Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9685126Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9691349Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9697531Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9705158Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9712314Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9718438Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9725489Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9731421Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-06T20:44:18.9736857Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-06T20:44:18.9739359Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-06T20:44:18.9745881Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-06T20:44:18.9752653Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-06T20:44:18.9759279Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-06T20:44:18.9765956Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-06T20:44:18.9772938Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-06T20:44:18.9785983Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-06T20:44:18.9792256Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-08-06T20:44:18.9795271Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-08-06T20:44:18.9800842Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-08-06T20:44:18.9807211Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-08-06T20:44:18.9813920Z copying torch\_inductor\codegen\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-06T20:44:18.9991069Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-08-06T20:44:18.9993897Z copying torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-08-06T20:44:19.0017655Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-08-06T20:44:19.0103900Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-06T20:44:19.0115813Z creating build\lib.win-amd64-cpython-39\torch\share 2024-08-06T20:44:19.0117225Z creating build\lib.win-amd64-cpython-39\torch\share\cmake 2024-08-06T20:44:19.0118542Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-08-06T20:44:19.0121465Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-08-06T20:44:19.0126217Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-06T20:44:19.0128750Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-06T20:44:19.0135227Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-06T20:44:19.0141375Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-06T20:44:19.0153749Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-06T20:44:19.0160563Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-06T20:44:19.0167436Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-06T20:44:19.0172923Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-06T20:44:19.0175124Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-06T20:44:19.0181404Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-06T20:44:19.0187478Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-06T20:44:19.0193560Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-06T20:44:19.0207566Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-06T20:44:19.0213015Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-06T20:44:19.0218897Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-06T20:44:19.0224978Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-06T20:44:19.0231694Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-06T20:44:19.0237445Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-08-06T20:44:19.0240073Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-08-06T20:44:19.0245767Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-08-06T20:44:19.0251181Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-08-06T20:44:19.0372214Z 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-08-06T20:44:19.0378742Z 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-08-06T20:44:19.0386148Z 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-08-06T20:44:19.0405974Z 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-08-06T20:44:19.0411620Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-08-06T20:44:19.0414344Z 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-08-06T20:44:19.0420393Z 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-08-06T20:44:19.0426568Z 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-08-06T20:44:19.0439441Z 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-08-06T20:44:19.0444739Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-08-06T20:44:19.0447278Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-08-06T20:44:19.0453342Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-08-06T20:44:19.0459507Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-06T20:44:19.0470936Z copying torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-06T20:44:19.0491607Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-06T20:44:19.0501957Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-06T20:44:19.0507812Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-06T20:44:19.0634785Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-06T20:44:19.0640863Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-06T20:44:19.0659314Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-06T20:44:19.0676253Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-06T20:44:19.0700539Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.0709663Z copying torch\lib\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.0719050Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.0823899Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.0837013Z copying torch\lib\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.0889041Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.0897661Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.0903790Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.0915576Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.2078351Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.2085318Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.2220749Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.2229051Z copying torch\lib\asmjit.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.2237067Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.2244016Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.2257121Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.2264783Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.7943744Z copying torch\lib\fbgemm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.7964027Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.7984529Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.7992060Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.8185076Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.8236682Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.8584861Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.8934370Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.8942574Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.9026312Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.9032515Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.9039277Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.9290197Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.9298731Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-06T20:44:19.9335463Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9338037Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9344541Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9350965Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9388407Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9394543Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9400462Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9406776Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9413032Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9419283Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9456572Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9462771Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9468667Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9474494Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9481143Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9487443Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9493383Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-06T20:44:19.9499607Z creating build\lib.win-amd64-cpython-39\torchgen\packaged 2024-08-06T20:44:19.9501322Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen 2024-08-06T20:44:19.9502573Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-08-06T20:44:19.9505337Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-08-06T20:44:19.9855021Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-08-06T20:44:19.9865779Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:19.9868250Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:19.9880637Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:19.9892996Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:20.5094191Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:21.0617703Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:21.5851678Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:22.1039003Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:22.1046173Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:22.1052500Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:22.1058776Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:22.1068276Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:22.6285179Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:22.9737446Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1087789Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1094111Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1100677Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1112096Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1118423Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1130701Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1143573Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1149850Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1155936Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1162356Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1173832Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1179975Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1190518Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1201047Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1212053Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1219112Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1236022Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1246630Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1253073Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1259152Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1277342Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1289462Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1295394Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1301798Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1308592Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1326203Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-06T20:44:23.1336215Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1339413Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1345918Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1351797Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1365711Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1374491Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1646384Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1657293Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1668485Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1688294Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1704462Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1725208Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1741124Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1752114Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1788391Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1800885Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1821910Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1827944Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-06T20:44:23.1832538Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1835518Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1846504Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1852635Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1871549Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1882571Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1889123Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1900077Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1911254Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1917666Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1928565Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1940758Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1951070Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1961269Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1967753Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1977896Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1988190Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.1997700Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.2024081Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.2034130Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.2044789Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.2056810Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.2067214Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.2073330Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-06T20:44:23.2079733Z copying torch\fx\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-06T20:44:23.2087089Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-06T20:44:23.2094373Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-06T20:44:23.2102448Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-06T20:44:23.2109588Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-06T20:44:23.2121929Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-06T20:44:23.2133363Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-08-06T20:44:23.2139819Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-06T20:44:23.2981234Z running build_ext 2024-08-06T20:44:23.8900727Z -- Building with NumPy bindings 2024-08-06T20:44:23.8901065Z -- Not using cuDNN 2024-08-06T20:44:23.8901446Z -- Not using CUDA 2024-08-06T20:44:23.8901642Z -- Not using XPU 2024-08-06T20:44:23.8901867Z -- Using MKLDNN 2024-08-06T20:44:23.8902165Z -- Not using Compute Library for the Arm architecture with MKLDNN 2024-08-06T20:44:23.8902537Z -- Not using CBLAS in MKLDNN 2024-08-06T20:44:23.8902766Z -- Not using NCCL 2024-08-06T20:44:23.8902994Z -- Building without distributed package 2024-08-06T20:44:23.8903269Z -- Building Executorch 2024-08-06T20:44:23.8903488Z -- Using ITT 2024-08-06T20:44:23.8904121Z 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-08-06T20:44:23.8905179Z copying functorch\functorch.pyd -> C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2024-08-06T20:44:23.8919805Z building 'torch._C' extension 2024-08-06T20:44:23.8935163Z creating build\temp.win-amd64-cpython-39 2024-08-06T20:44:23.8937337Z creating build\temp.win-amd64-cpython-39\Release 2024-08-06T20:44:23.8939003Z creating build\temp.win-amd64-cpython-39\Release\torch 2024-08-06T20:44:23.8940158Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2024-08-06T20:44:23.8947900Z "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-08-06T20:44:23.9219147Z stub.c 2024-08-06T20:44:24.6498116Z "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-08-06T20:44:24.6772720Z 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-08-06T20:44:24.6867786Z Generating code 2024-08-06T20:44:24.7321494Z Finished generating code 2024-08-06T20:44:24.7828075Z 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-08-06T20:44:24.7870250Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2024-08-06T20:44:24.7870918Z !! 2024-08-06T20:44:24.7871013Z 2024-08-06T20:44:24.7871126Z ******************************************************************************** 2024-08-06T20:44:24.7871493Z Please avoid running ``setup.py`` directly. 2024-08-06T20:44:24.7871852Z Instead, use pypa/build, pypa/installer or other 2024-08-06T20:44:24.7872700Z standards-based tools. 2024-08-06T20:44:24.7872874Z 2024-08-06T20:44:24.7873155Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2024-08-06T20:44:24.7873640Z ******************************************************************************** 2024-08-06T20:44:24.7873854Z 2024-08-06T20:44:24.7873927Z !! 2024-08-06T20:44:24.7874109Z self.initialize_options() 2024-08-06T20:44:24.8262508Z installing to build\bdist.win-amd64\wheel 2024-08-06T20:44:24.8262838Z running install 2024-08-06T20:44:24.8290504Z running install_lib 2024-08-06T20:44:24.8386127Z creating build\bdist.win-amd64 2024-08-06T20:44:24.8387876Z creating build\bdist.win-amd64\wheel 2024-08-06T20:44:24.8391086Z creating build\bdist.win-amd64\wheel\functorch 2024-08-06T20:44:24.8394025Z creating build\bdist.win-amd64\wheel\functorch\compile 2024-08-06T20:44:24.8396838Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2024-08-06T20:44:24.8402519Z creating build\bdist.win-amd64\wheel\functorch\dim 2024-08-06T20:44:24.8405830Z copying build\lib.win-amd64-cpython-39\functorch\dim\batch_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-06T20:44:24.8411112Z copying build\lib.win-amd64-cpython-39\functorch\dim\delayed_mul_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-06T20:44:24.8416751Z copying build\lib.win-amd64-cpython-39\functorch\dim\dim.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-06T20:44:24.8421744Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-06T20:44:24.8435982Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-06T20:44:24.8441698Z copying build\lib.win-amd64-cpython-39\functorch\dim\reference.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-06T20:44:24.8447739Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-06T20:44:24.8452711Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-06T20:44:24.8458115Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-06T20:44:24.8463647Z creating build\bdist.win-amd64\wheel\functorch\einops 2024-08-06T20:44:24.8466467Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-08-06T20:44:24.8471775Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-08-06T20:44:24.8477044Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-08-06T20:44:24.8482290Z creating build\bdist.win-amd64\wheel\functorch\experimental 2024-08-06T20:44:24.8485401Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-08-06T20:44:24.8491059Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-08-06T20:44:24.8495983Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-08-06T20:44:24.8500818Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2024-08-06T20:44:24.8515128Z creating build\bdist.win-amd64\wheel\functorch\_src 2024-08-06T20:44:24.8518185Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2024-08-06T20:44:24.8521039Z copying build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\aot_autograd 2024-08-06T20:44:24.8526573Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2024-08-06T20:44:24.8529518Z copying build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\eager_transforms 2024-08-06T20:44:24.8535714Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2024-08-06T20:44:24.8538391Z copying build\lib.win-amd64-cpython-39\functorch\_src\make_functional\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\make_functional 2024-08-06T20:44:24.8543494Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2024-08-06T20:44:24.8555486Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2024-08-06T20:44:24.8560973Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2024-08-06T20:44:24.8565257Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2024-08-06T20:44:24.8571521Z creating build\bdist.win-amd64\wheel\torch 2024-08-06T20:44:24.8574452Z creating build\bdist.win-amd64\wheel\torch\amp 2024-08-06T20:44:24.8577350Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-08-06T20:44:24.8583235Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-08-06T20:44:24.8596385Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-08-06T20:44:24.8597034Z creating build\bdist.win-amd64\wheel\torch\ao 2024-08-06T20:44:24.8597396Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2024-08-06T20:44:24.8600052Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2024-08-06T20:44:24.8602723Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2024-08-06T20:44:24.8606284Z 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-08-06T20:44:24.8611473Z 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-08-06T20:44:24.8616728Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2024-08-06T20:44:24.8619889Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2024-08-06T20:44:24.8622917Z 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-08-06T20:44:24.8628703Z 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-08-06T20:44:24.8634028Z 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-08-06T20:44:24.8639307Z 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-08-06T20:44:24.8653457Z 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-08-06T20:44:24.8658730Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2024-08-06T20:44:24.8661517Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2024-08-06T20:44:24.8664521Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-08-06T20:44:24.8667380Z 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-08-06T20:44:24.8672770Z 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-08-06T20:44:24.8677864Z 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-08-06T20:44:24.8683145Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2024-08-06T20:44:24.8686191Z 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-08-06T20:44:24.8691528Z 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-08-06T20:44:24.8696792Z 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-08-06T20:44:24.8702165Z 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-08-06T20:44:24.8707505Z 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-08-06T20:44:24.8730210Z 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-08-06T20:44:24.8735032Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic 2024-08-06T20:44:24.8740910Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2024-08-06T20:44:24.8745359Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2024-08-06T20:44:24.8749651Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2024-08-06T20:44:24.8752618Z 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-08-06T20:44:24.8759390Z 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-08-06T20:44:24.8765634Z 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-08-06T20:44:24.8773250Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2024-08-06T20:44:24.8776916Z 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-08-06T20:44:24.8782533Z 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-08-06T20:44:24.8788339Z 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-08-06T20:44:24.8793637Z 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-08-06T20:44:24.8798566Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat 2024-08-06T20:44:24.8803876Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2024-08-06T20:44:24.8807032Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2024-08-06T20:44:24.8809856Z 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-08-06T20:44:24.8815977Z 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-08-06T20:44:24.8821641Z 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-08-06T20:44:24.8826606Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable 2024-08-06T20:44:24.8831927Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2024-08-06T20:44:24.8843181Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2024-08-06T20:44:24.8846310Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2024-08-06T20:44:24.8849186Z 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-08-06T20:44:24.8855499Z 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-08-06T20:44:24.8860741Z 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-08-06T20:44:24.8866803Z 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-08-06T20:44:24.8871802Z 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-08-06T20:44:24.8876966Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2024-08-06T20:44:24.8883098Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2024-08-06T20:44:24.8886083Z 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-08-06T20:44:24.8891334Z 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-08-06T20:44:24.8896518Z 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-08-06T20:44:24.8902462Z 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-08-06T20:44:24.8908164Z 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-08-06T20:44:24.8922392Z 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-08-06T20:44:24.8927753Z 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-08-06T20:44:24.8932869Z 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-08-06T20:44:24.8938360Z 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-08-06T20:44:24.8943618Z 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-08-06T20:44:24.8948905Z 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-08-06T20:44:24.8954420Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2024-08-06T20:44:24.8967260Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2024-08-06T20:44:24.8969943Z 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-08-06T20:44:24.8975306Z 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-08-06T20:44:24.8980377Z 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-08-06T20:44:24.8985989Z 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-08-06T20:44:24.8991034Z 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-08-06T20:44:24.8996126Z 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-08-06T20:44:24.9001272Z 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-08-06T20:44:24.9006220Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2024-08-06T20:44:24.9011223Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2024-08-06T20:44:24.9013999Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2024-08-06T20:44:24.9016719Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2024-08-06T20:44:24.9019483Z 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-08-06T20:44:24.9024543Z 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-08-06T20:44:24.9029449Z 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-08-06T20:44:24.9034474Z 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-08-06T20:44:24.9039625Z 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-08-06T20:44:24.9044293Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse 2024-08-06T20:44:24.9049159Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2024-08-06T20:44:24.9055439Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2024-08-06T20:44:24.9083431Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2024-08-06T20:44:24.9086353Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_matcher.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-06T20:44:24.9091905Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_passes.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-06T20:44:24.9097545Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-06T20:44:24.9103024Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\ns_types.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-06T20:44:24.9108063Z 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-08-06T20:44:24.9119598Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-06T20:44:24.9124906Z 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-08-06T20:44:24.9130198Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-06T20:44:24.9135937Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\weight_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-06T20:44:24.9141244Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-06T20:44:24.9145403Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-08-06T20:44:24.9151555Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-08-06T20:44:24.9157365Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-08-06T20:44:24.9161801Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2024-08-06T20:44:24.9164655Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2024-08-06T20:44:24.9167513Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\base_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-08-06T20:44:24.9172799Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\cubic_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-08-06T20:44:24.9177942Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\lambda_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-08-06T20:44:24.9193449Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-08-06T20:44:24.9197981Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2024-08-06T20:44:24.9200841Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\base_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-08-06T20:44:24.9206323Z 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-08-06T20:44:24.9211371Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-08-06T20:44:24.9229999Z 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-08-06T20:44:24.9235456Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-08-06T20:44:24.9239990Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2024-08-06T20:44:24.9243056Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2024-08-06T20:44:24.9246198Z 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-08-06T20:44:24.9252267Z 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-08-06T20:44:24.9256639Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2024-08-06T20:44:24.9259606Z 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-08-06T20:44:24.9264915Z 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-08-06T20:44:24.9270113Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2024-08-06T20:44:24.9280450Z 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-08-06T20:44:24.9286073Z 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-08-06T20:44:24.9291557Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-08-06T20:44:24.9301880Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-08-06T20:44:24.9305166Z 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-08-06T20:44:24.9310905Z 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-08-06T20:44:24.9316793Z 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-08-06T20:44:24.9327895Z 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-08-06T20:44:24.9332224Z 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-08-06T20:44:24.9337491Z 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-08-06T20:44:24.9342645Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2024-08-06T20:44:24.9345526Z 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-08-06T20:44:24.9350921Z 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-08-06T20:44:24.9356496Z 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-08-06T20:44:24.9369054Z 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-08-06T20:44:24.9374504Z 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-08-06T20:44:24.9380151Z 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-08-06T20:44:24.9386112Z 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-08-06T20:44:24.9391528Z 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-08-06T20:44:24.9396698Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental 2024-08-06T20:44:24.9401045Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-08-06T20:44:24.9412815Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-08-06T20:44:24.9418307Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2024-08-06T20:44:24.9421262Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2024-08-06T20:44:24.9424195Z 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-08-06T20:44:24.9430024Z 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-08-06T20:44:24.9435910Z 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-08-06T20:44:24.9441619Z 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-08-06T20:44:24.9453272Z 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-08-06T20:44:24.9457761Z 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-08-06T20:44:24.9463538Z 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-08-06T20:44:24.9468880Z 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-08-06T20:44:24.9474162Z 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-08-06T20:44:24.9479475Z 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-08-06T20:44:24.9485112Z 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-08-06T20:44:24.9491373Z 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-08-06T20:44:24.9496635Z 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-08-06T20:44:24.9501949Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9507836Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9519930Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9525679Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2024-08-06T20:44:24.9528355Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-06T20:44:24.9534611Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\custom_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-06T20:44:24.9540165Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-06T20:44:24.9545309Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-06T20:44:24.9550748Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-06T20:44:24.9566293Z 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-08-06T20:44:24.9571214Z 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-08-06T20:44:24.9576243Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lstm_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-06T20:44:24.9581370Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-06T20:44:24.9586616Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-06T20:44:24.9591718Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-06T20:44:24.9597893Z 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-08-06T20:44:24.9603480Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\quantize_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-06T20:44:24.9608930Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\tracer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-06T20:44:24.9614419Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-06T20:44:24.9620180Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_decomposed.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-06T20:44:24.9626060Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-06T20:44:24.9632123Z 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-08-06T20:44:24.9638615Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2024-08-06T20:44:24.9642037Z 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-08-06T20:44:24.9647997Z 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-08-06T20:44:24.9654476Z 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-08-06T20:44:24.9672861Z 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-08-06T20:44:24.9678942Z 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-08-06T20:44:24.9683177Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-06T20:44:24.9688244Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9694758Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2024-08-06T20:44:24.9697567Z 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-08-06T20:44:24.9702876Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\export_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-06T20:44:24.9708113Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\graph_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-06T20:44:24.9713347Z 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-08-06T20:44:24.9724503Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-06T20:44:24.9730225Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\qat_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-06T20:44:24.9736318Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2024-08-06T20:44:24.9739259Z 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-08-06T20:44:24.9744962Z 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-08-06T20:44:24.9749730Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-06T20:44:24.9755395Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_numeric_debugger.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-06T20:44:24.9760737Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-06T20:44:24.9765145Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9770846Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9776492Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9781766Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9787825Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2024-08-06T20:44:24.9790776Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\composable_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-08-06T20:44:24.9796139Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\embedding_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-08-06T20:44:24.9801909Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-08-06T20:44:24.9816954Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-08-06T20:44:24.9822218Z 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-08-06T20:44:24.9828611Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-08-06T20:44:24.9834237Z 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-08-06T20:44:24.9840049Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-08-06T20:44:24.9845084Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9850981Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9856402Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9862248Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9867503Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9872642Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9879086Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9884464Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9889939Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_learnable_fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9895307Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-06T20:44:24.9900480Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2024-08-06T20:44:24.9905841Z creating build\bdist.win-amd64\wheel\torch\autograd 2024-08-06T20:44:24.9908672Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-06T20:44:24.9913949Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-06T20:44:24.9919142Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-06T20:44:24.9924884Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-06T20:44:24.9942268Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-06T20:44:24.9948592Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-06T20:44:24.9953817Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-06T20:44:24.9959285Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-06T20:44:24.9964991Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-06T20:44:24.9970222Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-06T20:44:24.9975846Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-06T20:44:24.9981020Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2024-08-06T20:44:24.9983864Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-08-06T20:44:24.9988888Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-08-06T20:44:24.9994049Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-08-06T20:44:24.9998717Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-06T20:44:25.0004592Z creating build\bdist.win-amd64\wheel\torch\backends 2024-08-06T20:44:25.0007394Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2024-08-06T20:44:25.0010013Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2024-08-06T20:44:25.0015002Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2024-08-06T20:44:25.0017606Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2024-08-06T20:44:25.0022889Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2024-08-06T20:44:25.0025487Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-08-06T20:44:25.0030640Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-08-06T20:44:25.0035859Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2024-08-06T20:44:25.0038642Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2024-08-06T20:44:25.0044240Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2024-08-06T20:44:25.0047019Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2024-08-06T20:44:25.0052298Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2024-08-06T20:44:25.0055060Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2024-08-06T20:44:25.0060444Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2024-08-06T20:44:25.0063082Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2024-08-06T20:44:25.0068379Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2024-08-06T20:44:25.0079804Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2024-08-06T20:44:25.0085306Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2024-08-06T20:44:25.0087977Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2024-08-06T20:44:25.0093204Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2024-08-06T20:44:25.0096062Z copying build\lib.win-amd64-cpython-39\torch\backends\opt_einsum\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\opt_einsum 2024-08-06T20:44:25.0101464Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2024-08-06T20:44:25.0104163Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2024-08-06T20:44:25.0110181Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2024-08-06T20:44:25.0112967Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-08-06T20:44:25.0119273Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-08-06T20:44:25.0123728Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2024-08-06T20:44:25.0126502Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2024-08-06T20:44:25.0131839Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2024-08-06T20:44:25.0134616Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-08-06T20:44:25.0139838Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-08-06T20:44:25.0144305Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2024-08-06T20:44:25.0147126Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-08-06T20:44:25.0152340Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-08-06T20:44:25.0158736Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-08-06T20:44:25.0163176Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2024-08-06T20:44:25.0169127Z creating build\bdist.win-amd64\wheel\torch\bin 2024-08-06T20:44:25.0171740Z copying build\lib.win-amd64-cpython-39\torch\bin\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-06T20:44:25.0180320Z copying build\lib.win-amd64-cpython-39\torch\bin\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-06T20:44:25.0226199Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-06T20:44:25.0234722Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-06T20:44:25.0262649Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-06T20:44:25.0279750Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-06T20:44:25.0360786Z copying build\lib.win-amd64-cpython-39\torch\bin\test_edge_op_registration.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-06T20:44:25.0369341Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-06T20:44:25.0420250Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-06T20:44:25.0445222Z copying build\lib.win-amd64-cpython-39\torch\bin\test_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-06T20:44:25.0495747Z copying build\lib.win-amd64-cpython-39\torch\bin\tutorial_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-06T20:44:25.0502886Z creating build\bdist.win-amd64\wheel\torch\compiler 2024-08-06T20:44:25.0505597Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2024-08-06T20:44:25.0511130Z creating build\bdist.win-amd64\wheel\torch\contrib 2024-08-06T20:44:25.0513681Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-08-06T20:44:25.0518821Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-08-06T20:44:25.0523178Z creating build\bdist.win-amd64\wheel\torch\cpu 2024-08-06T20:44:25.0535869Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2024-08-06T20:44:25.0538710Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-08-06T20:44:25.0543811Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-08-06T20:44:25.0548946Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-08-06T20:44:25.0553623Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2024-08-06T20:44:25.0559021Z creating build\bdist.win-amd64\wheel\torch\cuda 2024-08-06T20:44:25.0561742Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2024-08-06T20:44:25.0564418Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-08-06T20:44:25.0569876Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-08-06T20:44:25.0574950Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-08-06T20:44:25.0579666Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-08-06T20:44:25.0584271Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0589105Z copying build\lib.win-amd64-cpython-39\torch\cuda\error.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0593379Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0599508Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0604843Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0617122Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0622526Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0627667Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0632714Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0637750Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0642674Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0647980Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0653419Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0658626Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0664252Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0669846Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0674816Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-06T20:44:25.0681519Z creating build\bdist.win-amd64\wheel\torch\distributed 2024-08-06T20:44:25.0684508Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2024-08-06T20:44:25.0687515Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2024-08-06T20:44:25.0690367Z 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-08-06T20:44:25.0696144Z 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-08-06T20:44:25.0701271Z 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-08-06T20:44:25.0715299Z 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-08-06T20:44:25.0720846Z 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-08-06T20:44:25.0726203Z 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-08-06T20:44:25.0731782Z 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-08-06T20:44:25.0737708Z 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-08-06T20:44:25.0742965Z 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-08-06T20:44:25.0748471Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-08-06T20:44:25.0754056Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2024-08-06T20:44:25.0756985Z 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-08-06T20:44:25.0768083Z 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-08-06T20:44:25.0773085Z 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-08-06T20:44:25.0790678Z 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-08-06T20:44:25.0822587Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2024-08-06T20:44:25.0833481Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2024-08-06T20:44:25.0838816Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2024-08-06T20:44:25.0843302Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2024-08-06T20:44:25.0846295Z 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-08-06T20:44:25.0851620Z 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-08-06T20:44:25.0856930Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2024-08-06T20:44:25.0859998Z 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-08-06T20:44:25.0865615Z 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-08-06T20:44:25.0870667Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2024-08-06T20:44:25.0873691Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\quantization.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2024-08-06T20:44:25.0879065Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2024-08-06T20:44:25.0883229Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-08-06T20:44:25.0888181Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.0894698Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2024-08-06T20:44:25.0897372Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2024-08-06T20:44:25.0902526Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.0915359Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2024-08-06T20:44:25.0918012Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.0923454Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.0929323Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.0935010Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.0948021Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.0953194Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.0958617Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.0963735Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.0969173Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.0974548Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.0980024Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.0985274Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.0990491Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.0995528Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.1002122Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_loader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.1007283Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_saver.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.1012604Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.1017745Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.1023091Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.1028540Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_save_plans.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.1033800Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.1039076Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.1044435Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.1056963Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.1062224Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.1067467Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.1072779Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-06T20:44:25.1078201Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.1083605Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.1088954Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.1094791Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.1102355Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2024-08-06T20:44:25.1105530Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2024-08-06T20:44:25.1108286Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2024-08-06T20:44:25.1111018Z 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-08-06T20:44:25.1117020Z 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-08-06T20:44:25.1122349Z 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-08-06T20:44:25.1127914Z 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-08-06T20:44:25.1133426Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent 2024-08-06T20:44:25.1137645Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-08-06T20:44:25.1143017Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2024-08-06T20:44:25.1145733Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-08-06T20:44:25.1150915Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-08-06T20:44:25.1155844Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-08-06T20:44:25.1161158Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2024-08-06T20:44:25.1163895Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2024-08-06T20:44:25.1169165Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2024-08-06T20:44:25.1174570Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2024-08-06T20:44:25.1192056Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-08-06T20:44:25.1198152Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2024-08-06T20:44:25.1201183Z 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-08-06T20:44:25.1206842Z 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-08-06T20:44:25.1211794Z 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-08-06T20:44:25.1217344Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\redirects.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-08-06T20:44:25.1223426Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-08-06T20:44:25.1236721Z 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-08-06T20:44:25.1242056Z 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-08-06T20:44:25.1247475Z 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-08-06T20:44:25.1252413Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\tail_log.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-08-06T20:44:25.1257732Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-08-06T20:44:25.1263194Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2024-08-06T20:44:25.1265941Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-06T20:44:25.1272072Z 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-08-06T20:44:25.1276994Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-06T20:44:25.1289946Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-06T20:44:25.1295893Z 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-08-06T20:44:25.1301305Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-06T20:44:25.1306663Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-06T20:44:25.1311864Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-06T20:44:25.1317270Z 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-08-06T20:44:25.1322641Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-06T20:44:25.1327988Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-06T20:44:25.1333459Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2024-08-06T20:44:25.1336417Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-08-06T20:44:25.1341753Z 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-08-06T20:44:25.1347367Z 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-08-06T20:44:25.1352867Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-08-06T20:44:25.1364409Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-08-06T20:44:25.1369804Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2024-08-06T20:44:25.1372970Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-06T20:44:25.1378445Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2024-08-06T20:44:25.1381414Z 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-08-06T20:44:25.1387213Z 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-08-06T20:44:25.1392656Z 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-08-06T20:44:25.1396708Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\distributed.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-06T20:44:25.1401873Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-06T20:44:25.1407086Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\log_level.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-06T20:44:25.1417602Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-06T20:44:25.1422754Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-06T20:44:25.1427804Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-08-06T20:44:25.1433390Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2024-08-06T20:44:25.1436028Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1441711Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1449044Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\sharded_grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1454734Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1460435Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1477697Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1482858Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1488085Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_exec_order_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1493983Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1500751Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1505807Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1511652Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1516515Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1522855Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1529231Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1534649Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1541214Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1546549Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1552255Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_unshard_param_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1557631Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1576798Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-06T20:44:25.1581899Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.1587539Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2024-08-06T20:44:25.1590297Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-08-06T20:44:25.1595528Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-08-06T20:44:25.1600600Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.1606336Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2024-08-06T20:44:25.1608899Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2024-08-06T20:44:25.1611675Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\remote_module.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2024-08-06T20:44:25.1617520Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2024-08-06T20:44:25.1621668Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-08-06T20:44:25.1627634Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2024-08-06T20:44:25.1630376Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\instantiator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2024-08-06T20:44:25.1635840Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2024-08-06T20:44:25.1638706Z 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-08-06T20:44:25.1644026Z 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-08-06T20:44:25.1648460Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2024-08-06T20:44:25.1652871Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-08-06T20:44:25.1658447Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2024-08-06T20:44:25.1661348Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\apply_optimizer_in_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1666656Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1671862Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1686251Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1691837Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1697301Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1703075Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1708559Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1714353Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1719857Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1725400Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1730848Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\post_localSGD_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1736242Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1741534Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1747996Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1753487Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-06T20:44:25.1759682Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2024-08-06T20:44:25.1762504Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-06T20:44:25.1768324Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-06T20:44:25.1774527Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-06T20:44:25.1781248Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-06T20:44:25.1796867Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-06T20:44:25.1801824Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-06T20:44:25.1807929Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-06T20:44:25.1813148Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-06T20:44:25.1818409Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-06T20:44:25.1823299Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.1828596Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.1834100Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2024-08-06T20:44:25.1836835Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-06T20:44:25.1842452Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-06T20:44:25.1847849Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-06T20:44:25.1852922Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-06T20:44:25.1873223Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-06T20:44:25.1878317Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-06T20:44:25.1883915Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-06T20:44:25.1889277Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\server_process_global_profiler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-06T20:44:25.1894644Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2024-08-06T20:44:25.1897987Z 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-08-06T20:44:25.1903033Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2024-08-06T20:44:25.1907732Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-06T20:44:25.1912750Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-06T20:44:25.1917775Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.1923686Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2024-08-06T20:44:25.1926722Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2024-08-06T20:44:25.1929669Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-06T20:44:25.1934727Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\ddp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-06T20:44:25.1939690Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-06T20:44:25.1944866Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\input_reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-06T20:44:25.1949864Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\loss.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-06T20:44:25.1955333Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\style.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-06T20:44:25.1972221Z 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-08-06T20:44:25.1977333Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-06T20:44:25.1982420Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-06T20:44:25.1987336Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-08-06T20:44:25.1991573Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.1996707Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.2002641Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2024-08-06T20:44:25.2014101Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-08-06T20:44:25.2019178Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-08-06T20:44:25.2024980Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2024-08-06T20:44:25.2027771Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-06T20:44:25.2033318Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-06T20:44:25.2038438Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-06T20:44:25.2044460Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-06T20:44:25.2058537Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_init.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-06T20:44:25.2063756Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-06T20:44:25.2069623Z 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-08-06T20:44:25.2075364Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-06T20:44:25.2080999Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-06T20:44:25.2085956Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-08-06T20:44:25.2099614Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-08-06T20:44:25.2104825Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-08-06T20:44:25.2109638Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.2115018Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.2120950Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.2126716Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2024-08-06T20:44:25.2129371Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-06T20:44:25.2135081Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2024-08-06T20:44:25.2137962Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\checkpoint 2024-08-06T20:44:25.2142819Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\common_op_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-06T20:44:25.2147838Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-06T20:44:25.2152913Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\op_registry_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-06T20:44:25.2165123Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2024-08-06T20:44:25.2168460Z 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-08-06T20:44:25.2173588Z 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-08-06T20:44:25.2178948Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2024-08-06T20:44:25.2181725Z 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-08-06T20:44:25.2187845Z 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-08-06T20:44:25.2193883Z 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-08-06T20:44:25.2198874Z 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-08-06T20:44:25.2204063Z 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-08-06T20:44:25.2218558Z 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-08-06T20:44:25.2223719Z 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-08-06T20:44:25.2229749Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2024-08-06T20:44:25.2232766Z 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-08-06T20:44:25.2238079Z 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-08-06T20:44:25.2243236Z 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-08-06T20:44:25.2248209Z 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-08-06T20:44:25.2253358Z 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-08-06T20:44:25.2265649Z 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-08-06T20:44:25.2270564Z 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-08-06T20:44:25.2276568Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-06T20:44:25.2281524Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2024-08-06T20:44:25.2284399Z 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-08-06T20:44:25.2289699Z 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-08-06T20:44:25.2294983Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2024-08-06T20:44:25.2297889Z 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-08-06T20:44:25.2326695Z 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-08-06T20:44:25.2332281Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-08-06T20:44:25.2344120Z 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-08-06T20:44:25.2349664Z 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-08-06T20:44:25.2355378Z 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-08-06T20:44:25.2371193Z 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-08-06T20:44:25.2375356Z 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-08-06T20:44:25.2380588Z 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-08-06T20:44:25.2386032Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-06T20:44:25.2392861Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-06T20:44:25.2398012Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2024-08-06T20:44:25.2400749Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharded_tensor 2024-08-06T20:44:25.2406355Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2024-08-06T20:44:25.2409027Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharding_spec 2024-08-06T20:44:25.2413878Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.2420054Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2024-08-06T20:44:25.2423632Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2024-08-06T20:44:25.2429495Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2024-08-06T20:44:25.2432828Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-06T20:44:25.2438778Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor\debug 2024-08-06T20:44:25.2441608Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug\comm_mode.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\debug 2024-08-06T20:44:25.2447864Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug\visualize_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\debug 2024-08-06T20:44:25.2453023Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug\_op_coverage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\debug 2024-08-06T20:44:25.2458422Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\debug 2024-08-06T20:44:25.2481296Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-06T20:44:25.2486988Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor\experimental 2024-08-06T20:44:25.2489890Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental\attention.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\experimental 2024-08-06T20:44:25.2495436Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental\local_map.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\experimental 2024-08-06T20:44:25.2501145Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental\register_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\experimental 2024-08-06T20:44:25.2511957Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental\tp_transform.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\experimental 2024-08-06T20:44:25.2517750Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\experimental 2024-08-06T20:44:25.2554163Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor\ops 2024-08-06T20:44:25.2570224Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-06T20:44:25.2575504Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_common_rules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-06T20:44:25.2580851Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_conv_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-06T20:44:25.2586078Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_einsum_strategy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-06T20:44:25.2598031Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-06T20:44:25.2603285Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_experimental_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-06T20:44:25.2608535Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_math_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-06T20:44:25.2614627Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_matrix_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-06T20:44:25.2620338Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_pointwise_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-06T20:44:25.2626024Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_random_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-06T20:44:25.2631338Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-06T20:44:25.2636880Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_view_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-06T20:44:25.2642493Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-06T20:44:25.2647686Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-06T20:44:25.2653180Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-06T20:44:25.2658411Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-06T20:44:25.2663824Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-06T20:44:25.2669363Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-06T20:44:25.2674907Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-06T20:44:25.2680572Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-06T20:44:25.2686350Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-06T20:44:25.2691765Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-06T20:44:25.2697029Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-06T20:44:25.2702273Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-06T20:44:25.2707959Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2024-08-06T20:44:25.2710785Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fsdp2_mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-08-06T20:44:25.2716675Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-08-06T20:44:25.2722391Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-08-06T20:44:25.2728721Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-08-06T20:44:25.2744834Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-08-06T20:44:25.2749631Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-06T20:44:25.2763820Z creating build\bdist.win-amd64\wheel\torch\distributions 2024-08-06T20:44:25.2766740Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2771946Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2777000Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2782194Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2798253Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2803387Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2808703Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2814507Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2819915Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2825135Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2830464Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2836261Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2841565Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2847188Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2852451Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2857640Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2862870Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2868023Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2873361Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2878677Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2884074Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2889433Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2895369Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2908127Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2913273Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2918773Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2924046Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2929621Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2935080Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2940397Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2946117Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2951914Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2969474Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2974640Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2980603Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2985932Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2991230Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.2996618Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.3002189Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.3007895Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.3013075Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.3019029Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.3024044Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.3029153Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.3034744Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.3045649Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.3050910Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-06T20:44:25.3056651Z creating build\bdist.win-amd64\wheel\torch\export 2024-08-06T20:44:25.3059531Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-06T20:44:25.3064856Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-06T20:44:25.3070979Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2024-08-06T20:44:25.3073674Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2024-08-06T20:44:25.3079026Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-06T20:44:25.3092738Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-06T20:44:25.3098510Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-06T20:44:25.3104309Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-06T20:44:25.3109830Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-06T20:44:25.3115593Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-06T20:44:25.3121120Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-06T20:44:25.3126920Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-06T20:44:25.3132585Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-06T20:44:25.3137968Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-06T20:44:25.3143054Z creating build\bdist.win-amd64\wheel\torch\fft 2024-08-06T20:44:25.3145344Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2024-08-06T20:44:25.3151692Z creating build\bdist.win-amd64\wheel\torch\func 2024-08-06T20:44:25.3155135Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2024-08-06T20:44:25.3160215Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:25.3166566Z creating build\bdist.win-amd64\wheel\torch\futures 2024-08-06T20:44:25.3169276Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2024-08-06T20:44:25.3175217Z creating build\bdist.win-amd64\wheel\torch\fx 2024-08-06T20:44:25.3177977Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3183580Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3189112Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2024-08-06T20:44:25.3191398Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3197297Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3202561Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3217834Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\graph_gradual_typechecker.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3223685Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3229318Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3235307Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2024-08-06T20:44:25.3238200Z 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-08-06T20:44:25.3244125Z 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-08-06T20:44:25.3250150Z 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-08-06T20:44:25.3262876Z 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-08-06T20:44:25.3267215Z 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-08-06T20:44:25.3272581Z 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-08-06T20:44:25.3277753Z 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-08-06T20:44:25.3283419Z 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-08-06T20:44:25.3287503Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3292808Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3298591Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3304182Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3310208Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3315917Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3321073Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3326487Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\schema_type_annotation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3331830Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3340236Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3346596Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2024-08-06T20:44:25.3349548Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-06T20:44:25.3354606Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\dispatch.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-06T20:44:25.3359479Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\match.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-06T20:44:25.3364562Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\more.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-06T20:44:25.3370295Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2024-08-06T20:44:25.3386551Z 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-08-06T20:44:25.3391509Z 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-08-06T20:44:25.3396659Z 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-08-06T20:44:25.3401949Z 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-08-06T20:44:25.3408011Z 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-08-06T20:44:25.3418442Z 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-08-06T20:44:25.3430649Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\unification_tools.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-06T20:44:25.3435705Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-06T20:44:25.3440781Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\variable.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-06T20:44:25.3445953Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-06T20:44:25.3450727Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3455937Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3469150Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3474337Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3479457Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_sym_dispatch_mode.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3484815Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-06T20:44:25.3489329Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3495486Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3507902Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3512985Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3518860Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3524503Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3540141Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2024-08-06T20:44:25.3540910Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\annotate_getitem_nodes.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3541623Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2024-08-06T20:44:25.3542329Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2024-08-06T20:44:25.3546925Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2024-08-06T20:44:25.3551286Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2024-08-06T20:44:25.3554132Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2024-08-06T20:44:25.3556860Z 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-08-06T20:44:25.3562175Z 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-08-06T20:44:25.3566625Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect 2024-08-06T20:44:25.3570672Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\fake_tensor_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3575969Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3593311Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3598777Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_transform_observer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3604105Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2024-08-06T20:44:25.3606970Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-08-06T20:44:25.3612135Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-08-06T20:44:25.3617268Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-08-06T20:44:25.3622479Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-08-06T20:44:25.3634495Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\net_min_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3640467Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3645819Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3650949Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3656189Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3662762Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3667775Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3673017Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3678728Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3684484Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3690176Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2024-08-06T20:44:25.3692972Z 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-08-06T20:44:25.3698234Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2024-08-06T20:44:25.3702887Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3708494Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2024-08-06T20:44:25.3719392Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-08-06T20:44:25.3724552Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\fuser_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-08-06T20:44:25.3729852Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-08-06T20:44:25.3735707Z 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-08-06T20:44:25.3747225Z 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-08-06T20:44:25.3752555Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-08-06T20:44:25.3757338Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-06T20:44:25.3762687Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3767953Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3773182Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3778334Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3783433Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3789090Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3794222Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3799240Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3805024Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3810065Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3815106Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-06T20:44:25.3819878Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:25.3826059Z creating build\bdist.win-amd64\wheel\torch\include 2024-08-06T20:44:25.3830384Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2024-08-06T20:44:25.3833066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3838562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3843230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3848597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3854253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3870454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3875246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3880547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3885718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3890512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3895637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3934260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3939412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3945511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3950898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3956686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3962032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3968626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3974235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3986724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3991828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.3998692Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2024-08-06T20:44:25.4001657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\alias_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4006921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4012165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4017142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenOpList.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4029916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4035024Z 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-08-06T20:44:25.4041132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_pch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4046460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4051517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4057286Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2024-08-06T20:44:25.4060107Z 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-08-06T20:44:25.4065396Z 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-08-06T20:44:25.4071075Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2024-08-06T20:44:25.4073790Z 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-08-06T20:44:25.4079620Z 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-08-06T20:44:25.4085614Z 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-08-06T20:44:25.4091160Z 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-08-06T20:44:25.4108621Z 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-08-06T20:44:25.4113633Z 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-08-06T20:44:25.4125303Z 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-08-06T20:44:25.4130681Z 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-08-06T20:44:25.4136016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\builtin_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4141450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4146943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CheckMemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4151959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\class_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4157281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4162778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4168281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4173710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4178967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4184445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4189588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4195306Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2024-08-06T20:44:25.4198528Z 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-08-06T20:44:25.4203374Z 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-08-06T20:44:25.4209866Z 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-08-06T20:44:25.4214679Z 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-08-06T20:44:25.4227274Z 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-08-06T20:44:25.4232780Z 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-08-06T20:44:25.4238209Z 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-08-06T20:44:25.4243770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DistributionsHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4255056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dynamic_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4260090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4265056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4270415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4275731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4281058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4286579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4292416Z 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-08-06T20:44:25.4298069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4303579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4309042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4321813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4327531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4333024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4338470Z 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-08-06T20:44:25.4343594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4349842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4356111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4361471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4367656Z 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-08-06T20:44:25.4374054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\LegacyTypeDispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4389730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4395375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4400602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\MT19937RNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4405834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4411308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4416472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\operator_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4422157Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2024-08-06T20:44:25.4424996Z 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-08-06T20:44:25.4433557Z 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-08-06T20:44:25.4437303Z 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-08-06T20:44:25.4442388Z 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-08-06T20:44:25.4454424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PhiloxRNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4459994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonFallbackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4465272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4470332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\qualified_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4490019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\QuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4495096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4513628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4518622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\rref_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4523867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4528859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4533760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4539052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\symbol.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4544104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4549455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4554585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4560370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBody.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4588481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TorchDispatchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4593510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TransformationHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4598698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4603598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4609116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4614225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4619114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UnsafeFromTH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4624425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\VariableHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4629624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4634704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Vitals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-06T20:44:25.4639840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpp_custom_type_hack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.4645737Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2024-08-06T20:44:25.4648580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\FlushDenormal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-08-06T20:44:25.4654482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-08-06T20:44:25.4660532Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2024-08-06T20:44:25.4663725Z 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-08-06T20:44:25.4668835Z 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-08-06T20:44:25.4674867Z 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-08-06T20:44:25.4681436Z 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-08-06T20:44:25.4697827Z 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-08-06T20:44:25.4704285Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:25.4707071Z 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-08-06T20:44:25.4712506Z 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-08-06T20:44:25.4717494Z 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-08-06T20:44:25.4723006Z 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-08-06T20:44:25.4737014Z 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-08-06T20:44:25.4743107Z 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-08-06T20:44:25.4748751Z 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-08-06T20:44:25.4754209Z 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-08-06T20:44:25.4759567Z 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-08-06T20:44:25.4765411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_float_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:25.4771183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_half_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2024-08-06T20:44:25.4777197Z 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-08-06T20:44:25.4783486Z 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-08-06T20:44:25.4788899Z 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-08-06T20:44:25.4795166Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2024-08-06T20:44:25.4797978Z 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-08-06T20:44:25.4803156Z 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-08-06T20:44:25.4808502Z 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-08-06T20:44:25.4822580Z 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-08-06T20:44:25.4828295Z 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-08-06T20:44:25.4833860Z 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-08-06T20:44:25.4839532Z 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-08-06T20:44:25.4845116Z 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-08-06T20:44:25.4851000Z 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-08-06T20:44:25.4855912Z 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-08-06T20:44:25.4861145Z 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-08-06T20:44:25.4866913Z 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-08-06T20:44:25.4872638Z 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-08-06T20:44:25.4878867Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2024-08-06T20:44:25.4881644Z 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-08-06T20:44:25.4888554Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2024-08-06T20:44:25.4891259Z 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-08-06T20:44:25.4896437Z 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-08-06T20:44:25.4902599Z 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-08-06T20:44:25.4908212Z 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-08-06T20:44:25.4923162Z 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-08-06T20:44:25.4928421Z 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-08-06T20:44:25.4934078Z 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-08-06T20:44:25.4940051Z 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-08-06T20:44:25.4946368Z 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-08-06T20:44:25.4951840Z 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-08-06T20:44:25.4964648Z 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-08-06T20:44:25.4970533Z 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-08-06T20:44:25.4975758Z 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-08-06T20:44:25.4980922Z 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-08-06T20:44:25.4986128Z 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-08-06T20:44:25.4991305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vml.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-08-06T20:44:25.4996688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5002342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5007837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5013165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5019109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5025577Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2024-08-06T20:44:25.5028409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5033633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\AsmUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5038854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5043774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Atomic.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5050300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5063913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5069021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5074193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub_definitions.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5079456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5085275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDABlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5090524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5095620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContextLight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5100983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADataType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5106481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5111480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5116932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5122258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraph.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5127616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5132912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5138253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5143680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5156851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5162177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5167842Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2024-08-06T20:44:25.5170650Z 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-08-06T20:44:25.5176052Z 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-08-06T20:44:25.5181275Z 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-08-06T20:44:25.5186482Z 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-08-06T20:44:25.5199440Z 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-08-06T20:44:25.5204754Z 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-08-06T20:44:25.5209991Z 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-08-06T20:44:25.5215503Z 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-08-06T20:44:25.5220690Z 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-08-06T20:44:25.5225915Z 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-08-06T20:44:25.5231219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\DeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5236680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5241959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5247444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5252825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5258403Z 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-08-06T20:44:25.5263839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\NumericLimits.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5275067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PeerToPeerAccess.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5280004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxCudaState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5285211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5290148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5295109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5300392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Sleep.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5305314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ThrustAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-06T20:44:25.5310833Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2024-08-06T20:44:25.5313606Z 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-08-06T20:44:25.5318813Z 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-08-06T20:44:25.5324410Z 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-08-06T20:44:25.5329615Z 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-08-06T20:44:25.5344476Z 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-08-06T20:44:25.5349819Z 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-08-06T20:44:25.5355139Z 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-08-06T20:44:25.5360382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5371954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5378513Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2024-08-06T20:44:25.5381252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\cudnn-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-06T20:44:25.5386173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-06T20:44:25.5391526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-06T20:44:25.5395729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-06T20:44:25.5408043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-06T20:44:25.5412773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-06T20:44:25.5417644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-06T20:44:25.5422949Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2024-08-06T20:44:25.5425762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-06T20:44:25.5430872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\CUDAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-06T20:44:25.5436324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\FunctionTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-06T20:44:25.5448158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HIPHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-06T20:44:25.5453380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\IPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-06T20:44:25.5458466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MAIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-06T20:44:25.5463591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MPSHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-06T20:44:25.5468758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MTIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-06T20:44:25.5473979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-06T20:44:25.5479382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\XPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-06T20:44:25.5484474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5489650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5494956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5500235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5505169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5531088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5536975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5542911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5547981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5553450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5564309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5569962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5580821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5591229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5597127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5602457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5608097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5614275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5621207Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2024-08-06T20:44:25.5624249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\ADInterpreters.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-06T20:44:25.5629863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-06T20:44:25.5635211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-06T20:44:25.5652146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-06T20:44:25.5657490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchRulesHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-06T20:44:25.5663242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\DynamicLayer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-06T20:44:25.5668681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-06T20:44:25.5673974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-06T20:44:25.5679371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-06T20:44:25.5684713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-06T20:44:25.5689803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\PlumbingHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-06T20:44:25.5695440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\TensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-06T20:44:25.5700777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\VmapInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-06T20:44:25.5706033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5720752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5726319Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2024-08-06T20:44:25.5729458Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2024-08-06T20:44:25.5732501Z 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-08-06T20:44:25.5737983Z 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-08-06T20:44:25.5743106Z 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-08-06T20:44:25.5754557Z 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-08-06T20:44:25.5760501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5766053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5771250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5776703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5781853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5787064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5792405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5797752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5813625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5819036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5824163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5829487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5834909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5840104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5845580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5850997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5856799Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2024-08-06T20:44:25.5859547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-06T20:44:25.5864669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-06T20:44:25.5869638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-06T20:44:25.5874582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\miopen-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-06T20:44:25.5887088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-06T20:44:25.5891938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-06T20:44:25.5897186Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2024-08-06T20:44:25.5899931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-06T20:44:25.5905040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\IndexKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-06T20:44:25.5910642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-06T20:44:25.5916357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocatorInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-06T20:44:25.5927208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-06T20:44:25.5932414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-06T20:44:25.5937600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-06T20:44:25.5943355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-06T20:44:25.5948144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-06T20:44:25.5953122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-06T20:44:25.5958785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSStream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-06T20:44:25.5963973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5975013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.5981892Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2024-08-06T20:44:25.5984667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.5989825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AdaptivePooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.5994865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AmpKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6000235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BatchLinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6011449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6016908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6022295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BucketizationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6027507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CanUse32BitIndexMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6032533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ComplexHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6037894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6043285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6049059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvolutionMM3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6054463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6060211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6065886Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2024-08-06T20:44:25.6068704Z 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-08-06T20:44:25.6073809Z 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-08-06T20:44:25.6079462Z 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-08-06T20:44:25.6084679Z 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-08-06T20:44:25.6100185Z 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-08-06T20:44:25.6105485Z 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-08-06T20:44:25.6110624Z 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-08-06T20:44:25.6116256Z 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-08-06T20:44:25.6121517Z 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-08-06T20:44:25.6126857Z 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-08-06T20:44:25.6132169Z 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-08-06T20:44:25.6137199Z 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-08-06T20:44:25.6142540Z 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-08-06T20:44:25.6147771Z 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-08-06T20:44:25.6153322Z 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-08-06T20:44:25.6158357Z 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-08-06T20:44:25.6163654Z 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-08-06T20:44:25.6169169Z 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-08-06T20:44:25.6174118Z 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-08-06T20:44:25.6179365Z 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-08-06T20:44:25.6190987Z 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-08-06T20:44:25.6196018Z 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-08-06T20:44:25.6201599Z 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-08-06T20:44:25.6207119Z 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-08-06T20:44:25.6212692Z 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-08-06T20:44:25.6217921Z 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-08-06T20:44:25.6224102Z 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-08-06T20:44:25.6229356Z 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-08-06T20:44:25.6234436Z 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-08-06T20:44:25.6239700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6245036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6250564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6256494Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2024-08-06T20:44:25.6259267Z 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-08-06T20:44:25.6264368Z 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-08-06T20:44:25.6269663Z 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-08-06T20:44:25.6275023Z 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-08-06T20:44:25.6286911Z 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-08-06T20:44:25.6291700Z 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-08-06T20:44:25.6296818Z 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-08-06T20:44:25.6301908Z 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-08-06T20:44:25.6307613Z 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-08-06T20:44:25.6312638Z 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-08-06T20:44:25.6317809Z 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-08-06T20:44:25.6322927Z 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-08-06T20:44:25.6328751Z 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-08-06T20:44:25.6333648Z 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-08-06T20:44:25.6339399Z 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-08-06T20:44:25.6344313Z 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-08-06T20:44:25.6349589Z 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-08-06T20:44:25.6354837Z 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-08-06T20:44:25.6376213Z 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-08-06T20:44:25.6380088Z 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-08-06T20:44:25.6386051Z 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-08-06T20:44:25.6392270Z 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-08-06T20:44:25.6397769Z 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-08-06T20:44:25.6403012Z 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-08-06T20:44:25.6453285Z 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-08-06T20:44:25.6458507Z 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-08-06T20:44:25.6463970Z 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-08-06T20:44:25.6469396Z 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-08-06T20:44:25.6485573Z 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-08-06T20:44:25.6490795Z 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-08-06T20:44:25.6497604Z 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-08-06T20:44:25.6502960Z 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-08-06T20:44:25.6508321Z 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-08-06T20:44:25.6513967Z 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-08-06T20:44:25.6520362Z 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-08-06T20:44:25.6526311Z 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-08-06T20:44:25.6531587Z 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-08-06T20:44:25.6536757Z 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-08-06T20:44:25.6542784Z 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-08-06T20:44:25.6548201Z 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-08-06T20:44:25.6567621Z 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-08-06T20:44:25.6572612Z 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-08-06T20:44:25.6577854Z 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-08-06T20:44:25.6583139Z 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-08-06T20:44:25.6588882Z 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-08-06T20:44:25.6593833Z 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-08-06T20:44:25.6598867Z 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-08-06T20:44:25.6604780Z 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-08-06T20:44:25.6609879Z 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-08-06T20:44:25.6615101Z 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-08-06T20:44:25.6621014Z 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-08-06T20:44:25.6634187Z 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-08-06T20:44:25.6639240Z 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-08-06T20:44:25.6644599Z 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-08-06T20:44:25.6650278Z 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-08-06T20:44:25.6655356Z 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-08-06T20:44:25.6660534Z 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-08-06T20:44:25.6666013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DilatedConvolutionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6671330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DispatchStub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6682890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6688119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6693947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6699780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\EmbeddingBag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6705075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6710402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ForeachUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6715829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FractionalMaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6721108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6726269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6731547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6736904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedSGD.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6741829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6754529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSamplerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6759825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6765151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6770392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6775703Z 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-08-06T20:44:25.6781030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6786579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6791932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6797250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6802482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6819623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebraUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6825415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LossMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6830709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6837814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitFallThroughLists.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6843126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitsFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6848828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6854657Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2024-08-06T20:44:25.6857415Z 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-08-06T20:44:25.6862354Z 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-08-06T20:44:25.6867863Z 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-08-06T20:44:25.6873076Z 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-08-06T20:44:25.6889179Z 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-08-06T20:44:25.6894512Z 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-08-06T20:44:25.6900246Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2024-08-06T20:44:25.6903275Z 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-08-06T20:44:25.6926909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2024-08-06T20:44:25.6931966Z 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-08-06T20:44:25.6942958Z 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-08-06T20:44:25.6948138Z 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-08-06T20:44:25.6953323Z 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-08-06T20:44:25.6959198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonEmptyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6964669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonSymbolicBC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6970178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6982390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Padding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6987540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PixelShuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6993860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PointwiseOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.6999057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7004320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7010268Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2024-08-06T20:44:25.7013155Z 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-08-06T20:44:25.7018569Z 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-08-06T20:44:25.7023751Z 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-08-06T20:44:25.7035204Z 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-08-06T20:44:25.7040690Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2024-08-06T20:44:25.7043577Z 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-08-06T20:44:25.7048744Z 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-08-06T20:44:25.7054079Z 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-08-06T20:44:25.7059263Z 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-08-06T20:44:25.7070542Z 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-08-06T20:44:25.7075633Z 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-08-06T20:44:25.7081024Z 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-08-06T20:44:25.7086647Z 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-08-06T20:44:25.7091920Z 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-08-06T20:44:25.7097908Z 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-08-06T20:44:25.7103220Z 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-08-06T20:44:25.7108569Z 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-08-06T20:44:25.7113570Z 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-08-06T20:44:25.7118913Z 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-08-06T20:44:25.7124293Z 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-08-06T20:44:25.7129480Z 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-08-06T20:44:25.7134731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7140074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceAllOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7145026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7150353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7184068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReductionType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7204045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7209352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7214649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ResizeCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7219900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7225051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ScatterGatherChecks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7230583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SegmentReduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7235912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SharedReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7241892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SobolEngineOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7247242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7252206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SortingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7257606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SparseTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7263028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SpectralOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7275255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\StridedRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7280897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7286495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7291879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorCompare.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7297213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorConversions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7302623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorDimApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7308571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7313540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7325724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7331519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7336679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorShape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7342202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorTransformations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7347516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TopKImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7353143Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2024-08-06T20:44:25.7356028Z 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-08-06T20:44:25.7361238Z 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-08-06T20:44:25.7366965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TransposeType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7372053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TriangularOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7377520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7382850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7387993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7393252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7398381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnfoldBackward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7403611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7409665Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2024-08-06T20:44:25.7412358Z 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-08-06T20:44:25.7417187Z 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-08-06T20:44:25.7422680Z 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-08-06T20:44:25.7428102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\verbose_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7433098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\vol2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-06T20:44:25.7438353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.7444692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.7451154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.7456537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.7461773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.7467016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.7473186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:25.7624389Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2024-08-06T20:44:25.7627263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.7632612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.7638044Z 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-08-06T20:44:25.7643135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.7657406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.7663123Z 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-08-06T20:44:25.7668439Z 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-08-06T20:44:25.7673949Z 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-08-06T20:44:25.7679388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.7684631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.7689630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.7694672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.7700579Z 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-08-06T20:44:25.7705858Z 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-08-06T20:44:25.7711249Z 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-08-06T20:44:25.7716794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.7721965Z 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-08-06T20:44:25.7727571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.7732812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.7738512Z 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-08-06T20:44:25.7749873Z 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-08-06T20:44:25.7755162Z 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-08-06T20:44:25.7760433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.7766275Z 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-08-06T20:44:25.7771569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.7776873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.7782146Z 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-08-06T20:44:25.7787707Z 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-08-06T20:44:25.7792845Z 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-08-06T20:44:25.7798009Z 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-08-06T20:44:25.7809834Z 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-08-06T20:44:25.7815675Z 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-08-06T20:44:25.7821157Z 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-08-06T20:44:25.7827205Z 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-08-06T20:44:25.7832618Z 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-08-06T20:44:25.7838107Z 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-08-06T20:44:25.7843581Z 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-08-06T20:44:25.7849618Z 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-08-06T20:44:25.7862803Z 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-08-06T20:44:25.7868393Z 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-08-06T20:44:25.7874147Z 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-08-06T20:44:25.7879564Z 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-08-06T20:44:25.7885271Z 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-08-06T20:44:25.7891063Z 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-08-06T20:44:25.7896447Z 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-08-06T20:44:25.7901851Z 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-08-06T20:44:25.7907271Z 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-08-06T20:44:25.7912662Z 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-08-06T20:44:25.7938359Z 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-08-06T20:44:25.7943903Z 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-08-06T20:44:25.7949089Z 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-08-06T20:44:25.7954417Z 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-08-06T20:44:25.7959830Z 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-08-06T20:44:25.7965998Z 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-08-06T20:44:25.7971378Z 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-08-06T20:44:25.7977129Z 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-08-06T20:44:25.7982686Z 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-08-06T20:44:25.7988251Z 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-08-06T20:44:25.7993848Z 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-08-06T20:44:25.8006438Z 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-08-06T20:44:25.8012349Z 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-08-06T20:44:25.8018191Z 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-08-06T20:44:25.8023755Z 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-08-06T20:44:25.8029195Z 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-08-06T20:44:25.8034650Z 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-08-06T20:44:25.8047506Z 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-08-06T20:44:25.8053112Z 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-08-06T20:44:25.8058514Z 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-08-06T20:44:25.8063971Z 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-08-06T20:44:25.8069890Z 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-08-06T20:44:25.8075401Z 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-08-06T20:44:25.8088064Z 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-08-06T20:44:25.8093739Z 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-08-06T20:44:25.8099280Z 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-08-06T20:44:25.8104792Z 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-08-06T20:44:25.8110200Z 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-08-06T20:44:25.8116003Z 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-08-06T20:44:25.8121861Z 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-08-06T20:44:25.8127545Z 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-08-06T20:44:25.8132919Z 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-08-06T20:44:25.8138411Z 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-08-06T20:44:25.8143900Z 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-08-06T20:44:25.8149469Z 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-08-06T20:44:25.8154937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8160137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8165479Z 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-08-06T20:44:25.8170690Z 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-08-06T20:44:25.8176065Z 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-08-06T20:44:25.8181271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8186582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8191955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8210778Z 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-08-06T20:44:25.8216423Z 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-08-06T20:44:25.8233319Z 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-08-06T20:44:25.8238715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8244252Z 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-08-06T20:44:25.8249825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8255699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8260870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8266315Z 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-08-06T20:44:25.8271826Z 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-08-06T20:44:25.8277310Z 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-08-06T20:44:25.8282691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8288496Z 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-08-06T20:44:25.8293882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8299285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8304619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8310392Z 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-08-06T20:44:25.8315753Z 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-08-06T20:44:25.8321198Z 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-08-06T20:44:25.8326694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8332226Z 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-08-06T20:44:25.8337607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8343036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8357868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8363662Z 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-08-06T20:44:25.8369046Z 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-08-06T20:44:25.8374605Z 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-08-06T20:44:25.8380044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8385586Z 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-08-06T20:44:25.8391083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8396589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8402174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8407936Z 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-08-06T20:44:25.8413237Z 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-08-06T20:44:25.8418754Z 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-08-06T20:44:25.8424194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8430134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8435692Z 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-08-06T20:44:25.8447909Z 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-08-06T20:44:25.8449421Z 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-08-06T20:44:25.8454212Z 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-08-06T20:44:25.8459520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8465002Z 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-08-06T20:44:25.8470274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8475594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8481606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8487066Z 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-08-06T20:44:25.8492575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8497443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8503266Z 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-08-06T20:44:25.8508810Z 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-08-06T20:44:25.8514608Z 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-08-06T20:44:25.8520042Z 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-08-06T20:44:25.8525833Z 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-08-06T20:44:25.8532281Z 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-08-06T20:44:25.8537800Z 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-08-06T20:44:25.8543405Z 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-08-06T20:44:25.8548370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8553678Z 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-08-06T20:44:25.8558965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8565095Z 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-08-06T20:44:25.8570766Z 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-08-06T20:44:25.8584690Z 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-08-06T20:44:25.8589996Z 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-08-06T20:44:25.8596965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8602356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8607892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8613292Z 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-08-06T20:44:25.8630091Z 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-08-06T20:44:25.8631144Z 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-08-06T20:44:25.8632138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8635258Z 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-08-06T20:44:25.8640685Z 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-08-06T20:44:25.8646051Z 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-08-06T20:44:25.8651797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8657152Z 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-08-06T20:44:25.8662632Z 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-08-06T20:44:25.8668265Z 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-08-06T20:44:25.8673513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8679200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8685007Z 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-08-06T20:44:25.8690563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8699848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8710094Z 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-08-06T20:44:25.8715731Z 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-08-06T20:44:25.8721279Z 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-08-06T20:44:25.8726859Z 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-08-06T20:44:25.8732261Z 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-08-06T20:44:25.8737665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8743096Z 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-08-06T20:44:25.8748876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8754124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8759254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8764975Z 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-08-06T20:44:25.8770492Z 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-08-06T20:44:25.8775864Z 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-08-06T20:44:25.8781140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8786794Z 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-08-06T20:44:25.8791985Z 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-08-06T20:44:25.8797487Z 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-08-06T20:44:25.8802768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8808313Z 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-08-06T20:44:25.8813591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8829117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8834153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8839399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8844957Z 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-08-06T20:44:25.8850402Z 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-08-06T20:44:25.8855737Z 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-08-06T20:44:25.8861019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8866470Z 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-08-06T20:44:25.8871876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8877219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8883296Z 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-08-06T20:44:25.8907824Z 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-08-06T20:44:25.8913434Z 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-08-06T20:44:25.8918670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8924019Z 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-08-06T20:44:25.8929528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8934791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8940032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8945393Z 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-08-06T20:44:25.8950795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8956302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8961522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8966897Z 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-08-06T20:44:25.8973166Z 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-08-06T20:44:25.8978832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8984293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8989933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.8995666Z 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-08-06T20:44:25.9001303Z 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-08-06T20:44:25.9007098Z 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-08-06T20:44:25.9012649Z 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-08-06T20:44:25.9018224Z 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-08-06T20:44:25.9023591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9029099Z 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-08-06T20:44:25.9034782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9040237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9045655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9050875Z 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-08-06T20:44:25.9056082Z 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-08-06T20:44:25.9061620Z 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-08-06T20:44:25.9067238Z 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-08-06T20:44:25.9081364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9087112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9092647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9097915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9103759Z 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-08-06T20:44:25.9109076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9114601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9120326Z 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-08-06T20:44:25.9126414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9131911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9137634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9142823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9148280Z 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-08-06T20:44:25.9153665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9159263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9164918Z 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-08-06T20:44:25.9170476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9202323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9207893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9213143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9218670Z 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-08-06T20:44:25.9223986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9229618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9234994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9240677Z 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-08-06T20:44:25.9246145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9251645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9257330Z 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-08-06T20:44:25.9262707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9268231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9273731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9279428Z 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-08-06T20:44:25.9285041Z 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-08-06T20:44:25.9290603Z 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-08-06T20:44:25.9296166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9301702Z 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-08-06T20:44:25.9307320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9312662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9319169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9325262Z 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-08-06T20:44:25.9330773Z 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-08-06T20:44:25.9336276Z 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-08-06T20:44:25.9341722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9347708Z 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-08-06T20:44:25.9353016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9358382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9363849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9369833Z 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-08-06T20:44:25.9375069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9380407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9385844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9391089Z 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-08-06T20:44:25.9396308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9401585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9407250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9412502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9418022Z 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-08-06T20:44:25.9423425Z 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-08-06T20:44:25.9429099Z 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-08-06T20:44:25.9434320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9439488Z 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-08-06T20:44:25.9444924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9450669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9456377Z 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-08-06T20:44:25.9461602Z 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-08-06T20:44:25.9466990Z 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-08-06T20:44:25.9472753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9477656Z 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-08-06T20:44:25.9483005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9488283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9493684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9499403Z 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-08-06T20:44:25.9504941Z 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-08-06T20:44:25.9510911Z 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-08-06T20:44:25.9516588Z 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-08-06T20:44:25.9536124Z 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-08-06T20:44:25.9541852Z 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-08-06T20:44:25.9547487Z 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-08-06T20:44:25.9553126Z 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-08-06T20:44:25.9558620Z 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-08-06T20:44:25.9564051Z 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-08-06T20:44:25.9569612Z 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-08-06T20:44:25.9575236Z 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-08-06T20:44:25.9581510Z 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-08-06T20:44:25.9587399Z 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-08-06T20:44:25.9604463Z 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-08-06T20:44:25.9612390Z 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-08-06T20:44:25.9620316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9628195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9636319Z 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-08-06T20:44:25.9644558Z 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-08-06T20:44:25.9650594Z 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-08-06T20:44:25.9655775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9661275Z 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-08-06T20:44:25.9667029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9672218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9677662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9683326Z 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-08-06T20:44:25.9689225Z 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-08-06T20:44:25.9694533Z 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-08-06T20:44:25.9699877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9705087Z 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-08-06T20:44:25.9710494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9716043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9721746Z 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-08-06T20:44:25.9727176Z 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-08-06T20:44:25.9732556Z 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-08-06T20:44:25.9737829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9743375Z 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-08-06T20:44:25.9748595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9753898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9759024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9764655Z 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-08-06T20:44:25.9771372Z 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-08-06T20:44:25.9776175Z 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-08-06T20:44:25.9781599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9787370Z 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-08-06T20:44:25.9792630Z 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-08-06T20:44:25.9798398Z 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-08-06T20:44:25.9804017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9810026Z 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-08-06T20:44:25.9816354Z 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-08-06T20:44:25.9821510Z 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-08-06T20:44:25.9826983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9832740Z 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-08-06T20:44:25.9838068Z 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-08-06T20:44:25.9843688Z 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-08-06T20:44:25.9849359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9855070Z 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-08-06T20:44:25.9860968Z 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-08-06T20:44:25.9866445Z 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-08-06T20:44:25.9871992Z 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-08-06T20:44:25.9877583Z 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-08-06T20:44:25.9883343Z 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-08-06T20:44:25.9889099Z 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-08-06T20:44:25.9894526Z 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-08-06T20:44:25.9900802Z 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-08-06T20:44:25.9905923Z 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-08-06T20:44:25.9911300Z 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-08-06T20:44:25.9916707Z 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-08-06T20:44:25.9922333Z 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-08-06T20:44:25.9927872Z 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-08-06T20:44:25.9934032Z 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-08-06T20:44:25.9939404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:25.9945062Z 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-08-06T20:44:25.9950644Z 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-08-06T20:44:25.9956002Z 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-08-06T20:44:25.9961770Z 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-08-06T20:44:25.9967350Z 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-08-06T20:44:25.9972897Z 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-08-06T20:44:25.9978421Z 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-08-06T20:44:25.9984002Z 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-08-06T20:44:25.9990259Z 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-08-06T20:44:25.9995655Z 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-08-06T20:44:26.0001177Z 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-08-06T20:44:26.3391056Z 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-08-06T20:44:26.3396875Z 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-08-06T20:44:26.3402831Z 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-08-06T20:44:26.3408615Z 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-08-06T20:44:26.3414400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.3420039Z 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-08-06T20:44:26.3425444Z 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-08-06T20:44:26.3431177Z 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-08-06T20:44:26.3436661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.3442692Z 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-08-06T20:44:26.3448339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.3453870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.3459591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.3465367Z 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-08-06T20:44:26.3470863Z 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-08-06T20:44:26.3476473Z 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-08-06T20:44:26.3482086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.3487995Z 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-08-06T20:44:26.3493984Z 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-08-06T20:44:26.3499717Z 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-08-06T20:44:26.3505958Z 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-08-06T20:44:26.3511989Z 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-08-06T20:44:26.3518454Z 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-08-06T20:44:26.3524197Z 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-08-06T20:44:26.3529820Z 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-08-06T20:44:26.3535601Z 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-08-06T20:44:26.3541356Z 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-08-06T20:44:26.3547059Z 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-08-06T20:44:26.3552914Z 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-08-06T20:44:26.3558956Z 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-08-06T20:44:26.3564664Z 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-08-06T20:44:26.3570385Z 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-08-06T20:44:26.3576209Z 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-08-06T20:44:26.3581622Z 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-08-06T20:44:26.3587700Z 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-08-06T20:44:26.3593382Z 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-08-06T20:44:26.3599245Z 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-08-06T20:44:26.3604942Z 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-08-06T20:44:26.3610632Z 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-08-06T20:44:26.3616218Z 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-08-06T20:44:26.3621782Z 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-08-06T20:44:26.3627585Z 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-08-06T20:44:26.3633337Z 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-08-06T20:44:26.3639564Z 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-08-06T20:44:26.3645270Z 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-08-06T20:44:26.3650797Z 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-08-06T20:44:26.3656483Z 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-08-06T20:44:26.3662098Z 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-08-06T20:44:26.3667544Z 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-08-06T20:44:26.3673140Z 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-08-06T20:44:26.3678905Z 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-08-06T20:44:26.3684407Z 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-08-06T20:44:26.3689844Z 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-08-06T20:44:26.3695595Z 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-08-06T20:44:26.3701148Z 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-08-06T20:44:26.3707036Z 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-08-06T20:44:26.3712465Z 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-08-06T20:44:26.3718022Z 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-08-06T20:44:26.3723463Z 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-08-06T20:44:26.3729253Z 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-08-06T20:44:26.3734503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.3777985Z 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-08-06T20:44:26.3783217Z 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-08-06T20:44:26.3788423Z 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-08-06T20:44:26.3797694Z 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-08-06T20:44:26.4142112Z 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-08-06T20:44:26.4147409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4152922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4158312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4190689Z 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-08-06T20:44:26.4195716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4201077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4207214Z 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-08-06T20:44:26.4212309Z 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-08-06T20:44:26.4217945Z 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-08-06T20:44:26.4223565Z 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-08-06T20:44:26.4228997Z 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-08-06T20:44:26.4235085Z 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-08-06T20:44:26.4240540Z 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-08-06T20:44:26.4251460Z 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-08-06T20:44:26.4260295Z 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-08-06T20:44:26.4266066Z 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-08-06T20:44:26.4271562Z 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-08-06T20:44:26.4277525Z 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-08-06T20:44:26.4283344Z 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-08-06T20:44:26.4289212Z 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-08-06T20:44:26.4294729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4300265Z 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-08-06T20:44:26.4305680Z 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-08-06T20:44:26.4311711Z 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-08-06T20:44:26.4318060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4323570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4329219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4335119Z 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-08-06T20:44:26.4340887Z 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-08-06T20:44:26.4346253Z 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-08-06T20:44:26.4351579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4357326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4362908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4368563Z 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-08-06T20:44:26.4374103Z 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-08-06T20:44:26.4379700Z 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-08-06T20:44:26.4385359Z 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-08-06T20:44:26.4390832Z 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-08-06T20:44:26.4396277Z 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-08-06T20:44:26.4401906Z 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-08-06T20:44:26.4407454Z 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-08-06T20:44:26.4413594Z 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-08-06T20:44:26.4419431Z 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-08-06T20:44:26.4425374Z 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-08-06T20:44:26.4431053Z 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-08-06T20:44:26.4436587Z 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-08-06T20:44:26.4442648Z 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-08-06T20:44:26.4448496Z 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-08-06T20:44:26.4454188Z 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-08-06T20:44:26.4459957Z 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-08-06T20:44:26.4465841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4471841Z 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-08-06T20:44:26.4477547Z 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-08-06T20:44:26.4483112Z 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-08-06T20:44:26.4489239Z 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-08-06T20:44:26.4494630Z 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-08-06T20:44:26.4500276Z 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-08-06T20:44:26.4506157Z 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-08-06T20:44:26.4511621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4517568Z 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-08-06T20:44:26.4523197Z 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-08-06T20:44:26.4528806Z 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-08-06T20:44:26.4534468Z 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-08-06T20:44:26.4540273Z 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-08-06T20:44:26.4546099Z 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-08-06T20:44:26.4551777Z 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-08-06T20:44:26.4557379Z 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-08-06T20:44:26.4563111Z 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-08-06T20:44:26.4569383Z 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-08-06T20:44:26.4575117Z 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-08-06T20:44:26.4580962Z 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-08-06T20:44:26.4586712Z 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-08-06T20:44:26.4592379Z 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-08-06T20:44:26.4598109Z 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-08-06T20:44:26.4603746Z 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-08-06T20:44:26.4609582Z 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-08-06T20:44:26.4615302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4621382Z 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-08-06T20:44:26.4627271Z 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-08-06T20:44:26.4632879Z 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-08-06T20:44:26.4639082Z 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-08-06T20:44:26.4644942Z 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-08-06T20:44:26.4650979Z 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-08-06T20:44:26.4656653Z 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-08-06T20:44:26.4662292Z 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-08-06T20:44:26.4668009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4673833Z 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-08-06T20:44:26.4680463Z 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-08-06T20:44:26.4686543Z 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-08-06T20:44:26.4692322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4698539Z 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-08-06T20:44:26.4704150Z 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-08-06T20:44:26.4709496Z 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-08-06T20:44:26.4715042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4720847Z 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-08-06T20:44:26.4726545Z 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-08-06T20:44:26.4732123Z 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-08-06T20:44:26.4737958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4743310Z 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-08-06T20:44:26.4748941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4754422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4759880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4765753Z 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-08-06T20:44:26.4771351Z 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-08-06T20:44:26.4776816Z 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-08-06T20:44:26.4782544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4788554Z 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-08-06T20:44:26.4794218Z 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-08-06T20:44:26.4799910Z 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-08-06T20:44:26.4805628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4811468Z 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-08-06T20:44:26.4817332Z 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-08-06T20:44:26.4822797Z 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-08-06T20:44:26.4828853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4834473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4840310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4845569Z 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-08-06T20:44:26.4851122Z 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-08-06T20:44:26.4856447Z 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-08-06T20:44:26.4862149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4868008Z 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-08-06T20:44:26.4873591Z 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-08-06T20:44:26.4879074Z 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-08-06T20:44:26.4884715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4890528Z 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-08-06T20:44:26.4896123Z 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-08-06T20:44:26.4902211Z 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-08-06T20:44:26.4907845Z 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-08-06T20:44:26.4913315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4918763Z 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-08-06T20:44:26.4924544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4930113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4938193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4943848Z 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-08-06T20:44:26.4949602Z 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-08-06T20:44:26.4954974Z 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-08-06T20:44:26.4960512Z 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-08-06T20:44:26.4975957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4981244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4986802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.4992603Z 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-08-06T20:44:26.4997975Z 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-08-06T20:44:26.5003848Z 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-08-06T20:44:26.5009611Z 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-08-06T20:44:26.5015775Z 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-08-06T20:44:26.5021470Z 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-08-06T20:44:26.5027334Z 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-08-06T20:44:26.5032892Z 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-08-06T20:44:26.5039069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5044616Z 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-08-06T20:44:26.5050170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5055356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5060822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5066544Z 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-08-06T20:44:26.5072244Z 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-08-06T20:44:26.5077719Z 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-08-06T20:44:26.5083273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5088777Z 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-08-06T20:44:26.5094192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5099616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5104833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5110482Z 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-08-06T20:44:26.5115998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5121415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5126786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5132589Z 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-08-06T20:44:26.5138189Z 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-08-06T20:44:26.5143429Z 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-08-06T20:44:26.5148857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5154190Z 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-08-06T20:44:26.5159579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5164891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5170500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5176061Z 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-08-06T20:44:26.5181886Z 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-08-06T20:44:26.5187660Z 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-08-06T20:44:26.5193334Z 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-08-06T20:44:26.5198947Z 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-08-06T20:44:26.5204819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5210229Z 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-08-06T20:44:26.5215828Z 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-08-06T20:44:26.5221258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5226960Z 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-08-06T20:44:26.5232603Z 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-08-06T20:44:26.5238480Z 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-08-06T20:44:26.5244139Z 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-08-06T20:44:26.5249901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5255368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5260712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5266573Z 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-08-06T20:44:26.5272282Z 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-08-06T20:44:26.5277867Z 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-08-06T20:44:26.5283507Z 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-08-06T20:44:26.5289352Z 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-08-06T20:44:26.5294704Z 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-08-06T20:44:26.5300180Z 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-08-06T20:44:26.5305502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5310701Z 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-08-06T20:44:26.5316550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5321833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5327307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5332825Z 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-08-06T20:44:26.5338090Z 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-08-06T20:44:26.5343438Z 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-08-06T20:44:26.5348804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5354841Z 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-08-06T20:44:26.5360286Z 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-08-06T20:44:26.5366012Z 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-08-06T20:44:26.5371541Z 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-08-06T20:44:26.5377077Z 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-08-06T20:44:26.5382531Z 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-08-06T20:44:26.5387918Z 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-08-06T20:44:26.5393559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5399041Z 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-08-06T20:44:26.5404459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5410377Z 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-08-06T20:44:26.5415922Z 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-08-06T20:44:26.5421412Z 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-08-06T20:44:26.5426715Z 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-08-06T20:44:26.5432402Z 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-08-06T20:44:26.5437738Z 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-08-06T20:44:26.5443123Z 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-08-06T20:44:26.5448685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5458585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5463958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5469467Z 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-08-06T20:44:26.5474951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5480724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5486016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5491540Z 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-08-06T20:44:26.5497001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5502332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5507677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5512989Z 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-08-06T20:44:26.5518270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5541588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5547071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5552469Z 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-08-06T20:44:26.5558148Z 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-08-06T20:44:26.5563601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5569611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5575239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5580922Z 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-08-06T20:44:26.5586674Z 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-08-06T20:44:26.5592092Z 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-08-06T20:44:26.5597570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5603151Z 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-08-06T20:44:26.5608817Z 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-08-06T20:44:26.5614815Z 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-08-06T20:44:26.5620544Z 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-08-06T20:44:26.5626224Z 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-08-06T20:44:26.5631824Z 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-08-06T20:44:26.5637356Z 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-08-06T20:44:26.5642748Z 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-08-06T20:44:26.5648535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5654293Z 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-08-06T20:44:26.5659754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5665362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5692014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5697329Z 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-08-06T20:44:26.5702708Z 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-08-06T20:44:26.5708235Z 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-08-06T20:44:26.5713925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5719414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5725630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5731481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5737824Z 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-08-06T20:44:26.5743756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5748998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5754763Z 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-08-06T20:44:26.5760627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5766273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5771938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5777379Z 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-08-06T20:44:26.5782425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5787590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5792925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5798946Z 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-08-06T20:44:26.5804479Z 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-08-06T20:44:26.5810055Z 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-08-06T20:44:26.5815633Z 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-08-06T20:44:26.5822257Z 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-08-06T20:44:26.5827640Z 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-08-06T20:44:26.5833107Z 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-08-06T20:44:26.5838809Z 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-08-06T20:44:26.5844230Z 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-08-06T20:44:26.5850045Z 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-08-06T20:44:26.5855658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5882046Z 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-08-06T20:44:26.5887301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5892500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5898129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5903680Z 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-08-06T20:44:26.5909327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5914841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5920317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5926052Z 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-08-06T20:44:26.5931521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5937157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5942614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5948623Z 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-08-06T20:44:26.5954224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5960058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5965703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5971410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.5977340Z 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-08-06T20:44:26.5982989Z 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-08-06T20:44:26.5988838Z 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-08-06T20:44:26.5994664Z 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-08-06T20:44:26.6000363Z 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-08-06T20:44:26.6006542Z 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-08-06T20:44:26.6012277Z 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-08-06T20:44:26.6017967Z 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-08-06T20:44:26.6024030Z 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-08-06T20:44:26.6029604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6035363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6041097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6047209Z 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-08-06T20:44:26.6091187Z 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-08-06T20:44:26.6096912Z 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-08-06T20:44:26.6102920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6108853Z 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-08-06T20:44:26.6114416Z 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-08-06T20:44:26.6120034Z 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-08-06T20:44:26.6125755Z 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-08-06T20:44:26.6131369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6136821Z 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-08-06T20:44:26.6142882Z 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-08-06T20:44:26.6148590Z 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-08-06T20:44:26.6154360Z 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-08-06T20:44:26.6160136Z 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-08-06T20:44:26.6165829Z 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-08-06T20:44:26.6171481Z 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-08-06T20:44:26.6177370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6183241Z 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-08-06T20:44:26.6188840Z 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-08-06T20:44:26.6194314Z 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-08-06T20:44:26.6199901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6206169Z 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-08-06T20:44:26.6212112Z 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-08-06T20:44:26.6217857Z 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-08-06T20:44:26.6223361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6229212Z 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-08-06T20:44:26.6238579Z 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-08-06T20:44:26.6244404Z 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-08-06T20:44:26.6250081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6255277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6260894Z 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-08-06T20:44:26.6266627Z 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-08-06T20:44:26.6271937Z 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-08-06T20:44:26.6277410Z 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-08-06T20:44:26.6282863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6288615Z 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-08-06T20:44:26.6294202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6299868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6305829Z 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-08-06T20:44:26.6311221Z 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-08-06T20:44:26.6316565Z 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-08-06T20:44:26.6322380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6327971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6333305Z 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-08-06T20:44:26.6339162Z 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-08-06T20:44:26.6344616Z 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-08-06T20:44:26.6350149Z 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-08-06T20:44:26.6355727Z 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-08-06T20:44:26.6361245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6366601Z 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-08-06T20:44:26.6371908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6377256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6382574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6387779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6393858Z 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-08-06T20:44:26.6399659Z 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-08-06T20:44:26.6405073Z 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-08-06T20:44:26.6410724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6416007Z 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-08-06T20:44:26.6421693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6427108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6432460Z 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-08-06T20:44:26.6438212Z 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-08-06T20:44:26.6443638Z 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-08-06T20:44:26.6449495Z 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-08-06T20:44:26.6454989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6461184Z 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-08-06T20:44:26.6466900Z 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-08-06T20:44:26.6472336Z 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-08-06T20:44:26.6478825Z 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-08-06T20:44:26.6484200Z 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-08-06T20:44:26.6489697Z 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-08-06T20:44:26.6495356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6500452Z 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-08-06T20:44:26.6505919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6511250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6516444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6523391Z 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-08-06T20:44:26.6529148Z 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-08-06T20:44:26.6534712Z 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-08-06T20:44:26.6540364Z 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-08-06T20:44:26.6545836Z 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-08-06T20:44:26.6551401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6556883Z 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-08-06T20:44:26.6562187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6567688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6572901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6578903Z 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-08-06T20:44:26.6584625Z 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-08-06T20:44:26.6590562Z 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-08-06T20:44:26.6596144Z 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-08-06T20:44:26.6601735Z 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-08-06T20:44:26.6607518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6613147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6618734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6624512Z 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-08-06T20:44:26.6630081Z 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-08-06T20:44:26.6636284Z 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-08-06T20:44:26.6641961Z 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-08-06T20:44:26.6647715Z 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-08-06T20:44:26.6653441Z 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-08-06T20:44:26.6659200Z 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-08-06T20:44:26.6664637Z 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-08-06T20:44:26.6670184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6675785Z 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-08-06T20:44:26.6681260Z 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-08-06T20:44:26.6686917Z 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-08-06T20:44:26.6692599Z 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-08-06T20:44:26.6723319Z 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-08-06T20:44:26.6729096Z 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-08-06T20:44:26.6734795Z 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-08-06T20:44:26.6740309Z 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-08-06T20:44:26.6745917Z 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-08-06T20:44:26.6752485Z 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-08-06T20:44:26.6757751Z 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-08-06T20:44:26.6763646Z 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-08-06T20:44:26.6769260Z 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-08-06T20:44:26.6774702Z 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-08-06T20:44:26.6780338Z 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-08-06T20:44:26.6786547Z 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-08-06T20:44:26.6792104Z 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-08-06T20:44:26.6797742Z 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-08-06T20:44:26.6803322Z 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-08-06T20:44:26.6809333Z 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-08-06T20:44:26.6814827Z 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-08-06T20:44:26.6820734Z 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-08-06T20:44:26.6826405Z 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-08-06T20:44:26.6832120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.6837933Z 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-08-06T20:44:26.6844116Z 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-08-06T20:44:26.6849829Z 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-08-06T20:44:26.6855697Z 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-08-06T20:44:26.6861469Z 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-08-06T20:44:26.6867240Z 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-08-06T20:44:26.6872912Z 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-08-06T20:44:26.6878614Z 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-08-06T20:44:26.6884356Z 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-08-06T20:44:26.6890502Z 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-08-06T20:44:26.6896531Z 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-08-06T20:44:26.6902187Z 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-08-06T20:44:26.6908013Z 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-08-06T20:44:26.6913889Z 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-08-06T20:44:26.6919884Z 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-08-06T20:44:26.6925850Z 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-08-06T20:44:26.6931586Z 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-08-06T20:44:26.6947078Z 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-08-06T20:44:26.6948215Z 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-08-06T20:44:26.6949344Z 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-08-06T20:44:26.6954668Z 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-08-06T20:44:26.6961036Z 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-08-06T20:44:26.6966674Z 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-08-06T20:44:26.6972537Z 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-08-06T20:44:26.6978278Z 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-08-06T20:44:26.6984200Z 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-08-06T20:44:26.6990099Z 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-08-06T20:44:26.6995762Z 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-08-06T20:44:26.7001476Z 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-08-06T20:44:26.7007632Z 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-08-06T20:44:26.7013276Z 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-08-06T20:44:26.7018757Z 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-08-06T20:44:26.7024477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7030058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7035955Z 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-08-06T20:44:26.7041585Z 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-08-06T20:44:26.7047439Z 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-08-06T20:44:26.7053290Z 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-08-06T20:44:26.7059010Z 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-08-06T20:44:26.7064722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7070329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7075977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7081583Z 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-08-06T20:44:26.7087355Z 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-08-06T20:44:26.7093391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7099094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7104673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7110263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7116322Z 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-08-06T20:44:26.7121825Z 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-08-06T20:44:26.7127297Z 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-08-06T20:44:26.7133150Z 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-08-06T20:44:26.7139619Z 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-08-06T20:44:26.7145355Z 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-08-06T20:44:26.7150843Z 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-08-06T20:44:26.7156422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7161948Z 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-08-06T20:44:26.7167674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7173229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7179004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7184675Z 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-08-06T20:44:26.7190400Z 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-08-06T20:44:26.7195791Z 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-08-06T20:44:26.7201313Z 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-08-06T20:44:26.7206894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7212454Z 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-08-06T20:44:26.7218005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7223483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7229800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7267893Z 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-08-06T20:44:26.7273222Z 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-08-06T20:44:26.7278911Z 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-08-06T20:44:26.7284406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7289786Z 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-08-06T20:44:26.7295024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7300421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7305669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7311085Z 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-08-06T20:44:26.7316414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7321879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7327741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7333286Z 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-08-06T20:44:26.7338625Z 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-08-06T20:44:26.7344228Z 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-08-06T20:44:26.7350113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7355785Z 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-08-06T20:44:26.7361256Z 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-08-06T20:44:26.7366997Z 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-08-06T20:44:26.7372658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7378298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7384177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7389272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7394891Z 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-08-06T20:44:26.7400419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7406387Z 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-08-06T20:44:26.7906343Z 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-08-06T20:44:26.7911641Z 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-08-06T20:44:26.7917516Z 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-08-06T20:44:26.7923185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7928614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7934638Z 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-08-06T20:44:26.7940220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7945569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7950841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7956407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7961910Z 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-08-06T20:44:26.7967904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7973149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7978682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7984201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.7990079Z 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-08-06T20:44:26.7995693Z 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-08-06T20:44:26.8001571Z 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-08-06T20:44:26.8008038Z 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-08-06T20:44:26.8013544Z 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-08-06T20:44:26.8018988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8024970Z 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-08-06T20:44:26.8031041Z 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-08-06T20:44:26.8036349Z 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-08-06T20:44:26.8042173Z 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-08-06T20:44:26.8048061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8053594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8059180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8065125Z 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-08-06T20:44:26.8070776Z 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-08-06T20:44:26.8076541Z 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-08-06T20:44:26.8082176Z 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-08-06T20:44:26.8088108Z 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-08-06T20:44:26.8093570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8099498Z 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-08-06T20:44:26.8105207Z 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-08-06T20:44:26.8111066Z 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-08-06T20:44:26.8116663Z 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-08-06T20:44:26.8122284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8127825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8133036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8138505Z 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-08-06T20:44:26.8143919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8149396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8154713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8160555Z 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-08-06T20:44:26.8166140Z 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-08-06T20:44:26.8172000Z 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-08-06T20:44:26.8177586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8183023Z 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-08-06T20:44:26.8188529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8194203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8199836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8205338Z 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-08-06T20:44:26.8210650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8216043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8221197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8226332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8231856Z 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-08-06T20:44:26.8237383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8242701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8248698Z 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-08-06T20:44:26.8254380Z 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-08-06T20:44:26.8259757Z 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-08-06T20:44:26.8265286Z 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-08-06T20:44:26.8270462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8275598Z 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-08-06T20:44:26.8280884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8286714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8291853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8297237Z 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-08-06T20:44:26.8302522Z 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-08-06T20:44:26.8307850Z 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-08-06T20:44:26.8313244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8318599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8323696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8329336Z 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-08-06T20:44:26.8334755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8339922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8345315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8350904Z 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-08-06T20:44:26.8356162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8361474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8366910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8372327Z 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-08-06T20:44:26.8377775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8382958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8388354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8394030Z 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-08-06T20:44:26.8399295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8404702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8410067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8415482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8421402Z 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-08-06T20:44:26.8426944Z 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-08-06T20:44:26.8432398Z 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-08-06T20:44:26.8437790Z 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-08-06T20:44:26.8443839Z 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-08-06T20:44:26.8449036Z 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-08-06T20:44:26.8454747Z 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-08-06T20:44:26.8460794Z 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-08-06T20:44:26.8465928Z 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-08-06T20:44:26.8471352Z 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-08-06T20:44:26.8476657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8481667Z 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-08-06T20:44:26.8487061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8492413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8497758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8503270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8508954Z 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-08-06T20:44:26.8514490Z 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-08-06T20:44:26.8520023Z 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-08-06T20:44:26.8526367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8532174Z 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-08-06T20:44:26.8538105Z 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-08-06T20:44:26.8543730Z 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-08-06T20:44:26.8549496Z 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-08-06T20:44:26.8555044Z 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-08-06T20:44:26.8561429Z 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-08-06T20:44:26.8566999Z 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-08-06T20:44:26.8572936Z 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-08-06T20:44:26.8578533Z 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-08-06T20:44:26.8584217Z 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-08-06T20:44:26.8589869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8595411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8601131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8607156Z 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-08-06T20:44:26.8612988Z 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-08-06T20:44:26.8618723Z 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-08-06T20:44:26.8624763Z 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-08-06T20:44:26.8630437Z 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-08-06T20:44:26.8636020Z 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-08-06T20:44:26.8641720Z 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-08-06T20:44:26.8648979Z 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-08-06T20:44:26.8654720Z 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-08-06T20:44:26.8660446Z 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-08-06T20:44:26.8665987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8671597Z 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-08-06T20:44:26.8677568Z 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-08-06T20:44:26.8683009Z 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-08-06T20:44:26.8688879Z 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-08-06T20:44:26.8694307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8924928Z 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-08-06T20:44:26.8930446Z 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-08-06T20:44:26.8935864Z 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-08-06T20:44:26.8941445Z 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-08-06T20:44:26.8946984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8952574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8958290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8964154Z 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-08-06T20:44:26.8969706Z 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-08-06T20:44:26.8975193Z 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-08-06T20:44:26.8980711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.8986925Z 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-08-06T20:44:26.8992431Z 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-08-06T20:44:26.8997873Z 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-08-06T20:44:26.9003355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.9010000Z 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-08-06T20:44:26.9015497Z 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-08-06T20:44:26.9021046Z 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-08-06T20:44:26.9026587Z 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-08-06T20:44:26.9032496Z 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-08-06T20:44:26.9038117Z 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-08-06T20:44:26.9044144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.9049394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.9054722Z 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-08-06T20:44:26.9059918Z 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-08-06T20:44:26.9065381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.9070881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.9076857Z 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-08-06T20:44:26.9082220Z 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-08-06T20:44:26.9106792Z 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-08-06T20:44:26.9112562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.9219279Z 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-08-06T20:44:26.9224822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.9231566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.9237414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.9288385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:26.9294478Z 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-08-06T20:44:27.0414803Z 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-08-06T20:44:27.0420107Z 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-08-06T20:44:27.0425814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0431352Z 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-08-06T20:44:27.0436864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0442421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0448034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0453851Z 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-08-06T20:44:27.0459236Z 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-08-06T20:44:27.0465083Z 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-08-06T20:44:27.0470624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0476100Z 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-08-06T20:44:27.0481753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0487397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0493945Z 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-08-06T20:44:27.0499438Z 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-08-06T20:44:27.0505242Z 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-08-06T20:44:27.0510683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0515913Z 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-08-06T20:44:27.0521482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0527210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0535231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0540731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0546470Z 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-08-06T20:44:27.0551826Z 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-08-06T20:44:27.0557417Z 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-08-06T20:44:27.0562972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0568449Z 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-08-06T20:44:27.0574320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0579461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0585182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0590252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0596028Z 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-08-06T20:44:27.0601443Z 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-08-06T20:44:27.0607157Z 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-08-06T20:44:27.0612778Z 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-08-06T20:44:27.0618240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0624342Z 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-08-06T20:44:27.0630203Z 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-08-06T20:44:27.0635808Z 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-08-06T20:44:27.0641502Z 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-08-06T20:44:27.0647227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0652494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0660234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0667338Z 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-08-06T20:44:27.0675653Z 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-08-06T20:44:27.0682585Z 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-08-06T20:44:27.0690074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0698047Z 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-08-06T20:44:27.0704676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.0710232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1180093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1186121Z 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-08-06T20:44:27.1191848Z 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-08-06T20:44:27.1197510Z 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-08-06T20:44:27.1203154Z 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-08-06T20:44:27.1209411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1215566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1221521Z 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-08-06T20:44:27.1227300Z 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-08-06T20:44:27.1233436Z 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-08-06T20:44:27.1238835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1244043Z 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-08-06T20:44:27.1249929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1255615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1260820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1266204Z 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-08-06T20:44:27.1271977Z 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-08-06T20:44:27.1277455Z 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-08-06T20:44:27.1282876Z 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-08-06T20:44:27.1288525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1294604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1300128Z 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-08-06T20:44:27.1305615Z 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-08-06T20:44:27.1311437Z 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-08-06T20:44:27.1317788Z 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-08-06T20:44:27.1323433Z 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-08-06T20:44:27.1329163Z 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-08-06T20:44:27.1335161Z 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-08-06T20:44:27.1341026Z 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-08-06T20:44:27.1346968Z 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-08-06T20:44:27.1352973Z 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-08-06T20:44:27.1358724Z 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-08-06T20:44:27.1364884Z 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-08-06T20:44:27.1370541Z 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-08-06T20:44:27.1376726Z 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-08-06T20:44:27.1382006Z 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-08-06T20:44:27.1387811Z 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-08-06T20:44:27.1393788Z 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-08-06T20:44:27.1400050Z 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-08-06T20:44:27.1405911Z 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-08-06T20:44:27.1411720Z 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-08-06T20:44:27.1418021Z 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-08-06T20:44:27.1424068Z 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-08-06T20:44:27.1429795Z 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-08-06T20:44:27.1435762Z 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-08-06T20:44:27.1442576Z 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-08-06T20:44:27.1448864Z 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-08-06T20:44:27.1454491Z 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-08-06T20:44:27.1460365Z 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-08-06T20:44:27.1466066Z 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-08-06T20:44:27.1471906Z 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-08-06T20:44:27.1477757Z 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-08-06T20:44:27.1483728Z 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-08-06T20:44:27.1490635Z 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-08-06T20:44:27.1496794Z 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-08-06T20:44:27.1503360Z 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-08-06T20:44:27.1557258Z 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-08-06T20:44:27.1562533Z 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-08-06T20:44:27.1568726Z 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-08-06T20:44:27.1575012Z 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-08-06T20:44:27.1771630Z 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-08-06T20:44:27.1777587Z 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-08-06T20:44:27.1783490Z 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-08-06T20:44:27.1789320Z 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-08-06T20:44:27.1795120Z 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-08-06T20:44:27.1801011Z 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-08-06T20:44:27.1807184Z 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-08-06T20:44:27.1813352Z 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-08-06T20:44:27.1819699Z 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-08-06T20:44:27.1825345Z 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-08-06T20:44:27.1831536Z 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-08-06T20:44:27.1837230Z 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-08-06T20:44:27.1843120Z 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-08-06T20:44:27.1849147Z 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-08-06T20:44:27.1855175Z 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-08-06T20:44:27.1861022Z 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-08-06T20:44:27.1866767Z 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-08-06T20:44:27.1872551Z 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-08-06T20:44:27.1878656Z 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-08-06T20:44:27.1884369Z 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-08-06T20:44:27.1890164Z 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-08-06T20:44:27.1896110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1901940Z 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-08-06T20:44:27.1907532Z 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-08-06T20:44:27.1913310Z 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-08-06T20:44:27.1918875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1924354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1930149Z 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-08-06T20:44:27.1935635Z 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-08-06T20:44:27.1941153Z 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-08-06T20:44:27.1946867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1952699Z 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-08-06T20:44:27.1958400Z 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-08-06T20:44:27.1964043Z 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-08-06T20:44:27.1969645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1975346Z 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-08-06T20:44:27.1981244Z 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-08-06T20:44:27.1986783Z 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-08-06T20:44:27.1992376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.1998526Z 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-08-06T20:44:27.2004210Z 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-08-06T20:44:27.2009640Z 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-08-06T20:44:27.2015446Z 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-08-06T20:44:27.2020923Z 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-08-06T20:44:27.2026432Z 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-08-06T20:44:27.2031965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2037256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2043304Z 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-08-06T20:44:27.2048947Z 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-08-06T20:44:27.2055062Z 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-08-06T20:44:27.2060643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2066582Z 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-08-06T20:44:27.2072142Z 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-08-06T20:44:27.2077755Z 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-08-06T20:44:27.2083834Z 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-08-06T20:44:27.2089375Z 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-08-06T20:44:27.2095212Z 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-08-06T20:44:27.2100292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2105424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2110995Z 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-08-06T20:44:27.2116371Z 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-08-06T20:44:27.2121546Z 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-08-06T20:44:27.2127263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2133174Z 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-08-06T20:44:27.2138563Z 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-08-06T20:44:27.2144146Z 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-08-06T20:44:27.2149413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2155047Z 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-08-06T20:44:27.2162079Z 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-08-06T20:44:27.2167592Z 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-08-06T20:44:27.2173502Z 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-08-06T20:44:27.2228233Z 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-08-06T20:44:27.2233716Z 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-08-06T20:44:27.2239158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2244614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2250421Z 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-08-06T20:44:27.2256125Z 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-08-06T20:44:27.2261560Z 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-08-06T20:44:27.2267121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2272925Z 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-08-06T20:44:27.2278375Z 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-08-06T20:44:27.2284208Z 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-08-06T20:44:27.2290063Z 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-08-06T20:44:27.2295780Z 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-08-06T20:44:27.2301547Z 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-08-06T20:44:27.2307088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2312811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2323734Z 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-08-06T20:44:27.2329387Z 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-08-06T20:44:27.2335082Z 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-08-06T20:44:27.2340724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2346959Z 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-08-06T20:44:27.2353299Z 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-08-06T20:44:27.2358970Z 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-08-06T20:44:27.2364941Z 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-08-06T20:44:27.2370617Z 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-08-06T20:44:27.2376290Z 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-08-06T20:44:27.2382136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2387473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2393429Z 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-08-06T20:44:27.2398975Z 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-08-06T20:44:27.2404626Z 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-08-06T20:44:27.2410273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2421368Z 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-08-06T20:44:27.2427017Z 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-08-06T20:44:27.2432748Z 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-08-06T20:44:27.2438477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2444506Z 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-08-06T20:44:27.2450271Z 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-08-06T20:44:27.2455865Z 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-08-06T20:44:27.2461759Z 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-08-06T20:44:27.2467362Z 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-08-06T20:44:27.2472929Z 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-08-06T20:44:27.2478692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2484283Z 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-08-06T20:44:27.2489933Z 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-08-06T20:44:27.2495484Z 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-08-06T20:44:27.2501023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2506711Z 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-08-06T20:44:27.2512243Z 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-08-06T20:44:27.2517612Z 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-08-06T20:44:27.2523379Z 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-08-06T20:44:27.2529089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2534695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2540064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2545837Z 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-08-06T20:44:27.2551207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2556746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2562168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2568073Z 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-08-06T20:44:27.2573636Z 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-08-06T20:44:27.2579429Z 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-08-06T20:44:27.2585045Z 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-08-06T20:44:27.2590409Z 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-08-06T20:44:27.2595926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2601386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2607242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2612519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2617767Z 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-08-06T20:44:27.2623270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2628567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2633902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2639066Z 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-08-06T20:44:27.2695484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2701299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2706822Z 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-08-06T20:44:27.2711954Z 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-08-06T20:44:27.2717386Z 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-08-06T20:44:27.2722880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2728486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2739538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2745686Z 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-08-06T20:44:27.2751359Z 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-08-06T20:44:27.2756923Z 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-08-06T20:44:27.2762444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2768293Z 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-08-06T20:44:27.2773546Z 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-08-06T20:44:27.2779027Z 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-08-06T20:44:27.2784918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2790634Z 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-08-06T20:44:27.2796144Z 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-08-06T20:44:27.2801712Z 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-08-06T20:44:27.2807509Z 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-08-06T20:44:27.2813024Z 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-08-06T20:44:27.2819374Z 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-08-06T20:44:27.2825416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2830755Z 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-08-06T20:44:27.2836272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2841851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2847439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2853011Z 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-08-06T20:44:27.2858550Z 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-08-06T20:44:27.2863938Z 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-08-06T20:44:27.2869438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2874733Z 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-08-06T20:44:27.2880081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2885662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2890844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2896432Z 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-08-06T20:44:27.2902381Z 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-08-06T20:44:27.2907552Z 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-08-06T20:44:27.2913346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2946937Z 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-08-06T20:44:27.2951859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2957218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2962549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.2968321Z 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-08-06T20:44:27.2973842Z 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-08-06T20:44:27.2979182Z 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-08-06T20:44:27.2984985Z 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-08-06T20:44:27.2995200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3000780Z 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-08-06T20:44:27.3006431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3011727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3017799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3023154Z 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-08-06T20:44:27.3055109Z 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-08-06T20:44:27.3061314Z 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-08-06T20:44:27.3066794Z 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-08-06T20:44:27.3072716Z 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-08-06T20:44:27.3078408Z 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-08-06T20:44:27.3084223Z 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-08-06T20:44:27.3090086Z 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-08-06T20:44:27.3095752Z 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-08-06T20:44:27.3102102Z 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-08-06T20:44:27.3107660Z 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-08-06T20:44:27.3113205Z 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-08-06T20:44:27.3118905Z 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-08-06T20:44:27.3125090Z 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-08-06T20:44:27.3130767Z 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-08-06T20:44:27.3136257Z 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-08-06T20:44:27.3141807Z 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-08-06T20:44:27.3147518Z 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-08-06T20:44:27.3153304Z 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-08-06T20:44:27.3159042Z 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-08-06T20:44:27.3164827Z 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-08-06T20:44:27.3170567Z 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-08-06T20:44:27.3176537Z 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-08-06T20:44:27.3182148Z 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-08-06T20:44:27.3188193Z 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-08-06T20:44:27.3193811Z 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-08-06T20:44:27.3199551Z 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-08-06T20:44:27.3205126Z 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-08-06T20:44:27.3210863Z 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-08-06T20:44:27.3216873Z 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-08-06T20:44:27.3222300Z 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-08-06T20:44:27.3227824Z 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-08-06T20:44:27.3233355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3238514Z 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-08-06T20:44:27.3244021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3249311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3254482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3259995Z 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-08-06T20:44:27.3265438Z 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-08-06T20:44:27.3270769Z 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-08-06T20:44:27.3276106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3281586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3287150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3292650Z 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-08-06T20:44:27.3298159Z 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-08-06T20:44:27.3303574Z 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-08-06T20:44:27.3309137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3314596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3320192Z 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-08-06T20:44:27.3325639Z 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-08-06T20:44:27.3330993Z 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-08-06T20:44:27.3336371Z 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-08-06T20:44:27.3341781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3347261Z 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-08-06T20:44:27.3352856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3358393Z 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-08-06T20:44:27.3363739Z 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-08-06T20:44:27.3369171Z 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-08-06T20:44:27.3374561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3379826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3385209Z 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-08-06T20:44:27.3391151Z 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-08-06T20:44:27.3396625Z 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-08-06T20:44:27.3402325Z 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-08-06T20:44:27.3407922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3413224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3418897Z 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-08-06T20:44:27.3424392Z 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-08-06T20:44:27.3430879Z 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-08-06T20:44:27.3436858Z 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-08-06T20:44:27.3442778Z 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-08-06T20:44:27.3448617Z 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-08-06T20:44:27.3454218Z 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-08-06T20:44:27.3459667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3465470Z 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-08-06T20:44:27.3471002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3476497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3482076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3487842Z 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-08-06T20:44:27.3493293Z 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-08-06T20:44:27.3498851Z 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-08-06T20:44:27.3504182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3509441Z 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-08-06T20:44:27.3515401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3520279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3525567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3530686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3535942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3541733Z 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-08-06T20:44:27.3547127Z 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-08-06T20:44:27.3553400Z 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-08-06T20:44:27.3559020Z 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-08-06T20:44:27.3564843Z 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-08-06T20:44:27.3570418Z 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-08-06T20:44:27.3575997Z 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-08-06T20:44:27.3581847Z 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-08-06T20:44:27.3587177Z 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-08-06T20:44:27.3592867Z 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-08-06T20:44:27.3598347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3603730Z 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-08-06T20:44:27.3609576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3614966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3622865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3630985Z 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-08-06T20:44:27.3639093Z 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-08-06T20:44:27.3647400Z 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-08-06T20:44:27.3654324Z 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-08-06T20:44:27.3659826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3665407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3670968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3676320Z 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-08-06T20:44:27.3681858Z 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-08-06T20:44:27.3687653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3693357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3698787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3704314Z 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-08-06T20:44:27.3709813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3715279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3720922Z 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-08-06T20:44:27.3727190Z 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-08-06T20:44:27.3732026Z 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-08-06T20:44:27.3737799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3743132Z 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-08-06T20:44:27.3748574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3754034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3759478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3764953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3770626Z 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-08-06T20:44:27.3776349Z 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-08-06T20:44:27.3782124Z 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-08-06T20:44:27.3788029Z 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-08-06T20:44:27.3793795Z 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-08-06T20:44:27.3799461Z 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-08-06T20:44:27.3805279Z 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-08-06T20:44:27.3810954Z 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-08-06T20:44:27.3816645Z 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-08-06T20:44:27.3822527Z 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-08-06T20:44:27.3828548Z 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-08-06T20:44:27.3833888Z 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-08-06T20:44:27.3839334Z 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-08-06T20:44:27.3845018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3850689Z 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-08-06T20:44:27.3856158Z 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-08-06T20:44:27.3861876Z 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-08-06T20:44:27.3868113Z 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-08-06T20:44:27.3873892Z 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-08-06T20:44:27.3879536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3884600Z 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-08-06T20:44:27.3890090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3895690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3900806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3906313Z 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-08-06T20:44:27.3912517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3918186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3923703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.3929330Z 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-08-06T20:44:27.3934764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5048492Z 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-08-06T20:44:27.5053994Z 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-08-06T20:44:27.5059504Z 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-08-06T20:44:27.5065069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5070852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5076517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5081881Z 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-08-06T20:44:27.5087525Z 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-08-06T20:44:27.5093460Z 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-08-06T20:44:27.5099223Z 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-08-06T20:44:27.5104863Z 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-08-06T20:44:27.5110486Z 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-08-06T20:44:27.5116245Z 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-08-06T20:44:27.5122089Z 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-08-06T20:44:27.5127845Z 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-08-06T20:44:27.5133782Z 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-08-06T20:44:27.5139356Z 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-08-06T20:44:27.5145010Z 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-08-06T20:44:27.5150599Z 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-08-06T20:44:27.5156039Z 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-08-06T20:44:27.5161926Z 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-08-06T20:44:27.5167848Z 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-08-06T20:44:27.5173472Z 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-08-06T20:44:27.5179115Z 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-08-06T20:44:27.5185351Z 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-08-06T20:44:27.5191623Z 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-08-06T20:44:27.5197209Z 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-08-06T20:44:27.5203131Z 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-08-06T20:44:27.5209001Z 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-08-06T20:44:27.5214565Z 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-08-06T20:44:27.5221236Z 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-08-06T20:44:27.5227065Z 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-08-06T20:44:27.5232777Z 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-08-06T20:44:27.5238657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5244747Z 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-08-06T20:44:27.5250340Z 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-08-06T20:44:27.5256036Z 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-08-06T20:44:27.5261680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5267054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5272635Z 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-08-06T20:44:27.5278261Z 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-08-06T20:44:27.5284008Z 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-08-06T20:44:27.5290045Z 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-08-06T20:44:27.5295445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5300981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5306340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5312009Z 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-08-06T20:44:27.5317701Z 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-08-06T20:44:27.5323295Z 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-08-06T20:44:27.5328965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5334665Z 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-08-06T20:44:27.5340144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5345648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5351121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5356986Z 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-08-06T20:44:27.5362495Z 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-08-06T20:44:27.5368119Z 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-08-06T20:44:27.5374174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5379845Z 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-08-06T20:44:27.5385213Z 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-08-06T20:44:27.5390932Z 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-08-06T20:44:27.5396385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5408622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5409964Z 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-08-06T20:44:27.5413490Z 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-08-06T20:44:27.5419205Z 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-08-06T20:44:27.5424699Z 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-08-06T20:44:27.5430374Z 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-08-06T20:44:27.5436088Z 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-08-06T20:44:27.5441586Z 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-08-06T20:44:27.5447717Z 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-08-06T20:44:27.5453241Z 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-08-06T20:44:27.5459262Z 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-08-06T20:44:27.5464721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5470291Z 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-08-06T20:44:27.5476002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5481544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5487371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5492792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5498738Z 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-08-06T20:44:27.5504320Z 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-08-06T20:44:27.5509930Z 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-08-06T20:44:27.5515520Z 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-08-06T20:44:27.5521193Z 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-08-06T20:44:27.5527544Z 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-08-06T20:44:27.5533248Z 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-08-06T20:44:27.5539111Z 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-08-06T20:44:27.5544665Z 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-08-06T20:44:27.5550340Z 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-08-06T20:44:27.5555873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5561781Z 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-08-06T20:44:27.5567526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5573214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5578966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5584876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.5590782Z 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-08-06T20:44:27.5596461Z 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-08-06T20:44:27.5602358Z 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-08-06T20:44:27.5608217Z 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-08-06T20:44:27.5613965Z 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-08-06T20:44:27.7860657Z 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-08-06T20:44:27.7866835Z 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-08-06T20:44:27.7876653Z 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-08-06T20:44:27.7882115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.7887850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.7894360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.7899824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.7905798Z 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-08-06T20:44:27.7911518Z 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-08-06T20:44:27.7917311Z 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-08-06T20:44:27.7922741Z 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-08-06T20:44:27.7928746Z 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-08-06T20:44:27.7934613Z 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-08-06T20:44:27.7940312Z 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-08-06T20:44:27.7945987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.7951615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.7957176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.7963074Z 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-08-06T20:44:27.7968719Z 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-08-06T20:44:27.7974539Z 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-08-06T20:44:27.7980030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.7985710Z 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-08-06T20:44:27.7991176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.7996704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8002350Z 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-08-06T20:44:27.8007979Z 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-08-06T20:44:27.8052978Z 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-08-06T20:44:27.8058409Z 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-08-06T20:44:27.8063949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8069377Z 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-08-06T20:44:27.8074784Z 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-08-06T20:44:27.8080118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8085743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8091070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8096535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8102313Z 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-08-06T20:44:27.8107773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8113243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8118826Z 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-08-06T20:44:27.8124328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8129833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8135242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8140798Z 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-08-06T20:44:27.8146122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8151487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8156979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8162192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8167647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8173308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8178735Z 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-08-06T20:44:27.8184134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8189289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8194897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8200304Z 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-08-06T20:44:27.8206091Z 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-08-06T20:44:27.8211577Z 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-08-06T20:44:27.8217301Z 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-08-06T20:44:27.8223069Z 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-08-06T20:44:27.8228463Z 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-08-06T20:44:27.8234116Z 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-08-06T20:44:27.8239723Z 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-08-06T20:44:27.8245305Z 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-08-06T20:44:27.8250772Z 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-08-06T20:44:27.8256185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8261832Z 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-08-06T20:44:27.8267313Z 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-08-06T20:44:27.8272810Z 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-08-06T20:44:27.8278313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8283871Z 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-08-06T20:44:27.8289328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8294740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8300138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8305832Z 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-08-06T20:44:27.8311145Z 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-08-06T20:44:27.8316466Z 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-08-06T20:44:27.8321801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8326972Z 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-08-06T20:44:27.8332480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8337576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8342652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8347764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8353581Z 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-08-06T20:44:27.8358827Z 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-08-06T20:44:27.8364435Z 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-08-06T20:44:27.8369800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8375388Z 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-08-06T20:44:27.8380808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8386376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8392349Z 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-08-06T20:44:27.8397669Z 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-08-06T20:44:27.8403090Z 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-08-06T20:44:27.8408656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8414132Z 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-08-06T20:44:27.8419548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8425060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8430460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8435979Z 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-08-06T20:44:27.8441347Z 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-08-06T20:44:27.8446775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8452146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8457486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8462628Z 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-08-06T20:44:27.8467903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8473419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8478878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8484735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8490244Z 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-08-06T20:44:27.8496104Z 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-08-06T20:44:27.8501562Z 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-08-06T20:44:27.8507142Z 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-08-06T20:44:27.8512781Z 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-08-06T20:44:27.8518646Z 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-08-06T20:44:27.8524424Z 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-08-06T20:44:27.8530120Z 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-08-06T20:44:27.8536537Z 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-08-06T20:44:27.8542112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8548118Z 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-08-06T20:44:27.8553817Z 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-08-06T20:44:27.8559495Z 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-08-06T20:44:27.8565321Z 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-08-06T20:44:27.8570917Z 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-08-06T20:44:27.8576757Z 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-08-06T20:44:27.8582430Z 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-08-06T20:44:27.8587995Z 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-08-06T20:44:27.8594266Z 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-08-06T20:44:27.8600626Z 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-08-06T20:44:27.8606367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8612236Z 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-08-06T20:44:27.8618177Z 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-08-06T20:44:27.8625208Z 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-08-06T20:44:27.8631125Z 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-08-06T20:44:27.8718887Z 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-08-06T20:44:27.8724747Z 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-08-06T20:44:27.8730377Z 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-08-06T20:44:27.8736094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8741754Z 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-08-06T20:44:27.8747339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8753134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.8758688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9064855Z 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-08-06T20:44:27.9070409Z 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-08-06T20:44:27.9075873Z 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-08-06T20:44:27.9081357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9087437Z 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-08-06T20:44:27.9092976Z 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-08-06T20:44:27.9098443Z 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-08-06T20:44:27.9104226Z 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-08-06T20:44:27.9110439Z 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-08-06T20:44:27.9116104Z 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-08-06T20:44:27.9121641Z 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-08-06T20:44:27.9127386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9133124Z 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-08-06T20:44:27.9139218Z 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-08-06T20:44:27.9144947Z 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-08-06T20:44:27.9150631Z 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-08-06T20:44:27.9156476Z 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-08-06T20:44:27.9162416Z 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-08-06T20:44:27.9168303Z 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-08-06T20:44:27.9173879Z 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-08-06T20:44:27.9179416Z 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-08-06T20:44:27.9820681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9825989Z 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-08-06T20:44:27.9831369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9837293Z 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-08-06T20:44:27.9842982Z 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-08-06T20:44:27.9848719Z 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-08-06T20:44:27.9854397Z 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-08-06T20:44:27.9859984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9865353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9871163Z 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-08-06T20:44:27.9877031Z 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-08-06T20:44:27.9882624Z 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-08-06T20:44:27.9888638Z 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-08-06T20:44:27.9894140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9899743Z 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-08-06T20:44:27.9905108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9910677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9916209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9921954Z 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-08-06T20:44:27.9927718Z 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-08-06T20:44:27.9933731Z 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-08-06T20:44:27.9939235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9944843Z 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-08-06T20:44:27.9950331Z 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-08-06T20:44:27.9955843Z 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-08-06T20:44:27.9961407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9966995Z 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-08-06T20:44:27.9972610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9977858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9983324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9988903Z 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-08-06T20:44:27.9994286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:27.9999623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0005320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0010645Z 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-08-06T20:44:28.0016540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0021812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0027273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0032607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0038202Z 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-08-06T20:44:28.0043618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0049262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0055080Z 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-08-06T20:44:28.0060536Z 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-08-06T20:44:28.0065904Z 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-08-06T20:44:28.0071245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0076657Z 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-08-06T20:44:28.0081816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0087021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0091935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0097028Z 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-08-06T20:44:28.0102311Z 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-08-06T20:44:28.0107511Z 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-08-06T20:44:28.0113071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0118218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0123392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0128842Z 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-08-06T20:44:28.0652362Z 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-08-06T20:44:28.0658002Z 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-08-06T20:44:28.0663559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0669181Z 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-08-06T20:44:28.0674738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0680315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0686026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0691676Z 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-08-06T20:44:28.0697396Z 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-08-06T20:44:28.0702851Z 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-08-06T20:44:28.0708533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0714365Z 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-08-06T20:44:28.0719882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0725550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0731098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0736525Z 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-08-06T20:44:28.0742221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0747424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0752987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0758572Z 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-08-06T20:44:28.0764070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0769588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0775241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0780879Z 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-08-06T20:44:28.0786518Z 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-08-06T20:44:28.0791789Z 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-08-06T20:44:28.0797378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0803470Z 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-08-06T20:44:28.0809101Z 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-08-06T20:44:28.0814486Z 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-08-06T20:44:28.0820295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0825750Z 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-08-06T20:44:28.0831177Z 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-08-06T20:44:28.0836336Z 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-08-06T20:44:28.0841900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0847771Z 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-08-06T20:44:28.0853234Z 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-08-06T20:44:28.0858689Z 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-08-06T20:44:28.0864537Z 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-08-06T20:44:28.0901459Z 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-08-06T20:44:28.0906951Z 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-08-06T20:44:28.0912383Z 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-08-06T20:44:28.0917915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0923822Z 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-08-06T20:44:28.0929391Z 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-08-06T20:44:28.0934949Z 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-08-06T20:44:28.0940554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0945943Z 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-08-06T20:44:28.0951517Z 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-08-06T20:44:28.0957169Z 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-08-06T20:44:28.0962550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0968029Z 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-08-06T20:44:28.0973483Z 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-08-06T20:44:28.0978756Z 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-08-06T20:44:28.0984270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.0990011Z 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-08-06T20:44:28.0995796Z 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-08-06T20:44:28.1000619Z 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-08-06T20:44:28.1006293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1011713Z 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-08-06T20:44:28.1017336Z 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-08-06T20:44:28.1022780Z 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-08-06T20:44:28.1028171Z 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-08-06T20:44:28.1033745Z 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-08-06T20:44:28.1039134Z 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-08-06T20:44:28.1044620Z 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-08-06T20:44:28.1055163Z 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-08-06T20:44:28.1060174Z 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-08-06T20:44:28.1065653Z 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-08-06T20:44:28.1070958Z 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-08-06T20:44:28.1076134Z 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-08-06T20:44:28.1081576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1087420Z 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-08-06T20:44:28.1092665Z 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-08-06T20:44:28.1097869Z 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-08-06T20:44:28.1103640Z 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-08-06T20:44:28.1109452Z 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-08-06T20:44:28.1114885Z 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-08-06T20:44:28.1120081Z 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-08-06T20:44:28.1125605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1130853Z 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-08-06T20:44:28.1136027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1141635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1146862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1152552Z 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-08-06T20:44:28.1158171Z 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-08-06T20:44:28.1163583Z 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-08-06T20:44:28.1169205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1174716Z 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-08-06T20:44:28.1180048Z 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-08-06T20:44:28.1185439Z 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-08-06T20:44:28.1190872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1196398Z 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-08-06T20:44:28.1201864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1207533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1212795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1218354Z 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-08-06T20:44:28.1224342Z 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-08-06T20:44:28.1230075Z 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-08-06T20:44:28.1235712Z 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-08-06T20:44:28.1241229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1246944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1252485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1258066Z 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-08-06T20:44:28.1263562Z 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-08-06T20:44:28.1269015Z 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-08-06T20:44:28.1274671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1280493Z 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-08-06T20:44:28.1286026Z 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-08-06T20:44:28.1291558Z 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-08-06T20:44:28.1297081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1302784Z 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-08-06T20:44:28.1308272Z 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-08-06T20:44:28.1313751Z 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-08-06T20:44:28.1319247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1324690Z 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-08-06T20:44:28.1330156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1335536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1340859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1346394Z 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-08-06T20:44:28.1351771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1357376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1362857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1368337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1373949Z 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-08-06T20:44:28.1380007Z 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-08-06T20:44:28.1385617Z 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-08-06T20:44:28.1391262Z 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-08-06T20:44:28.1397156Z 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-08-06T20:44:28.1402822Z 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-08-06T20:44:28.1408925Z 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-08-06T20:44:28.1414698Z 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-08-06T20:44:28.1420701Z 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-08-06T20:44:28.1426222Z 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-08-06T20:44:28.1432082Z 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-08-06T20:44:28.1437658Z 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-08-06T20:44:28.1443314Z 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-08-06T20:44:28.1449001Z 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-08-06T20:44:28.1454552Z 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-08-06T20:44:28.1460046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1465664Z 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-08-06T20:44:28.1471340Z 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-08-06T20:44:28.1476888Z 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-08-06T20:44:28.1482431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1488123Z 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-08-06T20:44:28.1493681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1499313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1504433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1509952Z 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-08-06T20:44:28.1515279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1521006Z 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-08-06T20:44:28.1526656Z 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-08-06T20:44:28.1531991Z 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-08-06T20:44:28.1537335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1542649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1548210Z 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-08-06T20:44:28.1553574Z 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-08-06T20:44:28.1559254Z 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-08-06T20:44:28.1564627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1569875Z 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-08-06T20:44:28.1575181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1580304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1585234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1590736Z 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-08-06T20:44:28.1595920Z 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-08-06T20:44:28.1601657Z 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-08-06T20:44:28.1607326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1612852Z 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-08-06T20:44:28.1618246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1623721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1629128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1634541Z 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-08-06T20:44:28.1639751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1659635Z 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-08-06T20:44:28.1664851Z 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-08-06T20:44:28.1670845Z 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-08-06T20:44:28.1676335Z 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-08-06T20:44:28.1681698Z 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-08-06T20:44:28.1687307Z 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-08-06T20:44:28.1693041Z 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-08-06T20:44:28.1698271Z 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-08-06T20:44:28.1703710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1709253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1714637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1720685Z 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-08-06T20:44:28.1726132Z 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-08-06T20:44:28.1732104Z 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-08-06T20:44:28.1737867Z 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-08-06T20:44:28.1743613Z 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-08-06T20:44:28.1749215Z 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-08-06T20:44:28.1754901Z 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-08-06T20:44:28.1760555Z 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-08-06T20:44:28.1766388Z 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-08-06T20:44:28.1772159Z 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-08-06T20:44:28.1777840Z 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-08-06T20:44:28.1783527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1790169Z 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-08-06T20:44:28.1795880Z 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-08-06T20:44:28.1801519Z 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-08-06T20:44:28.1807326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1813466Z 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-08-06T20:44:28.1819003Z 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-08-06T20:44:28.1824761Z 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-08-06T20:44:28.1830595Z 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-08-06T20:44:28.1836313Z 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-08-06T20:44:28.1841952Z 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-08-06T20:44:28.1847815Z 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-08-06T20:44:28.1853798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1859898Z 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-08-06T20:44:28.1865507Z 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-08-06T20:44:28.1870970Z 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-08-06T20:44:28.1876628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1882394Z 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-08-06T20:44:28.1888059Z 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-08-06T20:44:28.1894145Z 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-08-06T20:44:28.1899744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1905377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1911169Z 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-08-06T20:44:28.1916757Z 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-08-06T20:44:28.1922466Z 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-08-06T20:44:28.1928178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1933967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.1939905Z 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-08-06T20:44:28.1945514Z 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-08-06T20:44:28.1951199Z 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-08-06T20:44:28.1957130Z 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-08-06T20:44:28.1963106Z 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-08-06T20:44:28.1968915Z 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-08-06T20:44:28.1974668Z 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-08-06T20:44:28.1980101Z 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-08-06T20:44:28.1985749Z 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-08-06T20:44:28.1991419Z 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-08-06T20:44:28.1997003Z 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-08-06T20:44:28.2002532Z 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-08-06T20:44:28.2008357Z 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-08-06T20:44:28.2014465Z 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-08-06T20:44:28.2020359Z 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-08-06T20:44:28.2026018Z 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-08-06T20:44:28.2031578Z 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-08-06T20:44:28.2037143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.2042937Z 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-08-06T20:44:28.2048709Z 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-08-06T20:44:28.2054767Z 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-08-06T20:44:28.2060144Z 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-08-06T20:44:28.2065662Z 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-08-06T20:44:28.2071193Z 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-08-06T20:44:28.2076696Z 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-08-06T20:44:28.2082337Z 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-08-06T20:44:28.2088186Z 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-08-06T20:44:28.2093499Z 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-08-06T20:44:28.2099082Z 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-08-06T20:44:28.2104675Z 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-08-06T20:44:28.2110369Z 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-08-06T20:44:28.2115755Z 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-08-06T20:44:28.2121739Z 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-08-06T20:44:28.2127663Z 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-08-06T20:44:28.2133413Z 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-08-06T20:44:28.2809586Z 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-08-06T20:44:28.2815228Z 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-08-06T20:44:28.2820932Z 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-08-06T20:44:28.2827000Z 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-08-06T20:44:28.2832770Z 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-08-06T20:44:28.2838476Z 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-08-06T20:44:28.2844188Z 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-08-06T20:44:28.2850864Z 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-08-06T20:44:28.2857118Z 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-08-06T20:44:28.2862408Z 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-08-06T20:44:28.2868315Z 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-08-06T20:44:28.2874254Z 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-08-06T20:44:28.2880033Z 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-08-06T20:44:28.2885834Z 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-08-06T20:44:28.2891392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.2897254Z 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-08-06T20:44:28.2903001Z 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-08-06T20:44:28.2908701Z 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-08-06T20:44:28.2914338Z 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-08-06T20:44:28.2919962Z 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-08-06T20:44:28.2925698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.2931681Z 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-08-06T20:44:28.2937385Z 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-08-06T20:44:28.2943238Z 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-08-06T20:44:28.2948822Z 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-08-06T20:44:28.2954878Z 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-08-06T20:44:28.2960589Z 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-08-06T20:44:28.2966721Z 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-08-06T20:44:28.2972268Z 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-08-06T20:44:28.2978143Z 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-08-06T20:44:28.2983887Z 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-08-06T20:44:28.2989793Z 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-08-06T20:44:28.2995243Z 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-08-06T20:44:28.3000946Z 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-08-06T20:44:28.3006745Z 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-08-06T20:44:28.3012439Z 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-08-06T20:44:28.3018280Z 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-08-06T20:44:28.3023903Z 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-08-06T20:44:28.3049882Z 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-08-06T20:44:28.3055502Z 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-08-06T20:44:28.3061200Z 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-08-06T20:44:28.3067166Z 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-08-06T20:44:28.3072714Z 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-08-06T20:44:28.3078440Z 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-08-06T20:44:28.3084065Z 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-08-06T20:44:28.3089842Z 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-08-06T20:44:28.3095561Z 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-08-06T20:44:28.3101321Z 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-08-06T20:44:28.3107070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3112926Z 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-08-06T20:44:28.3118724Z 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-08-06T20:44:28.3124956Z 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-08-06T20:44:28.3130319Z 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-08-06T20:44:28.3136451Z 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-08-06T20:44:28.3142086Z 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-08-06T20:44:28.3147668Z 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-08-06T20:44:28.3153526Z 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-08-06T20:44:28.3159324Z 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-08-06T20:44:28.3165168Z 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-08-06T20:44:28.3171128Z 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-08-06T20:44:28.3176819Z 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-08-06T20:44:28.3182514Z 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-08-06T20:44:28.3188225Z 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-08-06T20:44:28.3194376Z 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-08-06T20:44:28.3199871Z 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-08-06T20:44:28.3205592Z 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-08-06T20:44:28.3211192Z 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-08-06T20:44:28.3217258Z 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-08-06T20:44:28.3222825Z 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-08-06T20:44:28.3228466Z 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-08-06T20:44:28.3234089Z 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-08-06T20:44:28.3239883Z 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-08-06T20:44:28.3245527Z 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-08-06T20:44:28.3251560Z 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-08-06T20:44:28.3257125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3262939Z 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-08-06T20:44:28.3268603Z 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-08-06T20:44:28.3274149Z 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-08-06T20:44:28.3279577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3285752Z 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-08-06T20:44:28.3291317Z 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-08-06T20:44:28.3297212Z 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-08-06T20:44:28.3303071Z 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-08-06T20:44:28.3308722Z 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-08-06T20:44:28.3314311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3320167Z 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-08-06T20:44:28.3325702Z 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-08-06T20:44:28.3331284Z 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-08-06T20:44:28.3336652Z 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-08-06T20:44:28.3342435Z 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-08-06T20:44:28.3347904Z 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-08-06T20:44:28.3353887Z 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-08-06T20:44:28.3359426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3365334Z 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-08-06T20:44:28.3370798Z 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-08-06T20:44:28.3376414Z 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-08-06T20:44:28.3382019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3387887Z 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-08-06T20:44:28.3393707Z 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-08-06T20:44:28.3399666Z 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-08-06T20:44:28.3405894Z 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-08-06T20:44:28.3410986Z 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-08-06T20:44:28.3416573Z 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-08-06T20:44:28.3423307Z 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-08-06T20:44:28.3429126Z 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-08-06T20:44:28.3435026Z 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-08-06T20:44:28.3440921Z 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-08-06T20:44:28.3446838Z 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-08-06T20:44:28.3452641Z 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-08-06T20:44:28.3458282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3464224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3470200Z 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-08-06T20:44:28.3475940Z 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-08-06T20:44:28.3481598Z 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-08-06T20:44:28.3487652Z 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-08-06T20:44:28.3493325Z 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-08-06T20:44:28.3499256Z 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-08-06T20:44:28.3505119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3511151Z 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-08-06T20:44:28.3516722Z 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-08-06T20:44:28.3522314Z 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-08-06T20:44:28.3528157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3534211Z 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-08-06T20:44:28.3540182Z 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-08-06T20:44:28.3545885Z 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-08-06T20:44:28.3551545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3558196Z 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-08-06T20:44:28.3564027Z 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-08-06T20:44:28.3569502Z 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-08-06T20:44:28.3575151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3581354Z 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-08-06T20:44:28.3587153Z 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-08-06T20:44:28.3592804Z 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-08-06T20:44:28.3598462Z 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-08-06T20:44:28.3604747Z 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-08-06T20:44:28.3610493Z 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-08-06T20:44:28.3616408Z 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-08-06T20:44:28.3622161Z 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-08-06T20:44:28.3627888Z 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-08-06T20:44:28.3633528Z 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-08-06T20:44:28.3639275Z 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-08-06T20:44:28.3645032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3677360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3683388Z 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-08-06T20:44:28.3688975Z 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-08-06T20:44:28.3694605Z 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-08-06T20:44:28.3700532Z 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-08-06T20:44:28.3706176Z 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-08-06T20:44:28.3711829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3717480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3723425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3729048Z 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-08-06T20:44:28.3734447Z 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-08-06T20:44:28.3740223Z 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-08-06T20:44:28.3745663Z 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-08-06T20:44:28.3751053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3757371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3768122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3773265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3778740Z 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-08-06T20:44:28.3784008Z 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-08-06T20:44:28.3789578Z 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-08-06T20:44:28.3795102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3800477Z 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-08-06T20:44:28.3806220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3811888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3817263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3822835Z 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-08-06T20:44:28.3828243Z 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-08-06T20:44:28.3833891Z 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-08-06T20:44:28.3839348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3844670Z 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-08-06T20:44:28.3850144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3856344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3861503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3867020Z 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-08-06T20:44:28.3872270Z 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-08-06T20:44:28.3877720Z 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-08-06T20:44:28.3883172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3888511Z 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-08-06T20:44:28.3893908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3899432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3904606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3910068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3915905Z 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-08-06T20:44:28.3921507Z 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-08-06T20:44:28.3927337Z 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-08-06T20:44:28.3932995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3938711Z 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-08-06T20:44:28.3944537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3950213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3956242Z 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-08-06T20:44:28.3961834Z 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-08-06T20:44:28.3967781Z 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-08-06T20:44:28.3973539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3979247Z 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-08-06T20:44:28.3985093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3991001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.3996572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4002367Z 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-08-06T20:44:28.4008151Z 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-08-06T20:44:28.4014995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4020550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4026361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4031656Z 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-08-06T20:44:28.4037525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4042885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4048945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4054657Z 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-08-06T20:44:28.4060220Z 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-08-06T20:44:28.4066067Z 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-08-06T20:44:28.4071758Z 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-08-06T20:44:28.4077419Z 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-08-06T20:44:28.4083642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4089704Z 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-08-06T20:44:28.4095363Z 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-08-06T20:44:28.4101509Z 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-08-06T20:44:28.4107325Z 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-08-06T20:44:28.4113435Z 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-08-06T20:44:28.4119582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4282629Z 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-08-06T20:44:28.4287931Z 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-08-06T20:44:28.4293275Z 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-08-06T20:44:28.4298566Z 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-08-06T20:44:28.4303964Z 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-08-06T20:44:28.4309250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4314783Z 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-08-06T20:44:28.4320022Z 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-08-06T20:44:28.4325471Z 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-08-06T20:44:28.4330787Z 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-08-06T20:44:28.4336086Z 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-08-06T20:44:28.4341327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4346423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4352032Z 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-08-06T20:44:28.4357356Z 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-08-06T20:44:28.4362691Z 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-08-06T20:44:28.4368071Z 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-08-06T20:44:28.4373439Z 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-08-06T20:44:28.4378751Z 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-08-06T20:44:28.4384230Z 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-08-06T20:44:28.4389618Z 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-08-06T20:44:28.4394995Z 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-08-06T20:44:28.4400299Z 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-08-06T20:44:28.4405683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4417139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4418051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4422266Z 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-08-06T20:44:28.4428165Z 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-08-06T20:44:28.4433686Z 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-08-06T20:44:28.4439308Z 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-08-06T20:44:28.4445177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4450862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4456471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4462399Z 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-08-06T20:44:28.4468445Z 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-08-06T20:44:28.4474180Z 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-08-06T20:44:28.4479972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4485804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4491647Z 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-08-06T20:44:28.4496989Z 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-08-06T20:44:28.4502612Z 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-08-06T20:44:28.4508044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4513163Z 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-08-06T20:44:28.4518641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4524151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4530031Z 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-08-06T20:44:28.4535572Z 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-08-06T20:44:28.4541232Z 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-08-06T20:44:28.4546939Z 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-08-06T20:44:28.4552470Z 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-08-06T20:44:28.4558066Z 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-08-06T20:44:28.4563620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4568980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4574514Z 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-08-06T20:44:28.4580223Z 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-08-06T20:44:28.4585889Z 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-08-06T20:44:28.4591867Z 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-08-06T20:44:28.4597578Z 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-08-06T20:44:28.4603415Z 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-08-06T20:44:28.4609120Z 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-08-06T20:44:28.4615070Z 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-08-06T20:44:28.4620834Z 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-08-06T20:44:28.4626716Z 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-08-06T20:44:28.4632676Z 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-08-06T20:44:28.4638417Z 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-08-06T20:44:28.4643929Z 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-08-06T20:44:28.4649578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4655557Z 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-08-06T20:44:28.4661285Z 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-08-06T20:44:28.4667155Z 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-08-06T20:44:28.4672758Z 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-08-06T20:44:28.4678437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4684003Z 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-08-06T20:44:28.4689698Z 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-08-06T20:44:28.4721394Z 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-08-06T20:44:28.4727121Z 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-08-06T20:44:28.4732936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4738504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4744257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4749569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4755320Z 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-08-06T20:44:28.4760615Z 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-08-06T20:44:28.4766232Z 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-08-06T20:44:28.4771914Z 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-08-06T20:44:28.4777486Z 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-08-06T20:44:28.4783372Z 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-08-06T20:44:28.4788811Z 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-08-06T20:44:28.4794361Z 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-08-06T20:44:28.4799868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4805273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4810383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4816214Z 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-08-06T20:44:28.4821480Z 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-08-06T20:44:28.4826809Z 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-08-06T20:44:28.4832143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4837415Z 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-08-06T20:44:28.4842705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4848158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4853447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4859062Z 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-08-06T20:44:28.4864548Z 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-08-06T20:44:28.4870383Z 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-08-06T20:44:28.4875785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4881724Z 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-08-06T20:44:28.4887209Z 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-08-06T20:44:28.4892693Z 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-08-06T20:44:28.4898335Z 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-08-06T20:44:28.4903907Z 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-08-06T20:44:28.4909426Z 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-08-06T20:44:28.4914886Z 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-08-06T20:44:28.4920396Z 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-08-06T20:44:28.4926165Z 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-08-06T20:44:28.4931523Z 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-08-06T20:44:28.4937378Z 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-08-06T20:44:28.4942775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4948406Z 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-08-06T20:44:28.4953912Z 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-08-06T20:44:28.4959348Z 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-08-06T20:44:28.4965025Z 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-08-06T20:44:28.4970630Z 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-08-06T20:44:28.4976272Z 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-08-06T20:44:28.4981931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.4987677Z 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-08-06T20:44:28.4993622Z 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-08-06T20:44:28.4999142Z 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-08-06T20:44:28.5005087Z 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-08-06T20:44:28.5010946Z 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-08-06T20:44:28.5016822Z 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-08-06T20:44:28.5022593Z 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-08-06T20:44:28.5028335Z 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-08-06T20:44:28.5033990Z 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-08-06T20:44:28.5039630Z 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-08-06T20:44:28.5045308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5051032Z 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-08-06T20:44:28.5057175Z 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-08-06T20:44:28.5062997Z 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-08-06T20:44:28.5068548Z 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-08-06T20:44:28.5074499Z 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-08-06T20:44:28.5080193Z 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-08-06T20:44:28.5086103Z 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-08-06T20:44:28.5091828Z 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-08-06T20:44:28.5097553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5102911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5108709Z 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-08-06T20:44:28.5114184Z 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-08-06T20:44:28.5119717Z 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-08-06T20:44:28.5125734Z 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-08-06T20:44:28.5131474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5136789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5143120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5148825Z 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-08-06T20:44:28.5154709Z 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-08-06T20:44:28.5160147Z 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-08-06T20:44:28.5165629Z 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-08-06T20:44:28.5171671Z 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-08-06T20:44:28.5177165Z 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-08-06T20:44:28.5182444Z 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-08-06T20:44:28.5188076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5193376Z 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-08-06T20:44:28.5198914Z 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-08-06T20:44:28.5204350Z 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-08-06T20:44:28.5210310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5216927Z 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-08-06T20:44:28.5222040Z 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-08-06T20:44:28.5227471Z 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-08-06T20:44:28.5233090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5238262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5244058Z 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-08-06T20:44:28.5249572Z 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-08-06T20:44:28.5255570Z 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-08-06T20:44:28.5261173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5266813Z 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-08-06T20:44:28.5273410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5279257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5284786Z 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-08-06T20:44:28.5290632Z 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-08-06T20:44:28.5296349Z 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-08-06T20:44:28.5301697Z 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-08-06T20:44:28.5307076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5312283Z 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-08-06T20:44:28.5317505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5322849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5328098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5333781Z 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-08-06T20:44:28.5339424Z 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-08-06T20:44:28.5345005Z 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-08-06T20:44:28.5350560Z 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-08-06T20:44:28.5356268Z 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-08-06T20:44:28.5361671Z 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-08-06T20:44:28.5367422Z 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-08-06T20:44:28.5372993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5378514Z 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-08-06T20:44:28.5384356Z 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-08-06T20:44:28.5389796Z 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-08-06T20:44:28.5395472Z 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-08-06T20:44:28.5401194Z 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-08-06T20:44:28.5406939Z 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-08-06T20:44:28.5412468Z 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-08-06T20:44:28.5418155Z 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-08-06T20:44:28.5423842Z 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-08-06T20:44:28.5429950Z 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-08-06T20:44:28.5435512Z 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-08-06T20:44:28.5441348Z 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-08-06T20:44:28.5447106Z 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-08-06T20:44:28.5452853Z 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-08-06T20:44:28.5458729Z 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-08-06T20:44:28.5464379Z 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-08-06T20:44:28.5470529Z 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-08-06T20:44:28.5476278Z 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-08-06T20:44:28.5482057Z 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-08-06T20:44:28.5487811Z 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-08-06T20:44:28.5493874Z 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-08-06T20:44:28.5499475Z 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-08-06T20:44:28.5505498Z 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-08-06T20:44:28.5511168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5517019Z 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-08-06T20:44:28.5522577Z 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-08-06T20:44:28.5528491Z 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-08-06T20:44:28.5534208Z 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-08-06T20:44:28.5540513Z 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-08-06T20:44:28.5546668Z 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-08-06T20:44:28.5552601Z 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-08-06T20:44:28.5558439Z 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-08-06T20:44:28.5564348Z 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-08-06T20:44:28.5570245Z 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-08-06T20:44:28.5577014Z 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-08-06T20:44:28.5582668Z 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-08-06T20:44:28.5608667Z 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-08-06T20:44:28.5614839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5620549Z 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-08-06T20:44:28.5627001Z 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-08-06T20:44:28.5632676Z 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-08-06T20:44:28.5638281Z 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-08-06T20:44:28.5644174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5650009Z 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-08-06T20:44:28.5655748Z 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-08-06T20:44:28.5661448Z 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-08-06T20:44:28.5667575Z 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-08-06T20:44:28.5673614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5679523Z 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-08-06T20:44:28.5686057Z 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-08-06T20:44:28.5691860Z 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-08-06T20:44:28.5697289Z 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-08-06T20:44:28.5702867Z 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-08-06T20:44:28.5708580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5714142Z 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-08-06T20:44:28.5719866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5726261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5731494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5737016Z 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-08-06T20:44:28.5742631Z 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-08-06T20:44:28.5748073Z 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-08-06T20:44:28.5753913Z 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-08-06T20:44:28.5760439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5766139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5771862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5777353Z 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-08-06T20:44:28.5782911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5788417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5794110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5800193Z 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-08-06T20:44:28.5805658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5810836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5816058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5821301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5826959Z 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-08-06T20:44:28.5832416Z 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-08-06T20:44:28.5838115Z 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-08-06T20:44:28.5844512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5850238Z 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-08-06T20:44:28.5855706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5861355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5867266Z 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-08-06T20:44:28.5873090Z 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-08-06T20:44:28.5878603Z 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-08-06T20:44:28.5885241Z 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-08-06T20:44:28.5890812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5896193Z 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-08-06T20:44:28.5901657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5907213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5912549Z 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-08-06T20:44:28.5918455Z 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-08-06T20:44:28.5924685Z 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-08-06T20:44:28.5930448Z 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-08-06T20:44:28.5936037Z 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-08-06T20:44:28.5941605Z 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-08-06T20:44:28.5947448Z 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-08-06T20:44:28.5953025Z 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-08-06T20:44:28.5959561Z 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-08-06T20:44:28.5965168Z 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-08-06T20:44:28.5970693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.5976147Z 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-08-06T20:44:28.5981883Z 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-08-06T20:44:28.5987405Z 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-08-06T20:44:28.5992849Z 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-08-06T20:44:28.5999737Z 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-08-06T20:44:28.6005550Z 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-08-06T20:44:28.6011219Z 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-08-06T20:44:28.6016848Z 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-08-06T20:44:28.6022509Z 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-08-06T20:44:28.6028385Z 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-08-06T20:44:28.6034195Z 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-08-06T20:44:28.6039866Z 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-08-06T20:44:28.6045699Z 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-08-06T20:44:28.6051751Z 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-08-06T20:44:28.6057491Z 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-08-06T20:44:28.6063106Z 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-08-06T20:44:28.6069153Z 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-08-06T20:44:28.6074835Z 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-08-06T20:44:28.6080810Z 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-08-06T20:44:28.6086573Z 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-08-06T20:44:28.6092544Z 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-08-06T20:44:28.6098760Z 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-08-06T20:44:28.6106729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6111703Z 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-08-06T20:44:28.6117373Z 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-08-06T20:44:28.6122674Z 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-08-06T20:44:28.6128432Z 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-08-06T20:44:28.6133968Z 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-08-06T20:44:28.6139950Z 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-08-06T20:44:28.6145830Z 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-08-06T20:44:28.6151407Z 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-08-06T20:44:28.6157205Z 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-08-06T20:44:28.6162775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6168164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6173874Z 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-08-06T20:44:28.6180038Z 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-08-06T20:44:28.6186014Z 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-08-06T20:44:28.6212664Z 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-08-06T20:44:28.6218451Z 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-08-06T20:44:28.6224061Z 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-08-06T20:44:28.6229379Z 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-08-06T20:44:28.6235168Z 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-08-06T20:44:28.6240556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6245938Z 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-08-06T20:44:28.6251621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6257507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6262617Z 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-08-06T20:44:28.6268051Z 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-08-06T20:44:28.6273828Z 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-08-06T20:44:28.6279579Z 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-08-06T20:44:28.6285388Z 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-08-06T20:44:28.6291021Z 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-08-06T20:44:28.6296570Z 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-08-06T20:44:28.6302092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6459052Z 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-08-06T20:44:28.6464794Z 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-08-06T20:44:28.6470626Z 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-08-06T20:44:28.6476044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6481764Z 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-08-06T20:44:28.6488147Z 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-08-06T20:44:28.6494002Z 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-08-06T20:44:28.6500045Z 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-08-06T20:44:28.6505709Z 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-08-06T20:44:28.6511522Z 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-08-06T20:44:28.6517310Z 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-08-06T20:44:28.6523106Z 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-08-06T20:44:28.6529456Z 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-08-06T20:44:28.6535302Z 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-08-06T20:44:28.6541250Z 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-08-06T20:44:28.6546857Z 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-08-06T20:44:28.6552699Z 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-08-06T20:44:28.6558370Z 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-08-06T20:44:28.6564332Z 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-08-06T20:44:28.6570027Z 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-08-06T20:44:28.6575906Z 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-08-06T20:44:28.6582044Z 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-08-06T20:44:28.6587839Z 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-08-06T20:44:28.6593640Z 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-08-06T20:44:28.6599968Z 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-08-06T20:44:28.6605690Z 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-08-06T20:44:28.6611475Z 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-08-06T20:44:28.6617467Z 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-08-06T20:44:28.6623383Z 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-08-06T20:44:28.6629206Z 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-08-06T20:44:28.6635043Z 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-08-06T20:44:28.6640937Z 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-08-06T20:44:28.6646936Z 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-08-06T20:44:28.6652664Z 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-08-06T20:44:28.6658431Z 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-08-06T20:44:28.6664269Z 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-08-06T20:44:28.6670531Z 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-08-06T20:44:28.6676204Z 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-08-06T20:44:28.6682439Z 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-08-06T20:44:28.6688365Z 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-08-06T20:44:28.6694553Z 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-08-06T20:44:28.6703781Z 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-08-06T20:44:28.6709968Z 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-08-06T20:44:28.6715518Z 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-08-06T20:44:28.6721347Z 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-08-06T20:44:28.6727905Z 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-08-06T20:44:28.6733940Z 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-08-06T20:44:28.6739666Z 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-08-06T20:44:28.6745479Z 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-08-06T20:44:28.6752404Z 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-08-06T20:44:28.6758364Z 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-08-06T20:44:28.6764475Z 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-08-06T20:44:28.6770305Z 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-08-06T20:44:28.6775969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6781961Z 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-08-06T20:44:28.6787362Z 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-08-06T20:44:28.6792795Z 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-08-06T20:44:28.6798709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6803930Z 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-08-06T20:44:28.6809323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6814801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6819952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6825368Z 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-08-06T20:44:28.6831258Z 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-08-06T20:44:28.6837094Z 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-08-06T20:44:28.6842762Z 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-08-06T20:44:28.6848552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6853810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6859274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6864713Z 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-08-06T20:44:28.6870303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6875771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6881204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6886901Z 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-08-06T20:44:28.6892187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6897602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6903234Z 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-08-06T20:44:28.6908861Z 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-08-06T20:44:28.6914359Z 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-08-06T20:44:28.6920341Z 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-08-06T20:44:28.6926183Z 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-08-06T20:44:28.6932001Z 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-08-06T20:44:28.6937676Z 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-08-06T20:44:28.6943526Z 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-08-06T20:44:28.6948980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.6954333Z 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-08-06T20:44:28.6959963Z 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-08-06T20:44:28.6966086Z 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-08-06T20:44:28.6971492Z 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-08-06T20:44:28.6977300Z 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-08-06T20:44:28.6983757Z 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-08-06T20:44:28.6989324Z 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-08-06T20:44:28.6995091Z 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-08-06T20:44:28.7000664Z 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-08-06T20:44:28.7006206Z 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-08-06T20:44:28.7012090Z 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-08-06T20:44:28.7017559Z 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-08-06T20:44:28.7023475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7028942Z 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-08-06T20:44:28.7034267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7039478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7045000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7050231Z 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-08-06T20:44:28.7055602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7060767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7066148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7071365Z 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-08-06T20:44:28.7076992Z 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-08-06T20:44:28.7082800Z 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-08-06T20:44:28.7088756Z 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-08-06T20:44:28.7094573Z 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-08-06T20:44:28.7100763Z 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-08-06T20:44:28.7106767Z 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-08-06T20:44:28.7112459Z 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-08-06T20:44:28.7118492Z 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-08-06T20:44:28.7124921Z 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-08-06T20:44:28.7130554Z 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-08-06T20:44:28.7136385Z 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-08-06T20:44:28.7142356Z 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-08-06T20:44:28.7148186Z 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-08-06T20:44:28.7153966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7162064Z 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-08-06T20:44:28.7169224Z 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-08-06T20:44:28.7177621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7184648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7191612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7199576Z 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-08-06T20:44:28.7207464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7214165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7221032Z 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-08-06T20:44:28.7228109Z 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-08-06T20:44:28.7236522Z 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-08-06T20:44:28.7243803Z 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-08-06T20:44:28.7251024Z 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-08-06T20:44:28.7258260Z 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-08-06T20:44:28.7266703Z 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-08-06T20:44:28.7273841Z 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-08-06T20:44:28.7282050Z 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-08-06T20:44:28.7290444Z 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-08-06T20:44:28.7297863Z 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-08-06T20:44:28.7304501Z 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-08-06T20:44:28.7311650Z 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-08-06T20:44:28.7319472Z 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-08-06T20:44:28.7326597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7333040Z 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-08-06T20:44:28.7340085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7348324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7354842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7361674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7368670Z 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-08-06T20:44:28.7375463Z 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-08-06T20:44:28.7383612Z 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-08-06T20:44:28.7390656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7397528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7404759Z 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-08-06T20:44:28.7412542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7442600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7447913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7465846Z 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-08-06T20:44:28.7471615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7477285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7482703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7488709Z 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-08-06T20:44:28.7494506Z 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-08-06T20:44:28.7499984Z 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-08-06T20:44:28.7505760Z 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-08-06T20:44:28.7511910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7517337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7522784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7529411Z 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-08-06T20:44:28.7537438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7545235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7553142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7560936Z 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-08-06T20:44:28.7568696Z 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-08-06T20:44:28.7574243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7579841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7585470Z 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-08-06T20:44:28.7591563Z 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-08-06T20:44:28.7597150Z 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-08-06T20:44:28.7602775Z 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-08-06T20:44:28.7608696Z 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-08-06T20:44:28.7614474Z 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-08-06T20:44:28.7619985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7625526Z 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-08-06T20:44:28.7631073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7637891Z 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-08-06T20:44:28.7642684Z 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-08-06T20:44:28.7648908Z 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-08-06T20:44:28.7654879Z 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-08-06T20:44:28.7660500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7666279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7671782Z 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-08-06T20:44:28.7677608Z 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-08-06T20:44:28.7683446Z 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-08-06T20:44:28.7689526Z 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-08-06T20:44:28.7695238Z 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-08-06T20:44:28.7701143Z 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-08-06T20:44:28.7706996Z 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-08-06T20:44:28.7712824Z 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-08-06T20:44:28.7718356Z 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-08-06T20:44:28.7724454Z 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-08-06T20:44:28.7730255Z 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-08-06T20:44:28.7736016Z 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-08-06T20:44:28.7742443Z 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-08-06T20:44:28.7748182Z 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-08-06T20:44:28.7753902Z 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-08-06T20:44:28.7759821Z 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-08-06T20:44:28.7765828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.7771678Z 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-08-06T20:44:28.7777711Z 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-08-06T20:44:28.7783381Z 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-08-06T20:44:28.7789235Z 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-08-06T20:44:28.7795124Z 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-08-06T20:44:28.7800796Z 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-08-06T20:44:28.7806909Z 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-08-06T20:44:28.7812932Z 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-08-06T20:44:28.7818506Z 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-08-06T20:44:28.7824271Z 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-08-06T20:44:28.7830061Z 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-08-06T20:44:28.7835994Z 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-08-06T20:44:28.7841868Z 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-08-06T20:44:28.7848265Z 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-08-06T20:44:28.7854078Z 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-08-06T20:44:28.7860080Z 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-08-06T20:44:28.7866110Z 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-08-06T20:44:28.7871959Z 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-08-06T20:44:28.7877910Z 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-08-06T20:44:28.7883822Z 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-08-06T20:44:28.7889590Z 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-08-06T20:44:28.7895298Z 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-08-06T20:44:28.7901235Z 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-08-06T20:44:28.7907579Z 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-08-06T20:44:28.7913076Z 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-08-06T20:44:28.7919114Z 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-08-06T20:44:28.7924928Z 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-08-06T20:44:28.7930537Z 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-08-06T20:44:28.9859068Z 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-08-06T20:44:28.9864778Z 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-08-06T20:44:28.9870780Z 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-08-06T20:44:28.9876636Z 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-08-06T20:44:28.9882443Z 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-08-06T20:44:28.9888394Z 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-08-06T20:44:28.9894339Z 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-08-06T20:44:28.9899973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.9906009Z 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-08-06T20:44:28.9911810Z 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-08-06T20:44:28.9917395Z 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-08-06T20:44:28.9923050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.9928539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.9934037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.9939592Z 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-08-06T20:44:28.9945219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.9950755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.9956781Z 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-08-06T20:44:28.9961976Z 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-08-06T20:44:28.9967576Z 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-08-06T20:44:28.9973097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.9978067Z 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-08-06T20:44:28.9983780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.9989425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:28.9994818Z 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-08-06T20:44:29.0000689Z 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-08-06T20:44:29.0006229Z 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-08-06T20:44:29.0012459Z 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-08-06T20:44:29.0018021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0024046Z 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-08-06T20:44:29.0029452Z 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-08-06T20:44:29.0034977Z 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-08-06T20:44:29.0041239Z 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-08-06T20:44:29.0047433Z 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-08-06T20:44:29.0053152Z 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-08-06T20:44:29.0058908Z 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-08-06T20:44:29.0064541Z 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-08-06T20:44:29.0070053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0075618Z 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-08-06T20:44:29.0081017Z 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-08-06T20:44:29.0086651Z 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-08-06T20:44:29.0092262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0098115Z 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-08-06T20:44:29.0104065Z 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-08-06T20:44:29.0109506Z 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-08-06T20:44:29.0115057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0120693Z 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-08-06T20:44:29.0126380Z 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-08-06T20:44:29.0131846Z 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-08-06T20:44:29.0137472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0143482Z 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-08-06T20:44:29.0148885Z 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-08-06T20:44:29.0154495Z 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-08-06T20:44:29.0159978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0165664Z 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-08-06T20:44:29.0171232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0176729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0182776Z 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-08-06T20:44:29.0187953Z 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-08-06T20:44:29.0193367Z 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-08-06T20:44:29.0198706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0204094Z 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-08-06T20:44:29.0209546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0214970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0220203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0225505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0231160Z 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-08-06T20:44:29.0236793Z 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-08-06T20:44:29.0242271Z 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-08-06T20:44:29.0247948Z 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-08-06T20:44:29.0253531Z 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-08-06T20:44:29.0259368Z 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-08-06T20:44:29.0265040Z 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-08-06T20:44:29.0270812Z 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-08-06T20:44:29.0276336Z 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-08-06T20:44:29.0281900Z 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-08-06T20:44:29.0288035Z 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-08-06T20:44:29.0293628Z 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-08-06T20:44:29.0299143Z 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-08-06T20:44:29.0304933Z 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-08-06T20:44:29.0310930Z 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-08-06T20:44:29.0316646Z 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-08-06T20:44:29.0322179Z 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-08-06T20:44:29.0327972Z 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-08-06T20:44:29.0333922Z 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-08-06T20:44:29.0339538Z 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-08-06T20:44:29.0345396Z 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-08-06T20:44:29.0351284Z 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-08-06T20:44:29.0357009Z 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-08-06T20:44:29.0363103Z 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-08-06T20:44:29.0368847Z 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-08-06T20:44:29.0374586Z 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-08-06T20:44:29.0385253Z 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-08-06T20:44:29.0388537Z 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-08-06T20:44:29.0394115Z 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-08-06T20:44:29.0399830Z 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-08-06T20:44:29.0405665Z 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-08-06T20:44:29.0411798Z 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-08-06T20:44:29.0417731Z 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-08-06T20:44:29.0423480Z 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-08-06T20:44:29.0429232Z 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-08-06T20:44:29.0435489Z 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-08-06T20:44:29.0441190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0446742Z 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-08-06T20:44:29.0452368Z 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-08-06T20:44:29.0457936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0463520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0469722Z 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-08-06T20:44:29.0475463Z 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-08-06T20:44:29.0480902Z 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-08-06T20:44:29.0486759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0492543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0498711Z 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-08-06T20:44:29.0504395Z 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-08-06T20:44:29.0510628Z 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-08-06T20:44:29.0515911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0521282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0527232Z 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-08-06T20:44:29.0532724Z 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-08-06T20:44:29.0538302Z 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-08-06T20:44:29.0543925Z 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-08-06T20:44:29.0549535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0555240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0561327Z 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-08-06T20:44:29.0567203Z 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-08-06T20:44:29.0572861Z 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-08-06T20:44:29.0578567Z 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-08-06T20:44:29.0584295Z 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-08-06T20:44:29.0589975Z 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-08-06T20:44:29.0595912Z 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-08-06T20:44:29.0601401Z 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-08-06T20:44:29.0619424Z 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-08-06T20:44:29.0625098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0630826Z 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-08-06T20:44:29.0636327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0642379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0647831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0653702Z 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-08-06T20:44:29.0659531Z 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-08-06T20:44:29.0664898Z 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-08-06T20:44:29.0670506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0676147Z 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-08-06T20:44:29.0681523Z 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-08-06T20:44:29.0687214Z 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-08-06T20:44:29.0692882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0698694Z 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-08-06T20:44:29.0704135Z 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-08-06T20:44:29.0709352Z 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-08-06T20:44:29.0714717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0720165Z 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-08-06T20:44:29.0725528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0731308Z 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-08-06T20:44:29.0736876Z 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-08-06T20:44:29.0742334Z 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-08-06T20:44:29.0747831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0753248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0758502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0763988Z 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-08-06T20:44:29.0769503Z 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-08-06T20:44:29.0774839Z 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-08-06T20:44:29.0780494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0785862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0791437Z 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-08-06T20:44:29.0796841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0802418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0808098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0813489Z 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-08-06T20:44:29.0819148Z 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-08-06T20:44:29.0824875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0830429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0836199Z 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-08-06T20:44:29.0841639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0847277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0852560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0858070Z 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-08-06T20:44:29.0863466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0869235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0875262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0880715Z 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-08-06T20:44:29.0886956Z 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-08-06T20:44:29.0894325Z 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-08-06T20:44:29.0900785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0906342Z 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-08-06T20:44:29.0911855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0917450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0922719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0928608Z 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-08-06T20:44:29.0934215Z 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-08-06T20:44:29.0939982Z 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-08-06T20:44:29.0945664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0951453Z 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-08-06T20:44:29.0957085Z 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-08-06T20:44:29.0962505Z 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-08-06T20:44:29.0968108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0973887Z 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-08-06T20:44:29.0979472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0984737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0990203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.0995655Z 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-08-06T20:44:29.1001227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1007300Z 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-08-06T20:44:29.1013012Z 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-08-06T20:44:29.1018507Z 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-08-06T20:44:29.1024578Z 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-08-06T20:44:29.1030076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1035602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1041254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1046933Z 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-08-06T20:44:29.1052321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1057577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1063092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1068644Z 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-08-06T20:44:29.1074223Z 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-08-06T20:44:29.1079906Z 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-08-06T20:44:29.1085490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1091993Z 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-08-06T20:44:29.1097950Z 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-08-06T20:44:29.1103381Z 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-08-06T20:44:29.1108947Z 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-08-06T20:44:29.1121953Z 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-08-06T20:44:29.1122937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1126476Z 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-08-06T20:44:29.1132191Z 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-08-06T20:44:29.1137838Z 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-08-06T20:44:29.1143385Z 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-08-06T20:44:29.1148977Z 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-08-06T20:44:29.1154592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1160107Z 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-08-06T20:44:29.1165706Z 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-08-06T20:44:29.1171236Z 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-08-06T20:44:29.1176840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1216903Z 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-08-06T20:44:29.1222534Z 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-08-06T20:44:29.1228171Z 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-08-06T20:44:29.1233348Z 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-08-06T20:44:29.1238584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1243886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1249126Z 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-08-06T20:44:29.1254303Z 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-08-06T20:44:29.1259526Z 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-08-06T20:44:29.1264909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1270530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1275889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1281465Z 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-08-06T20:44:29.1286962Z 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-08-06T20:44:29.1292128Z 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-08-06T20:44:29.1298314Z 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-08-06T20:44:29.1304439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1309927Z 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-08-06T20:44:29.1315539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1321205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1327008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1334068Z 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-08-06T20:44:29.1339171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1344825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1350422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1683023Z 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-08-06T20:44:29.1689029Z 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-08-06T20:44:29.1707652Z 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-08-06T20:44:29.1713073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1718459Z 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-08-06T20:44:29.1723990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1729415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1734791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1740121Z 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-08-06T20:44:29.1745591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1750699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1756056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1761776Z 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-08-06T20:44:29.1767536Z 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-08-06T20:44:29.1773287Z 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-08-06T20:44:29.1778997Z 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-08-06T20:44:29.1784678Z 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-08-06T20:44:29.1790315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1796027Z 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-08-06T20:44:29.1801573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1807181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1812572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1818698Z 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-08-06T20:44:29.1824359Z 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-08-06T20:44:29.1829748Z 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-08-06T20:44:29.1835395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1840929Z 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-08-06T20:44:29.1846690Z 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-08-06T20:44:29.1852749Z 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-08-06T20:44:29.1858242Z 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-08-06T20:44:29.1863957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1869462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1874788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1880635Z 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-08-06T20:44:29.1885959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1891448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1897112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1902263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1907595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1913477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1919077Z 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-08-06T20:44:29.1924666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1930216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.1935859Z 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-08-06T20:44:29.1941795Z 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-08-06T20:44:29.1947413Z 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-08-06T20:44:29.1953480Z 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-08-06T20:44:29.1959070Z 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-08-06T20:44:29.1965503Z 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-08-06T20:44:29.1971218Z 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-08-06T20:44:29.1976567Z 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-08-06T20:44:29.1982134Z 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-08-06T20:44:29.1988225Z 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-08-06T20:44:29.1993788Z 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-08-06T20:44:29.1999689Z 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-08-06T20:44:29.2005581Z 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-08-06T20:44:29.2011667Z 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-08-06T20:44:29.2017205Z 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-08-06T20:44:29.2022946Z 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-08-06T20:44:29.2029100Z 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-08-06T20:44:29.2035006Z 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-08-06T20:44:29.2040676Z 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-08-06T20:44:29.2046411Z 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-08-06T20:44:29.2052334Z 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-08-06T20:44:29.2058336Z 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-08-06T20:44:29.2064185Z 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-08-06T20:44:29.2070021Z 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-08-06T20:44:29.2075531Z 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-08-06T20:44:29.2081774Z 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-08-06T20:44:29.2087921Z 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-08-06T20:44:29.2092982Z 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-08-06T20:44:29.2098887Z 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-08-06T20:44:29.2104990Z 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-08-06T20:44:29.2110653Z 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-08-06T20:44:29.2116287Z 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-08-06T20:44:29.2121852Z 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-08-06T20:44:29.2128050Z 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-08-06T20:44:29.2133795Z 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-08-06T20:44:29.2139509Z 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-08-06T20:44:29.2144992Z 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-08-06T20:44:29.2150554Z 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-08-06T20:44:29.2156157Z 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-08-06T20:44:29.2161930Z 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-08-06T20:44:29.2167656Z 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-08-06T20:44:29.2173287Z 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-08-06T20:44:29.2178992Z 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-08-06T20:44:29.2184847Z 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-08-06T20:44:29.2190432Z 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-08-06T20:44:29.2196260Z 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-08-06T20:44:29.2201968Z 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-08-06T20:44:29.2207577Z 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-08-06T20:44:29.2213366Z 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-08-06T20:44:29.2219271Z 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-08-06T20:44:29.2224933Z 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-08-06T20:44:29.2230407Z 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-08-06T20:44:29.2235878Z 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-08-06T20:44:29.2241396Z 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-08-06T20:44:29.2247590Z 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-08-06T20:44:29.2253140Z 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-08-06T20:44:29.2258785Z 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-08-06T20:44:29.2264438Z 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-08-06T20:44:29.2270649Z 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-08-06T20:44:29.2276235Z 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-08-06T20:44:29.2281962Z 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-08-06T20:44:29.2287601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2292636Z 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-08-06T20:44:29.2297870Z 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-08-06T20:44:29.2303378Z 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-08-06T20:44:29.2309004Z 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-08-06T20:44:29.2315453Z 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-08-06T20:44:29.2321021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2326772Z 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-08-06T20:44:29.2332306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2338300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2343977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2349547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2355670Z 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-08-06T20:44:29.2361839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2367674Z 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-08-06T20:44:29.2373341Z 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-08-06T20:44:29.2379106Z 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-08-06T20:44:29.2384961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2390600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2396302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2402475Z 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-08-06T20:44:29.2408428Z 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-08-06T20:44:29.2413885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2419758Z 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-08-06T20:44:29.2425753Z 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-08-06T20:44:29.2431407Z 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-08-06T20:44:29.2437217Z 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-08-06T20:44:29.2442871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2449019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2454651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2460156Z 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-08-06T20:44:29.2465599Z 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-08-06T20:44:29.2471118Z 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-08-06T20:44:29.2476647Z 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-08-06T20:44:29.2484304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2489714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2495449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2501205Z 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-08-06T20:44:29.2506820Z 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-08-06T20:44:29.2512483Z 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-08-06T20:44:29.2518218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2523884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2530367Z 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-08-06T20:44:29.2536211Z 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-08-06T20:44:29.2541798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2547648Z 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-08-06T20:44:29.2553615Z 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-08-06T20:44:29.2559315Z 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-08-06T20:44:29.2565361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2571039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2576400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2581980Z 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-08-06T20:44:29.2587916Z 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-08-06T20:44:29.2593572Z 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-08-06T20:44:29.2599524Z 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-08-06T20:44:29.2605352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2611123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2617025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2622490Z 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-08-06T20:44:29.2627943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2637994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2643917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2649259Z 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-08-06T20:44:29.2655472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2660891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2666110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2672189Z 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-08-06T20:44:29.2677636Z 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-08-06T20:44:29.2683259Z 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-08-06T20:44:29.2689138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2694748Z 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-08-06T20:44:29.2700261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2705834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2711555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2716971Z 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-08-06T20:44:29.2722449Z 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-08-06T20:44:29.2727910Z 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-08-06T20:44:29.2733359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2738942Z 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-08-06T20:44:29.2744352Z 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-08-06T20:44:29.2750213Z 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-08-06T20:44:29.2755769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2761361Z 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-08-06T20:44:29.2767523Z 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-08-06T20:44:29.2773585Z 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-08-06T20:44:29.2779167Z 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-08-06T20:44:29.2785120Z 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-08-06T20:44:29.2790814Z 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-08-06T20:44:29.2796505Z 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-08-06T20:44:29.2802085Z 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-08-06T20:44:29.2808213Z 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-08-06T20:44:29.2814068Z 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-08-06T20:44:29.2819975Z 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-08-06T20:44:29.2825572Z 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-08-06T20:44:29.2831246Z 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-08-06T20:44:29.2836930Z 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-08-06T20:44:29.2842613Z 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-08-06T20:44:29.2849219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2855106Z 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-08-06T20:44:29.2861272Z 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-08-06T20:44:29.2867040Z 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-08-06T20:44:29.2873520Z 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-08-06T20:44:29.2878902Z 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-08-06T20:44:29.2884557Z 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-08-06T20:44:29.2890271Z 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-08-06T20:44:29.2895907Z 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-08-06T20:44:29.2901482Z 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-08-06T20:44:29.2907102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.2912729Z 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-08-06T20:44:29.2919111Z 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-08-06T20:44:29.2924911Z 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-08-06T20:44:29.2930841Z 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-08-06T20:44:29.2936510Z 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-08-06T20:44:29.2942286Z 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-08-06T20:44:29.2948090Z 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-08-06T20:44:29.2953731Z 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-08-06T20:44:29.2960190Z 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-08-06T20:44:29.2966099Z 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-08-06T20:44:29.2971755Z 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-08-06T20:44:29.2977430Z 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-08-06T20:44:29.2983117Z 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-08-06T20:44:29.2988711Z 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-08-06T20:44:29.2994250Z 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-08-06T20:44:29.2999928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3005233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3010682Z 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-08-06T20:44:29.3016137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3021428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3027227Z 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-08-06T20:44:29.3032565Z 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-08-06T20:44:29.3038500Z 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-08-06T20:44:29.3044115Z 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-08-06T20:44:29.3049825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3055269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3060449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3066093Z 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-08-06T20:44:29.3071796Z 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-08-06T20:44:29.3108429Z 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-08-06T20:44:29.3114121Z 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-08-06T20:44:29.3119898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3126010Z 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-08-06T20:44:29.3131673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3137275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3142907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3148223Z 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-08-06T20:44:29.3154273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3159982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3165662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3171386Z 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-08-06T20:44:29.3176889Z 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-08-06T20:44:29.3182412Z 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-08-06T20:44:29.3188017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3365481Z 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-08-06T20:44:29.3371879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3377488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3383150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3388705Z 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-08-06T20:44:29.3394224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3400246Z 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-08-06T20:44:29.3406317Z 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-08-06T20:44:29.3412048Z 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-08-06T20:44:29.3417686Z 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-08-06T20:44:29.3423457Z 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-08-06T20:44:29.3428950Z 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-08-06T20:44:29.3434370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3439615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3445190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3450684Z 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-08-06T20:44:29.3456512Z 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-08-06T20:44:29.3462113Z 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-08-06T20:44:29.3467658Z 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-08-06T20:44:29.3473029Z 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-08-06T20:44:29.3478506Z 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-08-06T20:44:29.3484232Z 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-08-06T20:44:29.3489666Z 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-08-06T20:44:29.3495454Z 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-08-06T20:44:29.3500800Z 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-08-06T20:44:29.3506229Z 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-08-06T20:44:29.3511741Z 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-08-06T20:44:29.3517386Z 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-08-06T20:44:29.3522742Z 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-08-06T20:44:29.3528280Z 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-08-06T20:44:29.3533654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3539186Z 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-08-06T20:44:29.3544673Z 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-08-06T20:44:29.3550342Z 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-08-06T20:44:29.3555753Z 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-08-06T20:44:29.3561130Z 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-08-06T20:44:29.3567007Z 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-08-06T20:44:29.3572716Z 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-08-06T20:44:29.3578368Z 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-08-06T20:44:29.3583773Z 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-08-06T20:44:29.3589202Z 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-08-06T20:44:29.3594671Z 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-08-06T20:44:29.3600081Z 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-08-06T20:44:29.3605596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3611509Z 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-08-06T20:44:29.3617160Z 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-08-06T20:44:29.3622646Z 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-08-06T20:44:29.3628011Z 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-08-06T20:44:29.3633441Z 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-08-06T20:44:29.3639183Z 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-08-06T20:44:29.3644710Z 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-08-06T20:44:29.3650370Z 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-08-06T20:44:29.3655842Z 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-08-06T20:44:29.3661444Z 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-08-06T20:44:29.3666908Z 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-08-06T20:44:29.3672466Z 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-08-06T20:44:29.3677923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3683406Z 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-08-06T20:44:29.3689183Z 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-08-06T20:44:29.3694358Z 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-08-06T20:44:29.3699727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3704881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3710373Z 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-08-06T20:44:29.3715791Z 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-08-06T20:44:29.3721358Z 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-08-06T20:44:29.3726898Z 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-08-06T20:44:29.3732833Z 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-08-06T20:44:29.3738768Z 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-08-06T20:44:29.3744020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3749518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3754802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3760241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3766013Z 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-08-06T20:44:29.3771329Z 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-08-06T20:44:29.3777491Z 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-08-06T20:44:29.3782739Z 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-08-06T20:44:29.3788538Z 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-08-06T20:44:29.3794180Z 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-08-06T20:44:29.3799981Z 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-08-06T20:44:29.3806098Z 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-08-06T20:44:29.3811898Z 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-08-06T20:44:29.3817359Z 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-08-06T20:44:29.3822931Z 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-08-06T20:44:29.3828973Z 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-08-06T20:44:29.3835066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3840730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3846567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3852484Z 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-08-06T20:44:29.3858033Z 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-08-06T20:44:29.3863346Z 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-08-06T20:44:29.3869028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3875026Z 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-08-06T20:44:29.3881023Z 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-08-06T20:44:29.3886942Z 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-08-06T20:44:29.3892077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3897792Z 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-08-06T20:44:29.3903214Z 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-08-06T20:44:29.3908816Z 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-08-06T20:44:29.3914366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3919862Z 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-08-06T20:44:29.3925698Z 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-08-06T20:44:29.3931103Z 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-08-06T20:44:29.3937343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3943137Z 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-08-06T20:44:29.3948736Z 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-08-06T20:44:29.3954094Z 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-08-06T20:44:29.3959841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3965719Z 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-08-06T20:44:29.3971257Z 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-08-06T20:44:29.3976656Z 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-08-06T20:44:29.3982629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.3987825Z 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-08-06T20:44:29.3993664Z 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-08-06T20:44:29.3999545Z 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-08-06T20:44:29.4005544Z 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-08-06T20:44:29.4015150Z 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-08-06T20:44:29.4020710Z 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-08-06T20:44:29.4026638Z 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-08-06T20:44:29.4032137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4037383Z 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-08-06T20:44:29.4044700Z 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-08-06T20:44:29.4050344Z 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-08-06T20:44:29.4056150Z 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-08-06T20:44:29.4061890Z 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-08-06T20:44:29.4067768Z 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-08-06T20:44:29.4073588Z 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-08-06T20:44:29.4079260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4085321Z 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-08-06T20:44:29.4090612Z 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-08-06T20:44:29.4096581Z 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-08-06T20:44:29.4102439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4107975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4113279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4119144Z 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-08-06T20:44:29.4124862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4130550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4136090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4142464Z 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-08-06T20:44:29.4148206Z 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-08-06T20:44:29.4154190Z 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-08-06T20:44:29.4159815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4165968Z 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-08-06T20:44:29.4171597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4177247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4290594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4296090Z 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-08-06T20:44:29.4301637Z 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-08-06T20:44:29.4307985Z 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-08-06T20:44:29.4314794Z 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-08-06T20:44:29.4320613Z 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-08-06T20:44:29.4326811Z 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-08-06T20:44:29.4333136Z 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-08-06T20:44:29.4338461Z 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-08-06T20:44:29.4344300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4350596Z 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-08-06T20:44:29.4356712Z 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-08-06T20:44:29.4361965Z 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-08-06T20:44:29.4367866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4373691Z 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-08-06T20:44:29.4379260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4384889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4390674Z 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-08-06T20:44:29.4396653Z 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-08-06T20:44:29.4402998Z 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-08-06T20:44:29.4409345Z 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-08-06T20:44:29.4415123Z 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-08-06T20:44:29.4420781Z 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-08-06T20:44:29.4426785Z 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-08-06T20:44:29.4432477Z 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-08-06T20:44:29.4438369Z 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-08-06T20:44:29.4444216Z 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-08-06T20:44:29.4449996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4455675Z 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-08-06T20:44:29.4461678Z 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-08-06T20:44:29.4467146Z 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-08-06T20:44:29.4472890Z 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-08-06T20:44:29.4478560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4484218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4489941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4495683Z 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-08-06T20:44:29.4501110Z 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-08-06T20:44:29.4506730Z 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-08-06T20:44:29.4512827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4518259Z 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-08-06T20:44:29.4524039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4530598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4535731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4541297Z 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-08-06T20:44:29.4546866Z 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-08-06T20:44:29.4552440Z 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-08-06T20:44:29.4558045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4563605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4569200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4574991Z 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-08-06T20:44:29.4580668Z 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-08-06T20:44:29.4586254Z 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-08-06T20:44:29.4591966Z 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-08-06T20:44:29.4597912Z 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-08-06T20:44:29.4603796Z 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-08-06T20:44:29.4609582Z 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-08-06T20:44:29.4615143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4620581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4626665Z 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-08-06T20:44:29.4632392Z 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-08-06T20:44:29.4638057Z 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-08-06T20:44:29.4643936Z 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-08-06T20:44:29.4649444Z 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-08-06T20:44:29.4654900Z 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-08-06T20:44:29.4660381Z 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-08-06T20:44:29.4755475Z 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-08-06T20:44:29.4761645Z 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-08-06T20:44:29.4768071Z 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-08-06T20:44:29.4773822Z 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-08-06T20:44:29.4779737Z 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-08-06T20:44:29.4785362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4791253Z 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-08-06T20:44:29.4797995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4804239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4810218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4817137Z 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-08-06T20:44:29.4822871Z 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-08-06T20:44:29.4828822Z 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-08-06T20:44:29.4834797Z 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-08-06T20:44:29.4840904Z 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-08-06T20:44:29.4847079Z 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-08-06T20:44:29.4852979Z 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-08-06T20:44:29.4858655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4864289Z 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-08-06T20:44:29.4869983Z 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-08-06T20:44:29.4875598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4881316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4887177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4893213Z 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-08-06T20:44:29.4899024Z 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-08-06T20:44:29.4904908Z 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-08-06T20:44:29.4910483Z 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-08-06T20:44:29.4916108Z 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-08-06T20:44:29.4921770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4927326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4933418Z 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-08-06T20:44:29.4939429Z 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-08-06T20:44:29.4945047Z 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-08-06T20:44:29.4950884Z 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-08-06T20:44:29.4956893Z 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-08-06T20:44:29.4962764Z 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-08-06T20:44:29.4968670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.4974738Z 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-08-06T20:44:29.4980584Z 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-08-06T20:44:29.4986113Z 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-08-06T20:44:29.4991779Z 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-08-06T20:44:29.4997533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5003203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5009554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5015733Z 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-08-06T20:44:29.5021684Z 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-08-06T20:44:29.5049190Z 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-08-06T20:44:29.5055557Z 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-08-06T20:44:29.5061172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5066933Z 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-08-06T20:44:29.5072306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5077606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5082917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5088903Z 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-08-06T20:44:29.5094649Z 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-08-06T20:44:29.5100301Z 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-08-06T20:44:29.5105974Z 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-08-06T20:44:29.5111737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5117208Z 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-08-06T20:44:29.5122788Z 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-08-06T20:44:29.5128381Z 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-08-06T20:44:29.5133934Z 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-08-06T20:44:29.5139323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5144912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5150224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5156235Z 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-08-06T20:44:29.5161656Z 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-08-06T20:44:29.5167270Z 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-08-06T20:44:29.5172918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5178066Z 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-08-06T20:44:29.5183585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5188976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5194275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5200330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5206443Z 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-08-06T20:44:29.5211928Z 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-08-06T20:44:29.5217651Z 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-08-06T20:44:29.5223611Z 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-08-06T20:44:29.5229428Z 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-08-06T20:44:29.5235190Z 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-08-06T20:44:29.5241051Z 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-08-06T20:44:29.5247191Z 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-08-06T20:44:29.5252764Z 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-08-06T20:44:29.5259233Z 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-08-06T20:44:29.5264643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5269993Z 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-08-06T20:44:29.5275616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5281616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5287323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5292595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5298294Z 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-08-06T20:44:29.5303777Z 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-08-06T20:44:29.5309433Z 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-08-06T20:44:29.5315165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5320523Z 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-08-06T20:44:29.5326518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5332200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5338658Z 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-08-06T20:44:29.5344146Z 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-08-06T20:44:29.5349738Z 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-08-06T20:44:29.5355292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5360487Z 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-08-06T20:44:29.5366239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5371678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5376803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5382002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5387755Z 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-08-06T20:44:29.5393354Z 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-08-06T20:44:29.5398878Z 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-08-06T20:44:29.5405048Z 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-08-06T20:44:29.5410506Z 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-08-06T20:44:29.5416081Z 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-08-06T20:44:29.5421916Z 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-08-06T20:44:29.5427506Z 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-08-06T20:44:29.5433428Z 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-08-06T20:44:29.5438767Z 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-08-06T20:44:29.5444423Z 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-08-06T20:44:29.5468355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5473690Z 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-08-06T20:44:29.5479303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5485158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5490801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5496096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5501742Z 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-08-06T20:44:29.5507384Z 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-08-06T20:44:29.5515922Z 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-08-06T20:44:29.5522078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5528334Z 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-08-06T20:44:29.5534351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5540469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5546319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5552708Z 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-08-06T20:44:29.5559217Z 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-08-06T20:44:29.5565512Z 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-08-06T20:44:29.5571650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5577599Z 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-08-06T20:44:29.5583664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5589716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5595984Z 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-08-06T20:44:29.5601994Z 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-08-06T20:44:29.5608485Z 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-08-06T20:44:29.5614754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5620316Z 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-08-06T20:44:29.5626386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5633033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5638395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5644824Z 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-08-06T20:44:29.5650826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5656808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5662715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5668609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5675010Z 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-08-06T20:44:29.5681117Z 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-08-06T20:44:29.5687533Z 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-08-06T20:44:29.5693953Z 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-08-06T20:44:29.5700202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5706763Z 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-08-06T20:44:29.5713996Z 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-08-06T20:44:29.5719764Z 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-08-06T20:44:29.5725620Z 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-08-06T20:44:29.5731303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5813730Z 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-08-06T20:44:29.5819394Z 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-08-06T20:44:29.5824880Z 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-08-06T20:44:29.5830461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5836438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5841702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5847870Z 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-08-06T20:44:29.5853585Z 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-08-06T20:44:29.5859302Z 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-08-06T20:44:29.5865096Z 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-08-06T20:44:29.5870658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5876131Z 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-08-06T20:44:29.5881535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5887174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5893246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.5899129Z 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-08-06T20:44:29.5904460Z 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-08-06T20:44:29.5910150Z 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-08-06T20:44:29.5915713Z 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-08-06T20:44:29.5921419Z 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-08-06T20:44:29.5927329Z 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-08-06T20:44:29.5932933Z 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-08-06T20:44:29.5938610Z 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-08-06T20:44:29.5944472Z 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-08-06T20:44:29.5950093Z 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-08-06T20:44:29.5955671Z 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-08-06T20:44:29.5961243Z 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-08-06T20:44:29.5967196Z 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-08-06T20:44:29.5972914Z 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-08-06T20:44:29.5978737Z 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-08-06T20:44:29.5984361Z 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-08-06T20:44:29.5989917Z 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-08-06T20:44:29.5995511Z 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-08-06T20:44:29.6001084Z 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-08-06T20:44:29.6006816Z 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-08-06T20:44:29.6013447Z 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-08-06T20:44:29.6019155Z 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-08-06T20:44:29.6025050Z 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-08-06T20:44:29.6030766Z 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-08-06T20:44:29.6036552Z 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-08-06T20:44:29.6042463Z 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-08-06T20:44:29.6048302Z 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-08-06T20:44:29.6054017Z 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-08-06T20:44:29.6059890Z 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-08-06T20:44:29.6065802Z 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-08-06T20:44:29.6071546Z 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-08-06T20:44:29.6077394Z 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-08-06T20:44:29.6083199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6088714Z 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-08-06T20:44:29.6094147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6099696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6105004Z 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-08-06T20:44:29.6110605Z 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-08-06T20:44:29.6116528Z 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-08-06T20:44:29.6122543Z 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-08-06T20:44:29.6128576Z 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-08-06T20:44:29.6134284Z 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-08-06T20:44:29.6140045Z 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-08-06T20:44:29.6146119Z 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-08-06T20:44:29.6152089Z 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-08-06T20:44:29.6157781Z 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-08-06T20:44:29.6163430Z 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-08-06T20:44:29.6169375Z 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-08-06T20:44:29.6175069Z 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-08-06T20:44:29.6180746Z 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-08-06T20:44:29.6186332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6191931Z 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-08-06T20:44:29.6197878Z 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-08-06T20:44:29.6203437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6209134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6214831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6220153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6226591Z 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-08-06T20:44:29.6232322Z 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-08-06T20:44:29.6238173Z 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-08-06T20:44:29.6243953Z 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-08-06T20:44:29.6249810Z 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-08-06T20:44:29.6255634Z 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-08-06T20:44:29.6261372Z 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-08-06T20:44:29.6267499Z 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-08-06T20:44:29.6273267Z 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-08-06T20:44:29.6278954Z 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-08-06T20:44:29.6284743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6290480Z 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-08-06T20:44:29.6296176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6302080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6307631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6313434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6319634Z 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-08-06T20:44:29.6325818Z 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-08-06T20:44:29.6331616Z 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-08-06T20:44:29.6337588Z 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-08-06T20:44:29.6343389Z 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-08-06T20:44:29.6349303Z 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-08-06T20:44:29.6355074Z 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-08-06T20:44:29.6361106Z 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-08-06T20:44:29.6366917Z 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-08-06T20:44:29.6372602Z 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-08-06T20:44:29.6378374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6384059Z 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-08-06T20:44:29.6390564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6396245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6402144Z 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-08-06T20:44:29.6407936Z 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-08-06T20:44:29.6414080Z 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-08-06T20:44:29.6419680Z 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-08-06T20:44:29.6433838Z 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-08-06T20:44:29.6435020Z 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-08-06T20:44:29.6437682Z 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-08-06T20:44:29.6443301Z 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-08-06T20:44:29.6449043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6458040Z 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-08-06T20:44:29.6461360Z 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-08-06T20:44:29.6467066Z 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-08-06T20:44:29.6472840Z 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-08-06T20:44:29.6478475Z 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-08-06T20:44:29.6484094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6489603Z 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-08-06T20:44:29.6495159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6501263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6506663Z 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-08-06T20:44:29.6512523Z 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-08-06T20:44:29.6518219Z 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-08-06T20:44:29.6523922Z 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-08-06T20:44:29.6529759Z 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-08-06T20:44:29.6535824Z 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-08-06T20:44:29.6541658Z 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-08-06T20:44:29.6547372Z 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-08-06T20:44:29.6553124Z 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-08-06T20:44:29.6559070Z 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-08-06T20:44:29.6564687Z 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-08-06T20:44:29.6574099Z 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-08-06T20:44:29.6580019Z 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-08-06T20:44:29.6585984Z 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-08-06T20:44:29.6592520Z 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-08-06T20:44:29.6597592Z 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-08-06T20:44:29.6603188Z 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-08-06T20:44:29.6608999Z 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-08-06T20:44:29.6615165Z 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-08-06T20:44:29.6649097Z 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-08-06T20:44:29.6654782Z 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-08-06T20:44:29.6660365Z 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-08-06T20:44:29.6666474Z 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-08-06T20:44:29.6672518Z 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-08-06T20:44:29.6678067Z 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-08-06T20:44:29.6683751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6689412Z 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-08-06T20:44:29.6694885Z 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-08-06T20:44:29.6700408Z 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-08-06T20:44:29.6705885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6711610Z 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-08-06T20:44:29.6717129Z 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-08-06T20:44:29.6723152Z 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-08-06T20:44:29.6728487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.6734070Z 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-08-06T20:44:29.6740184Z 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-08-06T20:44:29.6745534Z 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-08-06T20:44:29.6751827Z 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-08-06T20:44:29.6757322Z 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-08-06T20:44:29.6763204Z 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-08-06T20:44:29.6769019Z 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-08-06T20:44:29.6775161Z 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-08-06T20:44:29.6780763Z 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-08-06T20:44:29.6786398Z 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-08-06T20:44:29.6792095Z 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-08-06T20:44:29.6797783Z 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-08-06T20:44:29.6803336Z 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-08-06T20:44:29.6809595Z 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-08-06T20:44:29.6815137Z 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-08-06T20:44:29.6820500Z 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-08-06T20:44:29.6826597Z 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-08-06T20:44:29.6832151Z 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-08-06T20:44:29.6837669Z 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-08-06T20:44:29.6843256Z 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-08-06T20:44:29.6849099Z 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-08-06T20:44:29.6854974Z 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-08-06T20:44:29.6860595Z 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-08-06T20:44:29.6866391Z 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-08-06T20:44:29.6872307Z 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-08-06T20:44:29.6878375Z 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-08-06T20:44:29.6884239Z 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-08-06T20:44:29.6889878Z 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-08-06T20:44:29.6895564Z 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-08-06T20:44:29.6901653Z 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-08-06T20:44:29.6907740Z 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-08-06T20:44:29.6913495Z 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-08-06T20:44:29.6919044Z 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-08-06T20:44:29.6925521Z 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-08-06T20:44:29.6930785Z 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-08-06T20:44:29.6936465Z 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-08-06T20:44:29.6963614Z 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-08-06T20:44:29.6969893Z 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-08-06T20:44:29.6975668Z 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-08-06T20:44:29.6981364Z 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-08-06T20:44:29.6987076Z 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-08-06T20:44:29.6992901Z 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-08-06T20:44:29.6998593Z 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-08-06T20:44:29.7005061Z 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-08-06T20:44:29.7010561Z 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-08-06T20:44:29.7016686Z 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-08-06T20:44:29.7022306Z 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-08-06T20:44:29.7028194Z 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-08-06T20:44:29.7033962Z 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-08-06T20:44:29.7039827Z 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-08-06T20:44:29.7045491Z 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-08-06T20:44:29.7051280Z 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-08-06T20:44:29.7056980Z 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-08-06T20:44:29.7063251Z 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-08-06T20:44:29.7069094Z 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-08-06T20:44:29.7075090Z 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-08-06T20:44:29.7080836Z 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-08-06T20:44:29.7086800Z 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-08-06T20:44:29.7092726Z 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-08-06T20:44:29.7098469Z 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-08-06T20:44:29.7104578Z 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-08-06T20:44:29.7110669Z 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-08-06T20:44:29.7116759Z 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-08-06T20:44:29.7122519Z 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-08-06T20:44:29.7128537Z 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-08-06T20:44:29.7134617Z 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-08-06T20:44:29.7140323Z 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-08-06T20:44:29.7146205Z 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-08-06T20:44:29.7152076Z 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-08-06T20:44:29.7157778Z 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-08-06T20:44:29.7164352Z 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-08-06T20:44:29.7170253Z 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-08-06T20:44:29.7175904Z 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-08-06T20:44:29.7182114Z 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-08-06T20:44:29.7187906Z 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-08-06T20:44:29.7193854Z 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-08-06T20:44:29.7199711Z 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-08-06T20:44:29.7205444Z 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-08-06T20:44:29.7211113Z 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-08-06T20:44:29.7216780Z 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-08-06T20:44:29.7223206Z 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-08-06T20:44:29.7229123Z 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-08-06T20:44:29.7234983Z 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-08-06T20:44:29.7240681Z 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-08-06T20:44:29.7246475Z 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-08-06T20:44:29.7252497Z 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-08-06T20:44:29.7258210Z 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-08-06T20:44:29.7263951Z 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-08-06T20:44:29.7269498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7275639Z 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-08-06T20:44:29.7281274Z 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-08-06T20:44:29.7287450Z 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-08-06T20:44:29.7292993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7299067Z 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-08-06T20:44:29.7304598Z 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-08-06T20:44:29.7310559Z 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-08-06T20:44:29.7316613Z 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-08-06T20:44:29.7322512Z 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-08-06T20:44:29.7328303Z 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-08-06T20:44:29.7333757Z 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-08-06T20:44:29.7339740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7351367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7357180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7363795Z 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-08-06T20:44:29.7369599Z 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-08-06T20:44:29.7375544Z 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-08-06T20:44:29.7381451Z 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-08-06T20:44:29.7387220Z 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-08-06T20:44:29.7393080Z 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-08-06T20:44:29.7398906Z 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-08-06T20:44:29.7404987Z 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-08-06T20:44:29.7411079Z 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-08-06T20:44:29.7416549Z 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-08-06T20:44:29.7422190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7428316Z 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-08-06T20:44:29.7433834Z 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-08-06T20:44:29.7439215Z 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-08-06T20:44:29.7445455Z 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-08-06T20:44:29.7451068Z 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-08-06T20:44:29.7456539Z 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-08-06T20:44:29.7462471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7468439Z 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-08-06T20:44:29.7474459Z 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-08-06T20:44:29.7479914Z 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-08-06T20:44:29.7485736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7491908Z 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-08-06T20:44:29.7497784Z 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-08-06T20:44:29.7503427Z 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-08-06T20:44:29.7509340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7515531Z 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-08-06T20:44:29.7521306Z 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-08-06T20:44:29.7526976Z 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-08-06T20:44:29.7532984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7539536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7545566Z 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-08-06T20:44:29.7551445Z 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-08-06T20:44:29.7557495Z 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-08-06T20:44:29.7563884Z 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-08-06T20:44:29.7570113Z 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-08-06T20:44:29.7575734Z 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-08-06T20:44:29.7581388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7587387Z 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-08-06T20:44:29.7593321Z 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-08-06T20:44:29.7599469Z 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-08-06T20:44:29.7605523Z 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-08-06T20:44:29.7611402Z 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-08-06T20:44:29.7617903Z 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-08-06T20:44:29.7624205Z 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-08-06T20:44:29.7630195Z 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-08-06T20:44:29.7636095Z 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-08-06T20:44:29.7642236Z 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-08-06T20:44:29.7648146Z 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-08-06T20:44:29.7653990Z 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-08-06T20:44:29.7660054Z 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-08-06T20:44:29.7666593Z 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-08-06T20:44:29.7672484Z 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-08-06T20:44:29.7679010Z 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-08-06T20:44:29.7685217Z 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-08-06T20:44:29.7691172Z 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-08-06T20:44:29.7697616Z 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-08-06T20:44:29.7703399Z 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-08-06T20:44:29.7709566Z 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-08-06T20:44:29.7715553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7721561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7727872Z 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-08-06T20:44:29.7733855Z 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-08-06T20:44:29.7739830Z 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-08-06T20:44:29.7745668Z 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-08-06T20:44:29.7752070Z 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-08-06T20:44:29.7758948Z 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-08-06T20:44:29.7764826Z 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-08-06T20:44:29.7770847Z 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-08-06T20:44:29.7778184Z 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-08-06T20:44:29.7783707Z 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-08-06T20:44:29.7790244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7796038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.7802757Z 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-08-06T20:44:29.7808237Z 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-08-06T20:44:29.7940345Z 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-08-06T20:44:29.7945755Z 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-08-06T20:44:29.7951802Z 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-08-06T20:44:29.7957622Z 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-08-06T20:44:29.7964730Z 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-08-06T20:44:29.7971049Z 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-08-06T20:44:29.7976957Z 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-08-06T20:44:29.7983379Z 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-08-06T20:44:29.7989694Z 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-08-06T20:44:29.7996136Z 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-08-06T20:44:29.8002043Z 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-08-06T20:44:29.8007850Z 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-08-06T20:44:29.8013876Z 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-08-06T20:44:29.8020082Z 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-08-06T20:44:29.8026464Z 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-08-06T20:44:29.8032346Z 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-08-06T20:44:29.8038947Z 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-08-06T20:44:29.8044933Z 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-08-06T20:44:29.8050831Z 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-08-06T20:44:29.8056975Z 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-08-06T20:44:29.8062857Z 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-08-06T20:44:29.8068684Z 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-08-06T20:44:29.8075752Z 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-08-06T20:44:29.8083243Z 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-08-06T20:44:29.8089477Z 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-08-06T20:44:29.8095689Z 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-08-06T20:44:29.8101588Z 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-08-06T20:44:29.8107710Z 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-08-06T20:44:29.8114124Z 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-08-06T20:44:29.8120213Z 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-08-06T20:44:29.8127375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.8133699Z 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-08-06T20:44:29.8139963Z 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-08-06T20:44:29.8145803Z 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-08-06T20:44:29.8174961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.8181376Z 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-08-06T20:44:29.8187618Z 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-08-06T20:44:29.8193687Z 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-08-06T20:44:29.8199632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.8206595Z 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-08-06T20:44:29.8212698Z 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-08-06T20:44:29.8218898Z 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-08-06T20:44:29.8224858Z 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-08-06T20:44:29.8231403Z 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-08-06T20:44:29.8237490Z 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-08-06T20:44:29.8243288Z 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-08-06T20:44:29.8249349Z 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-08-06T20:44:29.8255378Z 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-08-06T20:44:29.8261724Z 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-08-06T20:44:29.8267671Z 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-08-06T20:44:29.8273844Z 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-08-06T20:44:29.8280070Z 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-08-06T20:44:29.8285756Z 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-08-06T20:44:29.8291470Z 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-08-06T20:44:29.8297309Z 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-08-06T20:44:29.8303594Z 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-08-06T20:44:29.8309697Z 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-08-06T20:44:29.8315487Z 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-08-06T20:44:29.8321164Z 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-08-06T20:44:29.8328662Z 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-08-06T20:44:29.8335037Z 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-08-06T20:44:29.8360848Z 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-08-06T20:44:29.8366735Z 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-08-06T20:44:29.8373034Z 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-08-06T20:44:29.8378979Z 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-08-06T20:44:29.8385244Z 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-08-06T20:44:29.8391474Z 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-08-06T20:44:29.8397574Z 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-08-06T20:44:29.8403113Z 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-08-06T20:44:29.8409135Z 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-08-06T20:44:29.8414833Z 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-08-06T20:44:29.8421189Z 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-08-06T20:44:29.8427080Z 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-08-06T20:44:29.8432846Z 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-08-06T20:44:29.8438820Z 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-08-06T20:44:29.8444861Z 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-08-06T20:44:29.8450791Z 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-08-06T20:44:29.8456825Z 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-08-06T20:44:29.8462719Z 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-08-06T20:44:29.8468863Z 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-08-06T20:44:29.8474526Z 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-08-06T20:44:29.8480367Z 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-08-06T20:44:29.8486348Z 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-08-06T20:44:29.8492744Z 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-08-06T20:44:29.8498542Z 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-08-06T20:44:29.8504454Z 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-08-06T20:44:29.8510155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.8516338Z 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-08-06T20:44:29.8522536Z 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-08-06T20:44:29.8528531Z 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-08-06T20:44:29.8534055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.8540579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.8546730Z 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-08-06T20:44:29.8552692Z 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-08-06T20:44:29.8558537Z 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-08-06T20:44:29.8564740Z 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-08-06T20:44:29.8570540Z 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-08-06T20:44:29.8576390Z 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-08-06T20:44:29.8582143Z 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-08-06T20:44:29.8588682Z 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-08-06T20:44:29.8594775Z 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-08-06T20:44:29.8600275Z 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-08-06T20:44:29.8606327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.8612250Z 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-08-06T20:44:29.8617973Z 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-08-06T20:44:29.8623702Z 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-08-06T20:44:29.8629124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.8635219Z 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-08-06T20:44:29.8640973Z 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-08-06T20:44:29.8646664Z 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-08-06T20:44:29.8652213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.8658059Z 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-08-06T20:44:29.8663906Z 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-08-06T20:44:29.8669699Z 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-08-06T20:44:29.8675362Z 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-08-06T20:44:29.8681456Z 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-08-06T20:44:29.8687535Z 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-08-06T20:44:29.8693313Z 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-08-06T20:44:29.8699278Z 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-08-06T20:44:29.8705922Z 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-08-06T20:44:29.8711890Z 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-08-06T20:44:29.8717638Z 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-08-06T20:44:29.8723743Z 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-08-06T20:44:29.8730346Z 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-08-06T20:44:29.8736135Z 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-08-06T20:44:29.8742559Z 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-08-06T20:44:29.8748488Z 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-08-06T20:44:29.8754382Z 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-08-06T20:44:29.8761023Z 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-08-06T20:44:29.8767004Z 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-08-06T20:44:29.8772942Z 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-08-06T20:44:29.8779807Z 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-08-06T20:44:29.8785792Z 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-08-06T20:44:29.8792214Z 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-08-06T20:44:29.8798479Z 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-08-06T20:44:29.8804807Z 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-08-06T20:44:29.8810980Z 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-08-06T20:44:29.8816880Z 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-08-06T20:44:29.8822866Z 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-08-06T20:44:29.8828842Z 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-08-06T20:44:29.8835647Z 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-08-06T20:44:29.8842317Z 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-08-06T20:44:29.8848402Z 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-08-06T20:44:29.8854465Z 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-08-06T20:44:29.8860510Z 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-08-06T20:44:29.8867216Z 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-08-06T20:44:29.8872746Z 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-08-06T20:44:29.8878800Z 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-08-06T20:44:29.8884774Z 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-08-06T20:44:29.8891553Z 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-08-06T20:44:29.8897621Z 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-08-06T20:44:29.8903893Z 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-08-06T20:44:29.8910192Z 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-08-06T20:44:29.8916374Z 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-08-06T20:44:29.8922464Z 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-08-06T20:44:29.8928582Z 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-08-06T20:44:29.8935053Z 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-08-06T20:44:29.8940726Z 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-08-06T20:44:29.8947314Z 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-08-06T20:44:29.8960847Z 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-08-06T20:44:29.8967259Z 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-08-06T20:44:29.8973811Z 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-08-06T20:44:29.8980824Z 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-08-06T20:44:29.8989033Z 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-08-06T20:44:29.8995531Z 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-08-06T20:44:29.9001382Z 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-08-06T20:44:29.9008360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9015074Z 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-08-06T20:44:29.9021344Z 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-08-06T20:44:29.9026975Z 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-08-06T20:44:29.9033619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9039135Z 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-08-06T20:44:29.9044883Z 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-08-06T20:44:29.9050727Z 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-08-06T20:44:29.9056539Z 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-08-06T20:44:29.9063242Z 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-08-06T20:44:29.9069060Z 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-08-06T20:44:29.9074895Z 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-08-06T20:44:29.9080799Z 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-08-06T20:44:29.9086953Z 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-08-06T20:44:29.9093328Z 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-08-06T20:44:29.9099132Z 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-08-06T20:44:29.9105113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9111586Z 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-08-06T20:44:29.9117368Z 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-08-06T20:44:29.9123159Z 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-08-06T20:44:29.9129468Z 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-08-06T20:44:29.9135514Z 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-08-06T20:44:29.9141480Z 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-08-06T20:44:29.9147636Z 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-08-06T20:44:29.9153339Z 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-08-06T20:44:29.9159207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9165464Z 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-08-06T20:44:29.9171482Z 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-08-06T20:44:29.9177034Z 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-08-06T20:44:29.9182946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9189099Z 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-08-06T20:44:29.9195037Z 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-08-06T20:44:29.9201298Z 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-08-06T20:44:29.9207520Z 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-08-06T20:44:29.9213852Z 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-08-06T20:44:29.9220091Z 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-08-06T20:44:29.9225996Z 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-08-06T20:44:29.9232320Z 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-08-06T20:44:29.9238167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9244062Z 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-08-06T20:44:29.9250067Z 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-08-06T20:44:29.9256187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9261998Z 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-08-06T20:44:29.9267410Z 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-08-06T20:44:29.9272932Z 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-08-06T20:44:29.9278539Z 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-08-06T20:44:29.9284457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9290348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9295993Z 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-08-06T20:44:29.9302176Z 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-08-06T20:44:29.9308027Z 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-08-06T20:44:29.9314251Z 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-08-06T20:44:29.9320084Z 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-08-06T20:44:29.9326323Z 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-08-06T20:44:29.9332073Z 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-08-06T20:44:29.9337812Z 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-08-06T20:44:29.9343430Z 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-08-06T20:44:29.9349312Z 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-08-06T20:44:29.9354788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9360413Z 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-08-06T20:44:29.9366283Z 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-08-06T20:44:29.9372208Z 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-08-06T20:44:29.9377551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9382845Z 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-08-06T20:44:29.9388315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9393570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9398910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9404750Z 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-08-06T20:44:29.9410358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9415572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9421331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9426762Z 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-08-06T20:44:29.9432294Z 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-08-06T20:44:29.9437766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9443764Z 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-08-06T20:44:29.9449628Z 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-08-06T20:44:29.9455354Z 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-08-06T20:44:29.9461195Z 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-08-06T20:44:29.9466801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9472096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9477829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9483129Z 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-08-06T20:44:29.9526408Z 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-08-06T20:44:29.9531918Z 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-08-06T20:44:29.9537516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9542947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9548452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9553989Z 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-08-06T20:44:29.9559538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9565094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9570650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9576234Z 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-08-06T20:44:29.9581818Z 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-08-06T20:44:29.9587575Z 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-08-06T20:44:29.9593415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9599434Z 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-08-06T20:44:29.9605194Z 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-08-06T20:44:29.9610753Z 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-08-06T20:44:29.9616450Z 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-08-06T20:44:29.9622045Z 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-08-06T20:44:29.9627895Z 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-08-06T20:44:29.9633542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9639243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9644831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9650336Z 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-08-06T20:44:29.9656276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9661795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9667099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9673179Z 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-08-06T20:44:29.9680303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9685876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9691404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9696990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9702690Z 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-08-06T20:44:29.9708237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9714178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9720025Z 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-08-06T20:44:29.9726079Z 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-08-06T20:44:29.9731348Z 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-08-06T20:44:29.9736858Z 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-08-06T20:44:29.9742946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9748470Z 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-08-06T20:44:29.9754119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9759885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9765569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9771037Z 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-08-06T20:44:29.9776911Z 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-08-06T20:44:29.9782614Z 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-08-06T20:44:29.9788590Z 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-08-06T20:44:29.9794068Z 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-08-06T20:44:29.9799477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9804798Z 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-08-06T20:44:29.9810161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9815869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9821264Z 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-08-06T20:44:29.9827117Z 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-08-06T20:44:29.9833258Z 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-08-06T20:44:29.9838540Z 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-08-06T20:44:29.9844244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9849508Z 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-08-06T20:44:29.9854973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9860430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9865740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9871436Z 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-08-06T20:44:29.9877188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9882548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9888571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9894139Z 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-08-06T20:44:29.9899650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9905121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:29.9910498Z 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-08-06T20:44:30.0061605Z 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-08-06T20:44:30.0067293Z 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-08-06T20:44:30.0073625Z 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-08-06T20:44:30.0079603Z 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-08-06T20:44:30.0085893Z 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-08-06T20:44:30.0092172Z 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-08-06T20:44:30.0097982Z 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-08-06T20:44:30.2025390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2031622Z 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-08-06T20:44:30.2037012Z 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-08-06T20:44:30.2042505Z 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-08-06T20:44:30.2048243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2053842Z 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-08-06T20:44:30.2059541Z 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-08-06T20:44:30.2064881Z 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-08-06T20:44:30.2070654Z 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-08-06T20:44:30.2076515Z 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-08-06T20:44:30.2082192Z 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-08-06T20:44:30.2087879Z 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-08-06T20:44:30.2093871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2099737Z 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-08-06T20:44:30.2105408Z 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-08-06T20:44:30.2110875Z 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-08-06T20:44:30.2116187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2121128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2126650Z 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-08-06T20:44:30.2132241Z 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-08-06T20:44:30.2137818Z 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-08-06T20:44:30.2143293Z 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-08-06T20:44:30.2148794Z 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-08-06T20:44:30.2154536Z 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-08-06T20:44:30.2159753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2165855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2171986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2176964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2182600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2189088Z 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-08-06T20:44:30.2194248Z 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-08-06T20:44:30.2199871Z 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-08-06T20:44:30.2206208Z 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-08-06T20:44:30.2212396Z 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-08-06T20:44:30.2237604Z 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-08-06T20:44:30.2243321Z 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-08-06T20:44:30.2249594Z 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-08-06T20:44:30.2255050Z 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-08-06T20:44:30.2261376Z 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-08-06T20:44:30.2266912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2273028Z 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-08-06T20:44:30.2278586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2284299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2290770Z 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-08-06T20:44:30.2296788Z 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-08-06T20:44:30.2302446Z 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-08-06T20:44:30.2308237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2313513Z 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-08-06T20:44:30.2319334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2325395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2330244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2335582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2341438Z 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-08-06T20:44:30.2346983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2352831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2358581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2364896Z 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-08-06T20:44:30.2370405Z 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-08-06T20:44:30.2376432Z 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-08-06T20:44:30.2382413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2388571Z 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-08-06T20:44:30.2394436Z 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-08-06T20:44:30.2399956Z 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-08-06T20:44:30.2406022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2411795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2417769Z 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-08-06T20:44:30.2423604Z 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-08-06T20:44:30.2429267Z 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-08-06T20:44:30.2435237Z 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-08-06T20:44:30.2441459Z 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-08-06T20:44:30.2447292Z 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-08-06T20:44:30.2453248Z 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-08-06T20:44:30.2460334Z 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-08-06T20:44:30.2465866Z 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-08-06T20:44:30.2472948Z 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-08-06T20:44:30.2478613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2484465Z 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-08-06T20:44:30.2490154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2495954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2501678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2507305Z 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-08-06T20:44:30.2513083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2518831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2523883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2528991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2534903Z 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-08-06T20:44:30.2683751Z 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-08-06T20:44:30.2689289Z 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-08-06T20:44:30.2694864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2700459Z 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-08-06T20:44:30.2706080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2711426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2716937Z 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-08-06T20:44:30.2722499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2727801Z 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-08-06T20:44:30.2733692Z 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-08-06T20:44:30.2739675Z 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-08-06T20:44:30.2745063Z 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-08-06T20:44:30.2751247Z 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-08-06T20:44:30.2756760Z 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-08-06T20:44:30.2762431Z 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-08-06T20:44:30.2768182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2773708Z 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-08-06T20:44:30.2779569Z 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-08-06T20:44:30.2785284Z 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-08-06T20:44:30.2790658Z 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-08-06T20:44:30.2796620Z 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-08-06T20:44:30.2802116Z 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-08-06T20:44:30.2807811Z 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-08-06T20:44:30.2813377Z 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-08-06T20:44:30.2818911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2824356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2829843Z 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-08-06T20:44:30.2835759Z 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-08-06T20:44:30.2841234Z 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-08-06T20:44:30.2847088Z 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-08-06T20:44:30.2852607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.2857982Z 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-08-06T20:44:30.2863608Z 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-08-06T20:44:30.2869396Z 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-08-06T20:44:30.2875131Z 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-08-06T20:44:30.2880779Z 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-08-06T20:44:30.2887416Z 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-08-06T20:44:30.2893181Z 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-08-06T20:44:30.2898778Z 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-08-06T20:44:30.2904829Z 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-08-06T20:44:30.2910435Z 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-08-06T20:44:30.2916182Z 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-08-06T20:44:30.2922269Z 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-08-06T20:44:30.2928551Z 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-08-06T20:44:30.2976270Z 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-08-06T20:44:30.2981941Z 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-08-06T20:44:30.2989126Z 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-08-06T20:44:30.2995247Z 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-08-06T20:44:30.3001852Z 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-08-06T20:44:30.3008032Z 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-08-06T20:44:30.3013958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3019174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3025330Z 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-08-06T20:44:30.3030794Z 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-08-06T20:44:30.3036148Z 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-08-06T20:44:30.3042359Z 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-08-06T20:44:30.3048099Z 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-08-06T20:44:30.3053972Z 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-08-06T20:44:30.3059958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3065312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3071003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3076834Z 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-08-06T20:44:30.3082611Z 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-08-06T20:44:30.3088443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3094805Z 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-08-06T20:44:30.3100674Z 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-08-06T20:44:30.3106475Z 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-08-06T20:44:30.3112003Z 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-08-06T20:44:30.3117733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3123844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3129524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3135316Z 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-08-06T20:44:30.3140844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3146509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3152314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3158260Z 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-08-06T20:44:30.3163645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3169306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3231472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3237591Z 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-08-06T20:44:30.3242872Z 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-08-06T20:44:30.3249015Z 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-08-06T20:44:30.3254363Z 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-08-06T20:44:30.3259956Z 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-08-06T20:44:30.3265626Z 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-08-06T20:44:30.3271414Z 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-08-06T20:44:30.3276759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3282061Z 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-08-06T20:44:30.3287324Z 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-08-06T20:44:30.3292719Z 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-08-06T20:44:30.3297898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3303293Z 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-08-06T20:44:30.3308591Z 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-08-06T20:44:30.3314144Z 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-08-06T20:44:30.3319954Z 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-08-06T20:44:30.3325661Z 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-08-06T20:44:30.3331305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3336968Z 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-08-06T20:44:30.3342489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3348126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3353837Z 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-08-06T20:44:30.3359678Z 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-08-06T20:44:30.3365641Z 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-08-06T20:44:30.3371253Z 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-08-06T20:44:30.3376764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3382580Z 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-08-06T20:44:30.3388095Z 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-08-06T20:44:30.3393776Z 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-08-06T20:44:30.3399906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3405971Z 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-08-06T20:44:30.3411635Z 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-08-06T20:44:30.3417533Z 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-08-06T20:44:30.3423221Z 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-08-06T20:44:30.3429291Z 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-08-06T20:44:30.3435260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3440935Z 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-08-06T20:44:30.3446732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3452777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3458212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3464383Z 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-08-06T20:44:30.3469923Z 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-08-06T20:44:30.3476007Z 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-08-06T20:44:30.3481275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3487102Z 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-08-06T20:44:30.3492864Z 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-08-06T20:44:30.3498851Z 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-08-06T20:44:30.3506080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3513113Z 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-08-06T20:44:30.3519350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3525323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3530979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3536352Z 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-08-06T20:44:30.3541847Z 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-08-06T20:44:30.3547252Z 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-08-06T20:44:30.3553077Z 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-08-06T20:44:30.3558715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3564598Z 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-08-06T20:44:30.3570475Z 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-08-06T20:44:30.3635267Z 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-08-06T20:44:30.3636429Z 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-08-06T20:44:30.3637326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3638249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3639166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3640202Z 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-08-06T20:44:30.3641367Z 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-08-06T20:44:30.3642511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3643794Z 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-08-06T20:44:30.3645133Z 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-08-06T20:44:30.3646208Z 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-08-06T20:44:30.3647158Z 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-08-06T20:44:30.3648085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3650359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3656393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3661874Z 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-08-06T20:44:30.3667811Z 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-08-06T20:44:30.3674050Z 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-08-06T20:44:30.3679416Z 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-08-06T20:44:30.3706983Z 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-08-06T20:44:30.3712607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3718556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3724395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3729571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3735487Z 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-08-06T20:44:30.3741157Z 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-08-06T20:44:30.3747337Z 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-08-06T20:44:30.3753012Z 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-08-06T20:44:30.3758722Z 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-08-06T20:44:30.3764486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3770698Z 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-08-06T20:44:30.3776385Z 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-08-06T20:44:30.3782212Z 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-08-06T20:44:30.3787959Z 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-08-06T20:44:30.3793697Z 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-08-06T20:44:30.3799390Z 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-08-06T20:44:30.3805553Z 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-08-06T20:44:30.3811866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3816592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3822340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3829145Z 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-08-06T20:44:30.3834542Z 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-08-06T20:44:30.3840229Z 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-08-06T20:44:30.3846038Z 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-08-06T20:44:30.3851867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3857275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3863054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3868957Z 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-08-06T20:44:30.3876139Z 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-08-06T20:44:30.3880654Z 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-08-06T20:44:30.3886521Z 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-08-06T20:44:30.3892611Z 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-08-06T20:44:30.3897997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3904606Z 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-08-06T20:44:30.3910897Z 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-08-06T20:44:30.3916974Z 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-08-06T20:44:30.3922830Z 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-08-06T20:44:30.3928830Z 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-08-06T20:44:30.3935085Z 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-08-06T20:44:30.3941158Z 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-08-06T20:44:30.3947131Z 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-08-06T20:44:30.3952738Z 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-08-06T20:44:30.3958424Z 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-08-06T20:44:30.3964301Z 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-08-06T20:44:30.3970116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3975986Z 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-08-06T20:44:30.3981734Z 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-08-06T20:44:30.3987173Z 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-08-06T20:44:30.3992773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.3998842Z 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-08-06T20:44:30.4004518Z 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-08-06T20:44:30.4010816Z 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-08-06T20:44:30.4016687Z 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-08-06T20:44:30.4023321Z 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-08-06T20:44:30.4029209Z 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-08-06T20:44:30.4035420Z 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-08-06T20:44:30.4041102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4046907Z 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-08-06T20:44:30.4052363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4058397Z 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-08-06T20:44:30.4064462Z 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-08-06T20:44:30.4069467Z 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-08-06T20:44:30.4076090Z 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-08-06T20:44:30.4081664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4087527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4092230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4098237Z 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-08-06T20:44:30.4104332Z 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-08-06T20:44:30.4109934Z 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-08-06T20:44:30.4115841Z 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-08-06T20:44:30.4121494Z 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-08-06T20:44:30.4127455Z 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-08-06T20:44:30.4133329Z 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-08-06T20:44:30.4139044Z 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-08-06T20:44:30.4145301Z 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-08-06T20:44:30.4151003Z 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-08-06T20:44:30.4156668Z 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-08-06T20:44:30.4162558Z 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-08-06T20:44:30.4168625Z 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-08-06T20:44:30.4174109Z 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-08-06T20:44:30.4180067Z 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-08-06T20:44:30.4185432Z 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-08-06T20:44:30.4191073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4196979Z 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-08-06T20:44:30.4203567Z 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-08-06T20:44:30.4209355Z 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-08-06T20:44:30.4214953Z 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-08-06T20:44:30.4220637Z 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-08-06T20:44:30.4226788Z 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-08-06T20:44:30.4232685Z 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-08-06T20:44:30.4238273Z 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-08-06T20:44:30.4244381Z 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-08-06T20:44:30.4250269Z 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-08-06T20:44:30.4255819Z 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-08-06T20:44:30.4261721Z 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-08-06T20:44:30.4267403Z 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-08-06T20:44:30.4273030Z 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-08-06T20:44:30.4278709Z 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-08-06T20:44:30.4284432Z 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-08-06T20:44:30.4290039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4295790Z 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-08-06T20:44:30.4302124Z 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-08-06T20:44:30.4307914Z 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-08-06T20:44:30.4313837Z 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-08-06T20:44:30.4319710Z 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-08-06T20:44:30.4325808Z 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-08-06T20:44:30.4331844Z 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-08-06T20:44:30.4337838Z 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-08-06T20:44:30.4343870Z 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-08-06T20:44:30.4349858Z 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-08-06T20:44:30.4355523Z 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-08-06T20:44:30.4361368Z 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-08-06T20:44:30.4368177Z 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-08-06T20:44:30.4373485Z 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-08-06T20:44:30.4379634Z 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-08-06T20:44:30.4386031Z 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-08-06T20:44:30.4391922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4397379Z 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-08-06T20:44:30.4403710Z 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-08-06T20:44:30.4409562Z 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-08-06T20:44:30.4415420Z 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-08-06T20:44:30.4421789Z 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-08-06T20:44:30.4427894Z 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-08-06T20:44:30.4433686Z 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-08-06T20:44:30.4439571Z 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-08-06T20:44:30.4445754Z 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-08-06T20:44:30.4451666Z 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-08-06T20:44:30.4457473Z 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-08-06T20:44:30.4463275Z 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-08-06T20:44:30.4469222Z 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-08-06T20:44:30.4474983Z 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-08-06T20:44:30.4480831Z 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-08-06T20:44:30.4486856Z 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-08-06T20:44:30.4492604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4498550Z 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-08-06T20:44:30.4504899Z 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-08-06T20:44:30.4510812Z 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-08-06T20:44:30.4516598Z 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-08-06T20:44:30.4522226Z 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-08-06T20:44:30.4528255Z 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-08-06T20:44:30.4534131Z 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-08-06T20:44:30.4540441Z 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-08-06T20:44:30.4546640Z 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-08-06T20:44:30.4552441Z 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-08-06T20:44:30.4558240Z 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-08-06T20:44:30.4564239Z 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-08-06T20:44:30.4570395Z 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-08-06T20:44:30.4576185Z 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-08-06T20:44:30.4581913Z 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-08-06T20:44:30.4587611Z 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-08-06T20:44:30.4593672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4599607Z 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-08-06T20:44:30.4607191Z 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-08-06T20:44:30.4613016Z 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-08-06T20:44:30.4618995Z 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-08-06T20:44:30.4627281Z 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-08-06T20:44:30.4633501Z 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-08-06T20:44:30.4639361Z 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-08-06T20:44:30.4645435Z 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-08-06T20:44:30.4651774Z 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-08-06T20:44:30.4658745Z 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-08-06T20:44:30.4664491Z 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-08-06T20:44:30.4670309Z 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-08-06T20:44:30.4676022Z 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-08-06T20:44:30.4681896Z 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-08-06T20:44:30.4688507Z 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-08-06T20:44:30.4735980Z 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-08-06T20:44:30.4741420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4747260Z 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-08-06T20:44:30.4753877Z 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-08-06T20:44:30.4759532Z 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-08-06T20:44:30.4766468Z 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-08-06T20:44:30.4773136Z 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-08-06T20:44:30.4778826Z 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-08-06T20:44:30.4784965Z 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-08-06T20:44:30.4791535Z 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-08-06T20:44:30.4797385Z 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-08-06T20:44:30.4803047Z 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-08-06T20:44:30.4809104Z 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-08-06T20:44:30.4814724Z 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-08-06T20:44:30.4820464Z 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-08-06T20:44:30.4826298Z 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-08-06T20:44:30.4832063Z 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-08-06T20:44:30.4837992Z 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-08-06T20:44:30.4843921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4849427Z 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-08-06T20:44:30.4854546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4860433Z 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-08-06T20:44:30.4866172Z 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-08-06T20:44:30.4871626Z 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-08-06T20:44:30.4877180Z 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-08-06T20:44:30.4883029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4888502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4894496Z 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-08-06T20:44:30.4900604Z 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-08-06T20:44:30.4906345Z 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-08-06T20:44:30.4912477Z 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-08-06T20:44:30.4917952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4923465Z 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-08-06T20:44:30.4929119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4934569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4940800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4971095Z 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-08-06T20:44:30.4977032Z 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-08-06T20:44:30.4982718Z 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-08-06T20:44:30.4988385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.4993980Z 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-08-06T20:44:30.4999831Z 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-08-06T20:44:30.5005755Z 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-08-06T20:44:30.5011327Z 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-08-06T20:44:30.5017111Z 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-08-06T20:44:30.5023201Z 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-08-06T20:44:30.5028994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5034791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5040498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5046375Z 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-08-06T20:44:30.5051779Z 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-08-06T20:44:30.5057468Z 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-08-06T20:44:30.5063035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5069129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5074378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5079706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5084996Z 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-08-06T20:44:30.5090689Z 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-08-06T20:44:30.5096847Z 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-08-06T20:44:30.5108247Z 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-08-06T20:44:30.5114026Z 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-08-06T20:44:30.5119790Z 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-08-06T20:44:30.5125673Z 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-08-06T20:44:30.5131554Z 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-08-06T20:44:30.5137333Z 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-08-06T20:44:30.5143362Z 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-08-06T20:44:30.5148817Z 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-08-06T20:44:30.5154895Z 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-08-06T20:44:30.5160594Z 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-08-06T20:44:30.5166241Z 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-08-06T20:44:30.5171807Z 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-08-06T20:44:30.5177494Z 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-08-06T20:44:30.5183730Z 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-08-06T20:44:30.5189733Z 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-08-06T20:44:30.5195720Z 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-08-06T20:44:30.5201532Z 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-08-06T20:44:30.5207779Z 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-08-06T20:44:30.5213330Z 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-08-06T20:44:30.5219094Z 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-08-06T20:44:30.5224957Z 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-08-06T20:44:30.5230869Z 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-08-06T20:44:30.5236693Z 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-08-06T20:44:30.5242303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5248377Z 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-08-06T20:44:30.5255321Z 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-08-06T20:44:30.5259616Z 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-08-06T20:44:30.5265517Z 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-08-06T20:44:30.5298076Z 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-08-06T20:44:30.5303489Z 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-08-06T20:44:30.5309450Z 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-08-06T20:44:30.5314787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5320337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5325605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5330913Z 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-08-06T20:44:30.5336204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5342629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5347381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5352839Z 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-08-06T20:44:30.5358276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5363962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5369310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5374612Z 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-08-06T20:44:30.5380234Z 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-08-06T20:44:30.5385779Z 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-08-06T20:44:30.5391342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5396830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5402347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5408153Z 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-08-06T20:44:30.5413731Z 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-08-06T20:44:30.5419158Z 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-08-06T20:44:30.5424840Z 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-08-06T20:44:30.5430357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5436543Z 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-08-06T20:44:30.5443211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5448847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5454087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5459199Z 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-08-06T20:44:30.5464548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5470352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5475678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5480987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5486737Z 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-08-06T20:44:30.5492875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5498632Z 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-08-06T20:44:30.5504586Z 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-08-06T20:44:30.5510267Z 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-08-06T20:44:30.5515980Z 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-08-06T20:44:30.5521575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5527272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5533141Z 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-08-06T20:44:30.5538827Z 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-08-06T20:44:30.5544542Z 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-08-06T20:44:30.5550094Z 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-08-06T20:44:30.5555963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5561432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5566940Z 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-08-06T20:44:30.5572641Z 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-08-06T20:44:30.5578605Z 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-08-06T20:44:30.5584320Z 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-08-06T20:44:30.5590420Z 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-08-06T20:44:30.5596720Z 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-08-06T20:44:30.5602824Z 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-08-06T20:44:30.5608626Z 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-08-06T20:44:30.5614503Z 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-08-06T20:44:30.5620462Z 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-08-06T20:44:30.5626547Z 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-08-06T20:44:30.5632513Z 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-08-06T20:44:30.5638246Z 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-08-06T20:44:30.5644298Z 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-08-06T20:44:30.5650650Z 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-08-06T20:44:30.5656507Z 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-08-06T20:44:30.5662621Z 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-08-06T20:44:30.5668520Z 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-08-06T20:44:30.5674406Z 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-08-06T20:44:30.5681449Z 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-08-06T20:44:30.5687356Z 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-08-06T20:44:30.5693353Z 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-08-06T20:44:30.5699263Z 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-08-06T20:44:30.5705237Z 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-08-06T20:44:30.5710635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5716835Z 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-08-06T20:44:30.5723106Z 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-08-06T20:44:30.5728814Z 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-08-06T20:44:30.5734490Z 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-08-06T20:44:30.5740538Z 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-08-06T20:44:30.5746331Z 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-08-06T20:44:30.5752173Z 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-08-06T20:44:30.5758070Z 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-08-06T20:44:30.5764538Z 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-08-06T20:44:30.5770559Z 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-08-06T20:44:30.5776143Z 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-08-06T20:44:30.5781928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5787689Z 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-08-06T20:44:30.5792910Z 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-08-06T20:44:30.5798567Z 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-08-06T20:44:30.5804683Z 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-08-06T20:44:30.5810209Z 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-08-06T20:44:30.5816086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5821738Z 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-08-06T20:44:30.5827272Z 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-08-06T20:44:30.5833087Z 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-08-06T20:44:30.5838281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5843830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5849683Z 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-08-06T20:44:30.5855725Z 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-08-06T20:44:30.5861516Z 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-08-06T20:44:30.5867136Z 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-08-06T20:44:30.5873324Z 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-08-06T20:44:30.5879890Z 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-08-06T20:44:30.5884924Z 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-08-06T20:44:30.5890981Z 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-08-06T20:44:30.5897269Z 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-08-06T20:44:30.5902941Z 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-08-06T20:44:30.5908678Z 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-08-06T20:44:30.5914653Z 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-08-06T20:44:30.5920607Z 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-08-06T20:44:30.5926644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5932186Z 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-08-06T20:44:30.5937770Z 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-08-06T20:44:30.5942955Z 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-08-06T20:44:30.5949050Z 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-08-06T20:44:30.5955016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.5960781Z 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-08-06T20:44:30.5966725Z 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-08-06T20:44:30.5971836Z 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-08-06T20:44:30.5977393Z 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-08-06T20:44:30.5983452Z 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-08-06T20:44:30.5989754Z 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-08-06T20:44:30.5995763Z 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-08-06T20:44:30.6001394Z 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-08-06T20:44:30.6007169Z 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-08-06T20:44:30.6012753Z 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-08-06T20:44:30.6018242Z 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-08-06T20:44:30.6024162Z 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-08-06T20:44:30.6030585Z 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-08-06T20:44:30.6035910Z 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-08-06T20:44:30.6041607Z 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-08-06T20:44:30.6047414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6053039Z 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-08-06T20:44:30.6059921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6066662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6072173Z 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-08-06T20:44:30.6077889Z 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-08-06T20:44:30.6083804Z 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-08-06T20:44:30.6089543Z 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-08-06T20:44:30.6095692Z 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-08-06T20:44:30.6101949Z 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-08-06T20:44:30.6107992Z 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-08-06T20:44:30.6113815Z 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-08-06T20:44:30.6119641Z 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-08-06T20:44:30.6125782Z 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-08-06T20:44:30.6131769Z 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-08-06T20:44:30.6137551Z 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-08-06T20:44:30.6143419Z 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-08-06T20:44:30.6149431Z 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-08-06T20:44:30.6155338Z 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-08-06T20:44:30.6162265Z 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-08-06T20:44:30.6168609Z 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-08-06T20:44:30.6174479Z 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-08-06T20:44:30.6180089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6185912Z 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-08-06T20:44:30.6191469Z 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-08-06T20:44:30.6197164Z 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-08-06T20:44:30.6202819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6208708Z 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-08-06T20:44:30.6214447Z 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-08-06T20:44:30.6254045Z 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-08-06T20:44:30.6259671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6265551Z 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-08-06T20:44:30.6271153Z 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-08-06T20:44:30.6276965Z 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-08-06T20:44:30.6282774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6289039Z 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-08-06T20:44:30.6294680Z 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-08-06T20:44:30.6301211Z 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-08-06T20:44:30.6306959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6312970Z 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-08-06T20:44:30.6318417Z 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-08-06T20:44:30.6323963Z 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-08-06T20:44:30.6329682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6335495Z 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-08-06T20:44:30.6341168Z 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-08-06T20:44:30.6346628Z 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-08-06T20:44:30.6352066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6358075Z 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-08-06T20:44:30.6370058Z 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-08-06T20:44:30.6375838Z 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-08-06T20:44:30.6381295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6387076Z 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-08-06T20:44:30.6392536Z 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-08-06T20:44:30.6397827Z 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-08-06T20:44:30.6403398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6409169Z 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-08-06T20:44:30.6414974Z 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-08-06T20:44:30.6421098Z 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-08-06T20:44:30.6426763Z 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-08-06T20:44:30.6432430Z 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-08-06T20:44:30.6439032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6444667Z 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-08-06T20:44:30.6450336Z 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-08-06T20:44:30.6455954Z 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-08-06T20:44:30.6461458Z 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-08-06T20:44:30.6467199Z 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-08-06T20:44:30.6472660Z 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-08-06T20:44:30.6478351Z 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-08-06T20:44:30.6484164Z 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-08-06T20:44:30.6489787Z 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-08-06T20:44:30.6495434Z 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-08-06T20:44:30.6501039Z 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-08-06T20:44:30.6506585Z 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-08-06T20:44:30.6513111Z 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-08-06T20:44:30.6518483Z 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-08-06T20:44:30.6524174Z 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-08-06T20:44:30.6530346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6536079Z 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-08-06T20:44:30.6542031Z 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-08-06T20:44:30.6547664Z 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-08-06T20:44:30.6553469Z 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-08-06T20:44:30.6559325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6565074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6570996Z 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-08-06T20:44:30.6576892Z 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-08-06T20:44:30.6582355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6588024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6594039Z 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-08-06T20:44:30.6600336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6606473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6612417Z 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-08-06T20:44:30.6618298Z 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-08-06T20:44:30.6624128Z 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-08-06T20:44:30.6629807Z 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-08-06T20:44:30.6635750Z 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-08-06T20:44:30.6641393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6646857Z 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-08-06T20:44:30.6652334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6658329Z 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-08-06T20:44:30.6664075Z 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-08-06T20:44:30.6670037Z 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-08-06T20:44:30.6675485Z 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-08-06T20:44:30.6681097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6686708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6692387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6698459Z 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-08-06T20:44:30.6704072Z 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-08-06T20:44:30.6709926Z 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-08-06T20:44:30.6716021Z 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-08-06T20:44:30.6722905Z 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-08-06T20:44:30.6728523Z 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-08-06T20:44:30.6733830Z 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-08-06T20:44:30.6740254Z 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-08-06T20:44:30.6745922Z 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-08-06T20:44:30.6751469Z 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-08-06T20:44:30.6757400Z 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-08-06T20:44:30.6763084Z 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-08-06T20:44:30.6769533Z 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-08-06T20:44:30.6775773Z 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-08-06T20:44:30.6781526Z 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-08-06T20:44:30.6787452Z 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-08-06T20:44:30.6793446Z 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-08-06T20:44:30.6799504Z 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-08-06T20:44:30.6805709Z 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-08-06T20:44:30.6811471Z 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-08-06T20:44:30.6839600Z 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-08-06T20:44:30.6845740Z 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-08-06T20:44:30.6851364Z 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-08-06T20:44:30.6857550Z 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-08-06T20:44:30.6863006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6868839Z 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-08-06T20:44:30.6874564Z 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-08-06T20:44:30.6880167Z 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-08-06T20:44:30.6886463Z 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-08-06T20:44:30.6899435Z 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-08-06T20:44:30.6905153Z 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-08-06T20:44:30.6910765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6916638Z 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-08-06T20:44:30.6922145Z 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-08-06T20:44:30.6927913Z 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-08-06T20:44:30.6933711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6939309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6945078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6950669Z 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-08-06T20:44:30.6956222Z 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-08-06T20:44:30.6961873Z 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-08-06T20:44:30.6967477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.6973230Z 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-08-06T20:44:30.6979587Z 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-08-06T20:44:30.6984813Z 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-08-06T20:44:30.6990015Z 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-08-06T20:44:30.6995888Z 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-08-06T20:44:30.7001588Z 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-08-06T20:44:30.7007076Z 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-08-06T20:44:30.7012984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7018594Z 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-08-06T20:44:30.7024029Z 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-08-06T20:44:30.7029273Z 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-08-06T20:44:30.7034760Z 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-08-06T20:44:30.7040702Z 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-08-06T20:44:30.7046301Z 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-08-06T20:44:30.7051867Z 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-08-06T20:44:30.7057732Z 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-08-06T20:44:30.7063403Z 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-08-06T20:44:30.7069060Z 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-08-06T20:44:30.7074738Z 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-08-06T20:44:30.7080339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7086191Z 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-08-06T20:44:30.7091801Z 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-08-06T20:44:30.7097489Z 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-08-06T20:44:30.7103386Z 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-08-06T20:44:30.7108692Z 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-08-06T20:44:30.7114460Z 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-08-06T20:44:30.7120294Z 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-08-06T20:44:30.7125882Z 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-08-06T20:44:30.7131683Z 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-08-06T20:44:30.7137259Z 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-08-06T20:44:30.7142841Z 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-08-06T20:44:30.7148684Z 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-08-06T20:44:30.7154346Z 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-08-06T20:44:30.7160483Z 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-08-06T20:44:30.7166218Z 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-08-06T20:44:30.7172301Z 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-08-06T20:44:30.7177830Z 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-08-06T20:44:30.7183814Z 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-08-06T20:44:30.7189792Z 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-08-06T20:44:30.7195425Z 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-08-06T20:44:30.7201654Z 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-08-06T20:44:30.7207951Z 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-08-06T20:44:30.7213500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7219617Z 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-08-06T20:44:30.7226263Z 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-08-06T20:44:30.7232211Z 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-08-06T20:44:30.7237952Z 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-08-06T20:44:30.7244081Z 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-08-06T20:44:30.7250190Z 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-08-06T20:44:30.7255831Z 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-08-06T20:44:30.7261654Z 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-08-06T20:44:30.7268094Z 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-08-06T20:44:30.7273919Z 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-08-06T20:44:30.7280211Z 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-08-06T20:44:30.7286184Z 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-08-06T20:44:30.7291965Z 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-08-06T20:44:30.7298063Z 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-08-06T20:44:30.7303879Z 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-08-06T20:44:30.7309716Z 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-08-06T20:44:30.7315242Z 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-08-06T20:44:30.7321182Z 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-08-06T20:44:30.7327099Z 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-08-06T20:44:30.7333125Z 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-08-06T20:44:30.7338828Z 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-08-06T20:44:30.7344488Z 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-08-06T20:44:30.7350865Z 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-08-06T20:44:30.7357043Z 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-08-06T20:44:30.7363485Z 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-08-06T20:44:30.7368725Z 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-08-06T20:44:30.7374862Z 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-08-06T20:44:30.7381146Z 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-08-06T20:44:30.7387082Z 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-08-06T20:44:30.7392879Z 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-08-06T20:44:30.7404876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7410596Z 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-08-06T20:44:30.7416328Z 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-08-06T20:44:30.7422536Z 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-08-06T20:44:30.7428737Z 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-08-06T20:44:30.7434526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7440884Z 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-08-06T20:44:30.7446703Z 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-08-06T20:44:30.7452605Z 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-08-06T20:44:30.7458255Z 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-08-06T20:44:30.7464133Z 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-08-06T20:44:30.7470325Z 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-08-06T20:44:30.7476351Z 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-08-06T20:44:30.7482035Z 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-08-06T20:44:30.7487885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7493116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7498406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7503921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7509594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7514958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7520640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7526421Z 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-08-06T20:44:30.7531925Z 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-08-06T20:44:30.7537678Z 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-08-06T20:44:30.7543446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7549257Z 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-08-06T20:44:30.7555158Z 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-08-06T20:44:30.7560974Z 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-08-06T20:44:30.7566737Z 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-08-06T20:44:30.7572503Z 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-08-06T20:44:30.7578782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7584873Z 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-08-06T20:44:30.7590796Z 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-08-06T20:44:30.7596771Z 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-08-06T20:44:30.7602637Z 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-08-06T20:44:30.7608761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7614586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7620432Z 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-08-06T20:44:30.7626618Z 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-08-06T20:44:30.7632693Z 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-08-06T20:44:30.7638622Z 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-08-06T20:44:30.7644930Z 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-08-06T20:44:30.7651099Z 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-08-06T20:44:30.7657296Z 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-08-06T20:44:30.7663217Z 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-08-06T20:44:30.7669280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7675240Z 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-08-06T20:44:30.7681119Z 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-08-06T20:44:30.7687008Z 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-08-06T20:44:30.7692865Z 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-08-06T20:44:30.7698967Z 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-08-06T20:44:30.7705349Z 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-08-06T20:44:30.7711098Z 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-08-06T20:44:30.7716935Z 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-08-06T20:44:30.7722925Z 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-08-06T20:44:30.7729194Z 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-08-06T20:44:30.7735612Z 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-08-06T20:44:30.7741696Z 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-08-06T20:44:30.7747539Z 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-08-06T20:44:30.7754292Z 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-08-06T20:44:30.7760580Z 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-08-06T20:44:30.7766988Z 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-08-06T20:44:30.7773314Z 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-08-06T20:44:30.7779616Z 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-08-06T20:44:30.7785544Z 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-08-06T20:44:30.7792073Z 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-08-06T20:44:30.7797699Z 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-08-06T20:44:30.7803447Z 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-08-06T20:44:30.7809611Z 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-08-06T20:44:30.7816164Z 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-08-06T20:44:30.7822352Z 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-08-06T20:44:30.7828396Z 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-08-06T20:44:30.7834263Z 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-08-06T20:44:30.7840456Z 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-08-06T20:44:30.7846704Z 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-08-06T20:44:30.7853078Z 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-08-06T20:44:30.7858616Z 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-08-06T20:44:30.7864506Z 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-08-06T20:44:30.7870885Z 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-08-06T20:44:30.7876810Z 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-08-06T20:44:30.7882557Z 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-08-06T20:44:30.7888389Z 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-08-06T20:44:30.7894009Z 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-08-06T20:44:30.7900172Z 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-08-06T20:44:30.7907017Z 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-08-06T20:44:30.7912920Z 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-08-06T20:44:30.7919017Z 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-08-06T20:44:30.7924503Z 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-08-06T20:44:30.7930198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.7936421Z 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-08-06T20:44:30.7942202Z 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-08-06T20:44:30.7947843Z 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-08-06T20:44:30.7953730Z 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-08-06T20:44:30.7959544Z 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-08-06T20:44:30.7966084Z 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-08-06T20:44:30.7971884Z 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-08-06T20:44:30.7977720Z 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-08-06T20:44:30.7983439Z 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-08-06T20:44:30.7989470Z 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-08-06T20:44:30.7995535Z 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-08-06T20:44:30.8002653Z 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-08-06T20:44:30.8008896Z 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-08-06T20:44:30.8015243Z 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-08-06T20:44:30.8021343Z 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-08-06T20:44:30.8027393Z 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-08-06T20:44:30.8033461Z 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-08-06T20:44:30.8039805Z 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-08-06T20:44:30.8045882Z 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-08-06T20:44:30.8052135Z 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-08-06T20:44:30.8058634Z 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-08-06T20:44:30.8064878Z 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-08-06T20:44:30.8070896Z 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-08-06T20:44:30.8077567Z 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-08-06T20:44:30.8083873Z 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-08-06T20:44:30.8089982Z 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-08-06T20:44:30.8096548Z 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-08-06T20:44:30.8103388Z 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-08-06T20:44:30.8109396Z 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-08-06T20:44:30.8115616Z 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-08-06T20:44:30.8121930Z 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-08-06T20:44:30.8128079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8133674Z 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-08-06T20:44:30.8139519Z 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-08-06T20:44:30.8145599Z 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-08-06T20:44:30.8151353Z 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-08-06T20:44:30.8157120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8163163Z 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-08-06T20:44:30.8169324Z 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-08-06T20:44:30.8175355Z 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-08-06T20:44:30.8181073Z 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-08-06T20:44:30.8187123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8192917Z 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-08-06T20:44:30.8198967Z 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-08-06T20:44:30.8205229Z 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-08-06T20:44:30.8210847Z 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-08-06T20:44:30.8224426Z 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-08-06T20:44:30.8229793Z 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-08-06T20:44:30.8235617Z 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-08-06T20:44:30.8241468Z 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-08-06T20:44:30.8247260Z 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-08-06T20:44:30.8253074Z 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-08-06T20:44:30.8258979Z 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-08-06T20:44:30.8264922Z 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-08-06T20:44:30.8270891Z 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-08-06T20:44:30.8276671Z 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-08-06T20:44:30.8282693Z 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-08-06T20:44:30.8288666Z 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-08-06T20:44:30.8294676Z 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-08-06T20:44:30.8301169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8306906Z 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-08-06T20:44:30.8312545Z 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-08-06T20:44:30.8318096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8323991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8329899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8335832Z 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-08-06T20:44:30.8341490Z 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-08-06T20:44:30.8347337Z 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-08-06T20:44:30.8353356Z 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-08-06T20:44:30.8359128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8364957Z 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-08-06T20:44:30.8370610Z 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-08-06T20:44:30.8405658Z 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-08-06T20:44:30.8411310Z 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-08-06T20:44:30.8417386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8423341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8429191Z 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-08-06T20:44:30.8435085Z 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-08-06T20:44:30.8440711Z 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-08-06T20:44:30.8446907Z 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-08-06T20:44:30.8452791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8458824Z 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-08-06T20:44:30.8464749Z 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-08-06T20:44:30.8470534Z 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-08-06T20:44:30.8476100Z 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-08-06T20:44:30.8481962Z 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-08-06T20:44:30.8487822Z 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-08-06T20:44:30.8493592Z 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-08-06T20:44:30.8499400Z 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-08-06T20:44:30.8505184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8511012Z 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-08-06T20:44:30.8516816Z 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-08-06T20:44:30.8522549Z 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-08-06T20:44:30.8528176Z 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-08-06T20:44:30.8534229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8540834Z 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-08-06T20:44:30.8546604Z 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-08-06T20:44:30.8552540Z 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-08-06T20:44:30.8558073Z 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-08-06T20:44:30.8563584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8570100Z 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-08-06T20:44:30.8575897Z 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-08-06T20:44:30.8581478Z 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-08-06T20:44:30.8587158Z 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-08-06T20:44:30.8593106Z 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-08-06T20:44:30.8598997Z 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-08-06T20:44:30.8605030Z 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-08-06T20:44:30.8610749Z 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-08-06T20:44:30.8616802Z 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-08-06T20:44:30.8622439Z 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-08-06T20:44:30.8628626Z 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-08-06T20:44:30.8634475Z 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-08-06T20:44:30.8640506Z 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-08-06T20:44:30.8646108Z 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-08-06T20:44:30.8651908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8657895Z 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-08-06T20:44:30.8663743Z 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-08-06T20:44:30.8669229Z 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-08-06T20:44:30.8674821Z 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-08-06T20:44:30.8680425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8686142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8692433Z 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-08-06T20:44:30.8698001Z 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-08-06T20:44:30.8704128Z 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-08-06T20:44:30.8709955Z 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-08-06T20:44:30.8716195Z 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-08-06T20:44:30.8722016Z 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-08-06T20:44:30.8728105Z 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-08-06T20:44:30.8734337Z 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-08-06T20:44:30.8740206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8746106Z 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-08-06T20:44:30.8758045Z 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-08-06T20:44:30.8764511Z 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-08-06T20:44:30.8770446Z 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-08-06T20:44:30.8776321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8782321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8788488Z 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-08-06T20:44:30.8794579Z 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-08-06T20:44:30.8800502Z 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-08-06T20:44:30.8806724Z 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-08-06T20:44:30.8813060Z 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-08-06T20:44:30.8818876Z 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-08-06T20:44:30.8824955Z 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-08-06T20:44:30.8831111Z 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-08-06T20:44:30.8836944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8842681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8848901Z 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-08-06T20:44:30.8854928Z 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-08-06T20:44:30.8861326Z 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-08-06T20:44:30.8867379Z 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-08-06T20:44:30.8873818Z 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-08-06T20:44:30.8879747Z 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-08-06T20:44:30.8885677Z 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-08-06T20:44:30.8891717Z 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-08-06T20:44:30.8897868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8903952Z 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-08-06T20:44:30.8910399Z 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-08-06T20:44:30.8916459Z 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-08-06T20:44:30.8922432Z 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-08-06T20:44:30.8928667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8935265Z 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-08-06T20:44:30.8941176Z 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-08-06T20:44:30.8947190Z 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-08-06T20:44:30.8953419Z 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-08-06T20:44:30.8960288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8966665Z 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-08-06T20:44:30.8972770Z 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-08-06T20:44:30.8978320Z 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-08-06T20:44:30.8985205Z 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-08-06T20:44:30.8990739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.8996982Z 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-08-06T20:44:30.9002703Z 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-08-06T20:44:30.9008977Z 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-08-06T20:44:30.9015093Z 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-08-06T20:44:30.9020479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9026219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9033374Z 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-08-06T20:44:30.9047088Z 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-08-06T20:44:30.9048253Z 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-08-06T20:44:30.9050959Z 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-08-06T20:44:30.9056500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9062382Z 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-08-06T20:44:30.9068046Z 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-08-06T20:44:30.9073842Z 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-08-06T20:44:30.9079806Z 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-08-06T20:44:30.9085784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9091436Z 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-08-06T20:44:30.9097136Z 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-08-06T20:44:30.9102623Z 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-08-06T20:44:30.9108243Z 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-08-06T20:44:30.9114161Z 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-08-06T20:44:30.9119601Z 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-08-06T20:44:30.9125191Z 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-08-06T20:44:30.9130565Z 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-08-06T20:44:30.9135880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9141626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9147757Z 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-08-06T20:44:30.9153544Z 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-08-06T20:44:30.9159067Z 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-08-06T20:44:30.9164828Z 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-08-06T20:44:30.9170782Z 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-08-06T20:44:30.9176285Z 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-08-06T20:44:30.9181934Z 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-08-06T20:44:30.9187478Z 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-08-06T20:44:30.9193595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9199521Z 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-08-06T20:44:30.9205243Z 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-08-06T20:44:30.9210859Z 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-08-06T20:44:30.9216573Z 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-08-06T20:44:30.9222078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9227913Z 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-08-06T20:44:30.9233717Z 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-08-06T20:44:30.9239321Z 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-08-06T20:44:30.9244990Z 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-08-06T20:44:30.9250755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9256682Z 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-08-06T20:44:30.9262214Z 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-08-06T20:44:30.9267892Z 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-08-06T20:44:30.9273894Z 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-08-06T20:44:30.9279457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9285397Z 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-08-06T20:44:30.9290887Z 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-08-06T20:44:30.9296543Z 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-08-06T20:44:30.9302284Z 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-08-06T20:44:30.9308006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9313972Z 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-08-06T20:44:30.9319737Z 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-08-06T20:44:30.9325583Z 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-08-06T20:44:30.9331271Z 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-08-06T20:44:30.9337044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9343228Z 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-08-06T20:44:30.9349076Z 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-08-06T20:44:30.9355068Z 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-08-06T20:44:30.9360770Z 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-08-06T20:44:30.9366483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9372479Z 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-08-06T20:44:30.9378128Z 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-08-06T20:44:30.9383773Z 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-08-06T20:44:30.9389630Z 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-08-06T20:44:30.9395432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9401383Z 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-08-06T20:44:30.9407689Z 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-08-06T20:44:30.9413459Z 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-08-06T20:44:30.9419688Z 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-08-06T20:44:30.9425321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9431176Z 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-08-06T20:44:30.9436882Z 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-08-06T20:44:30.9442916Z 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-08-06T20:44:30.9448651Z 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-08-06T20:44:30.9454268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9459994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9465919Z 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-08-06T20:44:30.9471774Z 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-08-06T20:44:30.9477748Z 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-08-06T20:44:30.9483597Z 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-08-06T20:44:30.9489679Z 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-08-06T20:44:30.9495438Z 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-08-06T20:44:30.9501146Z 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-08-06T20:44:30.9506905Z 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-08-06T20:44:30.9512894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9518982Z 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-08-06T20:44:30.9524707Z 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-08-06T20:44:30.9530601Z 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-08-06T20:44:30.9536274Z 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-08-06T20:44:30.9541962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9547891Z 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-08-06T20:44:30.9553798Z 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-08-06T20:44:30.9559507Z 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-08-06T20:44:30.9565318Z 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-08-06T20:44:30.9571034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9576777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9582689Z 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-08-06T20:44:30.9588369Z 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-08-06T20:44:30.9594284Z 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-08-06T20:44:30.9600110Z 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-08-06T20:44:30.9606683Z 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-08-06T20:44:30.9612236Z 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-08-06T20:44:30.9649067Z 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-08-06T20:44:30.9654351Z 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-08-06T20:44:30.9660675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9666823Z 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-08-06T20:44:30.9672460Z 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-08-06T20:44:30.9678202Z 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-08-06T20:44:30.9683849Z 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-08-06T20:44:30.9689422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9695276Z 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-08-06T20:44:30.9700815Z 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-08-06T20:44:30.9706841Z 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-08-06T20:44:30.9712411Z 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-08-06T20:44:30.9718090Z 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-08-06T20:44:30.9723770Z 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-08-06T20:44:30.9729577Z 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-08-06T20:44:30.9735153Z 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-08-06T20:44:30.9740975Z 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-08-06T20:44:30.9746817Z 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-08-06T20:44:30.9752389Z 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-08-06T20:44:30.9758059Z 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-08-06T20:44:30.9763797Z 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-08-06T20:44:30.9769839Z 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-08-06T20:44:30.9775690Z 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-08-06T20:44:30.9781862Z 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-08-06T20:44:30.9787565Z 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-08-06T20:44:30.9793429Z 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-08-06T20:44:30.9799097Z 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-08-06T20:44:30.9805090Z 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-08-06T20:44:30.9810693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9816446Z 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-08-06T20:44:30.9821963Z 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-08-06T20:44:30.9827503Z 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-08-06T20:44:30.9833302Z 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-08-06T20:44:30.9839094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9844871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9850840Z 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-08-06T20:44:30.9856537Z 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-08-06T20:44:30.9862519Z 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-08-06T20:44:30.9868092Z 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-08-06T20:44:30.9873604Z 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-08-06T20:44:30.9879704Z 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-08-06T20:44:30.9885378Z 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-08-06T20:44:30.9891016Z 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-08-06T20:44:30.9896599Z 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-08-06T20:44:30.9902146Z 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-08-06T20:44:30.9908049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:30.9914052Z 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-08-06T20:44:30.9919779Z 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-08-06T20:44:30.9925544Z 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-08-06T20:44:30.9931307Z 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-08-06T20:44:30.9937040Z 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-08-06T20:44:30.9965421Z 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-08-06T20:44:30.9971142Z 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-08-06T20:44:30.9977141Z 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-08-06T20:44:30.9982984Z 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-08-06T20:44:30.9988656Z 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-08-06T20:44:30.9994226Z 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-08-06T20:44:30.9999957Z 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-08-06T20:44:31.0005800Z 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-08-06T20:44:31.0011680Z 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-08-06T20:44:31.0017359Z 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-08-06T20:44:31.0023107Z 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-08-06T20:44:31.0028636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0034746Z 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-08-06T20:44:31.0040448Z 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-08-06T20:44:31.0046523Z 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-08-06T20:44:31.0052435Z 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-08-06T20:44:31.0058202Z 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-08-06T20:44:31.0064022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0069629Z 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-08-06T20:44:31.0075330Z 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-08-06T20:44:31.0081350Z 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-08-06T20:44:31.0087525Z 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-08-06T20:44:31.0093805Z 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-08-06T20:44:31.0099460Z 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-08-06T20:44:31.0105182Z 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-08-06T20:44:31.0110634Z 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-08-06T20:44:31.0116566Z 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-08-06T20:44:31.0122494Z 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-08-06T20:44:31.0128652Z 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-08-06T20:44:31.0134327Z 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-08-06T20:44:31.0140150Z 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-08-06T20:44:31.0145819Z 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-08-06T20:44:31.0151858Z 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-08-06T20:44:31.0158271Z 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-08-06T20:44:31.0164150Z 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-08-06T20:44:31.0170187Z 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-08-06T20:44:31.0175925Z 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-08-06T20:44:31.0181443Z 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-08-06T20:44:31.0189481Z 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-08-06T20:44:31.0195382Z 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-08-06T20:44:31.0201069Z 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-08-06T20:44:31.0207887Z 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-08-06T20:44:31.0214111Z 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-08-06T20:44:31.0220434Z 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-08-06T20:44:31.0226400Z 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-08-06T20:44:31.0232171Z 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-08-06T20:44:31.0237993Z 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-08-06T20:44:31.0244005Z 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-08-06T20:44:31.0250089Z 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-08-06T20:44:31.0256018Z 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-08-06T20:44:31.0262102Z 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-08-06T20:44:31.0267822Z 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-08-06T20:44:31.0274836Z 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-08-06T20:44:31.0280228Z 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-08-06T20:44:31.0286006Z 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-08-06T20:44:31.0291691Z 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-08-06T20:44:31.0297814Z 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-08-06T20:44:31.0303900Z 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-08-06T20:44:31.0309838Z 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-08-06T20:44:31.0315598Z 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-08-06T20:44:31.0321510Z 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-08-06T20:44:31.0327657Z 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-08-06T20:44:31.0333537Z 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-08-06T20:44:31.0339490Z 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-08-06T20:44:31.0345321Z 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-08-06T20:44:31.0351072Z 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-08-06T20:44:31.0356826Z 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-08-06T20:44:31.0362691Z 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-08-06T20:44:31.0368599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0373755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0379758Z 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-08-06T20:44:31.0385344Z 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-08-06T20:44:31.0391022Z 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-08-06T20:44:31.0396370Z 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-08-06T20:44:31.0402771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0407472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0413020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0418438Z 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-08-06T20:44:31.0423815Z 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-08-06T20:44:31.0429381Z 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-08-06T20:44:31.0435087Z 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-08-06T20:44:31.0440917Z 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-08-06T20:44:31.0446612Z 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-08-06T20:44:31.0452412Z 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-08-06T20:44:31.0458405Z 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-08-06T20:44:31.0463485Z 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-08-06T20:44:31.0470171Z 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-08-06T20:44:31.0475694Z 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-08-06T20:44:31.0481018Z 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-08-06T20:44:31.0486675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0492732Z 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-08-06T20:44:31.0498846Z 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-08-06T20:44:31.0504441Z 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-08-06T20:44:31.0510284Z 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-08-06T20:44:31.0516180Z 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-08-06T20:44:31.0522309Z 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-08-06T20:44:31.0528433Z 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-08-06T20:44:31.0537179Z 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-08-06T20:44:31.0544121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0551432Z 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-08-06T20:44:31.0558881Z 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-08-06T20:44:31.0565621Z 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-08-06T20:44:31.0575562Z 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-08-06T20:44:31.0582622Z 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-08-06T20:44:31.0589012Z 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-08-06T20:44:31.0596400Z 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-08-06T20:44:31.0604214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0611967Z 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-08-06T20:44:31.0618872Z 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-08-06T20:44:31.0626446Z 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-08-06T20:44:31.0633709Z 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-08-06T20:44:31.0643729Z 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-08-06T20:44:31.0649336Z 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-08-06T20:44:31.0654926Z 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-08-06T20:44:31.0660620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0667079Z 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-08-06T20:44:31.0672925Z 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-08-06T20:44:31.0678650Z 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-08-06T20:44:31.0684497Z 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-08-06T20:44:31.0690254Z 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-08-06T20:44:31.0696100Z 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-08-06T20:44:31.0701796Z 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-08-06T20:44:31.0707375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0713491Z 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-08-06T20:44:31.0719275Z 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-08-06T20:44:31.0725155Z 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-08-06T20:44:31.0731120Z 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-08-06T20:44:31.0736562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0742561Z 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-08-06T20:44:31.0748165Z 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-08-06T20:44:31.0754205Z 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-08-06T20:44:31.0759724Z 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-08-06T20:44:31.0765941Z 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-08-06T20:44:31.0771740Z 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-08-06T20:44:31.0777459Z 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-08-06T20:44:31.0782851Z 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-08-06T20:44:31.0788851Z 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-08-06T20:44:31.0794607Z 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-08-06T20:44:31.0800345Z 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-08-06T20:44:31.0807141Z 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-08-06T20:44:31.0812596Z 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-08-06T20:44:31.0818245Z 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-08-06T20:44:31.0823880Z 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-08-06T20:44:31.0829621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0835574Z 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-08-06T20:44:31.0841478Z 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-08-06T20:44:31.0847548Z 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-08-06T20:44:31.0853065Z 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-08-06T20:44:31.0858748Z 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-08-06T20:44:31.0864498Z 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-08-06T20:44:31.0870366Z 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-08-06T20:44:31.0875981Z 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-08-06T20:44:31.0881955Z 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-08-06T20:44:31.0893464Z 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-08-06T20:44:31.0899536Z 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-08-06T20:44:31.0904675Z 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-08-06T20:44:31.0910159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0916124Z 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-08-06T20:44:31.0921300Z 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-08-06T20:44:31.0926908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0932418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0937945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.0943465Z 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-08-06T20:44:31.0950352Z 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-08-06T20:44:31.0956384Z 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-08-06T20:44:31.0962126Z 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-08-06T20:44:31.0969635Z 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-08-06T20:44:31.0975742Z 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-08-06T20:44:31.0981565Z 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-08-06T20:44:31.0987589Z 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-08-06T20:44:31.0993555Z 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-08-06T20:44:31.0999081Z 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-08-06T20:44:31.1004881Z 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-08-06T20:44:31.1010532Z 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-08-06T20:44:31.1016514Z 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-08-06T20:44:31.1022113Z 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-08-06T20:44:31.1027919Z 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-08-06T20:44:31.1033563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.1039300Z 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-08-06T20:44:31.1044909Z 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-08-06T20:44:31.1050473Z 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-08-06T20:44:31.1056040Z 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-08-06T20:44:31.1061830Z 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-08-06T20:44:31.1067630Z 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-08-06T20:44:31.1073188Z 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-08-06T20:44:31.1078854Z 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-08-06T20:44:31.1084647Z 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-08-06T20:44:31.1090301Z 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-08-06T20:44:31.1096341Z 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-08-06T20:44:31.1102098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.1108246Z 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-08-06T20:44:31.1113972Z 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-08-06T20:44:31.1120195Z 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-08-06T20:44:31.1126281Z 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-08-06T20:44:31.1131888Z 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-08-06T20:44:31.1137541Z 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-08-06T20:44:31.1143556Z 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-08-06T20:44:31.1149197Z 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-08-06T20:44:31.1155183Z 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-08-06T20:44:31.1161540Z 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-08-06T20:44:31.1167415Z 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-08-06T20:44:31.1173721Z 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-08-06T20:44:31.1179778Z 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-08-06T20:44:31.1185634Z 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-08-06T20:44:31.1191527Z 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-08-06T20:44:31.1197793Z 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-08-06T20:44:31.1203710Z 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-08-06T20:44:31.1209894Z 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-08-06T20:44:31.1215740Z 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-08-06T20:44:31.1221581Z 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-08-06T20:44:31.1227281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.1233302Z 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-08-06T20:44:31.1238907Z 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-08-06T20:44:31.1245081Z 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-08-06T20:44:31.1250869Z 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-08-06T20:44:31.1256630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.1262430Z 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-08-06T20:44:31.1268990Z 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-08-06T20:44:31.1274544Z 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-08-06T20:44:31.1280564Z 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-08-06T20:44:31.1286467Z 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-08-06T20:44:31.1292456Z 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-08-06T20:44:31.1298626Z 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-08-06T20:44:31.1304761Z 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-08-06T20:44:31.1310871Z 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-08-06T20:44:31.1316734Z 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-08-06T20:44:31.1322466Z 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-08-06T20:44:31.1328476Z 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-08-06T20:44:31.1334326Z 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-08-06T20:44:31.1339978Z 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-08-06T20:44:31.1345706Z 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-08-06T20:44:31.1351550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.1357833Z 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-08-06T20:44:31.1363497Z 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-08-06T20:44:31.1369280Z 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-08-06T20:44:31.1375046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.1381465Z 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-08-06T20:44:31.1387685Z 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-08-06T20:44:31.1392945Z 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-08-06T20:44:31.1398724Z 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-08-06T20:44:31.1404753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.1410785Z 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-08-06T20:44:31.1416286Z 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-08-06T20:44:31.1421823Z 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-08-06T20:44:31.1427702Z 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-08-06T20:44:31.1434084Z 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-08-06T20:44:31.1439615Z 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-08-06T20:44:31.1445537Z 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-08-06T20:44:31.1451180Z 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-08-06T20:44:31.1457130Z 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-08-06T20:44:31.1462850Z 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-08-06T20:44:31.1468699Z 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-08-06T20:44:31.1474345Z 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-08-06T20:44:31.1480070Z 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-08-06T20:44:31.1486248Z 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-08-06T20:44:31.1492132Z 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-08-06T20:44:31.1530112Z 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-08-06T20:44:31.1536060Z 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-08-06T20:44:31.1541963Z 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-08-06T20:44:31.1548501Z 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-08-06T20:44:31.1554177Z 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-08-06T20:44:31.1559985Z 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-08-06T20:44:31.1565974Z 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-08-06T20:44:31.1571726Z 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-08-06T20:44:31.1577354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.1583156Z 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-08-06T20:44:31.1589796Z 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-08-06T20:44:31.1595910Z 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-08-06T20:44:31.1602286Z 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-08-06T20:44:31.1607664Z 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-08-06T20:44:31.1613415Z 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-08-06T20:44:31.1619262Z 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-08-06T20:44:31.1624981Z 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-08-06T20:44:31.1630945Z 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-08-06T20:44:31.1637015Z 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-08-06T20:44:31.1642825Z 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-08-06T20:44:31.1648864Z 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-08-06T20:44:31.1654938Z 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-08-06T20:44:31.1660785Z 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-08-06T20:44:31.1666956Z 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-08-06T20:44:31.1697869Z 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-08-06T20:44:31.1703434Z 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-08-06T20:44:31.1708938Z 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-08-06T20:44:31.1714628Z 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-08-06T20:44:31.1719805Z 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-08-06T20:44:31.1725701Z 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-08-06T20:44:31.1731458Z 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-08-06T20:44:31.1737846Z 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-08-06T20:44:31.1743427Z 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-08-06T20:44:31.1749501Z 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-08-06T20:44:31.1755105Z 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-08-06T20:44:31.1761067Z 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-08-06T20:44:31.1766952Z 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-08-06T20:44:31.1772420Z 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-08-06T20:44:31.1778749Z 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-08-06T20:44:31.1784665Z 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-08-06T20:44:31.1790273Z 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-08-06T20:44:31.1796206Z 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-08-06T20:44:31.1802066Z 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-08-06T20:44:31.1808045Z 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-08-06T20:44:31.1814033Z 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-08-06T20:44:31.1819806Z 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-08-06T20:44:31.1825243Z 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-08-06T20:44:31.1831102Z 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-08-06T20:44:31.1837303Z 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-08-06T20:44:31.1842888Z 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-08-06T20:44:31.1848738Z 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-08-06T20:44:31.1854463Z 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-08-06T20:44:31.1861022Z 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-08-06T20:44:31.1867812Z 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-08-06T20:44:31.1873802Z 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-08-06T20:44:31.1879486Z 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-08-06T20:44:31.1885236Z 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-08-06T20:44:31.1890829Z 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-08-06T20:44:31.1896592Z 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-08-06T20:44:31.1902393Z 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-08-06T20:44:31.1908164Z 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-08-06T20:44:31.1913808Z 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-08-06T20:44:31.1919476Z 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-08-06T20:44:31.1925177Z 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-08-06T20:44:31.1930758Z 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-08-06T20:44:31.1936897Z 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-08-06T20:44:31.1942547Z 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-08-06T20:44:31.1948405Z 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-08-06T20:44:31.1954091Z 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-08-06T20:44:31.1959890Z 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-08-06T20:44:31.1966132Z 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-08-06T20:44:31.1971689Z 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-08-06T20:44:31.1977551Z 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-08-06T20:44:31.1983026Z 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-08-06T20:44:31.1990735Z 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-08-06T20:44:31.1998389Z 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-08-06T20:44:31.2004537Z 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-08-06T20:44:31.2010062Z 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-08-06T20:44:31.2015914Z 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-08-06T20:44:31.2021703Z 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-08-06T20:44:31.2027583Z 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-08-06T20:44:31.2033204Z 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-08-06T20:44:31.2038654Z 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-08-06T20:44:31.2044388Z 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-08-06T20:44:31.2050338Z 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-08-06T20:44:31.2055951Z 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-08-06T20:44:31.2061501Z 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-08-06T20:44:31.2067349Z 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-08-06T20:44:31.2073325Z 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-08-06T20:44:31.2079011Z 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-08-06T20:44:31.2084858Z 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-08-06T20:44:31.2090772Z 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-08-06T20:44:31.2096345Z 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-08-06T20:44:31.2102181Z 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-08-06T20:44:31.2107757Z 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-08-06T20:44:31.2113350Z 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-08-06T20:44:31.2119637Z 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-08-06T20:44:31.2125668Z 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-08-06T20:44:31.2131407Z 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-08-06T20:44:31.2137016Z 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-08-06T20:44:31.2142897Z 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-08-06T20:44:31.2148804Z 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-08-06T20:44:31.2154578Z 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-08-06T20:44:31.2160329Z 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-08-06T20:44:31.2166313Z 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-08-06T20:44:31.2172150Z 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-08-06T20:44:31.2178384Z 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-08-06T20:44:31.2184657Z 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-08-06T20:44:31.2190444Z 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-08-06T20:44:31.2196101Z 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-08-06T20:44:31.2201852Z 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-08-06T20:44:31.2207874Z 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-08-06T20:44:31.2213841Z 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-08-06T20:44:31.2219849Z 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-08-06T20:44:31.2225469Z 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-08-06T20:44:31.2231209Z 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-08-06T20:44:31.2237070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2242855Z 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-08-06T20:44:31.2248637Z 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-08-06T20:44:31.2254047Z 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-08-06T20:44:31.2259841Z 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-08-06T20:44:31.2265849Z 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-08-06T20:44:31.2271748Z 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-08-06T20:44:31.2278511Z 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-08-06T20:44:31.2284192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2289746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2295267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2300396Z 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-08-06T20:44:31.2305790Z 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-08-06T20:44:31.2311742Z 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-08-06T20:44:31.2317786Z 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-08-06T20:44:31.2323513Z 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-08-06T20:44:31.2329780Z 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-08-06T20:44:31.2335565Z 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-08-06T20:44:31.2341624Z 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-08-06T20:44:31.2348719Z 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-08-06T20:44:31.2354529Z 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-08-06T20:44:31.2360510Z 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-08-06T20:44:31.2366240Z 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-08-06T20:44:31.2372168Z 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-08-06T20:44:31.2377995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2383927Z 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-08-06T20:44:31.2489998Z 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-08-06T20:44:31.2495274Z 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-08-06T20:44:31.2500648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2506340Z 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-08-06T20:44:31.2511976Z 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-08-06T20:44:31.2517009Z 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-08-06T20:44:31.2523114Z 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-08-06T20:44:31.2529098Z 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-08-06T20:44:31.2534408Z 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-08-06T20:44:31.2540604Z 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-08-06T20:44:31.2546158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2551919Z 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-08-06T20:44:31.2557551Z 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-08-06T20:44:31.2563352Z 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-08-06T20:44:31.2569427Z 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-08-06T20:44:31.2575114Z 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-08-06T20:44:31.2581134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2587099Z 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-08-06T20:44:31.2592915Z 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-08-06T20:44:31.2599169Z 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-08-06T20:44:31.2605157Z 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-08-06T20:44:31.2610978Z 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-08-06T20:44:31.2616481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2622127Z 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-08-06T20:44:31.2627328Z 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-08-06T20:44:31.2632599Z 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-08-06T20:44:31.2638026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2643415Z 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-08-06T20:44:31.2649180Z 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-08-06T20:44:31.2654776Z 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-08-06T20:44:31.2660156Z 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-08-06T20:44:31.2665606Z 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-08-06T20:44:31.2671157Z 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-08-06T20:44:31.2677103Z 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-08-06T20:44:31.2682916Z 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-08-06T20:44:31.2688658Z 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-08-06T20:44:31.2694525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2699868Z 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-08-06T20:44:31.2705647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2711178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2716562Z 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-08-06T20:44:31.2722648Z 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-08-06T20:44:31.2728286Z 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-08-06T20:44:31.2733476Z 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-08-06T20:44:31.2739197Z 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-08-06T20:44:31.2745059Z 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-08-06T20:44:31.2751303Z 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-08-06T20:44:31.2756424Z 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-08-06T20:44:31.2763279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2769196Z 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-08-06T20:44:31.2775270Z 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-08-06T20:44:31.2781103Z 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-08-06T20:44:31.2786751Z 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-08-06T20:44:31.2792772Z 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-08-06T20:44:31.2798632Z 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-08-06T20:44:31.2804398Z 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-08-06T20:44:31.2809863Z 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-08-06T20:44:31.2815318Z 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-08-06T20:44:31.2820591Z 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-08-06T20:44:31.2826204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2832149Z 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-08-06T20:44:31.2838159Z 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-08-06T20:44:31.2843830Z 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-08-06T20:44:31.2849612Z 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-08-06T20:44:31.2855283Z 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-08-06T20:44:31.2860973Z 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-08-06T20:44:31.2866318Z 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-08-06T20:44:31.2871972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2877743Z 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-08-06T20:44:31.2883083Z 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-08-06T20:44:31.2888495Z 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-08-06T20:44:31.2893754Z 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-08-06T20:44:31.2899035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2904517Z 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-08-06T20:44:31.2910043Z 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-08-06T20:44:31.2915303Z 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-08-06T20:44:31.2920597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2926352Z 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-08-06T20:44:31.2931905Z 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-08-06T20:44:31.2936944Z 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-08-06T20:44:31.2942272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.2948182Z 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-08-06T20:44:31.2953660Z 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-08-06T20:44:31.2959907Z 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-08-06T20:44:31.2965855Z 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-08-06T20:44:31.2996737Z 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-08-06T20:44:31.3002359Z 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-08-06T20:44:31.3009280Z 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-08-06T20:44:31.3014594Z 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-08-06T20:44:31.3020103Z 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-08-06T20:44:31.3025617Z 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-08-06T20:44:31.3031277Z 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-08-06T20:44:31.3036901Z 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-08-06T20:44:31.3042461Z 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-08-06T20:44:31.3048050Z 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-08-06T20:44:31.3053778Z 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-08-06T20:44:31.3059522Z 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-08-06T20:44:31.3065242Z 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-08-06T20:44:31.3071029Z 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-08-06T20:44:31.3076875Z 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-08-06T20:44:31.3082954Z 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-08-06T20:44:31.3089082Z 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-08-06T20:44:31.3094956Z 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-08-06T20:44:31.3101399Z 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-08-06T20:44:31.3107507Z 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-08-06T20:44:31.3113665Z 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-08-06T20:44:31.3119858Z 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-08-06T20:44:31.3126007Z 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-08-06T20:44:31.3132110Z 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-08-06T20:44:31.3138423Z 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-08-06T20:44:31.3144554Z 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-08-06T20:44:31.3150712Z 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-08-06T20:44:31.3156734Z 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-08-06T20:44:31.3163124Z 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-08-06T20:44:31.3195848Z 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-08-06T20:44:31.3201740Z 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-08-06T20:44:31.3207612Z 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-08-06T20:44:31.3213451Z 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-08-06T20:44:31.3219204Z 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-08-06T20:44:31.3224975Z 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-08-06T20:44:31.3230749Z 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-08-06T20:44:31.3237075Z 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-08-06T20:44:31.3243304Z 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-08-06T20:44:31.3249114Z 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-08-06T20:44:31.3255021Z 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-08-06T20:44:31.3260844Z 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-08-06T20:44:31.3266863Z 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-08-06T20:44:31.3273135Z 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-08-06T20:44:31.3279148Z 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-08-06T20:44:31.3285315Z 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-08-06T20:44:31.3291530Z 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-08-06T20:44:31.3297850Z 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-08-06T20:44:31.3304042Z 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-08-06T20:44:31.3310184Z 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-08-06T20:44:31.3316617Z 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-08-06T20:44:31.3322406Z 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-08-06T20:44:31.3328708Z 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-08-06T20:44:31.3334374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.3340297Z 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-08-06T20:44:31.3345880Z 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-08-06T20:44:31.3351393Z 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-08-06T20:44:31.3357021Z 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-08-06T20:44:31.3362871Z 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-08-06T20:44:31.3368366Z 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-08-06T20:44:31.3373804Z 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-08-06T20:44:31.3379243Z 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-08-06T20:44:31.3384792Z 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-08-06T20:44:31.3390560Z 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-08-06T20:44:31.3396308Z 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-08-06T20:44:31.3401579Z 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-08-06T20:44:31.3406906Z 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-08-06T20:44:31.3412197Z 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-08-06T20:44:31.3417925Z 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-08-06T20:44:31.3423177Z 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-08-06T20:44:31.3429019Z 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-08-06T20:44:31.3434458Z 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-08-06T20:44:31.3439764Z 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-08-06T20:44:31.3445270Z 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-08-06T20:44:31.3451016Z 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-08-06T20:44:31.3456570Z 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-08-06T20:44:31.3462366Z 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-08-06T20:44:31.3468236Z 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-08-06T20:44:31.3473978Z 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-08-06T20:44:31.3613178Z 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-08-06T20:44:31.3618807Z 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-08-06T20:44:31.3624459Z 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-08-06T20:44:31.3630623Z 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-08-06T20:44:31.3637019Z 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-08-06T20:44:31.3642721Z 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-08-06T20:44:31.3648785Z 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-08-06T20:44:31.3654767Z 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-08-06T20:44:31.3660896Z 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-08-06T20:44:31.3666911Z 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-08-06T20:44:31.3672625Z 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-08-06T20:44:31.3678430Z 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-08-06T20:44:31.3684630Z 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-08-06T20:44:31.3690383Z 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-08-06T20:44:31.3696419Z 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-08-06T20:44:31.3701987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.3707669Z 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-08-06T20:44:31.3713972Z 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-08-06T20:44:31.3719672Z 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-08-06T20:44:31.3725641Z 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-08-06T20:44:31.3731814Z 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-08-06T20:44:31.3737732Z 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-08-06T20:44:31.3743700Z 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-08-06T20:44:31.3749782Z 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-08-06T20:44:31.3756273Z 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-08-06T20:44:31.3762001Z 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-08-06T20:44:31.3767939Z 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-08-06T20:44:31.3773730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.3779942Z 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-08-06T20:44:31.3785746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.3791763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.3797986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.3804009Z 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-08-06T20:44:31.3809593Z 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-08-06T20:44:31.3815743Z 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-08-06T20:44:31.3821289Z 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-08-06T20:44:31.3827445Z 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-08-06T20:44:31.3833903Z 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-08-06T20:44:31.3839786Z 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-08-06T20:44:31.3845782Z 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-08-06T20:44:31.3851412Z 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-08-06T20:44:31.3857612Z 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-08-06T20:44:31.3863161Z 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-08-06T20:44:31.3868814Z 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-08-06T20:44:31.3874591Z 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-08-06T20:44:31.3880066Z 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-08-06T20:44:31.3885738Z 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-08-06T20:44:31.3891476Z 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-08-06T20:44:31.3897424Z 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-08-06T20:44:31.3902967Z 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-08-06T20:44:31.3908439Z 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-08-06T20:44:31.3914100Z 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-08-06T20:44:31.3919907Z 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-08-06T20:44:31.3925696Z 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-08-06T20:44:31.3931337Z 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-08-06T20:44:31.3936854Z 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-08-06T20:44:31.3943127Z 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-08-06T20:44:31.3948556Z 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-08-06T20:44:31.3954222Z 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-08-06T20:44:31.3959768Z 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-08-06T20:44:31.3965609Z 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-08-06T20:44:31.3970984Z 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-08-06T20:44:31.3976426Z 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-08-06T20:44:31.3981879Z 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-08-06T20:44:31.3988047Z 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-08-06T20:44:31.3994084Z 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-08-06T20:44:31.4000102Z 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-08-06T20:44:31.4006180Z 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-08-06T20:44:31.4012013Z 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-08-06T20:44:31.4018313Z 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-08-06T20:44:31.4024137Z 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-08-06T20:44:31.4036261Z 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-08-06T20:44:31.4042402Z 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-08-06T20:44:31.4048071Z 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-08-06T20:44:31.4053993Z 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-08-06T20:44:31.4059637Z 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-08-06T20:44:31.4065306Z 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-08-06T20:44:31.4070906Z 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-08-06T20:44:31.4076778Z 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-08-06T20:44:31.4082540Z 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-08-06T20:44:31.4088623Z 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-08-06T20:44:31.4093981Z 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-08-06T20:44:31.4099705Z 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-08-06T20:44:31.4105109Z 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-08-06T20:44:31.4111069Z 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-08-06T20:44:31.4116864Z 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-08-06T20:44:31.4122860Z 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-08-06T20:44:31.4128835Z 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-08-06T20:44:31.4135695Z 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-08-06T20:44:31.4141277Z 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-08-06T20:44:31.4146963Z 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-08-06T20:44:31.4153111Z 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-08-06T20:44:31.4158634Z 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-08-06T20:44:31.4164374Z 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-08-06T20:44:31.4170195Z 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-08-06T20:44:31.4175995Z 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-08-06T20:44:31.4181423Z 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-08-06T20:44:31.4187078Z 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-08-06T20:44:31.4192751Z 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-08-06T20:44:31.4198578Z 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-08-06T20:44:31.4204102Z 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-08-06T20:44:31.4210296Z 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-08-06T20:44:31.4216156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.4222151Z 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-08-06T20:44:31.4228202Z 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-08-06T20:44:31.4233973Z 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-08-06T20:44:31.4239536Z 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-08-06T20:44:31.4245712Z 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-08-06T20:44:31.4251557Z 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-08-06T20:44:31.4257379Z 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-08-06T20:44:31.4263489Z 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-08-06T20:44:31.4269347Z 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-08-06T20:44:31.4275290Z 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-08-06T20:44:31.4281038Z 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-08-06T20:44:31.4286945Z 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-08-06T20:44:31.4293125Z 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-08-06T20:44:31.4300585Z 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-08-06T20:44:31.4306351Z 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-08-06T20:44:31.4312160Z 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-08-06T20:44:31.4317890Z 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-08-06T20:44:31.4324120Z 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-08-06T20:44:31.4330045Z 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-08-06T20:44:31.4336140Z 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-08-06T20:44:31.4342026Z 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-08-06T20:44:31.4347897Z 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-08-06T20:44:31.4353912Z 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-08-06T20:44:31.4359793Z 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-08-06T20:44:31.4366237Z 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-08-06T20:44:31.4372278Z 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-08-06T20:44:31.4378199Z 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-08-06T20:44:31.4384162Z 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-08-06T20:44:31.4391140Z 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-08-06T20:44:31.4397073Z 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-08-06T20:44:31.4402770Z 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-08-06T20:44:31.4408739Z 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-08-06T20:44:31.4414640Z 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-08-06T20:44:31.4420392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.4426855Z 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-08-06T20:44:31.4432967Z 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-08-06T20:44:31.4439054Z 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-08-06T20:44:31.4444993Z 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-08-06T20:44:31.4450797Z 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-08-06T20:44:31.4459624Z 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-08-06T20:44:31.4465239Z 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-08-06T20:44:31.4471029Z 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-08-06T20:44:31.4477340Z 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-08-06T20:44:31.4483654Z 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-08-06T20:44:31.4489347Z 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-08-06T20:44:31.4495078Z 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-08-06T20:44:31.4500736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.4506529Z 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-08-06T20:44:31.4512589Z 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-08-06T20:44:31.4518524Z 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-08-06T20:44:31.4524293Z 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-08-06T20:44:31.4530290Z 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-08-06T20:44:31.4536395Z 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-08-06T20:44:31.4542067Z 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-08-06T20:44:31.4548144Z 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-08-06T20:44:31.4554109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.4560036Z 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-08-06T20:44:31.4565746Z 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-08-06T20:44:31.4571078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.4576493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.4582299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.4587477Z 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-08-06T20:44:31.4592793Z 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-08-06T20:44:31.4598137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.4603529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.4609377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.4615050Z 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-08-06T20:44:31.4620181Z 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-08-06T20:44:31.4625549Z 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-08-06T20:44:31.4630860Z 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-08-06T20:44:31.4636956Z 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-08-06T20:44:31.4642541Z 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-08-06T20:44:31.4648435Z 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-08-06T20:44:31.4654061Z 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-08-06T20:44:31.4659924Z 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-08-06T20:44:31.4665408Z 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-08-06T20:44:31.4671467Z 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-08-06T20:44:31.4677098Z 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-08-06T20:44:31.4683051Z 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-08-06T20:44:31.4688665Z 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-08-06T20:44:31.4694589Z 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-08-06T20:44:31.4700161Z 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-08-06T20:44:31.4706772Z 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-08-06T20:44:31.4712902Z 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-08-06T20:44:31.4718607Z 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-08-06T20:44:31.4724360Z 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-08-06T20:44:31.4729890Z 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-08-06T20:44:31.4735978Z 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-08-06T20:44:31.4741606Z 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-08-06T20:44:31.4747530Z 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-08-06T20:44:31.4753315Z 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-08-06T20:44:31.4759092Z 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-08-06T20:44:31.4765002Z 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-08-06T20:44:31.4770694Z 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-08-06T20:44:31.4776053Z 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-08-06T20:44:31.4781942Z 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-08-06T20:44:31.4787910Z 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-08-06T20:44:31.4794136Z 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-08-06T20:44:31.4799859Z 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-08-06T20:44:31.4805756Z 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-08-06T20:44:31.4811731Z 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-08-06T20:44:31.4817414Z 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-08-06T20:44:31.4823641Z 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-08-06T20:44:31.4829373Z 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-08-06T20:44:31.4867697Z 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-08-06T20:44:31.4873482Z 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-08-06T20:44:31.4878998Z 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-08-06T20:44:31.4884703Z 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-08-06T20:44:31.4890383Z 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-08-06T20:44:31.4895909Z 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-08-06T20:44:31.4901742Z 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-08-06T20:44:31.4907178Z 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-08-06T20:44:31.4913062Z 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-08-06T20:44:31.4918640Z 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-08-06T20:44:31.4924982Z 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-08-06T20:44:31.4931091Z 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-08-06T20:44:31.4937254Z 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-08-06T20:44:31.4943046Z 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-08-06T20:44:31.4962314Z 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-08-06T20:44:31.4963576Z 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-08-06T20:44:31.4964860Z 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-08-06T20:44:31.4967577Z 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-08-06T20:44:31.4973173Z 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-08-06T20:44:31.4978880Z 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-08-06T20:44:31.4985225Z 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-08-06T20:44:31.4991524Z 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-08-06T20:44:31.4997574Z 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-08-06T20:44:31.5003650Z 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-08-06T20:44:31.5009990Z 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-08-06T20:44:31.5015977Z 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-08-06T20:44:31.5022018Z 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-08-06T20:44:31.5029151Z 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-08-06T20:44:31.5034805Z 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-08-06T20:44:31.5040144Z 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-08-06T20:44:31.5046131Z 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-08-06T20:44:31.5052695Z 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-08-06T20:44:31.5059790Z 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-08-06T20:44:31.5066463Z 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-08-06T20:44:31.5072849Z 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-08-06T20:44:31.5079207Z 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-08-06T20:44:31.5086556Z 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-08-06T20:44:31.5092535Z 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-08-06T20:44:31.5099085Z 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-08-06T20:44:31.5105999Z 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-08-06T20:44:31.5112640Z 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-08-06T20:44:31.5119205Z 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-08-06T20:44:31.5125964Z 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-08-06T20:44:31.5132403Z 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-08-06T20:44:31.5138185Z 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-08-06T20:44:31.5144225Z 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-08-06T20:44:31.5150442Z 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-08-06T20:44:31.5156001Z 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-08-06T20:44:31.5161744Z 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-08-06T20:44:31.5168007Z 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-08-06T20:44:31.5173667Z 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-08-06T20:44:31.5179656Z 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-08-06T20:44:31.5185393Z 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-08-06T20:44:31.5191456Z 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-08-06T20:44:31.5230931Z 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-08-06T20:44:31.5236672Z 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-08-06T20:44:31.5242314Z 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-08-06T20:44:31.5248390Z 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-08-06T20:44:31.5254192Z 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-08-06T20:44:31.5260401Z 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-08-06T20:44:31.5266165Z 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-08-06T20:44:31.5272398Z 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-08-06T20:44:31.5278410Z 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-08-06T20:44:31.5283816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5289495Z 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-08-06T20:44:31.5294695Z 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-08-06T20:44:31.5300348Z 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-08-06T20:44:31.5305834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5311135Z 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-08-06T20:44:31.5316554Z 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-08-06T20:44:31.5321878Z 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-08-06T20:44:31.5327643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5333439Z 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-08-06T20:44:31.5339011Z 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-08-06T20:44:31.5344398Z 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-08-06T20:44:31.5349957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5355366Z 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-08-06T20:44:31.5361137Z 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-08-06T20:44:31.5366675Z 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-08-06T20:44:31.5372238Z 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-08-06T20:44:31.5377920Z 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-08-06T20:44:31.5383643Z 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-08-06T20:44:31.5389153Z 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-08-06T20:44:31.5394897Z 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-08-06T20:44:31.5400442Z 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-08-06T20:44:31.5406175Z 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-08-06T20:44:31.5411700Z 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-08-06T20:44:31.5417473Z 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-08-06T20:44:31.5423552Z 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-08-06T20:44:31.5428845Z 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-08-06T20:44:31.5434555Z 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-08-06T20:44:31.5440566Z 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-08-06T20:44:31.5446359Z 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-08-06T20:44:31.5452197Z 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-08-06T20:44:31.5458330Z 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-08-06T20:44:31.5463964Z 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-08-06T20:44:31.5470041Z 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-08-06T20:44:31.5476165Z 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-08-06T20:44:31.5481844Z 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-08-06T20:44:31.5487770Z 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-08-06T20:44:31.5493542Z 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-08-06T20:44:31.5499440Z 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-08-06T20:44:31.5505254Z 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-08-06T20:44:31.5510964Z 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-08-06T20:44:31.5516694Z 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-08-06T20:44:31.5522535Z 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-08-06T20:44:31.5528512Z 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-08-06T20:44:31.5534401Z 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-08-06T20:44:31.5540166Z 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-08-06T20:44:31.5546114Z 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-08-06T20:44:31.5552147Z 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-08-06T20:44:31.5557838Z 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-08-06T20:44:31.5563688Z 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-08-06T20:44:31.5569716Z 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-08-06T20:44:31.5575532Z 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-08-06T20:44:31.5581364Z 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-08-06T20:44:31.5587455Z 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-08-06T20:44:31.5593454Z 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-08-06T20:44:31.5599392Z 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-08-06T20:44:31.5605410Z 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-08-06T20:44:31.5611649Z 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-08-06T20:44:31.5617288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5623536Z 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-08-06T20:44:31.5628819Z 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-08-06T20:44:31.5634491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5641029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5646738Z 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-08-06T20:44:31.5652615Z 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-08-06T20:44:31.5658295Z 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-08-06T20:44:31.5670292Z 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-08-06T20:44:31.5676854Z 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-08-06T20:44:31.5682585Z 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-08-06T20:44:31.5688589Z 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-08-06T20:44:31.5694067Z 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-08-06T20:44:31.5700017Z 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-08-06T20:44:31.5705743Z 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-08-06T20:44:31.5711608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5716792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5722413Z 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-08-06T20:44:31.5728044Z 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-08-06T20:44:31.5733629Z 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-08-06T20:44:31.5739246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5744844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5750776Z 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-08-06T20:44:31.5756280Z 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-08-06T20:44:31.5762030Z 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-08-06T20:44:31.5767630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5773388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5821118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5826978Z 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-08-06T20:44:31.5832499Z 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-08-06T20:44:31.5837961Z 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-08-06T20:44:31.5843666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5849491Z 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-08-06T20:44:31.5855038Z 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-08-06T20:44:31.5860755Z 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-08-06T20:44:31.5866362Z 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-08-06T20:44:31.5872533Z 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-08-06T20:44:31.5878338Z 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-08-06T20:44:31.5884125Z 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-08-06T20:44:31.5889996Z 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-08-06T20:44:31.5895932Z 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-08-06T20:44:31.5901676Z 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-08-06T20:44:31.5907314Z 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-08-06T20:44:31.5913342Z 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-08-06T20:44:31.5919407Z 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-08-06T20:44:31.5925342Z 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-08-06T20:44:31.5931589Z 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-08-06T20:44:31.5937305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.5944115Z 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-08-06T20:44:31.5950053Z 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-08-06T20:44:31.5955685Z 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-08-06T20:44:31.5961401Z 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-08-06T20:44:31.5966397Z 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-08-06T20:44:31.5972560Z 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-08-06T20:44:31.5978386Z 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-08-06T20:44:31.5984065Z 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-08-06T20:44:31.5990143Z 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-08-06T20:44:31.5995701Z 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-08-06T20:44:31.6001594Z 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-08-06T20:44:31.6007503Z 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-08-06T20:44:31.6013662Z 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-08-06T20:44:31.6019530Z 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-08-06T20:44:31.6025078Z 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-08-06T20:44:31.6030901Z 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-08-06T20:44:31.6037584Z 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-08-06T20:44:31.6043658Z 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-08-06T20:44:31.6049455Z 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-08-06T20:44:31.6055130Z 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-08-06T20:44:31.6060845Z 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-08-06T20:44:31.6066667Z 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-08-06T20:44:31.6074341Z 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-08-06T20:44:31.6079560Z 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-08-06T20:44:31.6085355Z 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-08-06T20:44:31.6091026Z 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-08-06T20:44:31.6097667Z 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-08-06T20:44:31.6103409Z 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-08-06T20:44:31.6109257Z 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-08-06T20:44:31.6115368Z 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-08-06T20:44:31.6121115Z 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-08-06T20:44:31.6126815Z 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-08-06T20:44:31.6132567Z 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-08-06T20:44:31.6138408Z 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-08-06T20:44:31.6144554Z 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-08-06T20:44:31.6150367Z 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-08-06T20:44:31.6156264Z 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-08-06T20:44:31.6161856Z 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-08-06T20:44:31.6167687Z 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-08-06T20:44:31.6175030Z 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-08-06T20:44:31.6179833Z 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-08-06T20:44:31.6185630Z 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-08-06T20:44:31.6191348Z 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-08-06T20:44:31.6197198Z 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-08-06T20:44:31.6203230Z 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-08-06T20:44:31.6209000Z 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-08-06T20:44:31.6216230Z 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-08-06T20:44:31.6222403Z 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-08-06T20:44:31.6228437Z 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-08-06T20:44:31.6234286Z 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-08-06T20:44:31.6240196Z 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-08-06T20:44:31.6246194Z 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-08-06T20:44:31.6251909Z 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-08-06T20:44:31.6257852Z 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-08-06T20:44:31.6263819Z 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-08-06T20:44:31.6269729Z 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-08-06T20:44:31.6276579Z 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-08-06T20:44:31.6282750Z 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-08-06T20:44:31.6288817Z 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-08-06T20:44:31.6295459Z 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-08-06T20:44:31.6301263Z 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-08-06T20:44:31.6841779Z 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-08-06T20:44:31.6847670Z 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-08-06T20:44:31.6853901Z 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-08-06T20:44:31.6860159Z 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-08-06T20:44:31.6865961Z 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-08-06T20:44:31.6872315Z 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-08-06T20:44:31.6877909Z 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-08-06T20:44:31.6883927Z 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-08-06T20:44:31.6890513Z 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-08-06T20:44:31.6896461Z 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-08-06T20:44:31.6902387Z 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-08-06T20:44:31.6908566Z 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-08-06T20:44:31.6915060Z 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-08-06T20:44:31.6920995Z 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-08-06T20:44:31.6928228Z 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-08-06T20:44:31.6934019Z 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-08-06T20:44:31.6939875Z 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-08-06T20:44:31.6945869Z 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-08-06T20:44:31.6951587Z 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-08-06T20:44:31.6958818Z 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-08-06T20:44:31.6965207Z 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-08-06T20:44:31.6971500Z 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-08-06T20:44:31.6977589Z 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-08-06T20:44:31.6983526Z 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-08-06T20:44:31.6990695Z 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-08-06T20:44:31.6996700Z 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-08-06T20:44:31.7024600Z 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-08-06T20:44:31.7030434Z 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-08-06T20:44:31.7036215Z 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-08-06T20:44:31.7041844Z 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-08-06T20:44:31.7047586Z 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-08-06T20:44:31.7053253Z 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-08-06T20:44:31.7059485Z 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-08-06T20:44:31.7065308Z 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-08-06T20:44:31.7071427Z 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-08-06T20:44:31.7077413Z 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-08-06T20:44:31.7084120Z 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-08-06T20:44:31.7090400Z 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-08-06T20:44:31.7096389Z 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-08-06T20:44:31.7102305Z 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-08-06T20:44:31.7108924Z 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-08-06T20:44:31.7115670Z 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-08-06T20:44:31.7121627Z 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-08-06T20:44:31.7127001Z 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-08-06T20:44:31.7132603Z 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-08-06T20:44:31.7138741Z 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-08-06T20:44:31.7144569Z 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-08-06T20:44:31.7150267Z 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-08-06T20:44:31.7156255Z 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-08-06T20:44:31.7162273Z 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-08-06T20:44:31.7168218Z 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-08-06T20:44:31.7174046Z 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-08-06T20:44:31.7179792Z 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-08-06T20:44:31.7185881Z 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-08-06T20:44:31.7191468Z 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-08-06T20:44:31.7197134Z 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-08-06T20:44:31.7202796Z 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-08-06T20:44:31.7209173Z 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-08-06T20:44:31.7214844Z 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-08-06T20:44:31.7220605Z 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-08-06T20:44:31.7226419Z 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-08-06T20:44:31.7232401Z 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-08-06T20:44:31.7239180Z 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-08-06T20:44:31.7244217Z 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-08-06T20:44:31.7249792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.7254971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.7260787Z 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-08-06T20:44:31.7266187Z 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-08-06T20:44:31.7271881Z 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-08-06T20:44:31.7277659Z 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-08-06T20:44:31.7283934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.7289289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.7294984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.7300277Z 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-08-06T20:44:31.7305668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.7310925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.7316700Z 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-08-06T20:44:31.7322310Z 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-08-06T20:44:31.7328193Z 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-08-06T20:44:31.7334471Z 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-08-06T20:44:31.7341015Z 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-08-06T20:44:31.7346586Z 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-08-06T20:44:31.7352471Z 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-08-06T20:44:31.7358477Z 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-08-06T20:44:31.7364005Z 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-08-06T20:44:31.7369778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-06T20:44:31.7375960Z 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-08-06T20:44:31.7381407Z 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-08-06T20:44:31.7387589Z 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-08-06T20:44:31.7393806Z 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-08-06T20:44:31.7399597Z 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-08-06T20:44:31.7405391Z 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-08-06T20:44:31.7411251Z 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-08-06T20:44:31.7417286Z 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-08-06T20:44:31.7423334Z 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-08-06T20:44:31.7429152Z 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-08-06T20:44:31.7434892Z 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-08-06T20:44:31.7440682Z 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-08-06T20:44:31.7447783Z 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-08-06T20:44:31.7453348Z 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-08-06T20:44:31.7459158Z 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-08-06T20:44:31.7464896Z 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-08-06T20:44:31.7470961Z 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-08-06T20:44:31.7477243Z 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-08-06T20:44:31.7482694Z 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-08-06T20:44:31.7491457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7496741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7502724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7508153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7512338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7517565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7522941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7528480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7534640Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2024-08-06T20:44:31.7537723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\QTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2024-08-06T20:44:31.7542902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\Quantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2024-08-06T20:44:31.7548414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7554622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7579093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7592798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7597265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7602297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7607845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7613111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7618365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7623762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7628928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7644905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7650307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7655040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7660148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7665127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7670131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7675961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7681717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7687814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7767744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7773642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7778929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7784255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7789735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7795296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7802127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7808962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7817236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7823660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7839328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7844669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7848939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7869019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7874648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-06T20:44:31.7880347Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2024-08-06T20:44:31.7884044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-06T20:44:31.7888584Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2024-08-06T20:44:31.7892313Z 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-08-06T20:44:31.7900913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-06T20:44:31.7905993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-06T20:44:31.7922917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-06T20:44:31.7928631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-06T20:44:31.7933386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-06T20:44:31.7940387Z creating build\bdist.win-amd64\wheel\torch\include\c10 2024-08-06T20:44:31.7943791Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2024-08-06T20:44:31.7946501Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\alignment.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.7951486Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Allocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.7957225Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AutogradState.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.7961992Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8008362Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CompileTimeFunctionPointer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8013640Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ConstantSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8018911Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Contiguity.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8024208Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CopyBytes.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8029748Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CPUAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8035152Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultDtype.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8040575Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8046128Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8051654Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceArray.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8056649Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8063164Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8068412Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKey.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8074317Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8080074Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DynamicCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8085732Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8091169Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8103871Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GradMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8109527Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2024-08-06T20:44:31.8112292Z 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-08-06T20:44:31.8118157Z 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-08-06T20:44:31.8123592Z 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-08-06T20:44:31.8129185Z 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-08-06T20:44:31.8142413Z 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-08-06T20:44:31.8148045Z 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-08-06T20:44:31.8153397Z 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-08-06T20:44:31.8157866Z 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-08-06T20:44:31.8163356Z 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-08-06T20:44:31.8168781Z 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-08-06T20:44:31.8174313Z 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-08-06T20:44:31.8179736Z 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-08-06T20:44:31.8185134Z 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-08-06T20:44:31.8190670Z 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-08-06T20:44:31.8195848Z 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-08-06T20:44:31.8201395Z 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-08-06T20:44:31.8206714Z 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-08-06T20:44:31.8211994Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8217147Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8222369Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8227643Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\OptionalRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8232621Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\PyHandleCache.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8237936Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8242961Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8248277Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\RefcountedDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8253396Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SafePyObject.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8259812Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8264641Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8281995Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8287243Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8292379Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8297787Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8302842Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8308191Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymbolicShapeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8313509Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymBool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8318362Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8323782Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymInt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8328891Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymIntArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8334065Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8339591Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8353170Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8358979Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8364358Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8369479Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\WrapDimMinimal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-06T20:44:31.8375141Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2024-08-06T20:44:31.8377865Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAlgorithm.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-06T20:44:31.8383052Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-06T20:44:31.8388225Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDACachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-06T20:44:31.8394083Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertion.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-06T20:44:31.8412757Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-06T20:44:31.8417897Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-06T20:44:31.8423078Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-06T20:44:31.8428329Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-06T20:44:31.8433402Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-06T20:44:31.8438672Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-06T20:44:31.8443988Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMathCompat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-06T20:44:31.8449296Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMiscFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-06T20:44:31.8454241Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-06T20:44:31.8459993Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\driver_api.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-06T20:44:31.8465424Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2024-08-06T20:44:31.8468176Z 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-08-06T20:44:31.8473426Z 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-08-06T20:44:31.8478417Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2024-08-06T20:44:31.8481036Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-08-06T20:44:31.8487116Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-08-06T20:44:31.8492042Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-08-06T20:44:31.8498850Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2024-08-06T20:44:31.8501636Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AbortHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8506828Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8511990Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AlignOf.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8517325Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ApproximateClock.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8533704Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8538508Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8543599Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8548863Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8553997Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8559842Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8564931Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8569939Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8575191Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bit_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8580182Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\C++17.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8585730Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\CallOnce.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8590814Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8596263Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8601477Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8606799Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ConstexprCrc.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8611993Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8617303Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DeadlockDetection.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8622729Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8628006Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8633182Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DynamicCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8644236Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\env.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8649383Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8655260Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8660647Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8665962Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FbcodeMaps.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8671217Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Flags.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8676656Z 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-08-06T20:44:31.8712173Z 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-08-06T20:44:31.8717543Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8723008Z 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-08-06T20:44:31.8728674Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8742594Z 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-08-06T20:44:31.8748024Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8753861Z 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-08-06T20:44:31.8759234Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8765136Z 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-08-06T20:44:31.8770875Z 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-08-06T20:44:31.8775924Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FunctionRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8781216Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\generic_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8786564Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8798258Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8803800Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8809334Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IdWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8814527Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\int128.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.8819863Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\intrusive_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9027341Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\irange.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9032468Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Lazy.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9037727Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\LeftRight.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9043333Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\llvmMathExtras.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9049561Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Load.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9054844Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Logging.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9060253Z 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-08-06T20:44:31.9065826Z 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-08-06T20:44:31.9079280Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MathConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9085252Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MaybeOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9090681Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Metaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9095396Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\numa.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9100543Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Optional.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9105793Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\OptionalArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9111310Z 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-08-06T20:44:31.9117604Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overloaded.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9123256Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ParallelGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9128366Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9146023Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9150959Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9156017Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9160997Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9165958Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9170870Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Registry.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9176147Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\safe_numerics.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9181974Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ScopeExit.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9187525Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\signal_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9193021Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallBuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9198673Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9204446Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\sparse_bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9210224Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ssize.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9215711Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9232852Z 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-08-06T20:44:31.9238232Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9243601Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\StringUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9248789Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9253910Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_view.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9259674Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strong_type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9265707Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Synchronized.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9270983Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\tempfile.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9276168Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9281595Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocalDebugInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9293858Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\thread_name.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9299278Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9304535Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9309636Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9315237Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeIndex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9320595Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9326295Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9331589Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9336823Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unicode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9341897Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\UniqueVoidPtr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9347059Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unroll.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9352363Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9357670Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\win32-headers.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-06T20:44:31.9363481Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2024-08-06T20:44:31.9366282Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2024-08-06T20:44:31.9368935Z 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-08-06T20:44:31.9374198Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-06T20:44:31.9379005Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUDeviceProp.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-06T20:44:31.9384138Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-06T20:44:31.9395539Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-06T20:44:31.9401209Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-06T20:44:31.9406378Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-06T20:44:31.9412065Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2024-08-06T20:44:31.9414867Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2024-08-06T20:44:31.9417608Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\crc_alt.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-08-06T20:44:31.9423705Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\file_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-08-06T20:44:31.9428905Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\inline_container.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-08-06T20:44:31.9434016Z 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-08-06T20:44:31.9445055Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\istream_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-08-06T20:44:31.9450247Z 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-08-06T20:44:31.9455085Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\versions.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-08-06T20:44:31.9460081Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9466113Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9471106Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9487820Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9492846Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9497849Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9502961Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9508112Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9513046Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9518196Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9524474Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9529519Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9534669Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9540266Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2024-08-06T20:44:31.9543287Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9548695Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9554160Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9564536Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9569806Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9575022Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9580317Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9585569Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9590816Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9596109Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9601260Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9606616Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9611639Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9616946Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9622445Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\time_since_epoch.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9627407Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-06T20:44:31.9633003Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9637631Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9643371Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9650499Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2024-08-06T20:44:31.9653218Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9659260Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9664426Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9670632Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9675929Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9680742Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9697228Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2024-08-06T20:44:31.9699902Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\class.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-06T20:44:31.9705528Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-06T20:44:31.9711550Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\descr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-06T20:44:31.9716508Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\init.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-06T20:44:31.9722036Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\internals.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-06T20:44:31.9727774Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-06T20:44:31.9740722Z 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-08-06T20:44:31.9747339Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2024-08-06T20:44:31.9750067Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-08-06T20:44:31.9755142Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-08-06T20:44:31.9760775Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-08-06T20:44:31.9766329Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9771173Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9776290Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9781442Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9791990Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9794329Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil_safe_call_once.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9799776Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9805197Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9811811Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9817094Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9822354Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9829043Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9835405Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9840745Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9846726Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\type_caster_pyobject_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9852027Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-06T20:44:31.9857276Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:31.9865944Z creating build\bdist.win-amd64\wheel\torch\include\torch 2024-08-06T20:44:31.9869125Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2024-08-06T20:44:31.9871860Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2024-08-06T20:44:31.9874631Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2024-08-06T20:44:31.9877573Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:31.9880327Z 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-08-06T20:44:31.9885535Z 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-08-06T20:44:31.9890775Z 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-08-06T20:44:31.9896094Z 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-08-06T20:44:31.9901641Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2024-08-06T20:44:31.9904550Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-08-06T20:44:31.9907491Z 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-08-06T20:44:31.9912997Z 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-08-06T20:44:31.9918292Z 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-08-06T20:44:31.9923592Z 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-08-06T20:44:31.9929259Z 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-08-06T20:44:31.9934801Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2024-08-06T20:44:31.9948248Z 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-08-06T20:44:31.9953625Z 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-08-06T20:44:31.9959409Z 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-08-06T20:44:31.9964711Z 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-08-06T20:44:31.9969042Z 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-08-06T20:44:31.9974324Z 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-08-06T20:44:31.9979417Z 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-08-06T20:44:31.9998979Z 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-08-06T20:44:32.0004318Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2024-08-06T20:44:32.0006660Z 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-08-06T20:44:32.0011927Z 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-08-06T20:44:32.0017147Z 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-08-06T20:44:32.0022387Z 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-08-06T20:44:32.0027523Z 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-08-06T20:44:32.0033026Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2024-08-06T20:44:32.0035845Z 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-08-06T20:44:32.0041189Z 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-08-06T20:44:32.0046328Z 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-08-06T20:44:32.0051917Z 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-08-06T20:44:32.0057205Z 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-08-06T20:44:32.0070729Z 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-08-06T20:44:32.0075955Z 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-08-06T20:44:32.0081146Z 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-08-06T20:44:32.0086471Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2024-08-06T20:44:32.0089956Z 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-08-06T20:44:32.0095404Z 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-08-06T20:44:32.0099683Z 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-08-06T20:44:32.0104656Z 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-08-06T20:44:32.0109831Z 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-08-06T20:44:32.0114859Z 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-08-06T20:44:32.0120049Z 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-08-06T20:44:32.0125716Z 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-08-06T20:44:32.0130776Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2024-08-06T20:44:32.0133970Z 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-08-06T20:44:32.0139161Z 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-08-06T20:44:32.0144281Z 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-08-06T20:44:32.0155764Z 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-08-06T20:44:32.0160838Z 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-08-06T20:44:32.0166005Z 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-08-06T20:44:32.0171371Z 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-08-06T20:44:32.0176092Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\linalg.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2024-08-06T20:44:32.0181744Z 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-08-06T20:44:32.0186780Z 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-08-06T20:44:32.0192117Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2024-08-06T20:44:32.0194875Z 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-08-06T20:44:32.0200318Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2024-08-06T20:44:32.0203283Z 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-08-06T20:44:32.0209072Z 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-08-06T20:44:32.0214130Z 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-08-06T20:44:32.0219246Z 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-08-06T20:44:32.0491806Z 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-08-06T20:44:32.0496914Z 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-08-06T20:44:32.0502320Z 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-08-06T20:44:32.0507600Z 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-08-06T20:44:32.0512897Z 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-08-06T20:44:32.0517988Z 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-08-06T20:44:32.0523829Z 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-08-06T20:44:32.0529225Z 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-08-06T20:44:32.0534403Z 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-08-06T20:44:32.0539798Z 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-08-06T20:44:32.0545570Z 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-08-06T20:44:32.0550959Z 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-08-06T20:44:32.0556162Z 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-08-06T20:44:32.0561755Z 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-08-06T20:44:32.0578124Z 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-08-06T20:44:32.0584118Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2024-08-06T20:44:32.0587123Z 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-08-06T20:44:32.0593287Z 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-08-06T20:44:32.0598478Z 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-08-06T20:44:32.0604088Z 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-08-06T20:44:32.0609660Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-08-06T20:44:32.0619235Z 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-08-06T20:44:32.0624541Z 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-08-06T20:44:32.0630008Z 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-08-06T20:44:32.0635265Z 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-08-06T20:44:32.0646437Z 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-08-06T20:44:32.0651737Z 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-08-06T20:44:32.0657092Z 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-08-06T20:44:32.0662394Z 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-08-06T20:44:32.0689593Z 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-08-06T20:44:32.0694735Z 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-08-06T20:44:32.0700159Z 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-08-06T20:44:32.0705836Z 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-08-06T20:44:32.0711621Z 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-08-06T20:44:32.0716394Z 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-08-06T20:44:32.0721730Z 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-08-06T20:44:32.0727264Z 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-08-06T20:44:32.0732909Z 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-08-06T20:44:32.0738375Z 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-08-06T20:44:32.0743963Z 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-08-06T20:44:32.0749249Z 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-08-06T20:44:32.0753890Z 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-08-06T20:44:32.0759390Z 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-08-06T20:44:32.0765219Z 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-08-06T20:44:32.0770422Z 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-08-06T20:44:32.0775855Z 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-08-06T20:44:32.0781401Z 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-08-06T20:44:32.0786858Z 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-08-06T20:44:32.0792184Z 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-08-06T20:44:32.0797451Z 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-08-06T20:44:32.0802830Z 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-08-06T20:44:32.0808671Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2024-08-06T20:44:32.0812252Z 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-08-06T20:44:32.0817846Z 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-08-06T20:44:32.0823384Z 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-08-06T20:44:32.0828684Z 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-08-06T20:44:32.0833138Z 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-08-06T20:44:32.0846764Z 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-08-06T20:44:32.0851954Z 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-08-06T20:44:32.0857495Z 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-08-06T20:44:32.0862860Z 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-08-06T20:44:32.0867701Z 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-08-06T20:44:32.0873329Z 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-08-06T20:44:32.0879170Z 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-08-06T20:44:32.0884578Z 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-08-06T20:44:32.0890682Z 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-08-06T20:44:32.0896374Z 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-08-06T20:44:32.0902040Z 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-08-06T20:44:32.0907352Z 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-08-06T20:44:32.0912688Z 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-08-06T20:44:32.0918060Z 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-08-06T20:44:32.0923703Z 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-08-06T20:44:32.0928947Z 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-08-06T20:44:32.0933972Z 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-08-06T20:44:32.0939030Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-08-06T20:44:32.0941863Z 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-08-06T20:44:32.0947111Z 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-08-06T20:44:32.0957060Z 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-08-06T20:44:32.0962472Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2024-08-06T20:44:32.0965400Z 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-08-06T20:44:32.0970852Z 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-08-06T20:44:32.0975994Z 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-08-06T20:44:32.0981438Z 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-08-06T20:44:32.0986499Z 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-08-06T20:44:32.0991784Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2024-08-06T20:44:32.0994699Z 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-08-06T20:44:32.1000591Z 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-08-06T20:44:32.1005798Z 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-08-06T20:44:32.1010822Z 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-08-06T20:44:32.1015945Z 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-08-06T20:44:32.1021172Z 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-08-06T20:44:32.1032907Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-08-06T20:44:32.1036019Z 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-08-06T20:44:32.1041575Z 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-08-06T20:44:32.1046812Z 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-08-06T20:44:32.1057540Z 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-08-06T20:44:32.1062553Z 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-08-06T20:44:32.1067780Z 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-08-06T20:44:32.1072677Z 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-08-06T20:44:32.1078309Z 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-08-06T20:44:32.1084010Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2024-08-06T20:44:32.1086884Z 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-08-06T20:44:32.1091770Z 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-08-06T20:44:32.1097177Z 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-08-06T20:44:32.1102269Z 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-08-06T20:44:32.1117267Z 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-08-06T20:44:32.1122490Z 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-08-06T20:44:32.1127615Z 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-08-06T20:44:32.1133264Z 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-08-06T20:44:32.1138242Z 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-08-06T20:44:32.1143471Z 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-08-06T20:44:32.1149205Z 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-08-06T20:44:32.1154268Z 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-08-06T20:44:32.1160167Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2024-08-06T20:44:32.1162842Z 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-08-06T20:44:32.1168303Z 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-08-06T20:44:32.1173717Z 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-08-06T20:44:32.1178878Z 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-08-06T20:44:32.1189846Z 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-08-06T20:44:32.1196102Z 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-08-06T20:44:32.1201175Z 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-08-06T20:44:32.1206564Z 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-08-06T20:44:32.1211785Z 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-08-06T20:44:32.1217941Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2024-08-06T20:44:32.1220806Z 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-08-06T20:44:32.1226099Z 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-08-06T20:44:32.1231296Z 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-08-06T20:44:32.1236499Z 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-08-06T20:44:32.1247524Z 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-08-06T20:44:32.1252959Z 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-08-06T20:44:32.1258212Z 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-08-06T20:44:32.1264017Z 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-08-06T20:44:32.1269599Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2024-08-06T20:44:32.1272466Z 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-08-06T20:44:32.1282539Z 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-08-06T20:44:32.1287755Z 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-08-06T20:44:32.1302167Z 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-08-06T20:44:32.1307514Z 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-08-06T20:44:32.1313642Z 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-08-06T20:44:32.1319652Z 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-08-06T20:44:32.1324838Z 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-08-06T20:44:32.1330249Z 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-08-06T20:44:32.1335558Z 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-08-06T20:44:32.1340857Z 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-08-06T20:44:32.1346292Z 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-08-06T20:44:32.1351649Z 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-08-06T20:44:32.1356745Z 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-08-06T20:44:32.1362195Z 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-08-06T20:44:32.1372915Z 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-08-06T20:44:32.1377666Z 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-08-06T20:44:32.1382656Z 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-08-06T20:44:32.1387751Z 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-08-06T20:44:32.1392932Z 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-08-06T20:44:32.1398155Z 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-08-06T20:44:32.1403281Z 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-08-06T20:44:32.1408491Z 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-08-06T20:44:32.1413917Z 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-08-06T20:44:32.1427904Z 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-08-06T20:44:32.1433271Z 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-08-06T20:44:32.1438147Z 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-08-06T20:44:32.1443229Z 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-08-06T20:44:32.1448368Z 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-08-06T20:44:32.1454091Z 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-08-06T20:44:32.1459238Z 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-08-06T20:44:32.1464237Z 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-08-06T20:44:32.1469491Z 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-08-06T20:44:32.1480861Z 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-08-06T20:44:32.1486465Z 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-08-06T20:44:32.1491371Z 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-08-06T20:44:32.1497095Z 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-08-06T20:44:32.1501797Z 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-08-06T20:44:32.1506840Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2024-08-06T20:44:32.1509614Z 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-08-06T20:44:32.1514597Z 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-08-06T20:44:32.1519484Z 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-08-06T20:44:32.1524690Z 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-08-06T20:44:32.1536463Z 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-08-06T20:44:32.1541331Z 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-08-06T20:44:32.1546900Z 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-08-06T20:44:32.1552542Z 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-08-06T20:44:32.1557828Z 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-08-06T20:44:32.1562811Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\copy_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.1568317Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2024-08-06T20:44:32.1570863Z 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-08-06T20:44:32.1575943Z 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-08-06T20:44:32.1581069Z 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-08-06T20:44:32.1585860Z 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-08-06T20:44:32.1590713Z 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-08-06T20:44:32.1603345Z 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-08-06T20:44:32.1608160Z 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-08-06T20:44:32.1613350Z 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-08-06T20:44:32.1618146Z 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-08-06T20:44:32.1623239Z 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-08-06T20:44:32.1627838Z 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-08-06T20:44:32.1632587Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\CudaIPCTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.1644016Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DataLoader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.1648661Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.1653821Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2024-08-06T20:44:32.1656521Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2024-08-06T20:44:32.1659141Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2024-08-06T20:44:32.1661823Z 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-08-06T20:44:32.1666896Z 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-08-06T20:44:32.1671994Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2024-08-06T20:44:32.1674910Z 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-08-06T20:44:32.1680064Z 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-08-06T20:44:32.1685601Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-08-06T20:44:32.1688568Z 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-08-06T20:44:32.1694082Z 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-08-06T20:44:32.1699429Z 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-08-06T20:44:32.1801035Z 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-08-06T20:44:32.1806149Z 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-08-06T20:44:32.1811140Z 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-08-06T20:44:32.1816208Z 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-08-06T20:44:32.1821360Z 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-08-06T20:44:32.1826523Z 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-08-06T20:44:32.1844032Z 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-08-06T20:44:32.1844355Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:32.1844929Z 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-08-06T20:44:32.1845470Z 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-08-06T20:44:32.1849276Z 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-08-06T20:44:32.1854303Z 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-08-06T20:44:32.1859271Z 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-08-06T20:44:32.1864438Z 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-08-06T20:44:32.1875494Z 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-08-06T20:44:32.1880868Z 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-08-06T20:44:32.1886253Z 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-08-06T20:44:32.1891429Z 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-08-06T20:44:32.1896975Z 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-08-06T20:44:32.1902615Z 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-08-06T20:44:32.1908260Z 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-08-06T20:44:32.1912906Z 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-08-06T20:44:32.1917823Z 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-08-06T20:44:32.1922882Z 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-08-06T20:44:32.1928297Z 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-08-06T20:44:32.1933665Z 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-08-06T20:44:32.1938750Z 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-08-06T20:44:32.1943896Z 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-08-06T20:44:32.1949966Z 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-08-06T20:44:32.1955410Z 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-08-06T20:44:32.1977693Z 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-08-06T20:44:32.1983504Z 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-08-06T20:44:32.1989173Z 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-08-06T20:44:32.1994496Z 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-08-06T20:44:32.2000880Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupRoundRobin.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2024-08-06T20:44:32.2006453Z 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-08-06T20:44:32.2011988Z 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-08-06T20:44:32.2017422Z 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-08-06T20:44:32.2022803Z 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-08-06T20:44:32.2038467Z 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-08-06T20:44:32.2044070Z 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-08-06T20:44:32.2050297Z 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-08-06T20:44:32.2055718Z 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-08-06T20:44:32.2061095Z 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-08-06T20:44:32.2066231Z 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-08-06T20:44:32.2071480Z 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-08-06T20:44:32.2077228Z 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-08-06T20:44:32.2082424Z 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-08-06T20:44:32.2088025Z 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-08-06T20:44:32.2093451Z 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-08-06T20:44:32.2098669Z 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-08-06T20:44:32.2109295Z 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-08-06T20:44:32.2114574Z 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-08-06T20:44:32.2119518Z 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-08-06T20:44:32.2125294Z 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-08-06T20:44:32.2130284Z 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-08-06T20:44:32.2135979Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2024-08-06T20:44:32.2138832Z 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-08-06T20:44:32.2144068Z 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-08-06T20:44:32.2149189Z 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-08-06T20:44:32.2154571Z 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-08-06T20:44:32.2166181Z 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-08-06T20:44:32.2171486Z 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-08-06T20:44:32.2176762Z 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-08-06T20:44:32.2182017Z 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-08-06T20:44:32.2187273Z 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-08-06T20:44:32.2197021Z 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-08-06T20:44:32.2204853Z 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-08-06T20:44:32.2212414Z 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-08-06T20:44:32.2219431Z 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-08-06T20:44:32.2227631Z 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-08-06T20:44:32.2235110Z 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-08-06T20:44:32.2242983Z 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-08-06T20:44:32.2251269Z 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-08-06T20:44:32.2258739Z 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-08-06T20:44:32.2266097Z 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-08-06T20:44:32.2298510Z 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-08-06T20:44:32.2310034Z 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-08-06T20:44:32.2315786Z 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-08-06T20:44:32.2321122Z 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-08-06T20:44:32.2326441Z 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-08-06T20:44:32.2331695Z 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-08-06T20:44:32.2337667Z 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-08-06T20:44:32.2342859Z 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-08-06T20:44:32.2348052Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Dtype.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.2353130Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DynamicTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.2358550Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2024-08-06T20:44:32.2361612Z 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-08-06T20:44:32.2366825Z 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-08-06T20:44:32.2372270Z 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-08-06T20:44:32.2378444Z 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-08-06T20:44:32.2390694Z 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-08-06T20:44:32.2395995Z 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-08-06T20:44:32.2401265Z 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-08-06T20:44:32.2406638Z 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-08-06T20:44:32.2412052Z 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-08-06T20:44:32.2416956Z 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-08-06T20:44:32.2422057Z 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-08-06T20:44:32.2426893Z 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-08-06T20:44:32.2431825Z 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-08-06T20:44:32.2436673Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.2441497Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.2446627Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.2451498Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.2457219Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2024-08-06T20:44:32.2460406Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2024-08-06T20:44:32.2463108Z 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-08-06T20:44:32.2468408Z 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-08-06T20:44:32.2473342Z 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-08-06T20:44:32.2488694Z 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-08-06T20:44:32.2493581Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2024-08-06T20:44:32.2496773Z 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-08-06T20:44:32.2501499Z 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-08-06T20:44:32.2506581Z 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-08-06T20:44:32.2516948Z 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-08-06T20:44:32.2522586Z 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-08-06T20:44:32.2528400Z 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-08-06T20:44:32.2533719Z 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-08-06T20:44:32.2538982Z 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-08-06T20:44:32.2544139Z 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-08-06T20:44:32.2549624Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2024-08-06T20:44:32.2552445Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2024-08-06T20:44:32.2555575Z 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-08-06T20:44:32.2561210Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-08-06T20:44:32.2564248Z 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-08-06T20:44:32.2570461Z 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-08-06T20:44:32.2577007Z 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-08-06T20:44:32.2581063Z 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-08-06T20:44:32.2594756Z 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-08-06T20:44:32.2599482Z 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-08-06T20:44:32.2605284Z 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-08-06T20:44:32.2610481Z 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-08-06T20:44:32.2621217Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\itt_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.2626665Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2024-08-06T20:44:32.2629494Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2024-08-06T20:44:32.2632200Z 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-08-06T20:44:32.2637417Z 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-08-06T20:44:32.2642633Z 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-08-06T20:44:32.2647894Z 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-08-06T20:44:32.2653545Z 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-08-06T20:44:32.2665821Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2024-08-06T20:44:32.2668631Z 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-08-06T20:44:32.2673827Z 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-08-06T20:44:32.2679148Z 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-08-06T20:44:32.2684837Z 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-08-06T20:44:32.2697699Z 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-08-06T20:44:32.2702990Z 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-08-06T20:44:32.2708182Z 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-08-06T20:44:32.2713855Z 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-08-06T20:44:32.2718851Z 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-08-06T20:44:32.2724092Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2024-08-06T20:44:32.2726927Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2024-08-06T20:44:32.2729607Z 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-08-06T20:44:32.2735093Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2024-08-06T20:44:32.2737974Z 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-08-06T20:44:32.2743125Z 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-08-06T20:44:32.2748105Z 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-08-06T20:44:32.2759325Z 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-08-06T20:44:32.2764382Z 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-08-06T20:44:32.2769241Z 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-08-06T20:44:32.2774402Z 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-08-06T20:44:32.2779396Z 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-08-06T20:44:32.2784549Z 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-08-06T20:44:32.2790153Z 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-08-06T20:44:32.2794558Z 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-08-06T20:44:32.2800112Z 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-08-06T20:44:32.2805282Z 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-08-06T20:44:32.2810240Z 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-08-06T20:44:32.2815014Z 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-08-06T20:44:32.2819885Z 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-08-06T20:44:32.2824956Z 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-08-06T20:44:32.2829922Z 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-08-06T20:44:32.2835147Z 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-08-06T20:44:32.2840744Z 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-08-06T20:44:32.2855691Z 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-08-06T20:44:32.2861126Z 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-08-06T20:44:32.2865686Z 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-08-06T20:44:32.2870928Z 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-08-06T20:44:32.2876727Z 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-08-06T20:44:32.2881973Z 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-08-06T20:44:32.2887266Z 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-08-06T20:44:32.2893315Z 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-08-06T20:44:32.2898795Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2024-08-06T20:44:32.2901610Z 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-08-06T20:44:32.2907095Z 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-08-06T20:44:32.2912663Z 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-08-06T20:44:32.2918012Z 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-08-06T20:44:32.2929970Z 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-08-06T20:44:32.2935265Z 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-08-06T20:44:32.2940950Z 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-08-06T20:44:32.2946326Z 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-08-06T20:44:32.2950593Z 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-08-06T20:44:32.2955946Z 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-08-06T20:44:32.2961043Z 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-08-06T20:44:32.2966754Z 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-08-06T20:44:32.2972172Z 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-08-06T20:44:32.2977395Z 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-08-06T20:44:32.2982662Z 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-08-06T20:44:32.2995199Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2024-08-06T20:44:32.2998048Z 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-08-06T20:44:32.3003628Z 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-08-06T20:44:32.3008831Z 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-08-06T20:44:32.3013514Z 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-08-06T20:44:32.3033625Z 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-08-06T20:44:32.3038623Z 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-08-06T20:44:32.3043505Z 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-08-06T20:44:32.3048449Z 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-08-06T20:44:32.3053514Z 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-08-06T20:44:32.3058396Z 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-08-06T20:44:32.3063241Z 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-08-06T20:44:32.3068260Z 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-08-06T20:44:32.3073224Z 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-08-06T20:44:32.3078174Z 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-08-06T20:44:32.3083278Z 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-08-06T20:44:32.3088390Z 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-08-06T20:44:32.3093397Z 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-08-06T20:44:32.3098562Z 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-08-06T20:44:32.3104049Z 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-08-06T20:44:32.3110002Z 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-08-06T20:44:32.3115871Z 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-08-06T20:44:32.3121504Z 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-08-06T20:44:32.3134492Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2024-08-06T20:44:32.3138170Z 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-08-06T20:44:32.3142601Z 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-08-06T20:44:32.3147545Z 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-08-06T20:44:32.3152541Z 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-08-06T20:44:32.3163352Z 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-08-06T20:44:32.3168721Z 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-08-06T20:44:32.3174254Z 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-08-06T20:44:32.3179622Z 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-08-06T20:44:32.3184649Z 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-08-06T20:44:32.3189947Z 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-08-06T20:44:32.3195843Z 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-08-06T20:44:32.3200597Z 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-08-06T20:44:32.3205838Z 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-08-06T20:44:32.3211035Z 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-08-06T20:44:32.3218027Z 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-08-06T20:44:32.3222240Z 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-08-06T20:44:32.3227510Z 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-08-06T20:44:32.3232922Z 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-08-06T20:44:32.3238211Z 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-08-06T20:44:32.3249328Z 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-08-06T20:44:32.3254518Z 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-08-06T20:44:32.3259705Z 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-08-06T20:44:32.3265407Z 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-08-06T20:44:32.3270768Z 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-08-06T20:44:32.3276180Z 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-08-06T20:44:32.3281593Z 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-08-06T20:44:32.3287189Z 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-08-06T20:44:32.3292632Z 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-08-06T20:44:32.3306841Z 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-08-06T20:44:32.3312521Z 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-08-06T20:44:32.3317867Z 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-08-06T20:44:32.3323305Z 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-08-06T20:44:32.3328504Z 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-08-06T20:44:32.3334070Z 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-08-06T20:44:32.3339520Z 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-08-06T20:44:32.3344626Z 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-08-06T20:44:32.3350199Z 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-08-06T20:44:32.3362108Z 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-08-06T20:44:32.3367466Z 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-08-06T20:44:32.3372556Z 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-08-06T20:44:32.3377736Z 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-08-06T20:44:32.3382852Z 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-08-06T20:44:32.3387933Z 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-08-06T20:44:32.3393230Z 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-08-06T20:44:32.3398311Z 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-08-06T20:44:32.3404129Z 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-08-06T20:44:32.3414509Z 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-08-06T20:44:32.3419190Z 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-08-06T20:44:32.3424031Z 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-08-06T20:44:32.3429546Z 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-08-06T20:44:32.3434722Z 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-08-06T20:44:32.3440090Z 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-08-06T20:44:32.3445769Z 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-08-06T20:44:32.3451436Z 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-08-06T20:44:32.3456552Z 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-08-06T20:44:32.3461941Z 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-08-06T20:44:32.3479376Z 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-08-06T20:44:32.3484642Z 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-08-06T20:44:32.3490136Z 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-08-06T20:44:32.3495769Z 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-08-06T20:44:32.3500804Z 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-08-06T20:44:32.3505855Z 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-08-06T20:44:32.3511387Z 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-08-06T20:44:32.3516745Z 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-08-06T20:44:32.3521966Z 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-08-06T20:44:32.3527902Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2024-08-06T20:44:32.3531563Z 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-08-06T20:44:32.3537178Z 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-08-06T20:44:32.3542459Z 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-08-06T20:44:32.3546690Z 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-08-06T20:44:32.3557956Z 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-08-06T20:44:32.3563581Z 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-08-06T20:44:32.3569179Z 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-08-06T20:44:32.3576313Z 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-08-06T20:44:32.3580744Z 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-08-06T20:44:32.3585850Z 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-08-06T20:44:32.3599487Z 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-08-06T20:44:32.3604846Z 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-08-06T20:44:32.3610351Z 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-08-06T20:44:32.3614964Z 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-08-06T20:44:32.3620157Z 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-08-06T20:44:32.3625747Z 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-08-06T20:44:32.3631500Z 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-08-06T20:44:32.3636575Z 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-08-06T20:44:32.3641834Z 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-08-06T20:44:32.3656891Z 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-08-06T20:44:32.3662243Z 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-08-06T20:44:32.3668078Z 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-08-06T20:44:32.3673693Z 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-08-06T20:44:32.3679477Z 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-08-06T20:44:32.3685238Z 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-08-06T20:44:32.3690644Z 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-08-06T20:44:32.3696067Z 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-08-06T20:44:32.3702037Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2024-08-06T20:44:32.3704900Z 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-08-06T20:44:32.3710586Z 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-08-06T20:44:32.3716032Z 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-08-06T20:44:32.3728712Z 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-08-06T20:44:32.3734248Z 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-08-06T20:44:32.3739782Z 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-08-06T20:44:32.3745198Z 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-08-06T20:44:32.3750679Z 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-08-06T20:44:32.3756405Z 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-08-06T20:44:32.3762415Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2024-08-06T20:44:32.3765405Z 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-08-06T20:44:32.3770475Z 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-08-06T20:44:32.3775638Z 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-08-06T20:44:32.3781081Z 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-08-06T20:44:32.3787387Z 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-08-06T20:44:32.3799966Z 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-08-06T20:44:32.3829319Z 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-08-06T20:44:32.3834611Z 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-08-06T20:44:32.3840286Z 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-08-06T20:44:32.3846050Z 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-08-06T20:44:32.3851545Z 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-08-06T20:44:32.3857257Z 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-08-06T20:44:32.3862308Z 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-08-06T20:44:32.3867790Z 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-08-06T20:44:32.3872865Z 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-08-06T20:44:32.3877794Z 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-08-06T20:44:32.3883229Z 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-08-06T20:44:32.3888649Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2024-08-06T20:44:32.3891365Z 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-08-06T20:44:32.3897265Z 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-08-06T20:44:32.3901958Z 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-08-06T20:44:32.3906923Z 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-08-06T20:44:32.3971737Z 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-08-06T20:44:32.3976955Z 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-08-06T20:44:32.3982049Z 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-08-06T20:44:32.3987749Z 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-08-06T20:44:32.3993036Z 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-08-06T20:44:32.3998169Z 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-08-06T20:44:32.4003279Z 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-08-06T20:44:32.4008372Z 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-08-06T20:44:32.4013437Z 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-08-06T20:44:32.4018525Z 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-08-06T20:44:32.4023267Z 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-08-06T20:44:32.4028305Z 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-08-06T20:44:32.4034529Z 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-08-06T20:44:32.4039671Z 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-08-06T20:44:32.4045481Z 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-08-06T20:44:32.4050625Z 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-08-06T20:44:32.4065785Z 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-08-06T20:44:32.4071417Z 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-08-06T20:44:32.4076613Z 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-08-06T20:44:32.4082110Z 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-08-06T20:44:32.4087262Z 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-08-06T20:44:32.4092795Z 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-08-06T20:44:32.4098266Z 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-08-06T20:44:32.4104026Z 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-08-06T20:44:32.4109640Z 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-08-06T20:44:32.6480987Z 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-08-06T20:44:32.6487430Z 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-08-06T20:44:32.6498771Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2024-08-06T20:44:32.6502464Z 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-08-06T20:44:32.6507521Z 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-08-06T20:44:32.6514236Z 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-08-06T20:44:32.6526262Z 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-08-06T20:44:32.6531786Z 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-08-06T20:44:32.6537214Z 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-08-06T20:44:32.6542784Z 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-08-06T20:44:32.6548346Z 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-08-06T20:44:32.6553633Z 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-08-06T20:44:32.6559396Z 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-08-06T20:44:32.6565067Z 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-08-06T20:44:32.6570628Z 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-08-06T20:44:32.6577404Z 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-08-06T20:44:32.6582662Z 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-08-06T20:44:32.6588326Z 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-08-06T20:44:32.6593541Z 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-08-06T20:44:32.6599595Z 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-08-06T20:44:32.6605250Z 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-08-06T20:44:32.6610655Z 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-08-06T20:44:32.6616101Z 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-08-06T20:44:32.6752708Z 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-08-06T20:44:32.6759333Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2024-08-06T20:44:32.6761997Z 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-08-06T20:44:32.6767428Z 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-08-06T20:44:32.6772841Z 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-08-06T20:44:32.6778114Z 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-08-06T20:44:32.6790079Z 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-08-06T20:44:32.6795049Z 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-08-06T20:44:32.6800293Z 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-08-06T20:44:32.6806084Z 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-08-06T20:44:32.6811728Z 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-08-06T20:44:32.6816970Z 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-08-06T20:44:32.6822273Z 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-08-06T20:44:32.6827401Z 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-08-06T20:44:32.6832643Z 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-08-06T20:44:32.6838244Z 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-08-06T20:44:32.6843440Z 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-08-06T20:44:32.6848628Z 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-08-06T20:44:32.6853970Z 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-08-06T20:44:32.6859506Z 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-08-06T20:44:32.6865171Z 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-08-06T20:44:32.6870861Z 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-08-06T20:44:32.6875843Z 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-08-06T20:44:32.6887517Z 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-08-06T20:44:32.6892696Z 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-08-06T20:44:32.6897926Z 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-08-06T20:44:32.6903199Z 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-08-06T20:44:32.6908549Z 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-08-06T20:44:32.6913995Z 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-08-06T20:44:32.6924424Z 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-08-06T20:44:32.6929352Z 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-08-06T20:44:32.6934577Z 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-08-06T20:44:32.6939680Z 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-08-06T20:44:32.6945491Z 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-08-06T20:44:32.6957058Z 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-08-06T20:44:32.6962422Z 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-08-06T20:44:32.6968504Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-06T20:44:32.6971735Z 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-08-06T20:44:32.6976848Z 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-08-06T20:44:32.6982044Z 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-08-06T20:44:32.6987430Z 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-08-06T20:44:32.6992320Z 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-08-06T20:44:32.7003782Z 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-08-06T20:44:32.7009103Z 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-08-06T20:44:32.7014740Z 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-08-06T20:44:32.7019966Z 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-08-06T20:44:32.7025662Z 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-08-06T20:44:32.7031057Z 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-08-06T20:44:32.7036476Z 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-08-06T20:44:32.7042082Z 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-08-06T20:44:32.7047474Z 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-08-06T20:44:32.7052816Z 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-08-06T20:44:32.7058256Z 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-08-06T20:44:32.7063629Z 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-08-06T20:44:32.7069314Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2024-08-06T20:44:32.7072091Z 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-08-06T20:44:32.7077302Z 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-08-06T20:44:32.7082981Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7088720Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2024-08-06T20:44:32.7092204Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2024-08-06T20:44:32.7094313Z 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-08-06T20:44:32.7099384Z 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-08-06T20:44:32.7104920Z 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-08-06T20:44:32.7110092Z 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-08-06T20:44:32.7120789Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2024-08-06T20:44:32.7123691Z 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-08-06T20:44:32.7129172Z 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-08-06T20:44:32.7134347Z 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-08-06T20:44:32.7139886Z 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-08-06T20:44:32.7145151Z 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-08-06T20:44:32.7157448Z 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-08-06T20:44:32.7162856Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2024-08-06T20:44:32.7166474Z 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-08-06T20:44:32.7172155Z 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-08-06T20:44:32.7177796Z 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-08-06T20:44:32.7183486Z 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-08-06T20:44:32.7189208Z 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-08-06T20:44:32.7194706Z 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-08-06T20:44:32.7200370Z 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-08-06T20:44:32.7205922Z 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-08-06T20:44:32.7211337Z 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-08-06T20:44:32.7216051Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2024-08-06T20:44:32.7219471Z 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-08-06T20:44:32.7224236Z 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-08-06T20:44:32.7229521Z 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-08-06T20:44:32.7235070Z 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-08-06T20:44:32.7240422Z 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-08-06T20:44:32.7245849Z 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-08-06T20:44:32.7251842Z 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-08-06T20:44:32.7257514Z 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-08-06T20:44:32.7263059Z 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-08-06T20:44:32.7268697Z 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-08-06T20:44:32.7274181Z 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-08-06T20:44:32.7289213Z 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-08-06T20:44:32.7294921Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2024-08-06T20:44:32.7298073Z 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-08-06T20:44:32.7303449Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2024-08-06T20:44:32.7306304Z 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-08-06T20:44:32.7311411Z 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-08-06T20:44:32.7316797Z 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-08-06T20:44:32.7322257Z 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-08-06T20:44:32.7339294Z 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-08-06T20:44:32.7344916Z 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-08-06T20:44:32.7350407Z 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-08-06T20:44:32.7356110Z 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-08-06T20:44:32.7361853Z 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-08-06T20:44:32.7367660Z 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-08-06T20:44:32.7373218Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7378616Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7384085Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2024-08-06T20:44:32.7386546Z 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-08-06T20:44:32.7391914Z 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-08-06T20:44:32.7397848Z 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-08-06T20:44:32.7402630Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2024-08-06T20:44:32.7405524Z 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-08-06T20:44:32.7410615Z 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-08-06T20:44:32.7416721Z 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-08-06T20:44:32.7422136Z 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-08-06T20:44:32.7435730Z 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-08-06T20:44:32.7441327Z 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-08-06T20:44:32.7446993Z 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-08-06T20:44:32.7452505Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2024-08-06T20:44:32.7455319Z 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-08-06T20:44:32.7460676Z 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-08-06T20:44:32.7466136Z 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-08-06T20:44:32.7471366Z 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-08-06T20:44:32.7476927Z 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-08-06T20:44:32.7482825Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2024-08-06T20:44:32.7485796Z 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-08-06T20:44:32.7491233Z 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-08-06T20:44:32.7496826Z 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-08-06T20:44:32.7503991Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2024-08-06T20:44:32.7508373Z 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-08-06T20:44:32.7514521Z 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-08-06T20:44:32.7519612Z 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-08-06T20:44:32.7531605Z 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-08-06T20:44:32.7537359Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2024-08-06T20:44:32.7539949Z 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-08-06T20:44:32.7545812Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2024-08-06T20:44:32.7548949Z 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-08-06T20:44:32.7554386Z 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-08-06T20:44:32.7559646Z 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-08-06T20:44:32.7564990Z 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-08-06T20:44:32.7576725Z 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-08-06T20:44:32.7582259Z 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-08-06T20:44:32.7587630Z 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-08-06T20:44:32.7593370Z 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-08-06T20:44:32.7598828Z 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-08-06T20:44:32.7604524Z 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-08-06T20:44:32.7610175Z 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-08-06T20:44:32.7615958Z 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-08-06T20:44:32.7621366Z 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-08-06T20:44:32.7626812Z 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-08-06T20:44:32.7632304Z 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-08-06T20:44:32.7637657Z 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-08-06T20:44:32.7643356Z 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-08-06T20:44:32.7648733Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7654008Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7659264Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_headers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7670487Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7675484Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7680960Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Size.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7686550Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7692063Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageMethods.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7697280Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageSharing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7702575Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7707834Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2024-08-06T20:44:32.7710618Z 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-08-06T20:44:32.7716200Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THConcat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7721351Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7726929Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\TypeInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7731767Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.7737815Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2024-08-06T20:44:32.7740585Z 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-08-06T20:44:32.7745961Z 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-08-06T20:44:32.7751501Z 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-08-06T20:44:32.7756634Z 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-08-06T20:44:32.7768058Z 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-08-06T20:44:32.7773293Z 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-08-06T20:44:32.7778542Z 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-08-06T20:44:32.7783397Z 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-08-06T20:44:32.7788210Z 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-08-06T20:44:32.7793432Z 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-08-06T20:44:32.7798651Z 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-08-06T20:44:32.7803583Z 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-08-06T20:44:32.7809123Z 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-08-06T20:44:32.7814224Z 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-08-06T20:44:32.7819357Z 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-08-06T20:44:32.7825193Z 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-08-06T20:44:32.7831052Z 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-08-06T20:44:32.8816751Z 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-08-06T20:44:32.8821616Z 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-08-06T20:44:32.8827727Z 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-08-06T20:44:32.8838830Z 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-08-06T20:44:32.8844711Z 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-08-06T20:44:32.8850177Z 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-08-06T20:44:32.8855719Z 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-08-06T20:44:32.8861414Z 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-08-06T20:44:32.8866770Z 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-08-06T20:44:32.8872237Z 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-08-06T20:44:32.8877548Z 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-08-06T20:44:32.8882862Z 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-08-06T20:44:32.8888357Z 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-08-06T20:44:32.8899848Z 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-08-06T20:44:32.8904905Z 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-08-06T20:44:32.8910500Z 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-08-06T20:44:32.8915574Z 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-08-06T20:44:32.8920792Z 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-08-06T20:44:32.8926007Z 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-08-06T20:44:32.8931664Z 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-08-06T20:44:32.8937246Z 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-08-06T20:44:32.8942656Z 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-08-06T20:44:32.8948260Z 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-08-06T20:44:32.8962598Z 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-08-06T20:44:32.8968033Z 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-08-06T20:44:32.8973407Z 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-08-06T20:44:32.8979353Z 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-08-06T20:44:32.8984289Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-06T20:44:32.8990095Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2024-08-06T20:44:32.8993197Z 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-08-06T20:44:32.8998199Z 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-08-06T20:44:32.9003523Z 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-08-06T20:44:32.9008924Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-08-06T20:44:32.9014786Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-08-06T20:44:32.9020049Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-08-06T20:44:32.9032284Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-08-06T20:44:32.9038178Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-08-06T20:44:32.9043485Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-06T20:44:32.9053150Z creating build\bdist.win-amd64\wheel\torch\jit 2024-08-06T20:44:32.9056103Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9062353Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9068516Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9074073Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2024-08-06T20:44:32.9076726Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2024-08-06T20:44:32.9081980Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9093392Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9098882Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9104086Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9109313Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9114495Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9119891Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9125401Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9130843Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9136274Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9141337Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9146860Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9152553Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9157777Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9162690Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9168592Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2024-08-06T20:44:32.9171414Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-08-06T20:44:32.9176927Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-08-06T20:44:32.9181098Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9186478Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9192420Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9198491Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9203968Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9876125Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9881999Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9887645Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9893838Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-06T20:44:32.9899711Z creating build\bdist.win-amd64\wheel\torch\lib 2024-08-06T20:44:32.9902478Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:32.9909788Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:32.9915818Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:32.9924494Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:32.9931272Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:32.9949996Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:32.9955928Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:32.9968600Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:32.9980157Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:32.9986627Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.5534377Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.5583194Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.5601902Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.5621911Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.5629228Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.5634878Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.5824176Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.5872297Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.6199912Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.6541249Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.6548120Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.6553950Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.6559597Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.6639581Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.6644950Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.6650217Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.6670811Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.6676720Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.7853377Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.8104993Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.8110313Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.8239720Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.8247533Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.8285100Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-06T20:44:33.8290535Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:33.8297001Z creating build\bdist.win-amd64\wheel\torch\linalg 2024-08-06T20:44:33.8300084Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2024-08-06T20:44:33.8307234Z creating build\bdist.win-amd64\wheel\torch\masked 2024-08-06T20:44:33.8310049Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2024-08-06T20:44:33.8312976Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-06T20:44:33.8318163Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-06T20:44:33.8323797Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-06T20:44:33.8328633Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-06T20:44:33.8334005Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-06T20:44:33.8352039Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-06T20:44:33.8357149Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-06T20:44:33.8362973Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-06T20:44:33.8367797Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-08-06T20:44:33.8373791Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-08-06T20:44:33.8380143Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-08-06T20:44:33.8385864Z creating build\bdist.win-amd64\wheel\torch\monitor 2024-08-06T20:44:33.8388591Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2024-08-06T20:44:33.8394684Z creating build\bdist.win-amd64\wheel\torch\mps 2024-08-06T20:44:33.8397275Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-08-06T20:44:33.8403689Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-08-06T20:44:33.8408887Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-08-06T20:44:33.8414482Z creating build\bdist.win-amd64\wheel\torch\mtia 2024-08-06T20:44:33.8417102Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-08-06T20:44:33.8422356Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-08-06T20:44:33.8427978Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2024-08-06T20:44:33.8431161Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-06T20:44:33.8436190Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-06T20:44:33.8441185Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-06T20:44:33.8446995Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-06T20:44:33.8452274Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-06T20:44:33.8468428Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-06T20:44:33.8473801Z creating build\bdist.win-amd64\wheel\torch\nested 2024-08-06T20:44:33.8476681Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2024-08-06T20:44:33.8479392Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-08-06T20:44:33.8485144Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-08-06T20:44:33.8491169Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-08-06T20:44:33.8497004Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-08-06T20:44:33.8501251Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2024-08-06T20:44:33.8507344Z creating build\bdist.win-amd64\wheel\torch\nn 2024-08-06T20:44:33.8510110Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2024-08-06T20:44:33.8512853Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-08-06T20:44:33.8518227Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-08-06T20:44:33.8524437Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-08-06T20:44:33.8529554Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-08-06T20:44:33.8535038Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2024-08-06T20:44:33.8537800Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-08-06T20:44:33.8542809Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-08-06T20:44:33.8547027Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-06T20:44:33.8552238Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-06T20:44:33.8557571Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-06T20:44:33.8574691Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-06T20:44:33.8580419Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-06T20:44:33.8585591Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-06T20:44:33.8591717Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2024-08-06T20:44:33.8594850Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2024-08-06T20:44:33.8597654Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2024-08-06T20:44:33.8602461Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2024-08-06T20:44:33.8607807Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2024-08-06T20:44:33.8610601Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2024-08-06T20:44:33.8613371Z 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-08-06T20:44:33.8618682Z 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-08-06T20:44:33.8623574Z 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-08-06T20:44:33.8628457Z 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-08-06T20:44:33.8647391Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat 2024-08-06T20:44:33.8652570Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2024-08-06T20:44:33.8655415Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2024-08-06T20:44:33.8658124Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2024-08-06T20:44:33.8661300Z 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-08-06T20:44:33.8666456Z 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-08-06T20:44:33.8671231Z 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-08-06T20:44:33.8676263Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2024-08-06T20:44:33.8678983Z 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-08-06T20:44:33.8684036Z 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-08-06T20:44:33.8688999Z 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-08-06T20:44:33.8693787Z 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-08-06T20:44:33.8698527Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized 2024-08-06T20:44:33.8703539Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2024-08-06T20:44:33.8708911Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2024-08-06T20:44:33.8717613Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8718551Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8723040Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8728709Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8739575Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8745121Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8751172Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8756438Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8761695Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8766781Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8771964Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8777535Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8782620Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8787656Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8793882Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8800430Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8805790Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8811652Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8816990Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8822885Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8829123Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8834917Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8841028Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8846580Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8851761Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8857226Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-06T20:44:33.8862805Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2024-08-06T20:44:33.8865439Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-06T20:44:33.8870880Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-06T20:44:33.8876427Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-06T20:44:33.8882817Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-06T20:44:33.8896773Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-06T20:44:33.8902465Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-06T20:44:33.8907748Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-06T20:44:33.8913066Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-06T20:44:33.8918915Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-06T20:44:33.8931246Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-06T20:44:33.8936699Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2024-08-06T20:44:33.8939864Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2024-08-06T20:44:33.8942568Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2024-08-06T20:44:33.8945277Z 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-08-06T20:44:33.8950139Z 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-08-06T20:44:33.8955009Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic 2024-08-06T20:44:33.8960589Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2024-08-06T20:44:33.8963397Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-08-06T20:44:33.8968505Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-08-06T20:44:33.8973416Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-08-06T20:44:33.8978796Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-08-06T20:44:33.8983507Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2024-08-06T20:44:33.8988577Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2024-08-06T20:44:33.8991579Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2024-08-06T20:44:33.8994403Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-08-06T20:44:33.8999377Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-08-06T20:44:33.9004419Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-08-06T20:44:33.9009165Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2024-08-06T20:44:33.9014381Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2024-08-06T20:44:33.9017501Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2024-08-06T20:44:33.9020249Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2024-08-06T20:44:33.9022919Z 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-08-06T20:44:33.9027998Z 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-08-06T20:44:33.9033210Z 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-08-06T20:44:33.9038430Z 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-08-06T20:44:33.9043498Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic 2024-08-06T20:44:33.9048364Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-08-06T20:44:33.9053801Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2024-08-06T20:44:33.9056538Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-06T20:44:33.9061573Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-06T20:44:33.9066472Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-06T20:44:33.9071536Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-06T20:44:33.9076496Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-06T20:44:33.9107655Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-06T20:44:33.9112608Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-06T20:44:33.9117654Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-06T20:44:33.9122914Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-06T20:44:33.9128763Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-06T20:44:33.9133715Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-06T20:44:33.9139225Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2024-08-06T20:44:33.9148384Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2024-08-06T20:44:33.9150966Z 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-08-06T20:44:33.9155861Z 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-08-06T20:44:33.9160736Z 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-08-06T20:44:33.9165837Z 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-08-06T20:44:33.9170579Z 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-08-06T20:44:33.9175309Z 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-08-06T20:44:33.9180959Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference 2024-08-06T20:44:33.9185582Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-08-06T20:44:33.9190848Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2024-08-06T20:44:33.9193568Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9198956Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9204172Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9209071Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9214311Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9226009Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9231573Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9237489Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9243482Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9248880Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9254262Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9259644Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9264920Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9270601Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2024-08-06T20:44:33.9273640Z 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-08-06T20:44:33.9278899Z 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-08-06T20:44:33.9284183Z 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-08-06T20:44:33.9298189Z 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-08-06T20:44:33.9303873Z 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-08-06T20:44:33.9308954Z 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-08-06T20:44:33.9314317Z 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-08-06T20:44:33.9319583Z 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-08-06T20:44:33.9324939Z 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-08-06T20:44:33.9330161Z 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-08-06T20:44:33.9334930Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_named_member_accessor.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9340232Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_per_sample_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9345290Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-06T20:44:33.9350532Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-06T20:44:33.9355789Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-06T20:44:33.9362086Z creating build\bdist.win-amd64\wheel\torch\onnx 2024-08-06T20:44:33.9364872Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9370035Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9375155Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_caffe2.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9380385Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9393557Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9399356Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9405721Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9410990Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9417419Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9422950Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9428263Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9433362Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9438679Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9444220Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9449249Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9454802Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9460563Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9466093Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9473564Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9480038Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9495664Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9500910Z copying build\lib.win-amd64-cpython-39\torch\onnx\_deprecation.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9506304Z copying build\lib.win-amd64-cpython-39\torch\onnx\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9511682Z copying build\lib.win-amd64-cpython-39\torch\onnx\_exporter_states.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9516990Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9522060Z copying build\lib.win-amd64-cpython-39\torch\onnx\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:33.9527857Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2024-08-06T20:44:33.9530869Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics 2024-08-06T20:44:33.9533637Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra 2024-08-06T20:44:33.9536512Z 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-08-06T20:44:33.9542348Z 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-08-06T20:44:33.9547683Z 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-08-06T20:44:33.9553398Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-06T20:44:33.9556294Z 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-08-06T20:44:33.9561251Z 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-08-06T20:44:33.9566648Z 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-08-06T20:44:33.9572110Z 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-08-06T20:44:33.9577446Z 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-08-06T20:44:33.9589613Z 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-08-06T20:44:33.9594863Z 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-08-06T20:44:33.9600152Z 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-08-06T20:44:33.9605947Z 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-08-06T20:44:33.9611093Z 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-08-06T20:44:33.9616335Z 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-08-06T20:44:33.9621620Z 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-08-06T20:44:33.9628661Z 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-08-06T20:44:33.9634159Z 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-08-06T20:44:33.9640171Z 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-08-06T20:44:33.9645272Z 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-08-06T20:44:33.9650687Z 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-08-06T20:44:33.9656352Z 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-08-06T20:44:33.9661716Z 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-08-06T20:44:33.9667571Z 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-08-06T20:44:33.9672932Z 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-08-06T20:44:33.9688839Z 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-08-06T20:44:33.9694207Z 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-08-06T20:44:33.9699528Z 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-08-06T20:44:33.9705068Z 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-08-06T20:44:33.9710559Z 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-08-06T20:44:33.9715432Z 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-08-06T20:44:33.9720949Z 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-08-06T20:44:33.9726610Z 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-08-06T20:44:33.9731700Z 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-08-06T20:44:33.9737034Z 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-08-06T20:44:33.9747658Z 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-08-06T20:44:33.9753169Z 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-08-06T20:44:33.9758613Z 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-08-06T20:44:33.9764204Z 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-08-06T20:44:33.9769760Z 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-08-06T20:44:33.9775426Z 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-08-06T20:44:33.9780807Z 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-08-06T20:44:33.9786094Z 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-08-06T20:44:33.9791543Z 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-08-06T20:44:33.9796822Z 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-08-06T20:44:33.9808195Z 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-08-06T20:44:33.9813359Z 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-08-06T20:44:33.9818516Z 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-08-06T20:44:33.9824024Z 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-08-06T20:44:33.9829257Z 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-08-06T20:44:33.9834641Z 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-08-06T20:44:33.9840106Z 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-08-06T20:44:33.9845357Z 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-08-06T20:44:33.9850787Z 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-08-06T20:44:33.9856414Z 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-08-06T20:44:33.9868272Z 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-08-06T20:44:33.9873672Z 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-08-06T20:44:33.9879024Z 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-08-06T20:44:33.9884309Z 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-08-06T20:44:33.9889816Z 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-08-06T20:44:33.9900382Z 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-08-06T20:44:33.9905478Z 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-08-06T20:44:33.9910308Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_diagnostic.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-08-06T20:44:33.9915633Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_rules.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-08-06T20:44:33.9921263Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-08-06T20:44:33.9926643Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2024-08-06T20:44:33.9929436Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\analysis 2024-08-06T20:44:33.9932164Z 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-08-06T20:44:33.9937355Z 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-08-06T20:44:33.9942152Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_skip.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-06T20:44:33.9948515Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_table.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-06T20:44:33.9953819Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\diagnostics.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-06T20:44:33.9965652Z 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-08-06T20:44:33.9971161Z 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-08-06T20:44:33.9977134Z 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-08-06T20:44:33.9982225Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-06T20:44:33.9988162Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\op_validation.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-06T20:44:33.9993854Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2024-08-06T20:44:33.9996421Z 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-08-06T20:44:34.0001586Z 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-08-06T20:44:34.0006919Z 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-08-06T20:44:34.0012562Z 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-08-06T20:44:34.0029881Z 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-08-06T20:44:34.0036212Z 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-08-06T20:44:34.0041321Z 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-08-06T20:44:34.0046538Z 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-08-06T20:44:34.0051304Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\patcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-06T20:44:34.0056424Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-06T20:44:34.0061750Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\serialization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-06T20:44:34.0067066Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\torch_export_graph_extractor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-06T20:44:34.0072119Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-06T20:44:34.0077333Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\_pass.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-06T20:44:34.0082892Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-06T20:44:34.0087646Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\io_adapter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-06T20:44:34.0093203Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-06T20:44:34.0115733Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnxruntime.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-06T20:44:34.0121955Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnx_proto_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-06T20:44:34.0127503Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-06T20:44:34.0132767Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_exporter_legacy.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-06T20:44:34.0139259Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-06T20:44:34.0143767Z copying build\lib.win-amd64-cpython-39\torch\onnx\_onnx_supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:34.0149632Z copying build\lib.win-amd64-cpython-39\torch\onnx\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:34.0155024Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-06T20:44:34.0167441Z creating build\bdist.win-amd64\wheel\torch\optim 2024-08-06T20:44:34.0170126Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0175723Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0181485Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0186990Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0192528Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0198099Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0203419Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0220304Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0226952Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0232483Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0238184Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0243976Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0249577Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0255157Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0260789Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0265997Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0271725Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0277573Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0283323Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2024-08-06T20:44:34.0286230Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2024-08-06T20:44:34.0291425Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2024-08-06T20:44:34.0296196Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-06T20:44:34.0301428Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.0308510Z creating build\bdist.win-amd64\wheel\torch\package 2024-08-06T20:44:34.0311326Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2024-08-06T20:44:34.0314170Z 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-08-06T20:44:34.0319338Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\is_from_package.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-08-06T20:44:34.0325306Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-08-06T20:44:34.0340091Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-08-06T20:44:34.0345178Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-06T20:44:34.0350392Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-06T20:44:34.0355588Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-06T20:44:34.0367343Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-06T20:44:34.0372473Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-06T20:44:34.0378969Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-06T20:44:34.0384906Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-06T20:44:34.0390034Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-06T20:44:34.0395369Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-06T20:44:34.0401215Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-06T20:44:34.0406543Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-06T20:44:34.0411857Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-06T20:44:34.0417853Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-06T20:44:34.0423033Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-06T20:44:34.0428104Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-06T20:44:34.0433532Z creating build\bdist.win-amd64\wheel\torch\profiler 2024-08-06T20:44:34.0436566Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-06T20:44:34.0441576Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-06T20:44:34.0447298Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-06T20:44:34.0452256Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-06T20:44:34.0465740Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-06T20:44:34.0478434Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-06T20:44:34.0483786Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-06T20:44:34.0488805Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.0503166Z creating build\bdist.win-amd64\wheel\torch\quantization 2024-08-06T20:44:34.0505925Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0511324Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0516434Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0528923Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2024-08-06T20:44:34.0531479Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-06T20:44:34.0536293Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-06T20:44:34.0541185Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-06T20:44:34.0545924Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-06T20:44:34.0550735Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-06T20:44:34.0562933Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-06T20:44:34.0568244Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-06T20:44:34.0573322Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-06T20:44:34.0578436Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-06T20:44:34.0583323Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-06T20:44:34.0588378Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-06T20:44:34.0593519Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-06T20:44:34.0598376Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0603489Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0608726Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0614036Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0619017Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0624176Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0660202Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0665294Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0670136Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0675210Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0680699Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0686620Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0692055Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-06T20:44:34.0697114Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.0702400Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.0707977Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.0713382Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.0718488Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.0725308Z creating build\bdist.win-amd64\wheel\torch\share 2024-08-06T20:44:34.0728001Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2024-08-06T20:44:34.0730900Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2024-08-06T20:44:34.0733575Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\ATen\ATenConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\ATen 2024-08-06T20:44:34.0739168Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2024-08-06T20:44:34.0742349Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-06T20:44:34.0747576Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-06T20:44:34.0752473Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-06T20:44:34.0764561Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-06T20:44:34.0770145Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-06T20:44:34.0775789Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-06T20:44:34.0781274Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-08-06T20:44:34.0784050Z 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-08-06T20:44:34.0789156Z 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-08-06T20:44:34.0794994Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-08-06T20:44:34.0805193Z 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-08-06T20:44:34.0810745Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-08-06T20:44:34.0813826Z 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-08-06T20:44:34.0819349Z 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-08-06T20:44:34.0824456Z 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-08-06T20:44:34.0836381Z 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-08-06T20:44:34.0841724Z 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-08-06T20:44:34.0848568Z 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-08-06T20:44:34.0862035Z 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-08-06T20:44:34.0867434Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2024-08-06T20:44:34.0870327Z 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-08-06T20:44:34.0875729Z 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-08-06T20:44:34.0880914Z 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-08-06T20:44:34.0886328Z 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-08-06T20:44:34.0899014Z 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-08-06T20:44:34.0904531Z 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-08-06T20:44:34.0909787Z 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-08-06T20:44:34.0915675Z 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-08-06T20:44:34.0921778Z 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-08-06T20:44:34.0927542Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2024-08-06T20:44:34.0930444Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2024-08-06T20:44:34.0936254Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2024-08-06T20:44:34.0942404Z creating build\bdist.win-amd64\wheel\torch\signal 2024-08-06T20:44:34.0945144Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2024-08-06T20:44:34.0948147Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-08-06T20:44:34.0953878Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-08-06T20:44:34.0958557Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2024-08-06T20:44:34.0963759Z creating build\bdist.win-amd64\wheel\torch\sparse 2024-08-06T20:44:34.0966620Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-06T20:44:34.0972894Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-06T20:44:34.0978191Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-06T20:44:34.0990063Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-06T20:44:34.0996516Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-06T20:44:34.1005543Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-06T20:44:34.1011447Z creating build\bdist.win-amd64\wheel\torch\special 2024-08-06T20:44:34.1014302Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2024-08-06T20:44:34.1020117Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.1028412Z creating build\bdist.win-amd64\wheel\torch\test 2024-08-06T20:44:34.1031204Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1040128Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1049109Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1057693Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1075137Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1083892Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1092049Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1100478Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1108754Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1116936Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1124807Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1133979Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1142631Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1150784Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1159711Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1168083Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1176538Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1185335Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1205931Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1214677Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1222793Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1231668Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1240127Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1249609Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1258489Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1266805Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1292034Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1300196Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1308762Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1317335Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1326199Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1334897Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1344753Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ordered_preserving_dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1353678Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1362100Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1380601Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1389235Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1403093Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1411823Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1419761Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1428584Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1436960Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1446060Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1467740Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1475502Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1484552Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1493142Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1501294Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1509013Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1516961Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1525269Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1533786Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1555326Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1564769Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1575836Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1585654Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1594036Z copying build\lib.win-amd64-cpython-39\torch\test\dispatch_key_set_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1602767Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1611583Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1620528Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1629537Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1647360Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1656453Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1667821Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1678202Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1690807Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1702025Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1715367Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1727076Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1747801Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1756596Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1767000Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1778726Z copying build\lib.win-amd64-cpython-39\torch\test\make_boxed_from_unboxed_functor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1789800Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1798479Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1808530Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1817478Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1826451Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1835576Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1844899Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1854355Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1863260Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1871598Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1879531Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1907360Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1913584Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1923490Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1943414Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1952270Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1961325Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1970628Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1980243Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1989250Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.1998095Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.2008829Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.2017874Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.2024417Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.2033010Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.2042928Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.2052078Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.2058575Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.2067490Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.2076460Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-06T20:44:34.2085793Z creating build\bdist.win-amd64\wheel\torch\testing 2024-08-06T20:44:34.2088537Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-08-06T20:44:34.2094777Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-08-06T20:44:34.2101405Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2024-08-06T20:44:34.2104296Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autocast_test_lists.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2110038Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autograd_function_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2116242Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\check_kernel_launches.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2130736Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2024-08-06T20:44:34.2133407Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\codegen 2024-08-06T20:44:34.2138423Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2143742Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_device_type.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2150154Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2156271Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dist_composable.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2161795Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2167202Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2173293Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2178954Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_methods_invocations.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2195195Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2200481Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2208244Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2215632Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2222100Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2227588Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2234458Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2252571Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2257507Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2265362Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2271014Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_op_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2276688Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2282273Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2024-08-06T20:44:34.2285178Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network1.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-08-06T20:44:34.2290167Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-08-06T20:44:34.2295618Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-08-06T20:44:34.2300824Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2024-08-06T20:44:34.2303815Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\checkpoint_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-08-06T20:44:34.2309128Z 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-08-06T20:44:34.2314679Z 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-08-06T20:44:34.2329845Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-08-06T20:44:34.2339329Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-08-06T20:44:34.2344622Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\fake_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-08-06T20:44:34.2350039Z 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-08-06T20:44:34.2356497Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2024-08-06T20:44:34.2359990Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2024-08-06T20:44:34.2363064Z 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-08-06T20:44:34.2369178Z 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-08-06T20:44:34.2373852Z 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-08-06T20:44:34.2378306Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2024-08-06T20:44:34.2381162Z 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-08-06T20:44:34.2388334Z 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-08-06T20:44:34.2393900Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2024-08-06T20:44:34.2396851Z 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-08-06T20:44:34.2402297Z 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-08-06T20:44:34.2408179Z 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-08-06T20:44:34.2412539Z 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-08-06T20:44:34.2428681Z 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-08-06T20:44:34.2434177Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2024-08-06T20:44:34.2437149Z 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-08-06T20:44:34.2442515Z 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-08-06T20:44:34.2448728Z 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-08-06T20:44:34.2454161Z 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-08-06T20:44:34.2458571Z 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-08-06T20:44:34.2464049Z 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-08-06T20:44:34.2493074Z 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-08-06T20:44:34.2498586Z 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-08-06T20:44:34.2503241Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-08-06T20:44:34.2508735Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2024-08-06T20:44:34.2511664Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-08-06T20:44:34.2514697Z 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-08-06T20:44:34.2520110Z 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-08-06T20:44:34.2525650Z 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-08-06T20:44:34.2530813Z 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-08-06T20:44:34.2536287Z 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-08-06T20:44:34.2541585Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2024-08-06T20:44:34.2544449Z 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-08-06T20:44:34.2550340Z 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-08-06T20:44:34.2554611Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-08-06T20:44:34.2559510Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2564495Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dynamo_test_failures.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2570049Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2024-08-06T20:44:34.2573025Z 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-08-06T20:44:34.2584733Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2024-08-06T20:44:34.2588557Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2594262Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2610115Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2615843Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_metaprogramming_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2621766Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2627557Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2632971Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2658573Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2024-08-06T20:44:34.2661193Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\core.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-08-06T20:44:34.2669308Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2024-08-06T20:44:34.2672487Z 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-08-06T20:44:34.2678946Z 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-08-06T20:44:34.2685572Z 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-08-06T20:44:34.2690678Z 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-08-06T20:44:34.2696285Z 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-08-06T20:44:34.2702309Z 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-08-06T20:44:34.2717149Z 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-08-06T20:44:34.2723534Z 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-08-06T20:44:34.2728726Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\refs.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-08-06T20:44:34.2734089Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-08-06T20:44:34.2739205Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-08-06T20:44:34.2744341Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2024-08-06T20:44:34.2747044Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-08-06T20:44:34.2752528Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\autograd_registration.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-08-06T20:44:34.2757539Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-08-06T20:44:34.2762487Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\generate_tests.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-08-06T20:44:34.2776562Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\make_fx.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-08-06T20:44:34.2781732Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-08-06T20:44:34.2786853Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\quantization_torch_package_models.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2792126Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2797679Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2024-08-06T20:44:34.2807201Z 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-08-06T20:44:34.2812224Z 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-08-06T20:44:34.2817211Z 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-08-06T20:44:34.2821378Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2826553Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2832085Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2837383Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-06T20:44:34.2841619Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-08-06T20:44:34.2853836Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-08-06T20:44:34.2858581Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.2870452Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.2876134Z creating build\bdist.win-amd64\wheel\torch\utils 2024-08-06T20:44:34.2878979Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2024-08-06T20:44:34.2882019Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2024-08-06T20:44:34.2887193Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.2892869Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2024-08-06T20:44:34.2895861Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2024-08-06T20:44:34.2898623Z 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-08-06T20:44:34.2903683Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-08-06T20:44:34.2909293Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-08-06T20:44:34.2914747Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\op_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-08-06T20:44:34.2919922Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\simple_timeit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-08-06T20:44:34.2935494Z 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-08-06T20:44:34.2941043Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-08-06T20:44:34.2945857Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2024-08-06T20:44:34.2949029Z 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-08-06T20:44:34.2954106Z 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-08-06T20:44:34.2959238Z 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-08-06T20:44:34.2964879Z 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-08-06T20:44:34.2976882Z 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-08-06T20:44:34.2982085Z 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-08-06T20:44:34.2986564Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2024-08-06T20:44:34.2989952Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-06T20:44:34.2994890Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-06T20:44:34.3000021Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compile.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-06T20:44:34.3005323Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\cpp_jit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-06T20:44:34.3010508Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-06T20:44:34.3016394Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\sparse_fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-06T20:44:34.3029563Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timeit_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-06T20:44:34.3034998Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-06T20:44:34.3041560Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-06T20:44:34.3044567Z 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-08-06T20:44:34.3050007Z 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-08-06T20:44:34.3055471Z 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-08-06T20:44:34.3066461Z 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-08-06T20:44:34.3072529Z 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-08-06T20:44:34.3082013Z 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-08-06T20:44:34.3086479Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\_stubs.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-06T20:44:34.3091995Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-06T20:44:34.3096333Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2024-08-06T20:44:34.3101503Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2024-08-06T20:44:34.3114573Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-08-06T20:44:34.3118740Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-08-06T20:44:34.3124284Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3130183Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3136516Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3142737Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3148028Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3155181Z creating build\bdist.win-amd64\wheel\torch\utils\data 2024-08-06T20:44:34.3159204Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-06T20:44:34.3163473Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-06T20:44:34.3170742Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2024-08-06T20:44:34.3173423Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2024-08-06T20:44:34.3176562Z 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-08-06T20:44:34.3182051Z 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-08-06T20:44:34.3187683Z 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-08-06T20:44:34.3205148Z 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-08-06T20:44:34.3210462Z 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-08-06T20:44:34.3215581Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-06T20:44:34.3221499Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.pyi -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-06T20:44:34.3227617Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\gen_pyi.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-06T20:44:34.3233433Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2024-08-06T20:44:34.3243313Z 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-08-06T20:44:34.3248842Z 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-08-06T20:44:34.3254250Z 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-08-06T20:44:34.3260170Z 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-08-06T20:44:34.3275661Z 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-08-06T20:44:34.3281106Z 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-08-06T20:44:34.3286689Z 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-08-06T20:44:34.3292427Z 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-08-06T20:44:34.3297753Z 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-08-06T20:44:34.3303259Z 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-08-06T20:44:34.3308650Z 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-08-06T20:44:34.3314008Z 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-08-06T20:44:34.3319616Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2024-08-06T20:44:34.3322377Z 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-08-06T20:44:34.3327740Z 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-08-06T20:44:34.3333089Z 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-08-06T20:44:34.3338600Z 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-08-06T20:44:34.3344216Z 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-08-06T20:44:34.3355810Z 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-08-06T20:44:34.3361039Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2024-08-06T20:44:34.3364182Z 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-08-06T20:44:34.3369561Z 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-08-06T20:44:34.3374859Z 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-08-06T20:44:34.3380355Z 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-08-06T20:44:34.3384747Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_decorator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-06T20:44:34.3390169Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_hook_iterator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-06T20:44:34.3395498Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_typing.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-06T20:44:34.3401546Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-06T20:44:34.3406655Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-06T20:44:34.3418087Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-06T20:44:34.3423301Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-06T20:44:34.3428550Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-06T20:44:34.3434106Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-06T20:44:34.3439849Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2024-08-06T20:44:34.3442722Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\collate.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-06T20:44:34.3448518Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\fetch.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-06T20:44:34.3455453Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\pin_memory.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-06T20:44:34.3461285Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\signal_handling.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-06T20:44:34.3466841Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\worker.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-06T20:44:34.3479544Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-06T20:44:34.3484861Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-06T20:44:34.3489862Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3495294Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3500689Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3505861Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3512816Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2024-08-06T20:44:34.3515302Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-08-06T20:44:34.3520986Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\cuda_to_hip_mappings.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-08-06T20:44:34.3529943Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-08-06T20:44:34.3535588Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-08-06T20:44:34.3549596Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-08-06T20:44:34.3554474Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3559940Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2024-08-06T20:44:34.3562536Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-08-06T20:44:34.3567989Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-08-06T20:44:34.3572128Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3577666Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3583379Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2024-08-06T20:44:34.3586082Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\code.js -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-06T20:44:34.3591628Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\htm.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-06T20:44:34.3596981Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\preact.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-06T20:44:34.3602103Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\skeleton.html -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-06T20:44:34.3607576Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-06T20:44:34.3618713Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-06T20:44:34.3623853Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3628704Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3644766Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3650776Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2024-08-06T20:44:34.3654025Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-06T20:44:34.3659621Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-06T20:44:34.3665524Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-06T20:44:34.3670945Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-06T20:44:34.3682327Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-06T20:44:34.3687687Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-06T20:44:34.3693024Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-06T20:44:34.3698328Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-06T20:44:34.3703784Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-06T20:44:34.3708977Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3714507Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2024-08-06T20:44:34.3717141Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-08-06T20:44:34.3722603Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-08-06T20:44:34.3727011Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3732298Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3737689Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3743067Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3748381Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3753727Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3759672Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3772370Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3778201Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3783343Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3788688Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3794168Z copying build\lib.win-amd64-cpython-39\torch\utils\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3799528Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3804982Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3810494Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3815622Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3820936Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3832479Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3838632Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3844334Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2024-08-06T20:44:34.3847177Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2024-08-06T20:44:34.3852626Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2024-08-06T20:44:34.3857191Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2024-08-06T20:44:34.3860003Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-06T20:44:34.3865694Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-06T20:44:34.3871057Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-06T20:44:34.3876446Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-06T20:44:34.3881805Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-06T20:44:34.3897260Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-06T20:44:34.3902400Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-06T20:44:34.3907516Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-06T20:44:34.3919246Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-06T20:44:34.3920171Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3923780Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3929180Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3934333Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3939563Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-06T20:44:34.3944712Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.3949972Z creating build\bdist.win-amd64\wheel\torch\xpu 2024-08-06T20:44:34.3952741Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-08-06T20:44:34.3957920Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-08-06T20:44:34.3963285Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-08-06T20:44:34.3968396Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-08-06T20:44:34.3973760Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-08-06T20:44:34.3979070Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.3985186Z creating build\bdist.win-amd64\wheel\torch\_awaits 2024-08-06T20:44:34.3987850Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2024-08-06T20:44:34.3993368Z creating build\bdist.win-amd64\wheel\torch\_C 2024-08-06T20:44:34.3996170Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4002819Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4008120Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4013036Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4017993Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4031906Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4037888Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4043686Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4049068Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4054096Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4059382Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4064356Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4069969Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4075282Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4080510Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4086234Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4091880Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4096736Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4102112Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4119630Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4131295Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-06T20:44:34.4140801Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.4146591Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.4151730Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.4157354Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2024-08-06T20:44:34.4160431Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-08-06T20:44:34.4165842Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\functional.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-08-06T20:44:34.4171102Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-08-06T20:44:34.4177427Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-08-06T20:44:34.4181113Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.4187318Z creating build\bdist.win-amd64\wheel\torch\_decomp 2024-08-06T20:44:34.6404148Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-08-06T20:44:34.6412244Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-08-06T20:44:34.6417506Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-08-06T20:44:34.6476101Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-08-06T20:44:34.6481667Z copying build\lib.win-amd64-cpython-39\torch\_deploy.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:34.6487942Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2024-08-06T20:44:35.1706800Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-08-06T20:44:35.1713323Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-08-06T20:44:35.1718895Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2024-08-06T20:44:35.1721931Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2024-08-06T20:44:35.1724924Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-06T20:44:35.1730536Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-06T20:44:35.1736075Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-06T20:44:35.1741682Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-06T20:44:35.1811245Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-06T20:44:35.1815884Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-06T20:44:35.1821336Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-06T20:44:35.1826586Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-06T20:44:35.1831799Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-06T20:44:35.1837957Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-06T20:44:35.1843532Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-06T20:44:35.1847396Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.1852686Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.1860907Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2801451Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2807059Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2813252Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2819308Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2825832Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2832048Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2837225Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2843880Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2849950Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2855523Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2861601Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2867218Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2873569Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2878906Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2885695Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2891343Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2897130Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.2902789Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.8148274Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.8153636Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.8158929Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.8164965Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.8171574Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfill.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.8176940Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.8182189Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.8188197Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2024-08-06T20:44:35.8190733Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-08-06T20:44:35.8196893Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-08-06T20:44:35.8202781Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-08-06T20:44:35.8207224Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.8213140Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.8219127Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.8224853Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:35.8232246Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:36.3416700Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:36.3422008Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:36.3427647Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:36.3433088Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:36.3440879Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:36.3446241Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:36.3515331Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2024-08-06T20:44:36.3518127Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3523578Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3530713Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3537058Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3542411Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3670504Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3676022Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3681239Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3687083Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\higher_order_ops.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3693686Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3698907Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3704156Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3709878Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3715843Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3721732Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3727209Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3732381Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3737474Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3743406Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3749917Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3754731Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3760386Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-06T20:44:36.3765940Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:36.3771011Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-06T20:44:36.3776800Z creating build\bdist.win-amd64\wheel\torch\_export 2024-08-06T20:44:36.3779548Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-06T20:44:36.3786058Z creating build\bdist.win-amd64\wheel\torch\_export\db 2024-08-06T20:44:36.3788717Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-08-06T20:44:36.3795237Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2024-08-06T20:44:36.3798926Z 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-08-06T20:44:36.3804074Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.3809328Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.3930396Z 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-08-06T20:44:36.3935825Z 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-08-06T20:44:36.3941326Z 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-08-06T20:44:36.3946640Z 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-08-06T20:44:36.3951673Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_operands.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.3957234Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_predicate.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.3963144Z 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-08-06T20:44:36.3968555Z 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-08-06T20:44:36.3974097Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\decorator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.3979150Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dictionary.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.3984220Z 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-08-06T20:44:36.3989273Z 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-08-06T20:44:36.3994854Z 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-08-06T20:44:36.3999968Z 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-08-06T20:44:36.4005251Z 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-08-06T20:44:36.4582846Z 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-08-06T20:44:36.4588082Z 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-08-06T20:44:36.4593319Z 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-08-06T20:44:36.4598791Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_contains.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.4604161Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_unpack.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.4609666Z 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-08-06T20:44:36.4614801Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.4620203Z 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-08-06T20:44:36.4667634Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\optional_input.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.4672782Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\pytree_flatten.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.4677818Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\scalar_output.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.4683128Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\specialized_attribute.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.4688237Z 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-08-06T20:44:36.4693609Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_if.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.4699338Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\tensor_setattr.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.4704729Z 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-08-06T20:44:36.4709204Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\unsupported_operator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.4719339Z 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-08-06T20:44:36.4724494Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-06T20:44:36.4729742Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-08-06T20:44:36.4734705Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-08-06T20:44:36.4740350Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-08-06T20:44:36.4745687Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-06T20:44:36.4750785Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-06T20:44:36.4756904Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2024-08-06T20:44:36.4766027Z 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-08-06T20:44:36.4771383Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\collect_tracepoints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-06T20:44:36.4776634Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-06T20:44:36.4787572Z 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-08-06T20:44:36.4793011Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\lift_constants_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-06T20:44:36.4798497Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\remove_runtime_assertions.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-06T20:44:36.4804025Z 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-08-06T20:44:36.4810071Z 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-08-06T20:44:36.4815307Z 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-08-06T20:44:36.4820743Z 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-08-06T20:44:36.4826120Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\_node_metadata_hook.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-06T20:44:36.4831643Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-06T20:44:36.4836643Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-06T20:44:36.4842856Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2024-08-06T20:44:36.4845708Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\node_metadata.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-08-06T20:44:36.4850849Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\proxy_value.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-08-06T20:44:36.4856365Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-08-06T20:44:36.4860772Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2024-08-06T20:44:36.4863574Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\aoti_schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-06T20:44:36.4868850Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-06T20:44:36.4873749Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-06T20:44:36.4879223Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-06T20:44:36.4893068Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-06T20:44:36.4906337Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-06T20:44:36.4907242Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-06T20:44:36.4911346Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-06T20:44:36.4916272Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-06T20:44:36.4921672Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-06T20:44:36.4927316Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-06T20:44:36.4932491Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-06T20:44:36.4937878Z creating build\bdist.win-amd64\wheel\torch\_functorch 2024-08-06T20:44:36.4940625Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.4947622Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.4953349Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.4958834Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.4971898Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.4977028Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.4982250Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.4987495Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.4992639Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.4998489Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.5005202Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.5010562Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.5016089Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.5021734Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.5028068Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.5033346Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.5038292Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.5043715Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.5049880Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.5055425Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.5061493Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2024-08-06T20:44:36.5070506Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\autograd_cache.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-06T20:44:36.5076245Z 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-08-06T20:44:36.5082143Z 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-08-06T20:44:36.5094171Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\functional_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-06T20:44:36.5099993Z 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-08-06T20:44:36.5106180Z 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-08-06T20:44:36.5111763Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-06T20:44:36.5117044Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-06T20:44:36.5123599Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\schemas.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-06T20:44:36.5129361Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-06T20:44:36.5134780Z 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-08-06T20:44:36.5140750Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-06T20:44:36.5146091Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-06T20:44:36.5150933Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-06T20:44:36.5155907Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.5162180Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2024-08-06T20:44:36.5165138Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\associative_scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-06T20:44:36.5170483Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\auto_functionalize.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-06T20:44:36.5175646Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\cond.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-06T20:44:36.5188593Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\effects.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-06T20:44:36.5193974Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-06T20:44:36.5199799Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-06T20:44:36.5205250Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\out_dtype.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-06T20:44:36.5210894Z 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-08-06T20:44:36.5216177Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\strict_mode.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-06T20:44:36.5221414Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\torchbind.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-06T20:44:36.5227150Z 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-08-06T20:44:36.5232804Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-06T20:44:36.5237879Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\while_loop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-06T20:44:36.5243342Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-06T20:44:36.5248516Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-06T20:44:36.5254227Z creating build\bdist.win-amd64\wheel\torch\_inductor 2024-08-06T20:44:36.5257229Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5262774Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5268469Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2024-08-06T20:44:36.5276997Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2024-08-06T20:44:36.5280090Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-08-06T20:44:36.5285583Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-08-06T20:44:36.5290922Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-08-06T20:44:36.5295655Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-08-06T20:44:36.5301070Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-08-06T20:44:36.5312329Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-08-06T20:44:36.5318649Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-08-06T20:44:36.5324606Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-08-06T20:44:36.5329130Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5334917Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5340290Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5348004Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2024-08-06T20:44:36.5350926Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_hipify_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5356758Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2024-08-06T20:44:36.5359598Z 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-08-06T20:44:36.5365076Z 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-08-06T20:44:36.5370446Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\codegen_device_driver.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5382591Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5388884Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5396064Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5402100Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_micro_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5407950Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5413836Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5419216Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5425014Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5430591Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5437215Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cuda.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5442976Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2024-08-06T20:44:36.5466343Z 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-08-06T20:44:36.5471677Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_env.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-08-06T20:44:36.5477179Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-08-06T20:44:36.5482444Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-08-06T20:44:36.5493903Z 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-08-06T20:44:36.5499463Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-08-06T20:44:36.5502571Z 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-08-06T20:44:36.5508227Z 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-08-06T20:44:36.5512366Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-08-06T20:44:36.5517796Z 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-08-06T20:44:36.5523196Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-08-06T20:44:36.5529368Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-08-06T20:44:36.5533777Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda_combined_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5538988Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5544966Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5550913Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5556869Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2024-08-06T20:44:36.5559629Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-08-06T20:44:36.5565079Z 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-08-06T20:44:36.5570209Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\compile_command.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-08-06T20:44:36.5583445Z 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-08-06T20:44:36.5588557Z 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-08-06T20:44:36.5593686Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-08-06T20:44:36.5599026Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-08-06T20:44:36.5604630Z 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-08-06T20:44:36.5610087Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-08-06T20:44:36.5614303Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5620439Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5627189Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_combo_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5641267Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_split_scan.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5646926Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5652376Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5658872Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2024-08-06T20:44:36.5661690Z 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-08-06T20:44:36.5667664Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2024-08-06T20:44:36.5671904Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-06T20:44:36.5676224Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5681932Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5687383Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5693971Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2024-08-06T20:44:36.5696968Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\subproc_pool.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-08-06T20:44:36.5702395Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\watchdog.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-08-06T20:44:36.5707726Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-08-06T20:44:36.5711887Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-08-06T20:44:36.5717206Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5723293Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5728737Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5734671Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5740144Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5747559Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5752558Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5758795Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5764569Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5770589Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5778481Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5804304Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.5810203Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2024-08-06T20:44:36.5813021Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\b2b_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.5818773Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\binary_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.5824821Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\ddp_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.5830849Z 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-08-06T20:44:36.5847452Z 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-08-06T20:44:36.5850792Z 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-08-06T20:44:36.5856196Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\freezing_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.5861585Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\fuse_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.5867777Z 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-08-06T20:44:36.5874041Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\joint_graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.5880165Z 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-08-06T20:44:36.5886129Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\misc_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.5891742Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\mkldnn_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.5898109Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\numeric_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.5903366Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pad_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.5909145Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\post_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.5914920Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pre_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.5920632Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\quantization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.5927562Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.5934124Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\replace_random.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.5946139Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2024-08-06T20:44:36.5948985Z 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-08-06T20:44:36.5954370Z 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-08-06T20:44:36.5959369Z 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-08-06T20:44:36.5971792Z 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-08-06T20:44:36.5977125Z 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-08-06T20:44:36.5982503Z 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-08-06T20:44:36.5987777Z 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-08-06T20:44:36.5993818Z 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-08-06T20:44:36.5999178Z 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-08-06T20:44:36.6004777Z 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-08-06T20:44:36.6010145Z 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-08-06T20:44:36.6016121Z 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-08-06T20:44:36.6022081Z 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-08-06T20:44:36.6028170Z 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-08-06T20:44:36.6034227Z 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-08-06T20:44:36.6040077Z 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-08-06T20:44:36.6045720Z 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-08-06T20:44:36.6051257Z 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-08-06T20:44:36.6056907Z 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-08-06T20:44:36.6071841Z 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-08-06T20:44:36.6077313Z 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-08-06T20:44:36.6082944Z 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-08-06T20:44:36.6088770Z 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-08-06T20:44:36.6092891Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\split_cat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.6099413Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-06T20:44:36.6103858Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6109126Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6115295Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6120800Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6126477Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6131816Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6140236Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6145929Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2024-08-06T20:44:36.6148717Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-06T20:44:36.6154115Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-06T20:44:36.6159801Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-06T20:44:36.6165997Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-06T20:44:36.6171915Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-06T20:44:36.6183957Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-06T20:44:36.6189273Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_plus_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-06T20:44:36.6194168Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_scaled.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-06T20:44:36.6199463Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\unpack_mixed_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-06T20:44:36.6205029Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-06T20:44:36.6210187Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6218111Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6223517Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6229813Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6241488Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6247458Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6253223Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2024-08-06T20:44:36.6256195Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-08-06T20:44:36.6261233Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-08-06T20:44:36.6266614Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\pt2_archive_constants.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-08-06T20:44:36.6274415Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-08-06T20:44:36.6279792Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6286386Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6291771Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6297492Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2024-08-06T20:44:36.6300278Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-06T20:44:36.6305712Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\coordinate_descent_tuner.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-06T20:44:36.6310968Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-06T20:44:36.6324087Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-06T20:44:36.6329278Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-06T20:44:36.6334650Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-06T20:44:36.6340396Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-06T20:44:36.6346876Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-06T20:44:36.6351209Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6359322Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6365695Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6371488Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6382642Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6387745Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6392935Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6398936Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6404350Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6409629Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-06T20:44:36.6414864Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.6421408Z creating build\bdist.win-amd64\wheel\torch\_lazy 2024-08-06T20:44:36.6424077Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-06T20:44:36.6429220Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-06T20:44:36.6434434Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-06T20:44:36.6439186Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-06T20:44:36.6444526Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-06T20:44:36.6459116Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-06T20:44:36.6464238Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-06T20:44:36.6468847Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-06T20:44:36.6474457Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-06T20:44:36.6479609Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-06T20:44:36.6484811Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-06T20:44:36.6490401Z creating build\bdist.win-amd64\wheel\torch\_library 2024-08-06T20:44:36.6493091Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-06T20:44:36.6498258Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-06T20:44:36.6503972Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-06T20:44:36.6509142Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-06T20:44:36.6521656Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-06T20:44:36.6527542Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-06T20:44:36.6532737Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-06T20:44:36.6537759Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-06T20:44:36.6543037Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-06T20:44:36.6548049Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.6553416Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.6559492Z creating build\bdist.win-amd64\wheel\torch\_logging 2024-08-06T20:44:36.6562133Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-08-06T20:44:36.6567480Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-08-06T20:44:36.6573249Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-08-06T20:44:36.6578354Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-08-06T20:44:36.6590230Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.6595449Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.6610064Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.6615677Z creating build\bdist.win-amd64\wheel\torch\_numpy 2024-08-06T20:44:36.6618390Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6623385Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6628439Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6633788Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2024-08-06T20:44:36.6636402Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-08-06T20:44:36.6642677Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-08-06T20:44:36.6647832Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6653160Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6666407Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6671664Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6677043Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6682372Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6688713Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6693853Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6699541Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6705019Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6710437Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6715801Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6720863Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6726177Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-06T20:44:36.6731231Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.6737576Z creating build\bdist.win-amd64\wheel\torch\_prims 2024-08-06T20:44:36.6740506Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-08-06T20:44:36.6745742Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-08-06T20:44:36.6750955Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-08-06T20:44:36.6756041Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-08-06T20:44:36.6761208Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-08-06T20:44:36.6781776Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2024-08-06T20:44:36.6784513Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-08-06T20:44:36.6790092Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-08-06T20:44:36.6796412Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.6802031Z creating build\bdist.win-amd64\wheel\torch\_refs 2024-08-06T20:44:36.6805047Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-08-06T20:44:36.6810999Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2024-08-06T20:44:36.6813698Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2024-08-06T20:44:36.6819114Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2024-08-06T20:44:36.6822142Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2024-08-06T20:44:36.6824978Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\functional\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn\functional 2024-08-06T20:44:36.6830899Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2024-08-06T20:44:36.6836190Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2024-08-06T20:44:36.6839338Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2024-08-06T20:44:36.6844796Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-08-06T20:44:36.6849976Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-08-06T20:44:36.6867677Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.6872953Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.6878214Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.6883623Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.6889263Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2024-08-06T20:44:36.6907844Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-08-06T20:44:36.6918109Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-08-06T20:44:36.6923917Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-08-06T20:44:36.6934692Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2024-08-06T20:44:36.6937598Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-06T20:44:36.6943530Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-06T20:44:36.6950391Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-06T20:44:36.6965605Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-06T20:44:36.6971415Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-06T20:44:36.6977847Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-06T20:44:36.6983143Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-06T20:44:36.6988642Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-06T20:44:36.6993561Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.6999580Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.7006922Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.7013260Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.7023075Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.7028861Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.7034598Z creating build\bdist.win-amd64\wheel\torch\_vendor 2024-08-06T20:44:36.7076635Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2024-08-06T20:44:36.7079296Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-08-06T20:44:36.7084973Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-08-06T20:44:36.7090552Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-08-06T20:44:36.7123300Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2024-08-06T20:44:36.7127594Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.7132447Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.7148513Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.7154619Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.7170639Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.7175733Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.7181123Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-06T20:44:36.7189995Z creating build\bdist.win-amd64\wheel\torchgen 2024-08-06T20:44:36.7193000Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2024-08-06T20:44:36.7195691Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-08-06T20:44:36.7201089Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-08-06T20:44:36.7206223Z creating build\bdist.win-amd64\wheel\torchgen\api 2024-08-06T20:44:36.7208556Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-06T20:44:36.7214281Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-06T20:44:36.7219990Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-06T20:44:36.7225336Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-06T20:44:36.7230502Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-06T20:44:36.7246833Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-06T20:44:36.7251748Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-06T20:44:36.7257109Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-06T20:44:36.7263318Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-06T20:44:36.7268564Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-06T20:44:36.7274558Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2024-08-06T20:44:36.7277387Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-08-06T20:44:36.7282743Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-08-06T20:44:36.7288079Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-08-06T20:44:36.7293344Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-08-06T20:44:36.7298309Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-06T20:44:36.7303557Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-06T20:44:36.7309060Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-06T20:44:36.7313386Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-06T20:44:36.7318493Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-06T20:44:36.7324100Z creating build\bdist.win-amd64\wheel\torchgen\dest 2024-08-06T20:44:36.7326822Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-06T20:44:36.7332632Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-06T20:44:36.7337846Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-06T20:44:36.7343258Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-06T20:44:36.7359458Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-06T20:44:36.7365220Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-06T20:44:36.7370895Z creating build\bdist.win-amd64\wheel\torchgen\executorch 2024-08-06T20:44:36.7385592Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api 2024-08-06T20:44:36.7388474Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\custom_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-08-06T20:44:36.7393667Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\et_cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-08-06T20:44:36.7399550Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api\types 2024-08-06T20:44:36.7402394Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-08-06T20:44:36.7407745Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-08-06T20:44:36.7413633Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-08-06T20:44:36.7419398Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-08-06T20:44:36.7424828Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-08-06T20:44:36.7429161Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\model.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-08-06T20:44:36.7434467Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\parse.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-08-06T20:44:36.7439618Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-08-06T20:44:36.7443981Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-06T20:44:36.7450833Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-06T20:44:36.7456630Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-06T20:44:36.7462475Z copying build\lib.win-amd64-cpython-39\torchgen\gen_executorch.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-06T20:44:36.7468485Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-06T20:44:36.7474307Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-06T20:44:36.7480051Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-06T20:44:36.7485725Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-06T20:44:36.7490882Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-06T20:44:36.7497874Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-06T20:44:36.7503946Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2024-08-06T20:44:36.7507111Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-08-06T20:44:36.7512603Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-08-06T20:44:36.7517768Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-08-06T20:44:36.7532639Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2024-08-06T20:44:36.7535688Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2024-08-06T20:44:36.7538374Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2024-08-06T20:44:36.7541271Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\native_functions.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2024-08-06T20:44:36.7552670Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\tags.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2024-08-06T20:44:36.7558838Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7561675Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7567131Z 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-08-06T20:44:36.7572551Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7588493Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7593848Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7599906Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7605055Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7610165Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7615174Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\enum_tag.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7620751Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Function.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7625825Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7631251Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7636615Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7642003Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7647211Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7652985Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7658363Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7663450Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7668838Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7682157Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7687411Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operator.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7692380Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7697505Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7703133Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7708199Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7713588Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7719088Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7725548Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7730688Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7742076Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7747622Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7752957Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7757973Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorBody.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7763825Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7769226Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7774328Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7779820Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7784816Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7795815Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-06T20:44:36.7801604Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2024-08-06T20:44:36.7804856Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.7809987Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.7815313Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.7820484Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.7825639Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.7838506Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.7844115Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.7849754Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.7856408Z 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-08-06T20:44:36.7862938Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_python_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.7869609Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_trace_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.7875420Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_factories.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.7880923Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.7887588Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_view_funcs.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.7893487Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.7899428Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.7905499Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2024-08-06T20:44:36.7908608Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-06T20:44:36.7913779Z 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-08-06T20:44:36.7918673Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-06T20:44:36.7930329Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-06T20:44:36.7935455Z 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-08-06T20:44:36.7940405Z 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-08-06T20:44:36.7945747Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-06T20:44:36.7951146Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-06T20:44:36.7956303Z 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-08-06T20:44:36.7961565Z 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-08-06T20:44:36.7966996Z 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-08-06T20:44:36.7972243Z 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-08-06T20:44:36.7977579Z 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-08-06T20:44:36.7982595Z 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-08-06T20:44:36.7988644Z 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-08-06T20:44:36.7994384Z 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-08-06T20:44:36.7999803Z 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-08-06T20:44:36.8011387Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\TraceType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-06T20:44:36.8016724Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-06T20:44:36.8022090Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-06T20:44:36.8027671Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\variable_factories.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-06T20:44:36.8032994Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-06T20:44:36.8038099Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-06T20:44:36.8043615Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-06T20:44:36.8049083Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2024-08-06T20:44:36.8052329Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-08-06T20:44:36.8057832Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-08-06T20:44:36.8063190Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-08-06T20:44:36.8067890Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2024-08-06T20:44:36.8070711Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-08-06T20:44:36.8076009Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-08-06T20:44:36.8082007Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\gen_static_runtime_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-08-06T20:44:36.8095250Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-08-06T20:44:36.8099679Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-06T20:44:36.8105234Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-06T20:44:36.8110903Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-06T20:44:36.8121802Z running install_egg_info 2024-08-06T20:44:36.8300859Z running egg_info 2024-08-06T20:44:36.8301577Z creating torch.egg-info 2024-08-06T20:44:36.8379925Z writing torch.egg-info\PKG-INFO 2024-08-06T20:44:36.8428200Z writing dependency_links to torch.egg-info\dependency_links.txt 2024-08-06T20:44:36.8432762Z writing entry points to torch.egg-info\entry_points.txt 2024-08-06T20:44:36.8449788Z writing requirements to torch.egg-info\requires.txt 2024-08-06T20:44:36.8453597Z writing top-level names to torch.egg-info\top_level.txt 2024-08-06T20:44:36.8456639Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-08-06T20:44:37.6809263Z reading manifest file 'torch.egg-info\SOURCES.txt' 2024-08-06T20:44:37.6815016Z reading manifest template 'MANIFEST.in' 2024-08-06T20:45:05.7473655Z warning: no files found matching '*.*' under directory 'modules' 2024-08-06T20:45:05.9258087Z warning: no previously-included files matching '*.o' found anywhere in distribution 2024-08-06T20:45:06.0583842Z warning: no previously-included files matching '*.so' found anywhere in distribution 2024-08-06T20:45:06.1901442Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2024-08-06T20:45:06.3267124Z warning: no previously-included files matching '*.a' found anywhere in distribution 2024-08-06T20:45:06.6994945Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2024-08-06T20:45:06.6995635Z adding license file 'LICENSE' 2024-08-06T20:45:06.6995911Z adding license file 'NOTICE' 2024-08-06T20:45:12.5930444Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-08-06T20:45:12.6387675Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.5.0a0+gitb9d86fa-py3.9.egg-info 2024-08-06T20:45:12.6485466Z running install_scripts 2024-08-06T20:45:12.6654110Z 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-08-06T20:45:12.6654932Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2024-08-06T20:45:12.6758619Z creating build\bdist.win-amd64\wheel\torch-2.5.0a0+gitb9d86fa.dist-info\WHEEL 2024-08-06T20:45:12.6864787Z creating 'dist\torch-2.5.0a0+gitb9d86fa-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2024-08-06T20:45:12.7549269Z adding 'functorch/_C.cp39-win_amd64.pyd' 2024-08-06T20:45:12.7627679Z adding 'functorch/__init__.py' 2024-08-06T20:45:12.7631119Z adding 'functorch/_src/__init__.py' 2024-08-06T20:45:12.7634828Z adding 'functorch/_src/aot_autograd/__init__.py' 2024-08-06T20:45:12.7638716Z adding 'functorch/_src/eager_transforms/__init__.py' 2024-08-06T20:45:12.7642226Z adding 'functorch/_src/make_functional/__init__.py' 2024-08-06T20:45:12.7646047Z adding 'functorch/_src/vmap/__init__.py' 2024-08-06T20:45:12.7649862Z adding 'functorch/compile/__init__.py' 2024-08-06T20:45:12.7654730Z adding 'functorch/dim/__init__.py' 2024-08-06T20:45:12.7657918Z adding 'functorch/dim/batch_tensor.py' 2024-08-06T20:45:12.7661443Z adding 'functorch/dim/delayed_mul_tensor.py' 2024-08-06T20:45:12.7665150Z adding 'functorch/dim/dim.py' 2024-08-06T20:45:12.7668554Z adding 'functorch/dim/magic_trace.py' 2024-08-06T20:45:12.7672848Z adding 'functorch/dim/op_properties.py' 2024-08-06T20:45:12.7682734Z adding 'functorch/dim/reference.py' 2024-08-06T20:45:12.7686317Z adding 'functorch/dim/tree_map.py' 2024-08-06T20:45:12.7689975Z adding 'functorch/dim/wrap_type.py' 2024-08-06T20:45:12.7693204Z adding 'functorch/einops/__init__.py' 2024-08-06T20:45:12.7699003Z adding 'functorch/einops/_parsing.py' 2024-08-06T20:45:12.7704230Z adding 'functorch/einops/rearrange.py' 2024-08-06T20:45:12.7708246Z adding 'functorch/experimental/__init__.py' 2024-08-06T20:45:12.7711053Z adding 'functorch/experimental/control_flow.py' 2024-08-06T20:45:12.7713735Z adding 'functorch/experimental/ops.py' 2024-08-06T20:45:12.7722477Z adding 'torch/_C.cp39-win_amd64.pyd' 2024-08-06T20:45:12.7725803Z adding 'torch/_VF.py' 2024-08-06T20:45:12.7942968Z adding 'torch/_VF.pyi' 2024-08-06T20:45:12.7972392Z adding 'torch/__config__.py' 2024-08-06T20:45:12.7975777Z adding 'torch/__future__.py' 2024-08-06T20:45:12.8010923Z adding 'torch/__init__.py' 2024-08-06T20:45:12.8021026Z adding 'torch/_appdirs.py' 2024-08-06T20:45:12.8025098Z adding 'torch/_classes.py' 2024-08-06T20:45:12.8028398Z adding 'torch/_compile.py' 2024-08-06T20:45:12.8034160Z adding 'torch/_custom_ops.py' 2024-08-06T20:45:12.8039129Z adding 'torch/_deploy.py' 2024-08-06T20:45:12.8050548Z adding 'torch/_guards.py' 2024-08-06T20:45:12.8073507Z adding 'torch/_jit_internal.py' 2024-08-06T20:45:12.8078843Z adding 'torch/_linalg_utils.py' 2024-08-06T20:45:12.8094942Z adding 'torch/_lobpcg.py' 2024-08-06T20:45:12.8101240Z adding 'torch/_lowrank.py' 2024-08-06T20:45:12.8163397Z adding 'torch/_meta_registrations.py' 2024-08-06T20:45:12.8171970Z adding 'torch/_namedtensor_internals.py' 2024-08-06T20:45:12.8193277Z adding 'torch/_ops.py' 2024-08-06T20:45:12.8199021Z adding 'torch/_python_dispatcher.py' 2024-08-06T20:45:12.8202159Z adding 'torch/_size_docs.py' 2024-08-06T20:45:12.8206313Z adding 'torch/_sources.py' 2024-08-06T20:45:12.8210260Z adding 'torch/_storage_docs.py' 2024-08-06T20:45:12.8212751Z adding 'torch/_streambase.py' 2024-08-06T20:45:12.8233656Z adding 'torch/_tensor.py' 2024-08-06T20:45:12.8277782Z adding 'torch/_tensor_docs.py' 2024-08-06T20:45:12.8290751Z adding 'torch/_tensor_str.py' 2024-08-06T20:45:12.8424649Z adding 'torch/_torch_docs.py' 2024-08-06T20:45:12.8449371Z adding 'torch/_utils.py' 2024-08-06T20:45:12.8454910Z adding 'torch/_utils_internal.py' 2024-08-06T20:45:12.8460236Z adding 'torch/_vmap_internals.py' 2024-08-06T20:45:12.8466673Z adding 'torch/_weights_only_unpickler.py' 2024-08-06T20:45:12.8497609Z adding 'torch/functional.py' 2024-08-06T20:45:12.8511875Z adding 'torch/hub.py' 2024-08-06T20:45:12.8530542Z adding 'torch/library.py' 2024-08-06T20:45:12.8557921Z adding 'torch/overrides.py' 2024-08-06T20:45:12.8563129Z adding 'torch/py.typed' 2024-08-06T20:45:12.8567676Z adding 'torch/quasirandom.py' 2024-08-06T20:45:12.8572412Z adding 'torch/random.py' 2024-08-06T20:45:12.8575804Z adding 'torch/return_types.py' 2024-08-06T20:45:12.8580048Z adding 'torch/return_types.pyi' 2024-08-06T20:45:12.8605253Z adding 'torch/serialization.py' 2024-08-06T20:45:12.8621706Z adding 'torch/storage.py' 2024-08-06T20:45:12.8626528Z adding 'torch/torch_version.py' 2024-08-06T20:45:12.8630252Z adding 'torch/types.py' 2024-08-06T20:45:12.8633219Z adding 'torch/version.py' 2024-08-06T20:45:12.8852563Z adding 'torch/_C/_VariableFunctions.pyi' 2024-08-06T20:45:12.8965377Z adding 'torch/_C/__init__.pyi' 2024-08-06T20:45:12.8978133Z adding 'torch/_C/_aoti.pyi' 2024-08-06T20:45:12.8981394Z adding 'torch/_C/_autograd.pyi' 2024-08-06T20:45:12.8984510Z adding 'torch/_C/_cpu.pyi' 2024-08-06T20:45:12.8987397Z adding 'torch/_C/_cudnn.pyi' 2024-08-06T20:45:12.8990585Z adding 'torch/_C/_distributed_autograd.pyi' 2024-08-06T20:45:12.8997566Z adding 'torch/_C/_distributed_c10d.pyi' 2024-08-06T20:45:12.9002224Z adding 'torch/_C/_distributed_rpc.pyi' 2024-08-06T20:45:12.9005991Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2024-08-06T20:45:12.9008549Z adding 'torch/_C/_functions.pyi' 2024-08-06T20:45:12.9012068Z adding 'torch/_C/_functorch.pyi' 2024-08-06T20:45:12.9014918Z adding 'torch/_C/_itt.pyi' 2024-08-06T20:45:12.9017987Z adding 'torch/_C/_lazy.pyi' 2024-08-06T20:45:12.9020728Z adding 'torch/_C/_lazy_ts_backend.pyi' 2024-08-06T20:45:12.9023854Z adding 'torch/_C/_monitor.pyi' 2024-08-06T20:45:12.9027403Z adding 'torch/_C/_nn.pyi' 2024-08-06T20:45:12.9030363Z adding 'torch/_C/_nvtx.pyi' 2024-08-06T20:45:12.9033297Z adding 'torch/_C/_onnx.pyi' 2024-08-06T20:45:12.9037950Z adding 'torch/_C/_profiler.pyi' 2024-08-06T20:45:12.9040622Z adding 'torch/_C/_verbose.pyi' 2024-08-06T20:45:12.9044548Z adding 'torch/_awaits/__init__.py' 2024-08-06T20:45:12.9048068Z adding 'torch/_custom_op/__init__.py' 2024-08-06T20:45:12.9053714Z adding 'torch/_custom_op/autograd.py' 2024-08-06T20:45:12.9058711Z adding 'torch/_custom_op/functional.py' 2024-08-06T20:45:12.9068294Z adding 'torch/_custom_op/impl.py' 2024-08-06T20:45:12.9076251Z adding 'torch/_decomp/__init__.py' 2024-08-06T20:45:12.9136300Z adding 'torch/_decomp/decompositions.py' 2024-08-06T20:45:12.9145787Z adding 'torch/_decomp/decompositions_for_jvp.py' 2024-08-06T20:45:12.9151106Z adding 'torch/_decomp/decompositions_for_rng.py' 2024-08-06T20:45:12.9154887Z adding 'torch/_dispatch/__init__.py' 2024-08-06T20:45:12.9159771Z adding 'torch/_dispatch/python.py' 2024-08-06T20:45:12.9164813Z adding 'torch/_dynamo/__init__.py' 2024-08-06T20:45:12.9169016Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2024-08-06T20:45:12.9174005Z adding 'torch/_dynamo/bytecode_analysis.py' 2024-08-06T20:45:12.9193477Z adding 'torch/_dynamo/bytecode_transformation.py' 2024-08-06T20:45:12.9199828Z adding 'torch/_dynamo/cache_size.py' 2024-08-06T20:45:12.9203320Z adding 'torch/_dynamo/callback.py' 2024-08-06T20:45:12.9206413Z adding 'torch/_dynamo/code_context.py' 2024-08-06T20:45:12.9213513Z adding 'torch/_dynamo/codegen.py' 2024-08-06T20:45:12.9220311Z adding 'torch/_dynamo/compiled_autograd.py' 2024-08-06T20:45:12.9226862Z adding 'torch/_dynamo/comptime.py' 2024-08-06T20:45:12.9237242Z adding 'torch/_dynamo/config.py' 2024-08-06T20:45:12.9253342Z adding 'torch/_dynamo/convert_frame.py' 2024-08-06T20:45:12.9257937Z adding 'torch/_dynamo/create_parameter_op.py' 2024-08-06T20:45:12.9261123Z adding 'torch/_dynamo/current_scope_id.py' 2024-08-06T20:45:12.9272143Z adding 'torch/_dynamo/debug_utils.py' 2024-08-06T20:45:12.9279009Z adding 'torch/_dynamo/decorators.py' 2024-08-06T20:45:12.9284376Z adding 'torch/_dynamo/device_interface.py' 2024-08-06T20:45:12.9287996Z adding 'torch/_dynamo/distributed.py' 2024-08-06T20:45:12.9312752Z adding 'torch/_dynamo/eval_frame.py' 2024-08-06T20:45:12.9321155Z adding 'torch/_dynamo/exc.py' 2024-08-06T20:45:12.9325556Z adding 'torch/_dynamo/external_utils.py' 2024-08-06T20:45:12.9329177Z adding 'torch/_dynamo/funcname_cache.py' 2024-08-06T20:45:12.9368225Z adding 'torch/_dynamo/guards.py' 2024-08-06T20:45:12.9373633Z adding 'torch/_dynamo/hooks.py' 2024-08-06T20:45:12.9376962Z adding 'torch/_dynamo/logging.py' 2024-08-06T20:45:12.9381038Z adding 'torch/_dynamo/mutation_guard.py' 2024-08-06T20:45:12.9415203Z adding 'torch/_dynamo/output_graph.py' 2024-08-06T20:45:12.9420882Z adding 'torch/_dynamo/polyfill.py' 2024-08-06T20:45:12.9424984Z adding 'torch/_dynamo/profiler.py' 2024-08-06T20:45:12.9428762Z adding 'torch/_dynamo/replay_record.py' 2024-08-06T20:45:12.9438737Z adding 'torch/_dynamo/resume_execution.py' 2024-08-06T20:45:12.9449412Z adding 'torch/_dynamo/side_effects.py' 2024-08-06T20:45:12.9457526Z adding 'torch/_dynamo/source.py' 2024-08-06T20:45:12.9502656Z adding 'torch/_dynamo/symbolic_convert.py' 2024-08-06T20:45:12.9509105Z adding 'torch/_dynamo/tensor_version_op.py' 2024-08-06T20:45:12.9512515Z adding 'torch/_dynamo/test_case.py' 2024-08-06T20:45:12.9518078Z adding 'torch/_dynamo/test_minifier_common.py' 2024-08-06T20:45:12.9524155Z adding 'torch/_dynamo/testing.py' 2024-08-06T20:45:12.9559029Z adding 'torch/_dynamo/trace_rules.py' 2024-08-06T20:45:12.9565347Z adding 'torch/_dynamo/types.py' 2024-08-06T20:45:12.9601726Z adding 'torch/_dynamo/utils.py' 2024-08-06T20:45:12.9608010Z adding 'torch/_dynamo/backends/__init__.py' 2024-08-06T20:45:12.9611592Z adding 'torch/_dynamo/backends/common.py' 2024-08-06T20:45:12.9616618Z adding 'torch/_dynamo/backends/cudagraphs.py' 2024-08-06T20:45:12.9622217Z adding 'torch/_dynamo/backends/debugging.py' 2024-08-06T20:45:12.9633023Z adding 'torch/_dynamo/backends/distributed.py' 2024-08-06T20:45:12.9636774Z adding 'torch/_dynamo/backends/inductor.py' 2024-08-06T20:45:12.9640044Z adding 'torch/_dynamo/backends/onnxrt.py' 2024-08-06T20:45:12.9643817Z adding 'torch/_dynamo/backends/registry.py' 2024-08-06T20:45:12.9646830Z adding 'torch/_dynamo/backends/tensorrt.py' 2024-08-06T20:45:12.9649931Z adding 'torch/_dynamo/backends/torchxla.py' 2024-08-06T20:45:12.9654405Z adding 'torch/_dynamo/backends/tvm.py' 2024-08-06T20:45:12.9658146Z adding 'torch/_dynamo/repro/__init__.py' 2024-08-06T20:45:12.9670190Z adding 'torch/_dynamo/repro/after_aot.py' 2024-08-06T20:45:12.9678669Z adding 'torch/_dynamo/repro/after_dynamo.py' 2024-08-06T20:45:12.9683951Z adding 'torch/_dynamo/variables/__init__.py' 2024-08-06T20:45:12.9689698Z adding 'torch/_dynamo/variables/base.py' 2024-08-06T20:45:12.9729230Z adding 'torch/_dynamo/variables/builder.py' 2024-08-06T20:45:12.9756060Z adding 'torch/_dynamo/variables/builtin.py' 2024-08-06T20:45:12.9762959Z adding 'torch/_dynamo/variables/constant.py' 2024-08-06T20:45:12.9773925Z adding 'torch/_dynamo/variables/ctx_manager.py' 2024-08-06T20:45:12.9786317Z adding 'torch/_dynamo/variables/dicts.py' 2024-08-06T20:45:12.9793063Z adding 'torch/_dynamo/variables/distributed.py' 2024-08-06T20:45:12.9806653Z adding 'torch/_dynamo/variables/functions.py' 2024-08-06T20:45:12.9831643Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2024-08-06T20:45:12.9838613Z adding 'torch/_dynamo/variables/iter.py' 2024-08-06T20:45:12.9843174Z adding 'torch/_dynamo/variables/lazy.py' 2024-08-06T20:45:12.9853643Z adding 'torch/_dynamo/variables/lists.py' 2024-08-06T20:45:12.9870804Z adding 'torch/_dynamo/variables/misc.py' 2024-08-06T20:45:12.9888386Z adding 'torch/_dynamo/variables/nn_module.py' 2024-08-06T20:45:12.9896587Z adding 'torch/_dynamo/variables/optimizer.py' 2024-08-06T20:45:12.9900105Z adding 'torch/_dynamo/variables/script_object.py' 2024-08-06T20:45:12.9903928Z adding 'torch/_dynamo/variables/sdpa.py' 2024-08-06T20:45:12.9921831Z adding 'torch/_dynamo/variables/tensor.py' 2024-08-06T20:45:12.9937606Z adding 'torch/_dynamo/variables/torch.py' 2024-08-06T20:45:12.9944212Z adding 'torch/_dynamo/variables/torch_function.py' 2024-08-06T20:45:12.9959864Z adding 'torch/_dynamo/variables/user_defined.py' 2024-08-06T20:45:12.9967650Z adding 'torch/_export/__init__.py' 2024-08-06T20:45:12.9988170Z adding 'torch/_export/converter.py' 2024-08-06T20:45:12.9992904Z adding 'torch/_export/error.py' 2024-08-06T20:45:13.0001138Z adding 'torch/_export/non_strict_utils.py' 2024-08-06T20:45:13.0008253Z adding 'torch/_export/pass_base.py' 2024-08-06T20:45:13.0013067Z adding 'torch/_export/tools.py' 2024-08-06T20:45:13.0022328Z adding 'torch/_export/utils.py' 2024-08-06T20:45:13.0029554Z adding 'torch/_export/verifier.py' 2024-08-06T20:45:13.0034064Z adding 'torch/_export/wrappers.py' 2024-08-06T20:45:13.0038057Z adding 'torch/_export/db/__init__.py' 2024-08-06T20:45:13.0042314Z adding 'torch/_export/db/case.py' 2024-08-06T20:45:13.0046128Z adding 'torch/_export/db/gen_example.py' 2024-08-06T20:45:13.0048809Z adding 'torch/_export/db/logging.py' 2024-08-06T20:45:13.0053963Z adding 'torch/_export/db/examples/__init__.py' 2024-08-06T20:45:13.0057319Z adding 'torch/_export/db/examples/assume_constant_result.py' 2024-08-06T20:45:13.0060706Z adding 'torch/_export/db/examples/autograd_function.py' 2024-08-06T20:45:13.0063537Z adding 'torch/_export/db/examples/class_method.py' 2024-08-06T20:45:13.0066780Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2024-08-06T20:45:13.0070190Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2024-08-06T20:45:13.0073690Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2024-08-06T20:45:13.0077266Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2024-08-06T20:45:13.0080148Z adding 'torch/_export/db/examples/cond_operands.py' 2024-08-06T20:45:13.0083634Z adding 'torch/_export/db/examples/cond_predicate.py' 2024-08-06T20:45:13.0086606Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2024-08-06T20:45:13.0089675Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2024-08-06T20:45:13.0092667Z adding 'torch/_export/db/examples/decorator.py' 2024-08-06T20:45:13.0095555Z adding 'torch/_export/db/examples/dictionary.py' 2024-08-06T20:45:13.0098705Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2024-08-06T20:45:13.0101663Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2024-08-06T20:45:13.0104676Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2024-08-06T20:45:13.0107898Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2024-08-06T20:45:13.0110676Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2024-08-06T20:45:13.0113789Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2024-08-06T20:45:13.0116914Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2024-08-06T20:45:13.0120067Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2024-08-06T20:45:13.0122917Z adding 'torch/_export/db/examples/list_contains.py' 2024-08-06T20:45:13.0125915Z adding 'torch/_export/db/examples/list_unpack.py' 2024-08-06T20:45:13.0129080Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2024-08-06T20:45:13.0132060Z adding 'torch/_export/db/examples/nested_function.py' 2024-08-06T20:45:13.0134924Z adding 'torch/_export/db/examples/null_context_manager.py' 2024-08-06T20:45:13.0137886Z adding 'torch/_export/db/examples/optional_input.py' 2024-08-06T20:45:13.0164433Z adding 'torch/_export/db/examples/pytree_flatten.py' 2024-08-06T20:45:13.0167376Z adding 'torch/_export/db/examples/scalar_output.py' 2024-08-06T20:45:13.0170504Z adding 'torch/_export/db/examples/specialized_attribute.py' 2024-08-06T20:45:13.0173486Z adding 'torch/_export/db/examples/static_for_loop.py' 2024-08-06T20:45:13.0176405Z adding 'torch/_export/db/examples/static_if.py' 2024-08-06T20:45:13.0179354Z adding 'torch/_export/db/examples/tensor_setattr.py' 2024-08-06T20:45:13.0182366Z adding 'torch/_export/db/examples/type_reflection_method.py' 2024-08-06T20:45:13.0185345Z adding 'torch/_export/db/examples/unsupported_operator.py' 2024-08-06T20:45:13.0188249Z adding 'torch/_export/db/examples/user_input_mutation.py' 2024-08-06T20:45:13.0191753Z adding 'torch/_export/pass_infra/__init__.py' 2024-08-06T20:45:13.0195110Z adding 'torch/_export/pass_infra/node_metadata.py' 2024-08-06T20:45:13.0198091Z adding 'torch/_export/pass_infra/proxy_value.py' 2024-08-06T20:45:13.0201960Z adding 'torch/_export/passes/__init__.py' 2024-08-06T20:45:13.0205491Z adding 'torch/_export/passes/_node_metadata_hook.py' 2024-08-06T20:45:13.0210703Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2024-08-06T20:45:13.0214578Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2024-08-06T20:45:13.0220253Z adding 'torch/_export/passes/constant_folding.py' 2024-08-06T20:45:13.0224273Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2024-08-06T20:45:13.0230104Z adding 'torch/_export/passes/lift_constants_pass.py' 2024-08-06T20:45:13.0233670Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2024-08-06T20:45:13.0238569Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2024-08-06T20:45:13.0242837Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2024-08-06T20:45:13.0246498Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2024-08-06T20:45:13.0250267Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2024-08-06T20:45:13.0253906Z adding 'torch/_export/serde/__init__.py' 2024-08-06T20:45:13.0256762Z adding 'torch/_export/serde/aoti_schema.py' 2024-08-06T20:45:13.0261895Z adding 'torch/_export/serde/schema.py' 2024-08-06T20:45:13.0266236Z adding 'torch/_export/serde/schema.yaml' 2024-08-06T20:45:13.0271389Z adding 'torch/_export/serde/schema_check.py' 2024-08-06T20:45:13.0309391Z adding 'torch/_export/serde/serialize.py' 2024-08-06T20:45:13.0315674Z adding 'torch/_export/serde/union.py' 2024-08-06T20:45:13.0319956Z adding 'torch/_functorch/__init__.py' 2024-08-06T20:45:13.0345251Z adding 'torch/_functorch/aot_autograd.py' 2024-08-06T20:45:13.0354345Z adding 'torch/_functorch/apis.py' 2024-08-06T20:45:13.0365316Z adding 'torch/_functorch/autograd_function.py' 2024-08-06T20:45:13.0369242Z adding 'torch/_functorch/batch_norm_replacement.py' 2024-08-06T20:45:13.0373721Z adding 'torch/_functorch/benchmark_utils.py' 2024-08-06T20:45:13.0378024Z adding 'torch/_functorch/compile_utils.py' 2024-08-06T20:45:13.0384620Z adding 'torch/_functorch/compilers.py' 2024-08-06T20:45:13.0390827Z adding 'torch/_functorch/config.py' 2024-08-06T20:45:13.0395197Z adding 'torch/_functorch/deprecated.py' 2024-08-06T20:45:13.0420514Z adding 'torch/_functorch/eager_transforms.py' 2024-08-06T20:45:13.0427824Z adding 'torch/_functorch/functional_call.py' 2024-08-06T20:45:13.0435599Z adding 'torch/_functorch/fx_minifier.py' 2024-08-06T20:45:13.0444218Z adding 'torch/_functorch/make_functional.py' 2024-08-06T20:45:13.0471272Z adding 'torch/_functorch/partitioners.py' 2024-08-06T20:45:13.0478261Z adding 'torch/_functorch/pyfunctorch.py' 2024-08-06T20:45:13.0481951Z adding 'torch/_functorch/python_key.py' 2024-08-06T20:45:13.0485675Z adding 'torch/_functorch/pytree_hacks.py' 2024-08-06T20:45:13.0493384Z adding 'torch/_functorch/top_operators_github_usage.py' 2024-08-06T20:45:13.0497185Z adding 'torch/_functorch/utils.py' 2024-08-06T20:45:13.0505359Z adding 'torch/_functorch/vmap.py' 2024-08-06T20:45:13.0509816Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2024-08-06T20:45:13.0518956Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2024-08-06T20:45:13.0534057Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2024-08-06T20:45:13.0540775Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2024-08-06T20:45:13.0549661Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2024-08-06T20:45:13.0559363Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2024-08-06T20:45:13.0570899Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2024-08-06T20:45:13.0576179Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2024-08-06T20:45:13.0610391Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2024-08-06T20:45:13.0627549Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2024-08-06T20:45:13.0634629Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2024-08-06T20:45:13.0650597Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2024-08-06T20:45:13.0657622Z adding 'torch/_functorch/_aot_autograd/utils.py' 2024-08-06T20:45:13.0661802Z adding 'torch/_higher_order_ops/__init__.py' 2024-08-06T20:45:13.0666660Z adding 'torch/_higher_order_ops/associative_scan.py' 2024-08-06T20:45:13.0672660Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2024-08-06T20:45:13.0681065Z adding 'torch/_higher_order_ops/cond.py' 2024-08-06T20:45:13.0686740Z adding 'torch/_higher_order_ops/effects.py' 2024-08-06T20:45:13.0696429Z adding 'torch/_higher_order_ops/flex_attention.py' 2024-08-06T20:45:13.0702265Z adding 'torch/_higher_order_ops/map.py' 2024-08-06T20:45:13.0706806Z adding 'torch/_higher_order_ops/out_dtype.py' 2024-08-06T20:45:13.0710280Z adding 'torch/_higher_order_ops/run_const_graph.py' 2024-08-06T20:45:13.0713863Z adding 'torch/_higher_order_ops/strict_mode.py' 2024-08-06T20:45:13.0718239Z adding 'torch/_higher_order_ops/torchbind.py' 2024-08-06T20:45:13.0732466Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2024-08-06T20:45:13.0739898Z adding 'torch/_higher_order_ops/utils.py' 2024-08-06T20:45:13.0745516Z adding 'torch/_higher_order_ops/while_loop.py' 2024-08-06T20:45:13.0750868Z adding 'torch/_higher_order_ops/wrap.py' 2024-08-06T20:45:13.0756964Z adding 'torch/_inductor/__init__.py' 2024-08-06T20:45:13.0762226Z adding 'torch/_inductor/aoti_eager.py' 2024-08-06T20:45:13.0767454Z adding 'torch/_inductor/async_compile.py' 2024-08-06T20:45:13.0777542Z adding 'torch/_inductor/autotune_process.py' 2024-08-06T20:45:13.0782545Z adding 'torch/_inductor/bounds.py' 2024-08-06T20:45:13.0830783Z adding 'torch/_inductor/codecache.py' 2024-08-06T20:45:13.0839043Z adding 'torch/_inductor/comm_analysis.py' 2024-08-06T20:45:13.0848029Z adding 'torch/_inductor/comms.py' 2024-08-06T20:45:13.0870098Z adding 'torch/_inductor/compile_fx.py' 2024-08-06T20:45:13.0892417Z adding 'torch/_inductor/config.py' 2024-08-06T20:45:13.0900108Z adding 'torch/_inductor/constant_folding.py' 2024-08-06T20:45:13.0918088Z adding 'torch/_inductor/cpp_builder.py' 2024-08-06T20:45:13.0925065Z adding 'torch/_inductor/cpu_vec_isa.py' 2024-08-06T20:45:13.0963404Z adding 'torch/_inductor/cudagraph_trees.py' 2024-08-06T20:45:13.0971500Z adding 'torch/_inductor/cudagraph_utils.py' 2024-08-06T20:45:13.0980641Z adding 'torch/_inductor/debug.py' 2024-08-06T20:45:13.0992749Z adding 'torch/_inductor/decomposition.py' 2024-08-06T20:45:13.1002135Z adding 'torch/_inductor/dependencies.py' 2024-08-06T20:45:13.1006329Z adding 'torch/_inductor/exc.py' 2024-08-06T20:45:13.1009525Z adding 'torch/_inductor/extern_node_serializer.py' 2024-08-06T20:45:13.1014869Z adding 'torch/_inductor/freezing.py' 2024-08-06T20:45:13.1020504Z adding 'torch/_inductor/fx_utils.py' 2024-08-06T20:45:13.1049970Z adding 'torch/_inductor/graph.py' 2024-08-06T20:45:13.1054751Z adding 'torch/_inductor/hooks.py' 2024-08-06T20:45:13.1060830Z adding 'torch/_inductor/index_propagation.py' 2024-08-06T20:45:13.1065431Z adding 'torch/_inductor/inductor_prims.py' 2024-08-06T20:45:13.1147358Z adding 'torch/_inductor/ir.py' 2024-08-06T20:45:13.1158227Z adding 'torch/_inductor/jagged_lowerings.py' 2024-08-06T20:45:13.1226748Z adding 'torch/_inductor/lowering.py' 2024-08-06T20:45:13.1237427Z adding 'torch/_inductor/metrics.py' 2024-08-06T20:45:13.1249841Z adding 'torch/_inductor/mkldnn_ir.py' 2024-08-06T20:45:13.1261586Z adding 'torch/_inductor/mkldnn_lowerings.py' 2024-08-06T20:45:13.1272963Z adding 'torch/_inductor/ops_handler.py' 2024-08-06T20:45:13.1277686Z adding 'torch/_inductor/optimize_indexing.py' 2024-08-06T20:45:13.1303085Z adding 'torch/_inductor/pattern_matcher.py' 2024-08-06T20:45:13.1307703Z adding 'torch/_inductor/quantized_lowerings.py' 2024-08-06T20:45:13.1310776Z adding 'torch/_inductor/remote_cache.py' 2024-08-06T20:45:13.1354322Z adding 'torch/_inductor/scheduler.py' 2024-08-06T20:45:13.1378582Z adding 'torch/_inductor/select_algorithm.py' 2024-08-06T20:45:13.1392252Z adding 'torch/_inductor/sizevars.py' 2024-08-06T20:45:13.1397331Z adding 'torch/_inductor/subgraph_lowering.py' 2024-08-06T20:45:13.1400585Z adding 'torch/_inductor/test_case.py' 2024-08-06T20:45:13.1403741Z adding 'torch/_inductor/test_operators.py' 2024-08-06T20:45:13.1427228Z adding 'torch/_inductor/utils.py' 2024-08-06T20:45:13.1434575Z adding 'torch/_inductor/virtualized.py' 2024-08-06T20:45:13.1440558Z adding 'torch/_inductor/wrapper_benchmark.py' 2024-08-06T20:45:13.1444627Z adding 'torch/_inductor/autoheuristic/__init__.py' 2024-08-06T20:45:13.1450285Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2024-08-06T20:45:13.1455728Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2024-08-06T20:45:13.1459980Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2024-08-06T20:45:13.1463597Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2024-08-06T20:45:13.1468664Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2024-08-06T20:45:13.1472464Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2024-08-06T20:45:13.1475603Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2024-08-06T20:45:13.1480049Z adding 'torch/_inductor/codegen/__init__.py' 2024-08-06T20:45:13.1482891Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2024-08-06T20:45:13.1486697Z adding 'torch/_inductor/codegen/codegen_device_driver.py' 2024-08-06T20:45:13.1510196Z adding 'torch/_inductor/codegen/common.py' 2024-08-06T20:45:13.1566953Z adding 'torch/_inductor/codegen/cpp.py' 2024-08-06T20:45:13.1582837Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2024-08-06T20:45:13.1592043Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2024-08-06T20:45:13.1601429Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2024-08-06T20:45:13.1605788Z adding 'torch/_inductor/codegen/cpp_template.py' 2024-08-06T20:45:13.1612633Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2024-08-06T20:45:13.1622145Z adding 'torch/_inductor/codegen/cpp_utils.py' 2024-08-06T20:45:13.1656156Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2024-08-06T20:45:13.1664579Z adding 'torch/_inductor/codegen/cpp_wrapper_cuda.py' 2024-08-06T20:45:13.1668614Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2024-08-06T20:45:13.1689983Z adding 'torch/_inductor/codegen/halide.py' 2024-08-06T20:45:13.1701103Z adding 'torch/_inductor/codegen/memory_planning.py' 2024-08-06T20:45:13.1708324Z adding 'torch/_inductor/codegen/multi_kernel.py' 2024-08-06T20:45:13.1735111Z adding 'torch/_inductor/codegen/simd.py' 2024-08-06T20:45:13.1775990Z adding 'torch/_inductor/codegen/triton.py' 2024-08-06T20:45:13.1790871Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2024-08-06T20:45:13.1796262Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2024-08-06T20:45:13.1800497Z adding 'torch/_inductor/codegen/triton_utils.py' 2024-08-06T20:45:13.1828500Z adding 'torch/_inductor/codegen/wrapper.py' 2024-08-06T20:45:13.1834686Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2024-08-06T20:45:13.1839931Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2024-08-06T20:45:13.1843922Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2024-08-06T20:45:13.1847778Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2024-08-06T20:45:13.1851013Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2024-08-06T20:45:13.1857025Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2024-08-06T20:45:13.1862241Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2024-08-06T20:45:13.1868150Z adding 'torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py' 2024-08-06T20:45:13.1874173Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2024-08-06T20:45:13.1877689Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2024-08-06T20:45:13.1891934Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2024-08-06T20:45:13.1896623Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2024-08-06T20:45:13.1901302Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2024-08-06T20:45:13.1905125Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2024-08-06T20:45:13.1908575Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2024-08-06T20:45:13.1915097Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2024-08-06T20:45:13.1919355Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2024-08-06T20:45:13.1923369Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2024-08-06T20:45:13.1927289Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2024-08-06T20:45:13.1932697Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2024-08-06T20:45:13.1937223Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2024-08-06T20:45:13.1940502Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2024-08-06T20:45:13.1943977Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2024-08-06T20:45:13.1946943Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2024-08-06T20:45:13.1950409Z adding 'torch/_inductor/compile_worker/__init__.py' 2024-08-06T20:45:13.1953454Z adding 'torch/_inductor/compile_worker/__main__.py' 2024-08-06T20:45:13.1959150Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2024-08-06T20:45:13.1962552Z adding 'torch/_inductor/compile_worker/watchdog.py' 2024-08-06T20:45:13.1966669Z adding 'torch/_inductor/fx_passes/__init__.py' 2024-08-06T20:45:13.1974517Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2024-08-06T20:45:13.1980321Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2024-08-06T20:45:13.1989244Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2024-08-06T20:45:13.1994476Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2024-08-06T20:45:13.1997451Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2024-08-06T20:45:13.2003093Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2024-08-06T20:45:13.2007886Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2024-08-06T20:45:13.2017104Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2024-08-06T20:45:13.2031602Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2024-08-06T20:45:13.2041747Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2024-08-06T20:45:13.2052263Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2024-08-06T20:45:13.2057048Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2024-08-06T20:45:13.2070856Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2024-08-06T20:45:13.2076535Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2024-08-06T20:45:13.2086374Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2024-08-06T20:45:13.2102572Z adding 'torch/_inductor/fx_passes/post_grad.py' 2024-08-06T20:45:13.2113376Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2024-08-06T20:45:13.2137600Z adding 'torch/_inductor/fx_passes/quantization.py' 2024-08-06T20:45:13.2149091Z adding 'torch/_inductor/fx_passes/reinplace.py' 2024-08-06T20:45:13.2153595Z adding 'torch/_inductor/fx_passes/replace_random.py' 2024-08-06T20:45:13.2176818Z adding 'torch/_inductor/fx_passes/split_cat.py' 2024-08-06T20:45:13.2183037Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2024-08-06T20:45:13.2187220Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2024-08-06T20:45:13.2192133Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2024-08-06T20:45:13.2196493Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2024-08-06T20:45:13.2201263Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2024-08-06T20:45:13.2205504Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2024-08-06T20:45:13.2209997Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2024-08-06T20:45:13.2215549Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2024-08-06T20:45:13.2221577Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2024-08-06T20:45:13.2227229Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2024-08-06T20:45:13.2233130Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2024-08-06T20:45:13.2238399Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2024-08-06T20:45:13.2243573Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2024-08-06T20:45:13.2247200Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2024-08-06T20:45:13.2251716Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2024-08-06T20:45:13.2256170Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2024-08-06T20:45:13.2260886Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2024-08-06T20:45:13.2265313Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2024-08-06T20:45:13.2269934Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2024-08-06T20:45:13.2274704Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2024-08-06T20:45:13.2278687Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2024-08-06T20:45:13.2281757Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2024-08-06T20:45:13.2285029Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2024-08-06T20:45:13.2289097Z adding 'torch/_inductor/kernel/__init__.py' 2024-08-06T20:45:13.2293268Z adding 'torch/_inductor/kernel/bmm.py' 2024-08-06T20:45:13.2301223Z adding 'torch/_inductor/kernel/conv.py' 2024-08-06T20:45:13.2317341Z adding 'torch/_inductor/kernel/flex_attention.py' 2024-08-06T20:45:13.2325581Z adding 'torch/_inductor/kernel/flex_decoding.py' 2024-08-06T20:45:13.2334292Z adding 'torch/_inductor/kernel/mm.py' 2024-08-06T20:45:13.2340377Z adding 'torch/_inductor/kernel/mm_common.py' 2024-08-06T20:45:13.2345548Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2024-08-06T20:45:13.2350780Z adding 'torch/_inductor/kernel/mm_scaled.py' 2024-08-06T20:45:13.2354736Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2024-08-06T20:45:13.2358518Z adding 'torch/_inductor/package/__init__.py' 2024-08-06T20:45:13.2361507Z adding 'torch/_inductor/package/build_package.py' 2024-08-06T20:45:13.2366235Z adding 'torch/_inductor/package/package.py' 2024-08-06T20:45:13.2369642Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2024-08-06T20:45:13.2373142Z adding 'torch/_inductor/runtime/__init__.py' 2024-08-06T20:45:13.2376511Z adding 'torch/_inductor/runtime/compile_tasks.py' 2024-08-06T20:45:13.2381745Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2024-08-06T20:45:13.2385681Z adding 'torch/_inductor/runtime/halide_helpers.py' 2024-08-06T20:45:13.2390217Z adding 'torch/_inductor/runtime/hints.py' 2024-08-06T20:45:13.2395114Z adding 'torch/_inductor/runtime/runtime_utils.py' 2024-08-06T20:45:13.2402070Z adding 'torch/_inductor/runtime/triton_helpers.py' 2024-08-06T20:45:13.2424241Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2024-08-06T20:45:13.2429969Z adding 'torch/_lazy/__init__.py' 2024-08-06T20:45:13.2434154Z adding 'torch/_lazy/closure.py' 2024-08-06T20:45:13.2437455Z adding 'torch/_lazy/computation.py' 2024-08-06T20:45:13.2440361Z adding 'torch/_lazy/config.py' 2024-08-06T20:45:13.2443334Z adding 'torch/_lazy/debug.py' 2024-08-06T20:45:13.2446716Z adding 'torch/_lazy/device_context.py' 2024-08-06T20:45:13.2451584Z adding 'torch/_lazy/extract_compiled_graph.py' 2024-08-06T20:45:13.2454706Z adding 'torch/_lazy/ir_cache.py' 2024-08-06T20:45:13.2457629Z adding 'torch/_lazy/metrics.py' 2024-08-06T20:45:13.2460777Z adding 'torch/_lazy/tensor_factory_functions.py' 2024-08-06T20:45:13.2463607Z adding 'torch/_lazy/ts_backend.py' 2024-08-06T20:45:13.2467253Z adding 'torch/_library/__init__.py' 2024-08-06T20:45:13.2472053Z adding 'torch/_library/autograd.py' 2024-08-06T20:45:13.2484025Z adding 'torch/_library/custom_ops.py' 2024-08-06T20:45:13.2490706Z adding 'torch/_library/fake_class_registry.py' 2024-08-06T20:45:13.2495752Z adding 'torch/_library/fake_impl.py' 2024-08-06T20:45:13.2501376Z adding 'torch/_library/infer_schema.py' 2024-08-06T20:45:13.2505186Z adding 'torch/_library/simple_registry.py' 2024-08-06T20:45:13.2509898Z adding 'torch/_library/triton.py' 2024-08-06T20:45:13.2515247Z adding 'torch/_library/utils.py' 2024-08-06T20:45:13.2519419Z adding 'torch/_logging/__init__.py' 2024-08-06T20:45:13.2535352Z adding 'torch/_logging/_internal.py' 2024-08-06T20:45:13.2540481Z adding 'torch/_logging/_registrations.py' 2024-08-06T20:45:13.2543877Z adding 'torch/_logging/structured.py' 2024-08-06T20:45:13.2548190Z adding 'torch/_numpy/__init__.py' 2024-08-06T20:45:13.2551444Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2024-08-06T20:45:13.2557507Z adding 'torch/_numpy/_casting_dicts.py' 2024-08-06T20:45:13.2564065Z adding 'torch/_numpy/_dtypes.py' 2024-08-06T20:45:13.2568755Z adding 'torch/_numpy/_dtypes_impl.py' 2024-08-06T20:45:13.2572366Z adding 'torch/_numpy/_funcs.py' 2024-08-06T20:45:13.2593719Z adding 'torch/_numpy/_funcs_impl.py' 2024-08-06T20:45:13.2599442Z adding 'torch/_numpy/_getlimits.py' 2024-08-06T20:45:13.2605226Z adding 'torch/_numpy/_ndarray.py' 2024-08-06T20:45:13.2610436Z adding 'torch/_numpy/_normalizations.py' 2024-08-06T20:45:13.2615912Z adding 'torch/_numpy/_reductions_impl.py' 2024-08-06T20:45:13.2620725Z adding 'torch/_numpy/_ufuncs.py' 2024-08-06T20:45:13.2624150Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2024-08-06T20:45:13.2629081Z adding 'torch/_numpy/_util.py' 2024-08-06T20:45:13.2633159Z adding 'torch/_numpy/fft.py' 2024-08-06T20:45:13.2637325Z adding 'torch/_numpy/linalg.py' 2024-08-06T20:45:13.2641449Z adding 'torch/_numpy/random.py' 2024-08-06T20:45:13.2645297Z adding 'torch/_numpy/testing/__init__.py' 2024-08-06T20:45:13.2671710Z adding 'torch/_numpy/testing/utils.py' 2024-08-06T20:45:13.2700946Z adding 'torch/_prims/__init__.py' 2024-08-06T20:45:13.2707161Z adding 'torch/_prims/context.py' 2024-08-06T20:45:13.2710676Z adding 'torch/_prims/debug_prims.py' 2024-08-06T20:45:13.2714013Z adding 'torch/_prims/executor.py' 2024-08-06T20:45:13.2719061Z adding 'torch/_prims/rng_prims.py' 2024-08-06T20:45:13.2745141Z adding 'torch/_prims_common/__init__.py' 2024-08-06T20:45:13.2754064Z adding 'torch/_prims_common/wrappers.py' 2024-08-06T20:45:13.2826543Z adding 'torch/_refs/__init__.py' 2024-08-06T20:45:13.2835001Z adding 'torch/_refs/_conversions.py' 2024-08-06T20:45:13.2841331Z adding 'torch/_refs/fft.py' 2024-08-06T20:45:13.2847718Z adding 'torch/_refs/linalg/__init__.py' 2024-08-06T20:45:13.2851792Z adding 'torch/_refs/nn/__init__.py' 2024-08-06T20:45:13.2865630Z adding 'torch/_refs/nn/functional/__init__.py' 2024-08-06T20:45:13.2871353Z adding 'torch/_refs/special/__init__.py' 2024-08-06T20:45:13.2875091Z adding 'torch/_strobelight/__init__.py' 2024-08-06T20:45:13.2880424Z adding 'torch/_strobelight/cli_function_profiler.py' 2024-08-06T20:45:13.2885050Z adding 'torch/_strobelight/compile_time_profiler.py' 2024-08-06T20:45:13.2888938Z adding 'torch/_subclasses/__init__.py' 2024-08-06T20:45:13.2893829Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2024-08-06T20:45:13.2907537Z adding 'torch/_subclasses/fake_impls.py' 2024-08-06T20:45:13.2944133Z adding 'torch/_subclasses/fake_tensor.py' 2024-08-06T20:45:13.2951507Z adding 'torch/_subclasses/fake_utils.py' 2024-08-06T20:45:13.2963144Z adding 'torch/_subclasses/functional_tensor.py' 2024-08-06T20:45:13.2989844Z adding 'torch/_subclasses/meta_utils.py' 2024-08-06T20:45:13.2996343Z adding 'torch/_subclasses/schema_check_mode.py' 2024-08-06T20:45:13.3000286Z adding 'torch/_vendor/__init__.py' 2024-08-06T20:45:13.3004303Z adding 'torch/_vendor/packaging/__init__.py' 2024-08-06T20:45:13.3007425Z adding 'torch/_vendor/packaging/_structures.py' 2024-08-06T20:45:13.3015292Z adding 'torch/_vendor/packaging/version.py' 2024-08-06T20:45:13.3018373Z adding 'torch/amp/__init__.py' 2024-08-06T20:45:13.3026830Z adding 'torch/amp/autocast_mode.py' 2024-08-06T20:45:13.3038347Z adding 'torch/amp/grad_scaler.py' 2024-08-06T20:45:13.3043617Z adding 'torch/ao/__init__.py' 2024-08-06T20:45:13.3046711Z adding 'torch/ao/nn/__init__.py' 2024-08-06T20:45:13.3050688Z adding 'torch/ao/nn/intrinsic/__init__.py' 2024-08-06T20:45:13.3054990Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2024-08-06T20:45:13.3058530Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2024-08-06T20:45:13.3062475Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2024-08-06T20:45:13.3066396Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2024-08-06T20:45:13.3074789Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2024-08-06T20:45:13.3080122Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2024-08-06T20:45:13.3083795Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2024-08-06T20:45:13.3087718Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2024-08-06T20:45:13.3091218Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2024-08-06T20:45:13.3096305Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-08-06T20:45:13.3100566Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-08-06T20:45:13.3103553Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2024-08-06T20:45:13.3107097Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2024-08-06T20:45:13.3110761Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2024-08-06T20:45:13.3115068Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2024-08-06T20:45:13.3119522Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2024-08-06T20:45:13.3123373Z adding 'torch/ao/nn/qat/__init__.py' 2024-08-06T20:45:13.3126792Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2024-08-06T20:45:13.3130326Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2024-08-06T20:45:13.3134585Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2024-08-06T20:45:13.3137806Z adding 'torch/ao/nn/qat/modules/__init__.py' 2024-08-06T20:45:13.3142355Z adding 'torch/ao/nn/qat/modules/conv.py' 2024-08-06T20:45:13.3146724Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2024-08-06T20:45:13.3151737Z adding 'torch/ao/nn/qat/modules/linear.py' 2024-08-06T20:45:13.3154384Z adding 'torch/ao/nn/quantizable/__init__.py' 2024-08-06T20:45:13.3158278Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2024-08-06T20:45:13.3166255Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2024-08-06T20:45:13.3173858Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2024-08-06T20:45:13.3178217Z adding 'torch/ao/nn/quantized/__init__.py' 2024-08-06T20:45:13.3186990Z adding 'torch/ao/nn/quantized/functional.py' 2024-08-06T20:45:13.3191040Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2024-08-06T20:45:13.3194782Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2024-08-06T20:45:13.3199883Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2024-08-06T20:45:13.3204854Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2024-08-06T20:45:13.3219046Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2024-08-06T20:45:13.3225212Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2024-08-06T20:45:13.3230439Z adding 'torch/ao/nn/quantized/modules/activation.py' 2024-08-06T20:45:13.3234646Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2024-08-06T20:45:13.3244404Z adding 'torch/ao/nn/quantized/modules/conv.py' 2024-08-06T20:45:13.3248659Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2024-08-06T20:45:13.3254315Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2024-08-06T20:45:13.3259011Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2024-08-06T20:45:13.3265314Z adding 'torch/ao/nn/quantized/modules/linear.py' 2024-08-06T20:45:13.3270604Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2024-08-06T20:45:13.3273386Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2024-08-06T20:45:13.3277510Z adding 'torch/ao/nn/quantized/modules/utils.py' 2024-08-06T20:45:13.3281531Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2024-08-06T20:45:13.3285316Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2024-08-06T20:45:13.3289761Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2024-08-06T20:45:13.3293629Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2024-08-06T20:45:13.3301614Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2024-08-06T20:45:13.3306002Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2024-08-06T20:45:13.3311331Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2024-08-06T20:45:13.3315213Z adding 'torch/ao/nn/sparse/__init__.py' 2024-08-06T20:45:13.3318913Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2024-08-06T20:45:13.3323556Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2024-08-06T20:45:13.3327583Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2024-08-06T20:45:13.3330939Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2024-08-06T20:45:13.3335199Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2024-08-06T20:45:13.3339382Z adding 'torch/ao/ns/__init__.py' 2024-08-06T20:45:13.3346730Z adding 'torch/ao/ns/_numeric_suite.py' 2024-08-06T20:45:13.3360146Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2024-08-06T20:45:13.3364759Z adding 'torch/ao/ns/fx/__init__.py' 2024-08-06T20:45:13.3372494Z adding 'torch/ao/ns/fx/graph_matcher.py' 2024-08-06T20:45:13.3387017Z adding 'torch/ao/ns/fx/graph_passes.py' 2024-08-06T20:45:13.3395195Z adding 'torch/ao/ns/fx/mappings.py' 2024-08-06T20:45:13.3412934Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2024-08-06T20:45:13.3417691Z adding 'torch/ao/ns/fx/ns_types.py' 2024-08-06T20:45:13.3422375Z adding 'torch/ao/ns/fx/pattern_utils.py' 2024-08-06T20:45:13.3427872Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2024-08-06T20:45:13.3435702Z adding 'torch/ao/ns/fx/utils.py' 2024-08-06T20:45:13.3441183Z adding 'torch/ao/ns/fx/weight_utils.py' 2024-08-06T20:45:13.3445308Z adding 'torch/ao/pruning/__init__.py' 2024-08-06T20:45:13.3448285Z adding 'torch/ao/pruning/_mappings.py' 2024-08-06T20:45:13.3451953Z adding 'torch/ao/pruning/_experimental/__init__.py' 2024-08-06T20:45:13.3455534Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2024-08-06T20:45:13.3463268Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2024-08-06T20:45:13.3467924Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2024-08-06T20:45:13.3472025Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2024-08-06T20:45:13.3475948Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2024-08-06T20:45:13.3482413Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2024-08-06T20:45:13.3487668Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2024-08-06T20:45:13.3492178Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2024-08-06T20:45:13.3496055Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2024-08-06T20:45:13.3499666Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2024-08-06T20:45:13.3503196Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2024-08-06T20:45:13.3507439Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2024-08-06T20:45:13.3512282Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2024-08-06T20:45:13.3515333Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2024-08-06T20:45:13.3520848Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2024-08-06T20:45:13.3524740Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2024-08-06T20:45:13.3528212Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2024-08-06T20:45:13.3531770Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2024-08-06T20:45:13.3538931Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2024-08-06T20:45:13.3542723Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2024-08-06T20:45:13.3546423Z adding 'torch/ao/pruning/scheduler/__init__.py' 2024-08-06T20:45:13.3550810Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2024-08-06T20:45:13.3554970Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2024-08-06T20:45:13.3558850Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2024-08-06T20:45:13.3563356Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2024-08-06T20:45:13.3569256Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2024-08-06T20:45:13.3573242Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2024-08-06T20:45:13.3577568Z adding 'torch/ao/pruning/sparsifier/utils.py' 2024-08-06T20:45:13.3582838Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2024-08-06T20:45:13.3588525Z adding 'torch/ao/quantization/__init__.py' 2024-08-06T20:45:13.3593085Z adding 'torch/ao/quantization/_correct_bias.py' 2024-08-06T20:45:13.3598842Z adding 'torch/ao/quantization/_equalize.py' 2024-08-06T20:45:13.3603621Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2024-08-06T20:45:13.3611572Z adding 'torch/ao/quantization/fake_quantize.py' 2024-08-06T20:45:13.3616860Z adding 'torch/ao/quantization/fuse_modules.py' 2024-08-06T20:45:13.3622067Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2024-08-06T20:45:13.3643261Z adding 'torch/ao/quantization/observer.py' 2024-08-06T20:45:13.3653894Z adding 'torch/ao/quantization/qconfig.py' 2024-08-06T20:45:13.3659775Z adding 'torch/ao/quantization/qconfig_mapping.py' 2024-08-06T20:45:13.3663290Z adding 'torch/ao/quantization/quant_type.py' 2024-08-06T20:45:13.3668920Z adding 'torch/ao/quantization/quantization_mappings.py' 2024-08-06T20:45:13.3680130Z adding 'torch/ao/quantization/quantize.py' 2024-08-06T20:45:13.3690654Z adding 'torch/ao/quantization/quantize_fx.py' 2024-08-06T20:45:13.3697844Z adding 'torch/ao/quantization/quantize_jit.py' 2024-08-06T20:45:13.3703264Z adding 'torch/ao/quantization/quantize_pt2e.py' 2024-08-06T20:45:13.3706970Z adding 'torch/ao/quantization/stubs.py' 2024-08-06T20:45:13.3717989Z adding 'torch/ao/quantization/utils.py' 2024-08-06T20:45:13.3722912Z adding 'torch/ao/quantization/backend_config/__init__.py' 2024-08-06T20:45:13.3730885Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2024-08-06T20:45:13.3735653Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2024-08-06T20:45:13.3745988Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2024-08-06T20:45:13.3752325Z adding 'torch/ao/quantization/backend_config/executorch.py' 2024-08-06T20:45:13.3756715Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2024-08-06T20:45:13.3760592Z adding 'torch/ao/quantization/backend_config/native.py' 2024-08-06T20:45:13.3763904Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2024-08-06T20:45:13.3769763Z adding 'torch/ao/quantization/backend_config/onednn.py' 2024-08-06T20:45:13.3774118Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2024-08-06T20:45:13.3777802Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2024-08-06T20:45:13.3783722Z adding 'torch/ao/quantization/backend_config/utils.py' 2024-08-06T20:45:13.3787872Z adding 'torch/ao/quantization/backend_config/x86.py' 2024-08-06T20:45:13.3791927Z adding 'torch/ao/quantization/fx/__init__.py' 2024-08-06T20:45:13.3802311Z adding 'torch/ao/quantization/fx/_decomposed.py' 2024-08-06T20:45:13.3816704Z adding 'torch/ao/quantization/fx/_equalize.py' 2024-08-06T20:45:13.3833881Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2024-08-06T20:45:13.3854927Z adding 'torch/ao/quantization/fx/convert.py' 2024-08-06T20:45:13.3862715Z adding 'torch/ao/quantization/fx/custom_config.py' 2024-08-06T20:45:13.3867769Z adding 'torch/ao/quantization/fx/fuse.py' 2024-08-06T20:45:13.3871927Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2024-08-06T20:45:13.3876249Z adding 'torch/ao/quantization/fx/graph_module.py' 2024-08-06T20:45:13.3879479Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2024-08-06T20:45:13.3882514Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2024-08-06T20:45:13.3887416Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2024-08-06T20:45:13.3892908Z adding 'torch/ao/quantization/fx/match_utils.py' 2024-08-06T20:45:13.3896768Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2024-08-06T20:45:13.3927451Z adding 'torch/ao/quantization/fx/prepare.py' 2024-08-06T20:45:13.3935896Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2024-08-06T20:45:13.3940698Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2024-08-06T20:45:13.3944181Z adding 'torch/ao/quantization/fx/tracer.py' 2024-08-06T20:45:13.3957968Z adding 'torch/ao/quantization/fx/utils.py' 2024-08-06T20:45:13.3962733Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2024-08-06T20:45:13.3985874Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2024-08-06T20:45:13.3999381Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2024-08-06T20:45:13.4005240Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2024-08-06T20:45:13.4016759Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2024-08-06T20:45:13.4022052Z adding 'torch/ao/quantization/pt2e/__init__.py' 2024-08-06T20:45:13.4026090Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2024-08-06T20:45:13.4030036Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2024-08-06T20:45:13.4034676Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2024-08-06T20:45:13.4039130Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2024-08-06T20:45:13.4044745Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2024-08-06T20:45:13.4053479Z adding 'torch/ao/quantization/pt2e/prepare.py' 2024-08-06T20:45:13.4065469Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2024-08-06T20:45:13.4074967Z adding 'torch/ao/quantization/pt2e/utils.py' 2024-08-06T20:45:13.4079947Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2024-08-06T20:45:13.4087731Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2024-08-06T20:45:13.4092396Z adding 'torch/ao/quantization/quantizer/__init__.py' 2024-08-06T20:45:13.4096262Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2024-08-06T20:45:13.4099948Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2024-08-06T20:45:13.4104482Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2024-08-06T20:45:13.4108491Z adding 'torch/ao/quantization/quantizer/utils.py' 2024-08-06T20:45:13.4126116Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2024-08-06T20:45:13.4134094Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2024-08-06T20:45:13.4146205Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2024-08-06T20:45:13.4158043Z adding 'torch/autograd/__init__.py' 2024-08-06T20:45:13.4161965Z adding 'torch/autograd/anomaly_mode.py' 2024-08-06T20:45:13.4166998Z adding 'torch/autograd/forward_ad.py' 2024-08-06T20:45:13.4179263Z adding 'torch/autograd/function.py' 2024-08-06T20:45:13.4195668Z adding 'torch/autograd/functional.py' 2024-08-06T20:45:13.4202402Z adding 'torch/autograd/grad_mode.py' 2024-08-06T20:45:13.4235422Z adding 'torch/autograd/gradcheck.py' 2024-08-06T20:45:13.4248787Z adding 'torch/autograd/graph.py' 2024-08-06T20:45:13.4265702Z adding 'torch/autograd/profiler.py' 2024-08-06T20:45:13.4272183Z adding 'torch/autograd/profiler_legacy.py' 2024-08-06T20:45:13.4286520Z adding 'torch/autograd/profiler_util.py' 2024-08-06T20:45:13.4290570Z adding 'torch/autograd/variable.py' 2024-08-06T20:45:13.4294229Z adding 'torch/autograd/_functions/__init__.py' 2024-08-06T20:45:13.4297510Z adding 'torch/autograd/_functions/tensor.py' 2024-08-06T20:45:13.4301055Z adding 'torch/autograd/_functions/utils.py' 2024-08-06T20:45:13.4305535Z adding 'torch/backends/__init__.py' 2024-08-06T20:45:13.4308959Z adding 'torch/backends/_coreml/__init__.py' 2024-08-06T20:45:13.4312948Z adding 'torch/backends/_coreml/preprocess.py' 2024-08-06T20:45:13.4316880Z adding 'torch/backends/_nnapi/__init__.py' 2024-08-06T20:45:13.4321109Z adding 'torch/backends/_nnapi/prepare.py' 2024-08-06T20:45:13.4345305Z adding 'torch/backends/_nnapi/serializer.py' 2024-08-06T20:45:13.4350944Z adding 'torch/backends/cpu/__init__.py' 2024-08-06T20:45:13.4357641Z adding 'torch/backends/cuda/__init__.py' 2024-08-06T20:45:13.4363214Z adding 'torch/backends/cudnn/__init__.py' 2024-08-06T20:45:13.4366800Z adding 'torch/backends/cudnn/rnn.py' 2024-08-06T20:45:13.4370600Z adding 'torch/backends/mha/__init__.py' 2024-08-06T20:45:13.4374620Z adding 'torch/backends/mkl/__init__.py' 2024-08-06T20:45:13.4379157Z adding 'torch/backends/mkldnn/__init__.py' 2024-08-06T20:45:13.4383127Z adding 'torch/backends/mps/__init__.py' 2024-08-06T20:45:13.4387056Z adding 'torch/backends/nnpack/__init__.py' 2024-08-06T20:45:13.4390543Z adding 'torch/backends/openmp/__init__.py' 2024-08-06T20:45:13.4394928Z adding 'torch/backends/opt_einsum/__init__.py' 2024-08-06T20:45:13.4399045Z adding 'torch/backends/quantized/__init__.py' 2024-08-06T20:45:13.4402554Z adding 'torch/backends/xeon/__init__.py' 2024-08-06T20:45:13.4414510Z adding 'torch/backends/xeon/run_cpu.py' 2024-08-06T20:45:13.4419187Z adding 'torch/backends/xnnpack/__init__.py' 2024-08-06T20:45:13.4613539Z adding 'torch/bin/FileStoreTest.exe' 2024-08-06T20:45:13.4829727Z adding 'torch/bin/TCPStoreTest.exe' 2024-08-06T20:45:13.5040650Z adding 'torch/bin/asmjit.dll' 2024-08-06T20:45:13.6580718Z adding 'torch/bin/fbgemm.dll' 2024-08-06T20:45:13.8120780Z adding 'torch/bin/protoc.exe' 2024-08-06T20:45:14.2427360Z adding 'torch/bin/test_api.exe' 2024-08-06T20:45:14.2810158Z adding 'torch/bin/test_edge_op_registration.exe' 2024-08-06T20:45:14.5287857Z adding 'torch/bin/test_jit.exe' 2024-08-06T20:45:14.6414626Z adding 'torch/bin/test_lazy.exe' 2024-08-06T20:45:14.9561665Z adding 'torch/bin/test_tensorexpr.exe' 2024-08-06T20:45:14.9768113Z adding 'torch/bin/tutorial_tensorexpr.exe' 2024-08-06T20:45:14.9778266Z adding 'torch/compiler/__init__.py' 2024-08-06T20:45:14.9782709Z adding 'torch/contrib/__init__.py' 2024-08-06T20:45:14.9787669Z adding 'torch/contrib/_tensorboard_vis.py' 2024-08-06T20:45:14.9791634Z adding 'torch/cpu/__init__.py' 2024-08-06T20:45:14.9795414Z adding 'torch/cpu/amp/__init__.py' 2024-08-06T20:45:14.9799234Z adding 'torch/cpu/amp/autocast_mode.py' 2024-08-06T20:45:14.9802077Z adding 'torch/cpu/amp/grad_scaler.py' 2024-08-06T20:45:14.9821580Z adding 'torch/cuda/__init__.py' 2024-08-06T20:45:14.9825377Z adding 'torch/cuda/_gpu_trace.py' 2024-08-06T20:45:14.9835567Z adding 'torch/cuda/_memory_viz.py' 2024-08-06T20:45:14.9844408Z adding 'torch/cuda/_sanitizer.py' 2024-08-06T20:45:14.9848236Z adding 'torch/cuda/_utils.py' 2024-08-06T20:45:14.9851328Z adding 'torch/cuda/comm.py' 2024-08-06T20:45:14.9854069Z adding 'torch/cuda/error.py' 2024-08-06T20:45:14.9862876Z adding 'torch/cuda/graphs.py' 2024-08-06T20:45:14.9867950Z adding 'torch/cuda/jiterator.py' 2024-08-06T20:45:14.9882274Z adding 'torch/cuda/memory.py' 2024-08-06T20:45:14.9887184Z adding 'torch/cuda/nccl.py' 2024-08-06T20:45:14.9890951Z adding 'torch/cuda/nvtx.py' 2024-08-06T20:45:14.9894821Z adding 'torch/cuda/profiler.py' 2024-08-06T20:45:14.9898713Z adding 'torch/cuda/random.py' 2024-08-06T20:45:14.9901740Z adding 'torch/cuda/sparse.py' 2024-08-06T20:45:14.9906882Z adding 'torch/cuda/streams.py' 2024-08-06T20:45:14.9912522Z adding 'torch/cuda/tunable.py' 2024-08-06T20:45:14.9916476Z adding 'torch/cuda/amp/__init__.py' 2024-08-06T20:45:14.9920028Z adding 'torch/cuda/amp/autocast_mode.py' 2024-08-06T20:45:14.9923647Z adding 'torch/cuda/amp/common.py' 2024-08-06T20:45:14.9926417Z adding 'torch/cuda/amp/grad_scaler.py' 2024-08-06T20:45:14.9931832Z adding 'torch/distributed/__init__.py' 2024-08-06T20:45:14.9935338Z adding 'torch/distributed/_checkpointable.py' 2024-08-06T20:45:14.9938526Z adding 'torch/distributed/_composable_state.py' 2024-08-06T20:45:14.9953215Z adding 'torch/distributed/_functional_collectives.py' 2024-08-06T20:45:14.9957919Z adding 'torch/distributed/_functional_collectives_impl.py' 2024-08-06T20:45:14.9967797Z adding 'torch/distributed/_state_dict_utils.py' 2024-08-06T20:45:14.9972301Z adding 'torch/distributed/argparse_util.py' 2024-08-06T20:45:14.9976495Z adding 'torch/distributed/c10d_logger.py' 2024-08-06T20:45:14.9981252Z adding 'torch/distributed/collective_utils.py' 2024-08-06T20:45:14.9984590Z adding 'torch/distributed/constants.py' 2024-08-06T20:45:14.9995852Z adding 'torch/distributed/device_mesh.py' 2024-08-06T20:45:15.0066611Z adding 'torch/distributed/distributed_c10d.py' 2024-08-06T20:45:15.0069359Z adding 'torch/distributed/launch.py' 2024-08-06T20:45:15.0072561Z adding 'torch/distributed/logging_handlers.py' 2024-08-06T20:45:15.0076373Z adding 'torch/distributed/remote_device.py' 2024-08-06T20:45:15.0081633Z adding 'torch/distributed/rendezvous.py' 2024-08-06T20:45:15.0094876Z adding 'torch/distributed/run.py' 2024-08-06T20:45:15.0101731Z adding 'torch/distributed/utils.py' 2024-08-06T20:45:15.0105835Z adding 'torch/distributed/_composable/__init__.py' 2024-08-06T20:45:15.0109790Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2024-08-06T20:45:15.0115956Z adding 'torch/distributed/_composable/contract.py' 2024-08-06T20:45:15.0119345Z adding 'torch/distributed/_composable/fully_shard.py' 2024-08-06T20:45:15.0124727Z adding 'torch/distributed/_composable/replicate.py' 2024-08-06T20:45:15.0128935Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2024-08-06T20:45:15.0133072Z adding 'torch/distributed/_composable/fsdp/_fsdp_api.py' 2024-08-06T20:45:15.0140014Z adding 'torch/distributed/_composable/fsdp/_fsdp_collectives.py' 2024-08-06T20:45:15.0144643Z adding 'torch/distributed/_composable/fsdp/_fsdp_common.py' 2024-08-06T20:45:15.0149998Z adding 'torch/distributed/_composable/fsdp/_fsdp_init.py' 2024-08-06T20:45:15.0161855Z adding 'torch/distributed/_composable/fsdp/_fsdp_param.py' 2024-08-06T20:45:15.0172968Z adding 'torch/distributed/_composable/fsdp/_fsdp_param_group.py' 2024-08-06T20:45:15.0180120Z adding 'torch/distributed/_composable/fsdp/_fsdp_state.py' 2024-08-06T20:45:15.0188698Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2024-08-06T20:45:15.0192889Z adding 'torch/distributed/_shard/__init__.py' 2024-08-06T20:45:15.0196226Z adding 'torch/distributed/_shard/_utils.py' 2024-08-06T20:45:15.0202143Z adding 'torch/distributed/_shard/api.py' 2024-08-06T20:45:15.0206836Z adding 'torch/distributed/_shard/common_op_utils.py' 2024-08-06T20:45:15.0209566Z adding 'torch/distributed/_shard/metadata.py' 2024-08-06T20:45:15.0212925Z adding 'torch/distributed/_shard/op_registry_utils.py' 2024-08-06T20:45:15.0216132Z adding 'torch/distributed/_shard/sharder.py' 2024-08-06T20:45:15.0220098Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2024-08-06T20:45:15.0224215Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2024-08-06T20:45:15.0228137Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2024-08-06T20:45:15.0235605Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2024-08-06T20:45:15.0253026Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2024-08-06T20:45:15.0257830Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2024-08-06T20:45:15.0260760Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2024-08-06T20:45:15.0264436Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2024-08-06T20:45:15.0269603Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2024-08-06T20:45:15.0273380Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2024-08-06T20:45:15.0278567Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2024-08-06T20:45:15.0282855Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2024-08-06T20:45:15.0286875Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2024-08-06T20:45:15.0290606Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2024-08-06T20:45:15.0294836Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2024-08-06T20:45:15.0298085Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2024-08-06T20:45:15.0303092Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2024-08-06T20:45:15.0306467Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2024-08-06T20:45:15.0310394Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2024-08-06T20:45:15.0314447Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2024-08-06T20:45:15.0320222Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2024-08-06T20:45:15.0325787Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2024-08-06T20:45:15.0331438Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2024-08-06T20:45:15.0334729Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2024-08-06T20:45:15.0341070Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2024-08-06T20:45:15.0346889Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2024-08-06T20:45:15.0354781Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2024-08-06T20:45:15.0359894Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2024-08-06T20:45:15.0362930Z adding 'torch/distributed/_sharding_spec/__init__.py' 2024-08-06T20:45:15.0374778Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2024-08-06T20:45:15.0382280Z adding 'torch/distributed/_tensor/__init__.py' 2024-08-06T20:45:15.0388393Z adding 'torch/distributed/_tensor/_collective_utils.py' 2024-08-06T20:45:15.0396011Z adding 'torch/distributed/_tensor/_dispatch.py' 2024-08-06T20:45:15.0403751Z adding 'torch/distributed/_tensor/_op_schema.py' 2024-08-06T20:45:15.0410751Z adding 'torch/distributed/_tensor/_redistribute.py' 2024-08-06T20:45:15.0418568Z adding 'torch/distributed/_tensor/_sharding_prop.py' 2024-08-06T20:45:15.0424577Z adding 'torch/distributed/_tensor/_shards_wrapper.py' 2024-08-06T20:45:15.0429537Z adding 'torch/distributed/_tensor/_tp_conv.py' 2024-08-06T20:45:15.0435128Z adding 'torch/distributed/_tensor/_utils.py' 2024-08-06T20:45:15.0448609Z adding 'torch/distributed/_tensor/api.py' 2024-08-06T20:45:15.0452615Z adding 'torch/distributed/_tensor/device_mesh.py' 2024-08-06T20:45:15.0462611Z adding 'torch/distributed/_tensor/placement_types.py' 2024-08-06T20:45:15.0470017Z adding 'torch/distributed/_tensor/random.py' 2024-08-06T20:45:15.0474441Z adding 'torch/distributed/_tensor/debug/__init__.py' 2024-08-06T20:45:15.0478286Z adding 'torch/distributed/_tensor/debug/_op_coverage.py' 2024-08-06T20:45:15.0487839Z adding 'torch/distributed/_tensor/debug/comm_mode.py' 2024-08-06T20:45:15.0493033Z adding 'torch/distributed/_tensor/debug/visualize_sharding.py' 2024-08-06T20:45:15.0496859Z adding 'torch/distributed/_tensor/experimental/__init__.py' 2024-08-06T20:45:15.0504731Z adding 'torch/distributed/_tensor/experimental/attention.py' 2024-08-06T20:45:15.0510634Z adding 'torch/distributed/_tensor/experimental/local_map.py' 2024-08-06T20:45:15.0515392Z adding 'torch/distributed/_tensor/experimental/register_sharding.py' 2024-08-06T20:45:15.0523271Z adding 'torch/distributed/_tensor/experimental/tp_transform.py' 2024-08-06T20:45:15.0527535Z adding 'torch/distributed/_tensor/ops/__init__.py' 2024-08-06T20:45:15.0535609Z adding 'torch/distributed/_tensor/ops/_common_rules.py' 2024-08-06T20:45:15.0538749Z adding 'torch/distributed/_tensor/ops/_conv_ops.py' 2024-08-06T20:45:15.0543446Z adding 'torch/distributed/_tensor/ops/_einsum_strategy.py' 2024-08-06T20:45:15.0548836Z adding 'torch/distributed/_tensor/ops/_embedding_ops.py' 2024-08-06T20:45:15.0552500Z adding 'torch/distributed/_tensor/ops/_experimental_ops.py' 2024-08-06T20:45:15.0563901Z adding 'torch/distributed/_tensor/ops/_math_ops.py' 2024-08-06T20:45:15.0570308Z adding 'torch/distributed/_tensor/ops/_matrix_ops.py' 2024-08-06T20:45:15.0577594Z adding 'torch/distributed/_tensor/ops/_pointwise_ops.py' 2024-08-06T20:45:15.0581252Z adding 'torch/distributed/_tensor/ops/_random_ops.py' 2024-08-06T20:45:15.0591979Z adding 'torch/distributed/_tensor/ops/_tensor_ops.py' 2024-08-06T20:45:15.0603571Z adding 'torch/distributed/_tensor/ops/_view_ops.py' 2024-08-06T20:45:15.0609643Z adding 'torch/distributed/_tensor/ops/utils.py' 2024-08-06T20:45:15.0613719Z adding 'torch/distributed/_tools/__init__.py' 2024-08-06T20:45:15.0622211Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2024-08-06T20:45:15.0637432Z adding 'torch/distributed/_tools/mem_tracker.py' 2024-08-06T20:45:15.0644072Z adding 'torch/distributed/_tools/memory_tracker.py' 2024-08-06T20:45:15.0649171Z adding 'torch/distributed/_tools/mod_tracker.py' 2024-08-06T20:45:15.0652934Z adding 'torch/distributed/algorithms/__init__.py' 2024-08-06T20:45:15.0659435Z adding 'torch/distributed/algorithms/join.py' 2024-08-06T20:45:15.0663334Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2024-08-06T20:45:15.0669043Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2024-08-06T20:45:15.0673113Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2024-08-06T20:45:15.0677567Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2024-08-06T20:45:15.0681289Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2024-08-06T20:45:15.0685027Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2024-08-06T20:45:15.0688874Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2024-08-06T20:45:15.0692810Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2024-08-06T20:45:15.0697489Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2024-08-06T20:45:15.0704752Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2024-08-06T20:45:15.0708486Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2024-08-06T20:45:15.0712891Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2024-08-06T20:45:15.0717212Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2024-08-06T20:45:15.0721681Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2024-08-06T20:45:15.0725837Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2024-08-06T20:45:15.0739600Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2024-08-06T20:45:15.0744934Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2024-08-06T20:45:15.0748817Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2024-08-06T20:45:15.0752933Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2024-08-06T20:45:15.0758550Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2024-08-06T20:45:15.0762457Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2024-08-06T20:45:15.0766416Z adding 'torch/distributed/autograd/__init__.py' 2024-08-06T20:45:15.0770506Z adding 'torch/distributed/checkpoint/__init__.py' 2024-08-06T20:45:15.0774186Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2024-08-06T20:45:15.0777839Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2024-08-06T20:45:15.0781354Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2024-08-06T20:45:15.0785251Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2024-08-06T20:45:15.0788956Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2024-08-06T20:45:15.0793844Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2024-08-06T20:45:15.0796341Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2024-08-06T20:45:15.0800873Z adding 'torch/distributed/checkpoint/_traverse.py' 2024-08-06T20:45:15.0804657Z adding 'torch/distributed/checkpoint/api.py' 2024-08-06T20:45:15.0811628Z adding 'torch/distributed/checkpoint/default_planner.py' 2024-08-06T20:45:15.0821630Z adding 'torch/distributed/checkpoint/filesystem.py' 2024-08-06T20:45:15.0827827Z adding 'torch/distributed/checkpoint/format_utils.py' 2024-08-06T20:45:15.0831613Z adding 'torch/distributed/checkpoint/logger.py' 2024-08-06T20:45:15.0834604Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2024-08-06T20:45:15.0839351Z adding 'torch/distributed/checkpoint/metadata.py' 2024-08-06T20:45:15.0845298Z adding 'torch/distributed/checkpoint/optimizer.py' 2024-08-06T20:45:15.0852199Z adding 'torch/distributed/checkpoint/planner.py' 2024-08-06T20:45:15.0858041Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2024-08-06T20:45:15.0862103Z adding 'torch/distributed/checkpoint/resharding.py' 2024-08-06T20:45:15.0866117Z adding 'torch/distributed/checkpoint/staging.py' 2024-08-06T20:45:15.0883242Z adding 'torch/distributed/checkpoint/state_dict.py' 2024-08-06T20:45:15.0890735Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2024-08-06T20:45:15.0897507Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2024-08-06T20:45:15.0901279Z adding 'torch/distributed/checkpoint/stateful.py' 2024-08-06T20:45:15.0905807Z adding 'torch/distributed/checkpoint/storage.py' 2024-08-06T20:45:15.0912571Z adding 'torch/distributed/checkpoint/utils.py' 2024-08-06T20:45:15.0917719Z adding 'torch/distributed/elastic/__init__.py' 2024-08-06T20:45:15.0921132Z adding 'torch/distributed/elastic/control_plane.py' 2024-08-06T20:45:15.0924856Z adding 'torch/distributed/elastic/agent/__init__.py' 2024-08-06T20:45:15.0928913Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2024-08-06T20:45:15.0943171Z adding 'torch/distributed/elastic/agent/server/api.py' 2024-08-06T20:45:15.0947616Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2024-08-06T20:45:15.0954423Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2024-08-06T20:45:15.0960126Z adding 'torch/distributed/elastic/events/__init__.py' 2024-08-06T20:45:15.0964024Z adding 'torch/distributed/elastic/events/api.py' 2024-08-06T20:45:15.0967415Z adding 'torch/distributed/elastic/events/handlers.py' 2024-08-06T20:45:15.0972627Z adding 'torch/distributed/elastic/metrics/__init__.py' 2024-08-06T20:45:15.0977820Z adding 'torch/distributed/elastic/metrics/api.py' 2024-08-06T20:45:15.0983633Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2024-08-06T20:45:15.0996282Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2024-08-06T20:45:15.1000942Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2024-08-06T20:45:15.1005571Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2024-08-06T20:45:15.1013451Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2024-08-06T20:45:15.1027279Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2024-08-06T20:45:15.1027846Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2024-08-06T20:45:15.1028544Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2024-08-06T20:45:15.1030413Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2024-08-06T20:45:15.1033885Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2024-08-06T20:45:15.1039471Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2024-08-06T20:45:15.1045710Z adding 'torch/distributed/elastic/rendezvous/api.py' 2024-08-06T20:45:15.1051810Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2024-08-06T20:45:15.1067231Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2024-08-06T20:45:15.1083279Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2024-08-06T20:45:15.1089021Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2024-08-06T20:45:15.1094325Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2024-08-06T20:45:15.1099271Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2024-08-06T20:45:15.1102948Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2024-08-06T20:45:15.1106810Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2024-08-06T20:45:15.1112138Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2024-08-06T20:45:15.1116667Z adding 'torch/distributed/elastic/timer/__init__.py' 2024-08-06T20:45:15.1122235Z adding 'torch/distributed/elastic/timer/api.py' 2024-08-06T20:45:15.1125632Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2024-08-06T20:45:15.1132224Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2024-08-06T20:45:15.1136514Z adding 'torch/distributed/elastic/timer/local_timer.py' 2024-08-06T20:45:15.1140464Z adding 'torch/distributed/elastic/utils/__init__.py' 2024-08-06T20:45:15.1143843Z adding 'torch/distributed/elastic/utils/api.py' 2024-08-06T20:45:15.1148285Z adding 'torch/distributed/elastic/utils/distributed.py' 2024-08-06T20:45:15.1151796Z adding 'torch/distributed/elastic/utils/log_level.py' 2024-08-06T20:45:15.1155050Z adding 'torch/distributed/elastic/utils/logging.py' 2024-08-06T20:45:15.1159122Z adding 'torch/distributed/elastic/utils/store.py' 2024-08-06T20:45:15.1163018Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2024-08-06T20:45:15.1166664Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2024-08-06T20:45:15.1170216Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2024-08-06T20:45:15.1174247Z adding 'torch/distributed/fsdp/__init__.py' 2024-08-06T20:45:15.1183653Z adding 'torch/distributed/fsdp/_common_utils.py' 2024-08-06T20:45:15.1188573Z adding 'torch/distributed/fsdp/_debug_utils.py' 2024-08-06T20:45:15.1192322Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2024-08-06T20:45:15.1198820Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2024-08-06T20:45:15.1240179Z adding 'torch/distributed/fsdp/_flat_param.py' 2024-08-06T20:45:15.1246803Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2024-08-06T20:45:15.1263316Z adding 'torch/distributed/fsdp/_init_utils.py' 2024-08-06T20:45:15.1267792Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2024-08-06T20:45:15.1300148Z adding 'torch/distributed/fsdp/_optim_utils.py' 2024-08-06T20:45:15.1326276Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2024-08-06T20:45:15.1331661Z adding 'torch/distributed/fsdp/_shard_utils.py' 2024-08-06T20:45:15.1343159Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2024-08-06T20:45:15.1349419Z adding 'torch/distributed/fsdp/_trace_utils.py' 2024-08-06T20:45:15.1354101Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2024-08-06T20:45:15.1360004Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2024-08-06T20:45:15.1365885Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2024-08-06T20:45:15.1374079Z adding 'torch/distributed/fsdp/api.py' 2024-08-06T20:45:15.1407277Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2024-08-06T20:45:15.1416737Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2024-08-06T20:45:15.1426441Z adding 'torch/distributed/fsdp/wrap.py' 2024-08-06T20:45:15.1430912Z adding 'torch/distributed/launcher/__init__.py' 2024-08-06T20:45:15.1436802Z adding 'torch/distributed/launcher/api.py' 2024-08-06T20:45:15.1440781Z adding 'torch/distributed/nn/__init__.py' 2024-08-06T20:45:15.1446985Z adding 'torch/distributed/nn/functional.py' 2024-08-06T20:45:15.1450846Z adding 'torch/distributed/nn/api/__init__.py' 2024-08-06T20:45:15.1460934Z adding 'torch/distributed/nn/api/remote_module.py' 2024-08-06T20:45:15.1465364Z adding 'torch/distributed/nn/jit/__init__.py' 2024-08-06T20:45:15.1469541Z adding 'torch/distributed/nn/jit/instantiator.py' 2024-08-06T20:45:15.1473343Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2024-08-06T20:45:15.1477308Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2024-08-06T20:45:15.1481721Z adding 'torch/distributed/optim/__init__.py' 2024-08-06T20:45:15.1486690Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2024-08-06T20:45:15.1489950Z adding 'torch/distributed/optim/functional_adadelta.py' 2024-08-06T20:45:15.1493976Z adding 'torch/distributed/optim/functional_adagrad.py' 2024-08-06T20:45:15.1498439Z adding 'torch/distributed/optim/functional_adam.py' 2024-08-06T20:45:15.1502524Z adding 'torch/distributed/optim/functional_adamax.py' 2024-08-06T20:45:15.1507203Z adding 'torch/distributed/optim/functional_adamw.py' 2024-08-06T20:45:15.1511306Z adding 'torch/distributed/optim/functional_rmsprop.py' 2024-08-06T20:45:15.1515519Z adding 'torch/distributed/optim/functional_rprop.py' 2024-08-06T20:45:15.1520541Z adding 'torch/distributed/optim/functional_sgd.py' 2024-08-06T20:45:15.1526283Z adding 'torch/distributed/optim/named_optimizer.py' 2024-08-06T20:45:15.1531990Z adding 'torch/distributed/optim/optimizer.py' 2024-08-06T20:45:15.1536214Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2024-08-06T20:45:15.1539942Z adding 'torch/distributed/optim/utils.py' 2024-08-06T20:45:15.1565848Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2024-08-06T20:45:15.1571491Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2024-08-06T20:45:15.1590941Z adding 'torch/distributed/pipelining/_IR.py' 2024-08-06T20:45:15.1595139Z adding 'torch/distributed/pipelining/__init__.py' 2024-08-06T20:45:15.1599620Z adding 'torch/distributed/pipelining/_backward.py' 2024-08-06T20:45:15.1602266Z adding 'torch/distributed/pipelining/_debug.py' 2024-08-06T20:45:15.1605651Z adding 'torch/distributed/pipelining/_unflatten.py' 2024-08-06T20:45:15.1608758Z adding 'torch/distributed/pipelining/_utils.py' 2024-08-06T20:45:15.1616597Z adding 'torch/distributed/pipelining/microbatch.py' 2024-08-06T20:45:15.1639090Z adding 'torch/distributed/pipelining/schedules.py' 2024-08-06T20:45:15.1660634Z adding 'torch/distributed/pipelining/stage.py' 2024-08-06T20:45:15.1667856Z adding 'torch/distributed/rpc/__init__.py' 2024-08-06T20:45:15.1671251Z adding 'torch/distributed/rpc/_utils.py' 2024-08-06T20:45:15.1683506Z adding 'torch/distributed/rpc/api.py' 2024-08-06T20:45:15.1691360Z adding 'torch/distributed/rpc/backend_registry.py' 2024-08-06T20:45:15.1694987Z adding 'torch/distributed/rpc/constants.py' 2024-08-06T20:45:15.1699077Z adding 'torch/distributed/rpc/functions.py' 2024-08-06T20:45:15.1704665Z adding 'torch/distributed/rpc/internal.py' 2024-08-06T20:45:15.1709467Z adding 'torch/distributed/rpc/options.py' 2024-08-06T20:45:15.1713047Z adding 'torch/distributed/rpc/rref_proxy.py' 2024-08-06T20:45:15.1717981Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2024-08-06T20:45:15.1722035Z adding 'torch/distributed/rpc/_testing/__init__.py' 2024-08-06T20:45:15.1725372Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2024-08-06T20:45:15.1728774Z adding 'torch/distributed/tensor/__init__.py' 2024-08-06T20:45:15.1732502Z adding 'torch/distributed/tensor/parallel/__init__.py' 2024-08-06T20:45:15.1735766Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2024-08-06T20:45:15.1739102Z adding 'torch/distributed/tensor/parallel/_utils.py' 2024-08-06T20:45:15.1743454Z adding 'torch/distributed/tensor/parallel/api.py' 2024-08-06T20:45:15.1747314Z adding 'torch/distributed/tensor/parallel/ddp.py' 2024-08-06T20:45:15.1753548Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2024-08-06T20:45:15.1757725Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2024-08-06T20:45:15.1764649Z adding 'torch/distributed/tensor/parallel/loss.py' 2024-08-06T20:45:15.1773660Z adding 'torch/distributed/tensor/parallel/style.py' 2024-08-06T20:45:15.1780095Z adding 'torch/distributions/__init__.py' 2024-08-06T20:45:15.1784191Z adding 'torch/distributions/bernoulli.py' 2024-08-06T20:45:15.1787854Z adding 'torch/distributions/beta.py' 2024-08-06T20:45:15.1792028Z adding 'torch/distributions/binomial.py' 2024-08-06T20:45:15.1796514Z adding 'torch/distributions/categorical.py' 2024-08-06T20:45:15.1800295Z adding 'torch/distributions/cauchy.py' 2024-08-06T20:45:15.1803419Z adding 'torch/distributions/chi2.py' 2024-08-06T20:45:15.1808242Z adding 'torch/distributions/constraint_registry.py' 2024-08-06T20:45:15.1815339Z adding 'torch/distributions/constraints.py' 2024-08-06T20:45:15.1820615Z adding 'torch/distributions/continuous_bernoulli.py' 2024-08-06T20:45:15.1824576Z adding 'torch/distributions/dirichlet.py' 2024-08-06T20:45:15.1830225Z adding 'torch/distributions/distribution.py' 2024-08-06T20:45:15.1834069Z adding 'torch/distributions/exp_family.py' 2024-08-06T20:45:15.1837657Z adding 'torch/distributions/exponential.py' 2024-08-06T20:45:15.1841764Z adding 'torch/distributions/fishersnedecor.py' 2024-08-06T20:45:15.1845160Z adding 'torch/distributions/gamma.py' 2024-08-06T20:45:15.1849325Z adding 'torch/distributions/geometric.py' 2024-08-06T20:45:15.1853098Z adding 'torch/distributions/gumbel.py' 2024-08-06T20:45:15.1856589Z adding 'torch/distributions/half_cauchy.py' 2024-08-06T20:45:15.1860079Z adding 'torch/distributions/half_normal.py' 2024-08-06T20:45:15.1863733Z adding 'torch/distributions/independent.py' 2024-08-06T20:45:15.1867336Z adding 'torch/distributions/inverse_gamma.py' 2024-08-06T20:45:15.1877791Z adding 'torch/distributions/kl.py' 2024-08-06T20:45:15.1882265Z adding 'torch/distributions/kumaraswamy.py' 2024-08-06T20:45:15.1886349Z adding 'torch/distributions/laplace.py' 2024-08-06T20:45:15.1891081Z adding 'torch/distributions/lkj_cholesky.py' 2024-08-06T20:45:15.1894686Z adding 'torch/distributions/log_normal.py' 2024-08-06T20:45:15.1898113Z adding 'torch/distributions/logistic_normal.py' 2024-08-06T20:45:15.1903240Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2024-08-06T20:45:15.1908250Z adding 'torch/distributions/mixture_same_family.py' 2024-08-06T20:45:15.1912738Z adding 'torch/distributions/multinomial.py' 2024-08-06T20:45:15.1918296Z adding 'torch/distributions/multivariate_normal.py' 2024-08-06T20:45:15.1922686Z adding 'torch/distributions/negative_binomial.py' 2024-08-06T20:45:15.1926429Z adding 'torch/distributions/normal.py' 2024-08-06T20:45:15.1930556Z adding 'torch/distributions/one_hot_categorical.py' 2024-08-06T20:45:15.1934198Z adding 'torch/distributions/pareto.py' 2024-08-06T20:45:15.1937561Z adding 'torch/distributions/poisson.py' 2024-08-06T20:45:15.1941803Z adding 'torch/distributions/relaxed_bernoulli.py' 2024-08-06T20:45:15.1945946Z adding 'torch/distributions/relaxed_categorical.py' 2024-08-06T20:45:15.1949785Z adding 'torch/distributions/studentT.py' 2024-08-06T20:45:15.1954721Z adding 'torch/distributions/transformed_distribution.py' 2024-08-06T20:45:15.1972033Z adding 'torch/distributions/transforms.py' 2024-08-06T20:45:15.1976565Z adding 'torch/distributions/uniform.py' 2024-08-06T20:45:15.1981745Z adding 'torch/distributions/utils.py' 2024-08-06T20:45:15.1986246Z adding 'torch/distributions/von_mises.py' 2024-08-06T20:45:15.1989956Z adding 'torch/distributions/weibull.py' 2024-08-06T20:45:15.1996110Z adding 'torch/distributions/wishart.py' 2024-08-06T20:45:15.2004528Z adding 'torch/export/__init__.py' 2024-08-06T20:45:15.2008805Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2024-08-06T20:45:15.2013367Z adding 'torch/export/_remove_effect_tokens_pass.py' 2024-08-06T20:45:15.2016989Z adding 'torch/export/_safeguard.py' 2024-08-06T20:45:15.2045450Z adding 'torch/export/_trace.py' 2024-08-06T20:45:15.2050902Z adding 'torch/export/_tree_utils.py' 2024-08-06T20:45:15.2056528Z adding 'torch/export/_unlift.py' 2024-08-06T20:45:15.2059772Z adding 'torch/export/custom_obj.py' 2024-08-06T20:45:15.2075708Z adding 'torch/export/dynamic_shapes.py' 2024-08-06T20:45:15.2092539Z adding 'torch/export/exported_program.py' 2024-08-06T20:45:15.2100330Z adding 'torch/export/graph_signature.py' 2024-08-06T20:45:15.2119356Z adding 'torch/export/unflatten.py' 2024-08-06T20:45:15.2124564Z adding 'torch/export/experimental/__init__.py' 2024-08-06T20:45:15.2137647Z adding 'torch/fft/__init__.py' 2024-08-06T20:45:15.2142669Z adding 'torch/func/__init__.py' 2024-08-06T20:45:15.2150049Z adding 'torch/futures/__init__.py' 2024-08-06T20:45:15.2155511Z adding 'torch/fx/__init__.py' 2024-08-06T20:45:15.2159032Z adding 'torch/fx/__init__.pyi' 2024-08-06T20:45:15.2161691Z adding 'torch/fx/_compatibility.py' 2024-08-06T20:45:15.2166326Z adding 'torch/fx/_lazy_graph_module.py' 2024-08-06T20:45:15.2170292Z adding 'torch/fx/_pytree.py' 2024-08-06T20:45:15.2189224Z adding 'torch/fx/_symbolic_trace.py' 2024-08-06T20:45:15.2193739Z adding 'torch/fx/_utils.py' 2024-08-06T20:45:15.2197061Z adding 'torch/fx/annotate.py' 2024-08-06T20:45:15.2200101Z adding 'torch/fx/config.py' 2024-08-06T20:45:15.2227357Z adding 'torch/fx/graph.py' 2024-08-06T20:45:15.2243813Z adding 'torch/fx/graph_module.py' 2024-08-06T20:45:15.2248314Z adding 'torch/fx/immutable_collections.py' 2024-08-06T20:45:15.2256309Z adding 'torch/fx/interpreter.py' 2024-08-06T20:45:15.2269896Z adding 'torch/fx/node.py' 2024-08-06T20:45:15.2279450Z adding 'torch/fx/operator_schemas.py' 2024-08-06T20:45:15.2289159Z adding 'torch/fx/proxy.py' 2024-08-06T20:45:15.2296508Z adding 'torch/fx/subgraph_rewriter.py' 2024-08-06T20:45:15.2300321Z adding 'torch/fx/tensor_type.py' 2024-08-06T20:45:15.2304028Z adding 'torch/fx/traceback.py' 2024-08-06T20:45:15.2308165Z adding 'torch/fx/experimental/__init__.py' 2024-08-06T20:45:15.2311266Z adding 'torch/fx/experimental/_backward_state.py' 2024-08-06T20:45:15.2315076Z adding 'torch/fx/experimental/_config.py' 2024-08-06T20:45:15.2318864Z adding 'torch/fx/experimental/_sym_dispatch_mode.py' 2024-08-06T20:45:15.2334918Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2024-08-06T20:45:15.2342258Z adding 'torch/fx/experimental/const_fold.py' 2024-08-06T20:45:15.2345692Z adding 'torch/fx/experimental/debug.py' 2024-08-06T20:45:15.2357144Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2024-08-06T20:45:15.2362588Z adding 'torch/fx/experimental/merge_matmul.py' 2024-08-06T20:45:15.2368141Z adding 'torch/fx/experimental/meta_tracer.py' 2024-08-06T20:45:15.2373124Z adding 'torch/fx/experimental/normalize.py' 2024-08-06T20:45:15.2380753Z adding 'torch/fx/experimental/optimization.py' 2024-08-06T20:45:15.2387271Z adding 'torch/fx/experimental/partitioner_utils.py' 2024-08-06T20:45:15.2416604Z adding 'torch/fx/experimental/proxy_tensor.py' 2024-08-06T20:45:15.2426933Z adding 'torch/fx/experimental/recording.py' 2024-08-06T20:45:15.2430541Z adding 'torch/fx/experimental/refinement_types.py' 2024-08-06T20:45:15.2434843Z adding 'torch/fx/experimental/rewriter.py' 2024-08-06T20:45:15.2439340Z adding 'torch/fx/experimental/schema_type_annotation.py' 2024-08-06T20:45:15.2457102Z adding 'torch/fx/experimental/sym_node.py' 2024-08-06T20:45:15.2557997Z adding 'torch/fx/experimental/symbolic_shapes.py' 2024-08-06T20:45:15.2567260Z adding 'torch/fx/experimental/unify_refinements.py' 2024-08-06T20:45:15.2579271Z adding 'torch/fx/experimental/validator.py' 2024-08-06T20:45:15.2583811Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2024-08-06T20:45:15.2589527Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2024-08-06T20:45:15.2603888Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2024-08-06T20:45:15.2617969Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2024-08-06T20:45:15.2621790Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2024-08-06T20:45:15.2627813Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2024-08-06T20:45:15.2631360Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2024-08-06T20:45:15.2634447Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2024-08-06T20:45:15.2638278Z adding 'torch/fx/experimental/unification/__init__.py' 2024-08-06T20:45:15.2641770Z adding 'torch/fx/experimental/unification/core.py' 2024-08-06T20:45:15.2644723Z adding 'torch/fx/experimental/unification/dispatch.py' 2024-08-06T20:45:15.2648392Z adding 'torch/fx/experimental/unification/match.py' 2024-08-06T20:45:15.2652013Z adding 'torch/fx/experimental/unification/more.py' 2024-08-06T20:45:15.2657515Z adding 'torch/fx/experimental/unification/unification_tools.py' 2024-08-06T20:45:15.2661426Z adding 'torch/fx/experimental/unification/utils.py' 2024-08-06T20:45:15.2664883Z adding 'torch/fx/experimental/unification/variable.py' 2024-08-06T20:45:15.2668704Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2024-08-06T20:45:15.2672455Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2024-08-06T20:45:15.2676203Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2024-08-06T20:45:15.2682956Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2024-08-06T20:45:15.2687233Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2024-08-06T20:45:15.2690957Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2024-08-06T20:45:15.2694917Z adding 'torch/fx/passes/__init__.py' 2024-08-06T20:45:15.2698170Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2024-08-06T20:45:15.2701654Z adding 'torch/fx/passes/fake_tensor_prop.py' 2024-08-06T20:45:15.2708325Z adding 'torch/fx/passes/graph_drawer.py' 2024-08-06T20:45:15.2712628Z adding 'torch/fx/passes/graph_manipulation.py' 2024-08-06T20:45:15.2716330Z adding 'torch/fx/passes/graph_transform_observer.py' 2024-08-06T20:45:15.2727648Z adding 'torch/fx/passes/net_min_base.py' 2024-08-06T20:45:15.2733138Z adding 'torch/fx/passes/operator_support.py' 2024-08-06T20:45:15.2737021Z adding 'torch/fx/passes/param_fetch.py' 2024-08-06T20:45:15.2741704Z adding 'torch/fx/passes/pass_manager.py' 2024-08-06T20:45:15.2755119Z adding 'torch/fx/passes/reinplace.py' 2024-08-06T20:45:15.2765082Z adding 'torch/fx/passes/runtime_assert.py' 2024-08-06T20:45:15.2770315Z adding 'torch/fx/passes/shape_prop.py' 2024-08-06T20:45:15.2779667Z adding 'torch/fx/passes/split_module.py' 2024-08-06T20:45:15.2785963Z adding 'torch/fx/passes/split_utils.py' 2024-08-06T20:45:15.2798105Z adding 'torch/fx/passes/splitter_base.py' 2024-08-06T20:45:15.2804516Z adding 'torch/fx/passes/tools_common.py' 2024-08-06T20:45:15.2808466Z adding 'torch/fx/passes/backends/__init__.py' 2024-08-06T20:45:15.2811776Z adding 'torch/fx/passes/backends/cudagraphs.py' 2024-08-06T20:45:15.2815274Z adding 'torch/fx/passes/dialect/__init__.py' 2024-08-06T20:45:15.2818690Z adding 'torch/fx/passes/dialect/common/__init__.py' 2024-08-06T20:45:15.2822716Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2024-08-06T20:45:15.2826417Z adding 'torch/fx/passes/infra/__init__.py' 2024-08-06T20:45:15.2833031Z adding 'torch/fx/passes/infra/partitioner.py' 2024-08-06T20:45:15.2837160Z adding 'torch/fx/passes/infra/pass_base.py' 2024-08-06T20:45:15.2842926Z adding 'torch/fx/passes/infra/pass_manager.py' 2024-08-06T20:45:15.2846872Z adding 'torch/fx/passes/tests/__init__.py' 2024-08-06T20:45:15.2850134Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2024-08-06T20:45:15.2853926Z adding 'torch/fx/passes/utils/__init__.py' 2024-08-06T20:45:15.2857779Z adding 'torch/fx/passes/utils/common.py' 2024-08-06T20:45:15.2863133Z adding 'torch/fx/passes/utils/fuser_utils.py' 2024-08-06T20:45:15.2870805Z adding 'torch/fx/passes/utils/matcher_utils.py' 2024-08-06T20:45:15.2875393Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2024-08-06T20:45:15.2879651Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2024-08-06T20:45:15.2893434Z adding 'torch/include/cpuinfo.h' 2024-08-06T20:45:15.2897910Z adding 'torch/include/dnnl.h' 2024-08-06T20:45:15.2902241Z adding 'torch/include/dnnl_config.h' 2024-08-06T20:45:15.2905515Z adding 'torch/include/dnnl_debug.h' 2024-08-06T20:45:15.2909171Z adding 'torch/include/dnnl_ocl.h' 2024-08-06T20:45:15.2912220Z adding 'torch/include/dnnl_sycl.h' 2024-08-06T20:45:15.2915435Z adding 'torch/include/dnnl_sycl_types.h' 2024-08-06T20:45:15.2918580Z adding 'torch/include/dnnl_threadpool.h' 2024-08-06T20:45:15.2921750Z adding 'torch/include/dnnl_types.h' 2024-08-06T20:45:15.2924762Z adding 'torch/include/dnnl_version.h' 2024-08-06T20:45:15.2927838Z adding 'torch/include/experiments-config.h' 2024-08-06T20:45:15.2930595Z adding 'torch/include/fp16.h' 2024-08-06T20:45:15.2935870Z adding 'torch/include/fxdiv.h' 2024-08-06T20:45:15.2939410Z adding 'torch/include/libshm.h' 2024-08-06T20:45:15.2949454Z adding 'torch/include/psimd.h' 2024-08-06T20:45:15.2964318Z adding 'torch/include/pthreadpool.h' 2024-08-06T20:45:15.3003397Z adding 'torch/include/sleef.h' 2024-08-06T20:45:15.3046650Z adding 'torch/include/xnnpack.h' 2024-08-06T20:45:15.3058480Z adding 'torch/include/ATen/ATen.h' 2024-08-06T20:45:15.3062651Z adding 'torch/include/ATen/AccumulateType.h' 2024-08-06T20:45:15.3065788Z adding 'torch/include/ATen/ArrayRef.h' 2024-08-06T20:45:15.3068525Z adding 'torch/include/ATen/Backend.h' 2024-08-06T20:45:15.3071330Z adding 'torch/include/ATen/Backtrace.h' 2024-08-06T20:45:15.3074717Z adding 'torch/include/ATen/BlasBackend.h' 2024-08-06T20:45:15.3079816Z adding 'torch/include/ATen/CPUApplyUtils.h' 2024-08-06T20:45:15.3083225Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2024-08-06T20:45:15.3086509Z adding 'torch/include/ATen/CPUFunctions.h' 2024-08-06T20:45:15.3093538Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2024-08-06T20:45:15.3096622Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2024-08-06T20:45:15.3100228Z adding 'torch/include/ATen/CUDAFunctions.h' 2024-08-06T20:45:15.3106933Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2024-08-06T20:45:15.3110904Z adding 'torch/include/ATen/CachedTensorUtils.h' 2024-08-06T20:45:15.3114460Z adding 'torch/include/ATen/CollapseDims.h' 2024-08-06T20:45:15.3118345Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2024-08-06T20:45:15.3125370Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2024-08-06T20:45:15.3129904Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2024-08-06T20:45:15.3135185Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2024-08-06T20:45:15.3139232Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2024-08-06T20:45:15.3145848Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2024-08-06T20:45:15.3150428Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2024-08-06T20:45:15.3153597Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2024-08-06T20:45:15.3156727Z adding 'torch/include/ATen/Config.h' 2024-08-06T20:45:15.3164173Z adding 'torch/include/ATen/Context.h' 2024-08-06T20:45:15.3167957Z adding 'torch/include/ATen/DLConvertor.h' 2024-08-06T20:45:15.3170850Z adding 'torch/include/ATen/Device.h' 2024-08-06T20:45:15.3174161Z adding 'torch/include/ATen/DeviceAccelerator.h' 2024-08-06T20:45:15.3177119Z adding 'torch/include/ATen/DeviceGuard.h' 2024-08-06T20:45:15.3180062Z adding 'torch/include/ATen/DimVector.h' 2024-08-06T20:45:15.3182788Z adding 'torch/include/ATen/Dimname.h' 2024-08-06T20:45:15.3191754Z adding 'torch/include/ATen/Dispatch.h' 2024-08-06T20:45:15.3199238Z adding 'torch/include/ATen/Dispatch_v2.h' 2024-08-06T20:45:15.3203457Z adding 'torch/include/ATen/DynamicLibrary.h' 2024-08-06T20:45:15.3207347Z adding 'torch/include/ATen/EmptyTensor.h' 2024-08-06T20:45:15.3210051Z adding 'torch/include/ATen/ExpandBase.h' 2024-08-06T20:45:15.3215830Z adding 'torch/include/ATen/ExpandUtils.h' 2024-08-06T20:45:15.3219131Z adding 'torch/include/ATen/Formatting.h' 2024-08-06T20:45:15.3222447Z adding 'torch/include/ATen/FuncTorchTLS.h' 2024-08-06T20:45:15.3227457Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2024-08-06T20:45:15.3234933Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2024-08-06T20:45:15.3246731Z adding 'torch/include/ATen/Functions.h' 2024-08-06T20:45:15.3250879Z adding 'torch/include/ATen/Generator.h' 2024-08-06T20:45:15.3254234Z adding 'torch/include/ATen/InferSize.h' 2024-08-06T20:45:15.3257285Z adding 'torch/include/ATen/InitialTensorOptions.h' 2024-08-06T20:45:15.3260035Z adding 'torch/include/ATen/Layout.h' 2024-08-06T20:45:15.3263245Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2024-08-06T20:45:15.3267452Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2024-08-06T20:45:15.3270934Z adding 'torch/include/ATen/LegacyVmapMode.h' 2024-08-06T20:45:15.3276389Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2024-08-06T20:45:15.3279477Z adding 'torch/include/ATen/LinalgBackend.h' 2024-08-06T20:45:15.3283061Z adding 'torch/include/ATen/MapAllocator.h' 2024-08-06T20:45:15.3286797Z adding 'torch/include/ATen/MatrixRef.h' 2024-08-06T20:45:15.3289993Z adding 'torch/include/ATen/MemoryOverlap.h' 2024-08-06T20:45:15.3293386Z adding 'torch/include/ATen/MetaFunctions.h' 2024-08-06T20:45:15.3297969Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2024-08-06T20:45:15.3303187Z adding 'torch/include/ATen/MethodOperators.h' 2024-08-06T20:45:15.3306983Z adding 'torch/include/ATen/NamedTensor.h' 2024-08-06T20:45:15.3310598Z adding 'torch/include/ATen/NamedTensorUtils.h' 2024-08-06T20:45:15.3321560Z adding 'torch/include/ATen/NativeFunctions.h' 2024-08-06T20:45:15.3333160Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2024-08-06T20:45:15.3339878Z adding 'torch/include/ATen/NestedTensorImpl.h' 2024-08-06T20:45:15.3343734Z adding 'torch/include/ATen/NumericUtils.h' 2024-08-06T20:45:15.3347263Z adding 'torch/include/ATen/OpMathType.h' 2024-08-06T20:45:15.3351727Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2024-08-06T20:45:15.3362802Z adding 'torch/include/ATen/Operators.h' 2024-08-06T20:45:15.3367068Z adding 'torch/include/ATen/PTThreadPool.h' 2024-08-06T20:45:15.3370055Z adding 'torch/include/ATen/PadNd.h' 2024-08-06T20:45:15.3373477Z adding 'torch/include/ATen/Parallel-inl.h' 2024-08-06T20:45:15.3377506Z adding 'torch/include/ATen/Parallel.h' 2024-08-06T20:45:15.3380731Z adding 'torch/include/ATen/ParallelFuture.h' 2024-08-06T20:45:15.3383518Z adding 'torch/include/ATen/ParallelNative.h' 2024-08-06T20:45:15.3386716Z adding 'torch/include/ATen/ParallelOpenMP.h' 2024-08-06T20:45:15.3389906Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2024-08-06T20:45:15.3651495Z adding 'torch/include/ATen/RedispatchFunctions.h' 2024-08-06T20:45:15.3835885Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2024-08-06T20:45:15.3857771Z adding 'torch/include/ATen/SavedTensorHooks.h' 2024-08-06T20:45:15.3860639Z adding 'torch/include/ATen/Scalar.h' 2024-08-06T20:45:15.3863908Z adding 'torch/include/ATen/ScalarOps.h' 2024-08-06T20:45:15.3866753Z adding 'torch/include/ATen/ScalarType.h' 2024-08-06T20:45:15.3869650Z adding 'torch/include/ATen/SequenceNumber.h' 2024-08-06T20:45:15.3872338Z adding 'torch/include/ATen/SmallVector.h' 2024-08-06T20:45:15.3877254Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2024-08-06T20:45:15.3883102Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2024-08-06T20:45:15.3889646Z adding 'torch/include/ATen/SparseTensorImpl.h' 2024-08-06T20:45:15.3892845Z adding 'torch/include/ATen/Storage.h' 2024-08-06T20:45:15.3896061Z adding 'torch/include/ATen/StorageUtils.h' 2024-08-06T20:45:15.3898850Z adding 'torch/include/ATen/Tensor.h' 2024-08-06T20:45:15.3901640Z adding 'torch/include/ATen/TensorAccessor.h' 2024-08-06T20:45:15.3905229Z adding 'torch/include/ATen/TensorGeometry.h' 2024-08-06T20:45:15.3914607Z adding 'torch/include/ATen/TensorIndexing.h' 2024-08-06T20:45:15.3929888Z adding 'torch/include/ATen/TensorIterator.h' 2024-08-06T20:45:15.3934253Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2024-08-06T20:45:15.3938374Z adding 'torch/include/ATen/TensorMeta.h' 2024-08-06T20:45:15.3942108Z adding 'torch/include/ATen/TensorNames.h' 2024-08-06T20:45:15.3945532Z adding 'torch/include/ATen/TensorOperators.h' 2024-08-06T20:45:15.3948332Z adding 'torch/include/ATen/TensorOptions.h' 2024-08-06T20:45:15.3952012Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2024-08-06T20:45:15.3956362Z adding 'torch/include/ATen/TensorUtils.h' 2024-08-06T20:45:15.3959609Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2024-08-06T20:45:15.3963753Z adding 'torch/include/ATen/ThreadLocalState.h' 2024-08-06T20:45:15.3968679Z adding 'torch/include/ATen/TracerMode.h' 2024-08-06T20:45:15.3972493Z adding 'torch/include/ATen/TypeDefault.h' 2024-08-06T20:45:15.3975664Z adding 'torch/include/ATen/Utils.h' 2024-08-06T20:45:15.3978795Z adding 'torch/include/ATen/Version.h' 2024-08-06T20:45:15.4150715Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2024-08-06T20:45:15.4194556Z adding 'torch/include/ATen/WrapDimUtils.h' 2024-08-06T20:45:15.4198719Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2024-08-06T20:45:15.4209810Z adding 'torch/include/ATen/autocast_mode.h' 2024-08-06T20:45:15.4213053Z adding 'torch/include/ATen/ceil_div.h' 2024-08-06T20:45:15.4218410Z adding 'torch/include/ATen/code_template.h' 2024-08-06T20:45:15.4222500Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2024-08-06T20:45:15.4225660Z adding 'torch/include/ATen/div_rtn.h' 2024-08-06T20:45:15.4230480Z adding 'torch/include/ATen/dlpack.h' 2024-08-06T20:45:15.4233770Z adding 'torch/include/ATen/jit_macros.h' 2024-08-06T20:45:15.4237740Z adding 'torch/include/ATen/jiterator_macros.h' 2024-08-06T20:45:15.4246381Z adding 'torch/include/ATen/record_function.h' 2024-08-06T20:45:15.4252090Z adding 'torch/include/ATen/core/ATenGeneral.h' 2024-08-06T20:45:15.4255496Z adding 'torch/include/ATen/core/ATenOpList.h' 2024-08-06T20:45:15.4258156Z adding 'torch/include/ATen/core/ATen_fwd.h' 2024-08-06T20:45:15.4262214Z adding 'torch/include/ATen/core/ATen_pch.h' 2024-08-06T20:45:15.4265489Z adding 'torch/include/ATen/core/Array.h' 2024-08-06T20:45:15.4268478Z adding 'torch/include/ATen/core/Backtrace.h' 2024-08-06T20:45:15.4274896Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2024-08-06T20:45:15.4278655Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2024-08-06T20:45:15.4282472Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2024-08-06T20:45:15.4285723Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2024-08-06T20:45:15.4292046Z adding 'torch/include/ATen/core/Dict.h' 2024-08-06T20:45:15.4297010Z adding 'torch/include/ATen/core/Dict_inl.h' 2024-08-06T20:45:15.4300103Z adding 'torch/include/ATen/core/DimVector.h' 2024-08-06T20:45:15.4303246Z adding 'torch/include/ATen/core/Dimname.h' 2024-08-06T20:45:15.4308315Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2024-08-06T20:45:15.4311701Z adding 'torch/include/ATen/core/Formatting.h' 2024-08-06T20:45:15.4316371Z adding 'torch/include/ATen/core/Generator.h' 2024-08-06T20:45:15.4319864Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2024-08-06T20:45:15.4328111Z adding 'torch/include/ATen/core/IListRef.h' 2024-08-06T20:45:15.4332578Z adding 'torch/include/ATen/core/IListRef_inl.h' 2024-08-06T20:45:15.4336910Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2024-08-06T20:45:15.4343512Z adding 'torch/include/ATen/core/List.h' 2024-08-06T20:45:15.4348960Z adding 'torch/include/ATen/core/List_inl.h' 2024-08-06T20:45:15.4353922Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2024-08-06T20:45:15.4358420Z adding 'torch/include/ATen/core/NamedTensor.h' 2024-08-06T20:45:15.4362887Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2024-08-06T20:45:15.4367861Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2024-08-06T20:45:15.4371167Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2024-08-06T20:45:15.4374277Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2024-08-06T20:45:15.4377695Z adding 'torch/include/ATen/core/QuantizerBase.h' 2024-08-06T20:45:15.4380899Z adding 'torch/include/ATen/core/Range.h' 2024-08-06T20:45:15.4383845Z adding 'torch/include/ATen/core/Reduction.h' 2024-08-06T20:45:15.4386571Z adding 'torch/include/ATen/core/Scalar.h' 2024-08-06T20:45:15.4389329Z adding 'torch/include/ATen/core/ScalarType.h' 2024-08-06T20:45:15.4392707Z adding 'torch/include/ATen/core/Tensor.h' 2024-08-06T20:45:15.4397523Z adding 'torch/include/ATen/core/TensorAccessor.h' 2024-08-06T20:45:15.4412425Z adding 'torch/include/ATen/core/TensorBase.h' 2024-08-06T20:45:15.4467305Z adding 'torch/include/ATen/core/TensorBody.h' 2024-08-06T20:45:15.4476924Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2024-08-06T20:45:15.4481369Z adding 'torch/include/ATen/core/TransformationHelper.h' 2024-08-06T20:45:15.4484399Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2024-08-06T20:45:15.4487361Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2024-08-06T20:45:15.4491070Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2024-08-06T20:45:15.4494605Z adding 'torch/include/ATen/core/Variadic.h' 2024-08-06T20:45:15.4498103Z adding 'torch/include/ATen/core/Vitals.h' 2024-08-06T20:45:15.4502025Z adding 'torch/include/ATen/core/alias_info.h' 2024-08-06T20:45:15.4517151Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2024-08-06T20:45:15.4522840Z adding 'torch/include/ATen/core/blob.h' 2024-08-06T20:45:15.4526260Z adding 'torch/include/ATen/core/builtin_function.h' 2024-08-06T20:45:15.4532623Z adding 'torch/include/ATen/core/class_type.h' 2024-08-06T20:45:15.4536119Z adding 'torch/include/ATen/core/custom_class.h' 2024-08-06T20:45:15.4541520Z adding 'torch/include/ATen/core/dynamic_type.h' 2024-08-06T20:45:15.4544779Z adding 'torch/include/ATen/core/enum_tag.h' 2024-08-06T20:45:15.4548300Z adding 'torch/include/ATen/core/enum_type.h' 2024-08-06T20:45:15.4552101Z adding 'torch/include/ATen/core/function.h' 2024-08-06T20:45:15.4561974Z adding 'torch/include/ATen/core/function_schema.h' 2024-08-06T20:45:15.4569099Z adding 'torch/include/ATen/core/function_schema_inl.h' 2024-08-06T20:45:15.4572698Z adding 'torch/include/ATen/core/functional.h' 2024-08-06T20:45:15.4575592Z adding 'torch/include/ATen/core/grad_mode.h' 2024-08-06T20:45:15.4581609Z adding 'torch/include/ATen/core/interned_strings.h' 2024-08-06T20:45:15.4584776Z adding 'torch/include/ATen/core/interned_strings_class.h' 2024-08-06T20:45:15.4604776Z adding 'torch/include/ATen/core/ivalue.h' 2024-08-06T20:45:15.4634566Z adding 'torch/include/ATen/core/ivalue_inl.h' 2024-08-06T20:45:15.4640538Z adding 'torch/include/ATen/core/ivalue_to.h' 2024-08-06T20:45:15.4663314Z adding 'torch/include/ATen/core/jit_type.h' 2024-08-06T20:45:15.4673607Z adding 'torch/include/ATen/core/jit_type_base.h' 2024-08-06T20:45:15.4678164Z adding 'torch/include/ATen/core/operator_name.h' 2024-08-06T20:45:15.4682244Z adding 'torch/include/ATen/core/qualified_name.h' 2024-08-06T20:45:15.4685735Z adding 'torch/include/ATen/core/rref_interface.h' 2024-08-06T20:45:15.4690231Z adding 'torch/include/ATen/core/stack.h' 2024-08-06T20:45:15.4695056Z adding 'torch/include/ATen/core/symbol.h' 2024-08-06T20:45:15.4698567Z adding 'torch/include/ATen/core/type_factory.h' 2024-08-06T20:45:15.4701976Z adding 'torch/include/ATen/core/type_ptr.h' 2024-08-06T20:45:15.4704769Z adding 'torch/include/ATen/core/typeid.h' 2024-08-06T20:45:15.4710666Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2024-08-06T20:45:15.4714588Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2024-08-06T20:45:15.4719568Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2024-08-06T20:45:15.4724865Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2024-08-06T20:45:15.4729108Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2024-08-06T20:45:15.4732594Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2024-08-06T20:45:15.4736099Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2024-08-06T20:45:15.4742064Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2024-08-06T20:45:15.4751930Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2024-08-06T20:45:15.4757395Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2024-08-06T20:45:15.4761248Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2024-08-06T20:45:15.4766840Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2024-08-06T20:45:15.4780078Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2024-08-06T20:45:15.4783600Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2024-08-06T20:45:15.4790045Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2024-08-06T20:45:15.4793728Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2024-08-06T20:45:15.4797059Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2024-08-06T20:45:15.4801454Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2024-08-06T20:45:15.4806323Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2024-08-06T20:45:15.4810903Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2024-08-06T20:45:15.4819622Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2024-08-06T20:45:15.4824127Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2024-08-06T20:45:15.4827369Z adding 'torch/include/ATen/cpu/Utils.h' 2024-08-06T20:45:15.4831639Z adding 'torch/include/ATen/cpu/vml.h' 2024-08-06T20:45:15.4835718Z adding 'torch/include/ATen/cpu/vec/functional.h' 2024-08-06T20:45:15.4840533Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2024-08-06T20:45:15.4846966Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2024-08-06T20:45:15.4850981Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2024-08-06T20:45:15.4854322Z adding 'torch/include/ATen/cpu/vec/vec.h' 2024-08-06T20:45:15.4866261Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2024-08-06T20:45:15.4870714Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2024-08-06T20:45:15.4873955Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2024-08-06T20:45:15.4878917Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2024-08-06T20:45:15.4884118Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2024-08-06T20:45:15.4889695Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2024-08-06T20:45:15.4893378Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2024-08-06T20:45:15.4898166Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2024-08-06T20:45:15.4909112Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2024-08-06T20:45:15.4917456Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2024-08-06T20:45:15.4924396Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2024-08-06T20:45:15.4929043Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2024-08-06T20:45:15.4934406Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2024-08-06T20:45:15.4941929Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2024-08-06T20:45:15.4950385Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2024-08-06T20:45:15.4959024Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h' 2024-08-06T20:45:15.4973132Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2024-08-06T20:45:15.4978151Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2024-08-06T20:45:15.4989026Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2024-08-06T20:45:15.4994416Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2024-08-06T20:45:15.4999094Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2024-08-06T20:45:15.5006635Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2024-08-06T20:45:15.5014532Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2024-08-06T20:45:15.5020336Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2024-08-06T20:45:15.5026336Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2024-08-06T20:45:15.5031858Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2024-08-06T20:45:15.5037222Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2024-08-06T20:45:15.5042147Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2024-08-06T20:45:15.5047205Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2024-08-06T20:45:15.5053326Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2024-08-06T20:45:15.5059715Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2024-08-06T20:45:15.5067457Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2024-08-06T20:45:15.5091821Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2024-08-06T20:45:15.5099703Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2024-08-06T20:45:15.5340354Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2024-08-06T20:45:15.5350090Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2024-08-06T20:45:15.5359587Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2024-08-06T20:45:15.5364666Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2024-08-06T20:45:15.5370604Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2024-08-06T20:45:15.5379850Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2024-08-06T20:45:15.5392616Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2024-08-06T20:45:15.5398021Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2024-08-06T20:45:15.5415402Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2024-08-06T20:45:15.5421209Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2024-08-06T20:45:15.5425205Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2024-08-06T20:45:15.5427859Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2024-08-06T20:45:15.5434763Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2024-08-06T20:45:15.5443574Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2024-08-06T20:45:15.5449011Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2024-08-06T20:45:15.5452401Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2024-08-06T20:45:15.5455932Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2024-08-06T20:45:15.5459468Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2024-08-06T20:45:15.5462547Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2024-08-06T20:45:15.5467433Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2024-08-06T20:45:15.5472238Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2024-08-06T20:45:15.5477036Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2024-08-06T20:45:15.5479856Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2024-08-06T20:45:15.5483248Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2024-08-06T20:45:15.5487839Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2024-08-06T20:45:15.5493406Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2024-08-06T20:45:15.5495795Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2024-08-06T20:45:15.5498988Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2024-08-06T20:45:15.5502093Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2024-08-06T20:45:15.5505660Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2024-08-06T20:45:15.5508759Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2024-08-06T20:45:15.5513317Z adding 'torch/include/ATen/cuda/Exceptions.h' 2024-08-06T20:45:15.5517439Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2024-08-06T20:45:15.5520597Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2024-08-06T20:45:15.5523499Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2024-08-06T20:45:15.5526107Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2024-08-06T20:45:15.5529123Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2024-08-06T20:45:15.5533217Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2024-08-06T20:45:15.5535515Z adding 'torch/include/ATen/cuda/Sleep.h' 2024-08-06T20:45:15.5538569Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2024-08-06T20:45:15.5544768Z adding 'torch/include/ATen/cuda/cub.cuh' 2024-08-06T20:45:15.5548218Z adding 'torch/include/ATen/cuda/cub.h' 2024-08-06T20:45:15.5551656Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2024-08-06T20:45:15.5554909Z adding 'torch/include/ATen/cuda/jiterator.h' 2024-08-06T20:45:15.5559258Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2024-08-06T20:45:15.5562271Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2024-08-06T20:45:15.5567008Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2024-08-06T20:45:15.5571744Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2024-08-06T20:45:15.5575032Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2024-08-06T20:45:15.5578990Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2024-08-06T20:45:15.5582866Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2024-08-06T20:45:15.5585526Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2024-08-06T20:45:15.5589265Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2024-08-06T20:45:15.5592616Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2024-08-06T20:45:15.5596401Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2024-08-06T20:45:15.5599745Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2024-08-06T20:45:15.5604960Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2024-08-06T20:45:15.5611269Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2024-08-06T20:45:15.5616287Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2024-08-06T20:45:15.5619531Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2024-08-06T20:45:15.5623976Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2024-08-06T20:45:15.5628715Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2024-08-06T20:45:15.5634178Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2024-08-06T20:45:15.5641776Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2024-08-06T20:45:15.5645038Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2024-08-06T20:45:15.5647913Z adding 'torch/include/ATen/cudnn/Handle.h' 2024-08-06T20:45:15.5650653Z adding 'torch/include/ATen/cudnn/Handles.h' 2024-08-06T20:45:15.5653609Z adding 'torch/include/ATen/cudnn/Types.h' 2024-08-06T20:45:15.5656567Z adding 'torch/include/ATen/cudnn/Utils.h' 2024-08-06T20:45:15.5659461Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2024-08-06T20:45:15.5663635Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2024-08-06T20:45:15.5668138Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2024-08-06T20:45:15.5699442Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2024-08-06T20:45:15.5702971Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2024-08-06T20:45:15.5706179Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2024-08-06T20:45:15.5709323Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2024-08-06T20:45:15.5712946Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2024-08-06T20:45:15.5716731Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2024-08-06T20:45:15.5720143Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2024-08-06T20:45:15.5723506Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2024-08-06T20:45:15.5728230Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2024-08-06T20:45:15.5734783Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2024-08-06T20:45:15.5738895Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2024-08-06T20:45:15.5743535Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2024-08-06T20:45:15.5747551Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2024-08-06T20:45:15.5751893Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2024-08-06T20:45:15.5755397Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2024-08-06T20:45:15.5760218Z adding 'torch/include/ATen/functorch/Interpreter.h' 2024-08-06T20:45:15.5765499Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2024-08-06T20:45:15.5768508Z adding 'torch/include/ATen/functorch/Macros.h' 2024-08-06T20:45:15.5772338Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2024-08-06T20:45:15.5776490Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2024-08-06T20:45:15.5779742Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2024-08-06T20:45:15.5784562Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2024-08-06T20:45:15.5787724Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2024-08-06T20:45:15.5793756Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2024-08-06T20:45:15.5798620Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2024-08-06T20:45:15.5803046Z adding 'torch/include/ATen/miopen/Descriptors.h' 2024-08-06T20:45:15.5806477Z adding 'torch/include/ATen/miopen/Exceptions.h' 2024-08-06T20:45:15.5809833Z adding 'torch/include/ATen/miopen/Handle.h' 2024-08-06T20:45:15.5812301Z adding 'torch/include/ATen/miopen/Types.h' 2024-08-06T20:45:15.5815544Z adding 'torch/include/ATen/miopen/Utils.h' 2024-08-06T20:45:15.5818094Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2024-08-06T20:45:15.5822067Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2024-08-06T20:45:15.5828842Z adding 'torch/include/ATen/mps/IndexKernels.h' 2024-08-06T20:45:15.5838221Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2024-08-06T20:45:15.5842276Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2024-08-06T20:45:15.5846068Z adding 'torch/include/ATen/mps/MPSDevice.h' 2024-08-06T20:45:15.5849882Z adding 'torch/include/ATen/mps/MPSEvent.h' 2024-08-06T20:45:15.5853150Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2024-08-06T20:45:15.5857343Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2024-08-06T20:45:15.5861157Z adding 'torch/include/ATen/mps/MPSHooks.h' 2024-08-06T20:45:15.5868406Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2024-08-06T20:45:15.5872707Z adding 'torch/include/ATen/mps/MPSStream.h' 2024-08-06T20:45:15.5879362Z adding 'torch/include/ATen/native/Activation.h' 2024-08-06T20:45:15.5883450Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2024-08-06T20:45:15.5886028Z adding 'torch/include/ATen/native/AmpKernels.h' 2024-08-06T20:45:15.5890684Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2024-08-06T20:45:15.5894873Z adding 'torch/include/ATen/native/BinaryOps.h' 2024-08-06T20:45:15.5899848Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2024-08-06T20:45:15.5903524Z adding 'torch/include/ATen/native/CPUBlas.h' 2024-08-06T20:45:15.5907131Z adding 'torch/include/ATen/native/CPUFallback.h' 2024-08-06T20:45:15.5923429Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2024-08-06T20:45:15.5923934Z adding 'torch/include/ATen/native/ComplexHelper.h' 2024-08-06T20:45:15.5924355Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2024-08-06T20:45:15.5924839Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2024-08-06T20:45:15.5928831Z adding 'torch/include/ATen/native/ConvUtils.h' 2024-08-06T20:45:15.5932096Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2024-08-06T20:45:15.5935418Z adding 'torch/include/ATen/native/Copy.h' 2024-08-06T20:45:15.5938120Z adding 'torch/include/ATen/native/Cross.h' 2024-08-06T20:45:15.5942394Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2024-08-06T20:45:15.5948312Z adding 'torch/include/ATen/native/DispatchStub.h' 2024-08-06T20:45:15.5952152Z adding 'torch/include/ATen/native/Distance.h' 2024-08-06T20:45:15.5958928Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2024-08-06T20:45:15.5968983Z adding 'torch/include/ATen/native/Distributions.h' 2024-08-06T20:45:15.5972758Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2024-08-06T20:45:15.5976030Z adding 'torch/include/ATen/native/Fill.h' 2024-08-06T20:45:15.5982324Z adding 'torch/include/ATen/native/ForeachUtils.h' 2024-08-06T20:45:15.5986266Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2024-08-06T20:45:15.5989298Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2024-08-06T20:45:15.5992434Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2024-08-06T20:45:15.5995539Z adding 'torch/include/ATen/native/FusedAdam.h' 2024-08-06T20:45:15.5998544Z adding 'torch/include/ATen/native/FusedSGD.h' 2024-08-06T20:45:15.6003424Z adding 'torch/include/ATen/native/GridSampler.h' 2024-08-06T20:45:15.6007421Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2024-08-06T20:45:15.6010652Z adding 'torch/include/ATen/native/Histogram.h' 2024-08-06T20:45:15.6014391Z adding 'torch/include/ATen/native/IndexKernel.h' 2024-08-06T20:45:15.6017915Z adding 'torch/include/ATen/native/IndexingUtils.h' 2024-08-06T20:45:15.6021454Z adding 'torch/include/ATen/native/Lerp.h' 2024-08-06T20:45:15.6024513Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2024-08-06T20:45:15.6035517Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2024-08-06T20:45:15.6039593Z adding 'torch/include/ATen/native/LossMulti.h' 2024-08-06T20:45:15.6087223Z adding 'torch/include/ATen/native/Math.h' 2024-08-06T20:45:15.6093998Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2024-08-06T20:45:15.6098782Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2024-08-06T20:45:15.6102630Z adding 'torch/include/ATen/native/MaxPooling.h' 2024-08-06T20:45:15.6105646Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2024-08-06T20:45:15.6109174Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2024-08-06T20:45:15.6112506Z adding 'torch/include/ATen/native/Normalization.h' 2024-08-06T20:45:15.6115670Z adding 'torch/include/ATen/native/Padding.h' 2024-08-06T20:45:15.6118807Z adding 'torch/include/ATen/native/PixelShuffle.h' 2024-08-06T20:45:15.6121861Z adding 'torch/include/ATen/native/PointwiseOps.h' 2024-08-06T20:45:15.6127357Z adding 'torch/include/ATen/native/Pool.h' 2024-08-06T20:45:15.6130971Z adding 'torch/include/ATen/native/Pow.h' 2024-08-06T20:45:15.6134217Z adding 'torch/include/ATen/native/RNN.h' 2024-08-06T20:45:15.6137203Z adding 'torch/include/ATen/native/RangeFactories.h' 2024-08-06T20:45:15.6140227Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2024-08-06T20:45:15.6143404Z adding 'torch/include/ATen/native/ReduceOps.h' 2024-08-06T20:45:15.6149658Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2024-08-06T20:45:15.6153218Z adding 'torch/include/ATen/native/ReductionType.h' 2024-08-06T20:45:15.6156793Z adding 'torch/include/ATen/native/Repeat.h' 2024-08-06T20:45:15.6161386Z adding 'torch/include/ATen/native/Resize.h' 2024-08-06T20:45:15.6165099Z adding 'torch/include/ATen/native/ResizeCommon.h' 2024-08-06T20:45:15.6168686Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2024-08-06T20:45:15.6171808Z adding 'torch/include/ATen/native/SegmentReduce.h' 2024-08-06T20:45:15.6177320Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2024-08-06T20:45:15.6181127Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2024-08-06T20:45:15.6184270Z adding 'torch/include/ATen/native/Sorting.h' 2024-08-06T20:45:15.6187619Z adding 'torch/include/ATen/native/SortingUtils.h' 2024-08-06T20:45:15.6192066Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2024-08-06T20:45:15.6196225Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2024-08-06T20:45:15.6200494Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2024-08-06T20:45:15.6203935Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2024-08-06T20:45:15.6207695Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2024-08-06T20:45:15.6210883Z adding 'torch/include/ATen/native/TensorCompare.h' 2024-08-06T20:45:15.6214115Z adding 'torch/include/ATen/native/TensorConversions.h' 2024-08-06T20:45:15.6217333Z adding 'torch/include/ATen/native/TensorDimApply.h' 2024-08-06T20:45:15.6221400Z adding 'torch/include/ATen/native/TensorFactories.h' 2024-08-06T20:45:15.6224331Z adding 'torch/include/ATen/native/TensorIterator.h' 2024-08-06T20:45:15.6227651Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2024-08-06T20:45:15.6230467Z adding 'torch/include/ATen/native/TensorProperties.h' 2024-08-06T20:45:15.6234272Z adding 'torch/include/ATen/native/TensorShape.h' 2024-08-06T20:45:15.6237682Z adding 'torch/include/ATen/native/TensorTransformations.h' 2024-08-06T20:45:15.6241352Z adding 'torch/include/ATen/native/TopKImpl.h' 2024-08-06T20:45:15.6244770Z adding 'torch/include/ATen/native/TransposeType.h' 2024-08-06T20:45:15.6247977Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2024-08-06T20:45:15.6250862Z adding 'torch/include/ATen/native/TypeProperties.h' 2024-08-06T20:45:15.6254467Z adding 'torch/include/ATen/native/UnaryOps.h' 2024-08-06T20:45:15.6257604Z adding 'torch/include/ATen/native/Unfold2d.h' 2024-08-06T20:45:15.6261230Z adding 'torch/include/ATen/native/Unfold3d.h' 2024-08-06T20:45:15.6264629Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2024-08-06T20:45:15.6271685Z adding 'torch/include/ATen/native/UpSample.h' 2024-08-06T20:45:15.6275512Z adding 'torch/include/ATen/native/batch_norm.h' 2024-08-06T20:45:15.6278594Z adding 'torch/include/ATen/native/group_norm.h' 2024-08-06T20:45:15.6282154Z adding 'torch/include/ATen/native/im2col.h' 2024-08-06T20:45:15.6286400Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2024-08-06T20:45:15.6290128Z adding 'torch/include/ATen/native/layer_norm.h' 2024-08-06T20:45:15.6293012Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2024-08-06T20:45:15.6296530Z adding 'torch/include/ATen/native/vol2col.h' 2024-08-06T20:45:15.6314365Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2024-08-06T20:45:15.6314789Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2024-08-06T20:45:15.6315270Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2024-08-06T20:45:15.6315680Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2024-08-06T20:45:15.6316074Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2024-08-06T20:45:15.6353122Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2024-08-06T20:45:15.6353617Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2024-08-06T20:45:15.6354031Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2024-08-06T20:45:15.6354418Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2024-08-06T20:45:15.6354789Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2024-08-06T20:45:15.6355237Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2024-08-06T20:45:15.6355591Z adding 'torch/include/ATen/native/cpu/Loops.h' 2024-08-06T20:45:15.6356045Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2024-08-06T20:45:15.6356466Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2024-08-06T20:45:15.6361001Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2024-08-06T20:45:15.6365874Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2024-08-06T20:45:15.6369100Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2024-08-06T20:45:15.6373502Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2024-08-06T20:45:15.6376892Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2024-08-06T20:45:15.6379961Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2024-08-06T20:45:15.6382884Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2024-08-06T20:45:15.6398593Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2024-08-06T20:45:15.6403169Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2024-08-06T20:45:15.6409434Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2024-08-06T20:45:15.6412952Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2024-08-06T20:45:15.6416144Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2024-08-06T20:45:15.6420535Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2024-08-06T20:45:15.6425039Z adding 'torch/include/ATen/native/cpu/utils.h' 2024-08-06T20:45:15.6429015Z adding 'torch/include/ATen/native/cpu/zmath.h' 2024-08-06T20:45:15.6434216Z adding 'torch/include/ATen/native/cuda/Activation.h' 2024-08-06T20:45:15.6437587Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2024-08-06T20:45:15.6442924Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2024-08-06T20:45:15.6448576Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2024-08-06T20:45:15.6451976Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2024-08-06T20:45:15.6454706Z adding 'torch/include/ATen/native/cuda/Copy.h' 2024-08-06T20:45:15.6462631Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2024-08-06T20:45:15.6466430Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2024-08-06T20:45:15.6469388Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2024-08-06T20:45:15.6478191Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2024-08-06T20:45:15.6481868Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2024-08-06T20:45:15.6484962Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2024-08-06T20:45:15.6490379Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2024-08-06T20:45:15.6493961Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2024-08-06T20:45:15.6498712Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2024-08-06T20:45:15.6502127Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2024-08-06T20:45:15.6505291Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2024-08-06T20:45:15.6509736Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2024-08-06T20:45:15.6513627Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2024-08-06T20:45:15.6516835Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2024-08-06T20:45:15.6521923Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2024-08-06T20:45:15.6555979Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2024-08-06T20:45:15.6564645Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2024-08-06T20:45:15.6568140Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2024-08-06T20:45:15.6573404Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2024-08-06T20:45:15.6591984Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2024-08-06T20:45:15.6599821Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2024-08-06T20:45:15.6603567Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2024-08-06T20:45:15.6607063Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2024-08-06T20:45:15.6623084Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2024-08-06T20:45:15.6627197Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2024-08-06T20:45:15.6630651Z adding 'torch/include/ATen/native/cuda/Resize.h' 2024-08-06T20:45:15.6633759Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2024-08-06T20:45:15.6636975Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2024-08-06T20:45:15.6643720Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2024-08-06T20:45:15.6647114Z adding 'torch/include/ATen/native/cuda/Sort.h' 2024-08-06T20:45:15.6650124Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2024-08-06T20:45:15.6655536Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2024-08-06T20:45:15.6658835Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2024-08-06T20:45:15.6662880Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2024-08-06T20:45:15.6668927Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2024-08-06T20:45:15.6676458Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2024-08-06T20:45:15.6679887Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2024-08-06T20:45:15.6682773Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2024-08-06T20:45:15.6685571Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2024-08-06T20:45:15.6691463Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2024-08-06T20:45:15.6695015Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2024-08-06T20:45:15.6698209Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2024-08-06T20:45:15.6701099Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2024-08-06T20:45:15.6705529Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2024-08-06T20:45:15.6708794Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2024-08-06T20:45:15.6711805Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2024-08-06T20:45:15.6716514Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2024-08-06T20:45:15.6721089Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2024-08-06T20:45:15.6729185Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2024-08-06T20:45:15.6732761Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2024-08-06T20:45:15.6737613Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2024-08-06T20:45:15.6741779Z adding 'torch/include/ATen/native/mps/Copy.h' 2024-08-06T20:45:15.6745062Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2024-08-06T20:45:15.6749341Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2024-08-06T20:45:15.6756708Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2024-08-06T20:45:15.6760156Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2024-08-06T20:45:15.6763624Z adding 'torch/include/ATen/native/mps/UnaryConstants.h' 2024-08-06T20:45:15.6767742Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2024-08-06T20:45:15.6770460Z adding 'torch/include/ATen/native/nested/NestedTensorFactories.h' 2024-08-06T20:45:15.6773900Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2024-08-06T20:45:15.6777520Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2024-08-06T20:45:15.6780723Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2024-08-06T20:45:15.6787380Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2024-08-06T20:45:15.6792645Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2024-08-06T20:45:15.6795716Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2024-08-06T20:45:15.6799134Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2024-08-06T20:45:15.6802100Z adding 'torch/include/ATen/native/quantized/Copy.h' 2024-08-06T20:45:15.6805331Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2024-08-06T20:45:15.6808820Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2024-08-06T20:45:15.6812137Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2024-08-06T20:45:15.6816336Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2024-08-06T20:45:15.6819410Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2024-08-06T20:45:15.6825010Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2024-08-06T20:45:15.6832424Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2024-08-06T20:45:15.6838270Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2024-08-06T20:45:15.6843473Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2024-08-06T20:45:15.6846069Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2024-08-06T20:45:15.6851505Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2024-08-06T20:45:15.6857468Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2024-08-06T20:45:15.6863001Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2024-08-06T20:45:15.6866462Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2024-08-06T20:45:15.6869407Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2024-08-06T20:45:15.6872515Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2024-08-06T20:45:15.6877498Z adding 'torch/include/ATen/native/transformers/attention.h' 2024-08-06T20:45:15.6883442Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2024-08-06T20:45:15.6887367Z adding 'torch/include/ATen/native/utils/Factory.h' 2024-08-06T20:45:15.6890736Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2024-08-06T20:45:15.6894609Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2024-08-06T20:45:15.7083257Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2024-08-06T20:45:15.7086789Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2024-08-06T20:45:15.7090019Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7093173Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2024-08-06T20:45:15.7096242Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2024-08-06T20:45:15.7099367Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2024-08-06T20:45:15.7102542Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2024-08-06T20:45:15.7106000Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7109425Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2024-08-06T20:45:15.7112166Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2024-08-06T20:45:15.7115354Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2024-08-06T20:45:15.7118836Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2024-08-06T20:45:15.7122272Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2024-08-06T20:45:15.7126133Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2024-08-06T20:45:15.7128710Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7132034Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-08-06T20:45:15.7135013Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-08-06T20:45:15.7138044Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2024-08-06T20:45:15.7141210Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2024-08-06T20:45:15.7144590Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7153929Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2024-08-06T20:45:15.7157312Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2024-08-06T20:45:15.7160653Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2024-08-06T20:45:15.7163944Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2024-08-06T20:45:15.7167197Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2024-08-06T20:45:15.7170685Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7173586Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2024-08-06T20:45:15.7176733Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2024-08-06T20:45:15.7179984Z adding 'torch/include/ATen/ops/_add_relu.h' 2024-08-06T20:45:15.7183503Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7186868Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2024-08-06T20:45:15.7190047Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2024-08-06T20:45:15.7193177Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2024-08-06T20:45:15.7196875Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2024-08-06T20:45:15.7200316Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2024-08-06T20:45:15.7203735Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:15.7206749Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2024-08-06T20:45:15.7209933Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2024-08-06T20:45:15.7212985Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2024-08-06T20:45:15.7216148Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2024-08-06T20:45:15.7219192Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2024-08-06T20:45:15.7222495Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2024-08-06T20:45:15.7225711Z adding 'torch/include/ATen/ops/_aminmax.h' 2024-08-06T20:45:15.7229155Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7232245Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2024-08-06T20:45:15.7235508Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2024-08-06T20:45:15.7238657Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2024-08-06T20:45:15.7241966Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2024-08-06T20:45:15.7245412Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2024-08-06T20:45:15.7248814Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7251875Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2024-08-06T20:45:15.7255007Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2024-08-06T20:45:15.7258125Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2024-08-06T20:45:15.7261474Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2024-08-06T20:45:15.7264694Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2024-08-06T20:45:15.7268131Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7271202Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2024-08-06T20:45:15.7274226Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2024-08-06T20:45:15.7277696Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2024-08-06T20:45:15.7280604Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2024-08-06T20:45:15.7284054Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2024-08-06T20:45:15.7287308Z adding 'torch/include/ATen/ops/_assert_async.h' 2024-08-06T20:45:15.7290489Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2024-08-06T20:45:15.7294009Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2024-08-06T20:45:15.7297037Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2024-08-06T20:45:15.7300209Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2024-08-06T20:45:15.7303286Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2024-08-06T20:45:15.7306541Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7309572Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2024-08-06T20:45:15.7312595Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2024-08-06T20:45:15.7316022Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2024-08-06T20:45:15.7319411Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7322349Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2024-08-06T20:45:15.7325553Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2024-08-06T20:45:15.7328556Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2024-08-06T20:45:15.7331816Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7334758Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2024-08-06T20:45:15.7337893Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2024-08-06T20:45:15.7340882Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2024-08-06T20:45:15.7344128Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7347077Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2024-08-06T20:45:15.7350231Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2024-08-06T20:45:15.7353361Z adding 'torch/include/ATen/ops/_backward.h' 2024-08-06T20:45:15.7356601Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7361781Z adding 'torch/include/ATen/ops/_backward_native.h' 2024-08-06T20:45:15.7365144Z adding 'torch/include/ATen/ops/_backward_ops.h' 2024-08-06T20:45:15.7368369Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2024-08-06T20:45:15.7371661Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2024-08-06T20:45:15.7375026Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7378062Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2024-08-06T20:45:15.7381419Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2024-08-06T20:45:15.7384790Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7387949Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2024-08-06T20:45:15.7391232Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2024-08-06T20:45:15.7394542Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2024-08-06T20:45:15.7398157Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7401179Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2024-08-06T20:45:15.7404715Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2024-08-06T20:45:15.7408084Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2024-08-06T20:45:15.7411445Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7414575Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2024-08-06T20:45:15.7417910Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2024-08-06T20:45:15.7421214Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2024-08-06T20:45:15.7424865Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2024-08-06T20:45:15.7428029Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2024-08-06T20:45:15.7431301Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7434224Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2024-08-06T20:45:15.7437520Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2024-08-06T20:45:15.7440575Z adding 'torch/include/ATen/ops/_cast_Char.h' 2024-08-06T20:45:15.7443936Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7446877Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2024-08-06T20:45:15.7449939Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2024-08-06T20:45:15.7452986Z adding 'torch/include/ATen/ops/_cast_Double.h' 2024-08-06T20:45:15.7456204Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7459074Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2024-08-06T20:45:15.7462172Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2024-08-06T20:45:15.7465213Z adding 'torch/include/ATen/ops/_cast_Float.h' 2024-08-06T20:45:15.7468411Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7471298Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2024-08-06T20:45:15.7474412Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2024-08-06T20:45:15.7477659Z adding 'torch/include/ATen/ops/_cast_Half.h' 2024-08-06T20:45:15.7480887Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7483806Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2024-08-06T20:45:15.7487022Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2024-08-06T20:45:15.7490194Z adding 'torch/include/ATen/ops/_cast_Int.h' 2024-08-06T20:45:15.7493438Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7496308Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2024-08-06T20:45:15.7499424Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2024-08-06T20:45:15.7502457Z adding 'torch/include/ATen/ops/_cast_Long.h' 2024-08-06T20:45:15.7505767Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7508658Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2024-08-06T20:45:15.7511784Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2024-08-06T20:45:15.7514823Z adding 'torch/include/ATen/ops/_cast_Short.h' 2024-08-06T20:45:15.7518183Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7521095Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2024-08-06T20:45:15.7524197Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2024-08-06T20:45:15.7527367Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2024-08-06T20:45:15.7530684Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7533712Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2024-08-06T20:45:15.7536783Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2024-08-06T20:45:15.7539830Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2024-08-06T20:45:15.7543088Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2024-08-06T20:45:15.7546276Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2024-08-06T20:45:15.7549710Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7552672Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2024-08-06T20:45:15.7555872Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2024-08-06T20:45:15.7558923Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2024-08-06T20:45:15.7562158Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2024-08-06T20:45:15.7565369Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2024-08-06T20:45:15.7568660Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7571647Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2024-08-06T20:45:15.7574742Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2024-08-06T20:45:15.7577742Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2024-08-06T20:45:15.7580998Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2024-08-06T20:45:15.7584145Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2024-08-06T20:45:15.7587483Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7590604Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2024-08-06T20:45:15.7593738Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2024-08-06T20:45:15.7597030Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2024-08-06T20:45:15.7600391Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7603605Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2024-08-06T20:45:15.7606841Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2024-08-06T20:45:15.7610127Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2024-08-06T20:45:15.7613399Z adding 'torch/include/ATen/ops/_coalesce.h' 2024-08-06T20:45:15.7616678Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7619794Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2024-08-06T20:45:15.7622996Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2024-08-06T20:45:15.7626285Z adding 'torch/include/ATen/ops/_coalesced.h' 2024-08-06T20:45:15.7629663Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7632811Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2024-08-06T20:45:15.7636070Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2024-08-06T20:45:15.7639438Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2024-08-06T20:45:15.7642803Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2024-08-06T20:45:15.7646028Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2024-08-06T20:45:15.7649295Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2024-08-06T20:45:15.7652382Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2024-08-06T20:45:15.7655733Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2024-08-06T20:45:15.7658777Z adding 'torch/include/ATen/ops/_conj.h' 2024-08-06T20:45:15.7662300Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7665287Z adding 'torch/include/ATen/ops/_conj_copy.h' 2024-08-06T20:45:15.7668709Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7671904Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:15.7674884Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2024-08-06T20:45:15.7678313Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2024-08-06T20:45:15.7681364Z adding 'torch/include/ATen/ops/_conj_native.h' 2024-08-06T20:45:15.7684593Z adding 'torch/include/ATen/ops/_conj_ops.h' 2024-08-06T20:45:15.7687843Z adding 'torch/include/ATen/ops/_conj_physical.h' 2024-08-06T20:45:15.7691363Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7694230Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2024-08-06T20:45:15.7697656Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2024-08-06T20:45:15.7701291Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2024-08-06T20:45:15.7704948Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2024-08-06T20:45:15.7708121Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2024-08-06T20:45:15.7711594Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2024-08-06T20:45:15.7715030Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2024-08-06T20:45:15.7719198Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:15.7722391Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2024-08-06T20:45:15.7725566Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2024-08-06T20:45:15.7728795Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2024-08-06T20:45:15.7731980Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2024-08-06T20:45:15.7735263Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2024-08-06T20:45:15.7738557Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2024-08-06T20:45:15.7741788Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2024-08-06T20:45:15.7745381Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:15.7748335Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2024-08-06T20:45:15.7751592Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2024-08-06T20:45:15.7754680Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2024-08-06T20:45:15.7758212Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2024-08-06T20:45:15.7761328Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2024-08-06T20:45:15.7764843Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2024-08-06T20:45:15.7768064Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2024-08-06T20:45:15.7771278Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h' 2024-08-06T20:45:15.7774455Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2024-08-06T20:45:15.7777696Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2024-08-06T20:45:15.7780981Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2024-08-06T20:45:15.7784873Z adding 'torch/include/ATen/ops/_convolution.h' 2024-08-06T20:45:15.7788845Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7792143Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7795735Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2024-08-06T20:45:15.7799349Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7802404Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2024-08-06T20:45:15.7805874Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2024-08-06T20:45:15.7809172Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2024-08-06T20:45:15.7812753Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.7815729Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2024-08-06T20:45:15.7819115Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2024-08-06T20:45:15.7822258Z adding 'torch/include/ATen/ops/_convolution_native.h' 2024-08-06T20:45:15.7825939Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2024-08-06T20:45:15.7829855Z adding 'torch/include/ATen/ops/_copy_from.h' 2024-08-06T20:45:15.7832544Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2024-08-06T20:45:15.7836072Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7839012Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2024-08-06T20:45:15.7842344Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2024-08-06T20:45:15.7845598Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7848665Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2024-08-06T20:45:15.7851969Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2024-08-06T20:45:15.7855159Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2024-08-06T20:45:15.7858339Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2024-08-06T20:45:15.7861463Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2024-08-06T20:45:15.7864657Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2024-08-06T20:45:15.7867858Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2024-08-06T20:45:15.7871153Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2024-08-06T20:45:15.7874287Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2024-08-06T20:45:15.7877731Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2024-08-06T20:45:15.7880922Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2024-08-06T20:45:15.7884283Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2024-08-06T20:45:15.7887342Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2024-08-06T20:45:15.7890669Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2024-08-06T20:45:15.7893997Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2024-08-06T20:45:15.7897579Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2024-08-06T20:45:15.7901060Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7904275Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2024-08-06T20:45:15.7907573Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2024-08-06T20:45:15.7910710Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2024-08-06T20:45:15.7914289Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2024-08-06T20:45:15.7917862Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7921113Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2024-08-06T20:45:15.7924330Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2024-08-06T20:45:15.7927586Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2024-08-06T20:45:15.7930805Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2024-08-06T20:45:15.7934369Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2024-08-06T20:45:15.7937910Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2024-08-06T20:45:15.7941337Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7944556Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2024-08-06T20:45:15.7947662Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2024-08-06T20:45:15.7951219Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2024-08-06T20:45:15.7954607Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2024-08-06T20:45:15.7958098Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7961349Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2024-08-06T20:45:15.7964499Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2024-08-06T20:45:15.7967833Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2024-08-06T20:45:15.7971793Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2024-08-06T20:45:15.7976390Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2024-08-06T20:45:15.7980740Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7983667Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2024-08-06T20:45:15.7986916Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2024-08-06T20:45:15.7990553Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2024-08-06T20:45:15.7994123Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.7997465Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2024-08-06T20:45:15.8001023Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2024-08-06T20:45:15.8004610Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8007886Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2024-08-06T20:45:15.8011005Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2024-08-06T20:45:15.8014340Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2024-08-06T20:45:15.8017528Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2024-08-06T20:45:15.8021081Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2024-08-06T20:45:15.8024392Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2024-08-06T20:45:15.8027612Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.8030536Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2024-08-06T20:45:15.8033655Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2024-08-06T20:45:15.8036839Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2024-08-06T20:45:15.8040112Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.8043017Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2024-08-06T20:45:15.8046150Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2024-08-06T20:45:15.8049207Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2024-08-06T20:45:15.8052474Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.8055366Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2024-08-06T20:45:15.8058468Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2024-08-06T20:45:15.8061524Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2024-08-06T20:45:15.8064956Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.8067855Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2024-08-06T20:45:15.8071145Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2024-08-06T20:45:15.8074182Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2024-08-06T20:45:15.8077652Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2024-08-06T20:45:15.8080826Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2024-08-06T20:45:15.8083953Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2024-08-06T20:45:15.8087207Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2024-08-06T20:45:15.8090376Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2024-08-06T20:45:15.8093611Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2024-08-06T20:45:15.8096808Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2024-08-06T20:45:15.8099926Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2024-08-06T20:45:15.8103110Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2024-08-06T20:45:15.8106373Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2024-08-06T20:45:15.8109647Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.8113032Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2024-08-06T20:45:15.8115916Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2024-08-06T20:45:15.8118993Z adding 'torch/include/ATen/ops/_dimI.h' 2024-08-06T20:45:15.8121973Z adding 'torch/include/ATen/ops/_dimI_native.h' 2024-08-06T20:45:15.8125190Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2024-08-06T20:45:15.8128189Z adding 'torch/include/ATen/ops/_dimV.h' 2024-08-06T20:45:15.8131364Z adding 'torch/include/ATen/ops/_dimV_native.h' 2024-08-06T20:45:15.8134485Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2024-08-06T20:45:15.8137703Z adding 'torch/include/ATen/ops/_dim_arange.h' 2024-08-06T20:45:15.8141024Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.8144015Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2024-08-06T20:45:15.8147189Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2024-08-06T20:45:15.8150449Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2024-08-06T20:45:15.8153877Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8156965Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2024-08-06T20:45:15.8160721Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2024-08-06T20:45:15.8163703Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2024-08-06T20:45:15.8167062Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2024-08-06T20:45:15.8170655Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2024-08-06T20:45:15.8174278Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2024-08-06T20:45:15.8178316Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2024-08-06T20:45:15.8181893Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2024-08-06T20:45:15.8185596Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2024-08-06T20:45:15.8189134Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2024-08-06T20:45:15.8192444Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2024-08-06T20:45:15.8196081Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2024-08-06T20:45:15.8199716Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2024-08-06T20:45:15.8203399Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8206497Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2024-08-06T20:45:15.8209871Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2024-08-06T20:45:15.8213088Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2024-08-06T20:45:15.8216264Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2024-08-06T20:45:15.8219668Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2024-08-06T20:45:15.8223090Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2024-08-06T20:45:15.8226684Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2024-08-06T20:45:15.8229967Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2024-08-06T20:45:15.8233283Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2024-08-06T20:45:15.8236545Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2024-08-06T20:45:15.8240028Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2024-08-06T20:45:15.8243448Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8246708Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2024-08-06T20:45:15.8249988Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2024-08-06T20:45:15.8253683Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2024-08-06T20:45:15.8257431Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8260663Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2024-08-06T20:45:15.8263982Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2024-08-06T20:45:15.8267155Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2024-08-06T20:45:15.8270714Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2024-08-06T20:45:15.8274235Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2024-08-06T20:45:15.8277860Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8281106Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2024-08-06T20:45:15.8284296Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2024-08-06T20:45:15.8287579Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2024-08-06T20:45:15.8291031Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2024-08-06T20:45:15.8294368Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2024-08-06T20:45:15.8297884Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2024-08-06T20:45:15.8301375Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2024-08-06T20:45:15.8304960Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8308048Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2024-08-06T20:45:15.8311306Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2024-08-06T20:45:15.8314371Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2024-08-06T20:45:15.8317946Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2024-08-06T20:45:15.8321283Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2024-08-06T20:45:15.8324874Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.8328047Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2024-08-06T20:45:15.8331379Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2024-08-06T20:45:15.8335320Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2024-08-06T20:45:15.8338916Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8342238Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2024-08-06T20:45:15.8345450Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2024-08-06T20:45:15.8348920Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2024-08-06T20:45:15.8352978Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2024-08-06T20:45:15.8356784Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8360116Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2024-08-06T20:45:15.8363271Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2024-08-06T20:45:15.8366883Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2024-08-06T20:45:15.8370112Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2024-08-06T20:45:15.8373466Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8376463Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2024-08-06T20:45:15.8379687Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2024-08-06T20:45:15.8383164Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2024-08-06T20:45:15.8386401Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2024-08-06T20:45:15.8389759Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2024-08-06T20:45:15.8393042Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2024-08-06T20:45:15.8396388Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2024-08-06T20:45:15.8399720Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2024-08-06T20:45:15.8403197Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8406344Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2024-08-06T20:45:15.8409485Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2024-08-06T20:45:15.8412625Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2024-08-06T20:45:15.8416012Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2024-08-06T20:45:15.8419392Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2024-08-06T20:45:15.8422633Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2024-08-06T20:45:15.8426071Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2024-08-06T20:45:15.8429171Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2024-08-06T20:45:15.8432438Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2024-08-06T20:45:15.8435874Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2024-08-06T20:45:15.8439399Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8442619Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2024-08-06T20:45:15.8445854Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2024-08-06T20:45:15.8448967Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2024-08-06T20:45:15.8452266Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2024-08-06T20:45:15.8455809Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2024-08-06T20:45:15.8459362Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8462456Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2024-08-06T20:45:15.8465607Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2024-08-06T20:45:15.8468714Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2024-08-06T20:45:15.8472342Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2024-08-06T20:45:15.8475738Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2024-08-06T20:45:15.8479094Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2024-08-06T20:45:15.8482332Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2024-08-06T20:45:15.8485383Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2024-08-06T20:45:15.8488642Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2024-08-06T20:45:15.8492032Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2024-08-06T20:45:15.8495446Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2024-08-06T20:45:15.8498664Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2024-08-06T20:45:15.8501927Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2024-08-06T20:45:15.8505270Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2024-08-06T20:45:15.8508432Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2024-08-06T20:45:15.8511650Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2024-08-06T20:45:15.8514863Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2024-08-06T20:45:15.8518013Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2024-08-06T20:45:15.8521262Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2024-08-06T20:45:15.8524440Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2024-08-06T20:45:15.8527643Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2024-08-06T20:45:15.8530748Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2024-08-06T20:45:15.8533753Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2024-08-06T20:45:15.8536867Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2024-08-06T20:45:15.8540373Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2024-08-06T20:45:15.8543761Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2024-08-06T20:45:15.8546877Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2024-08-06T20:45:15.8550296Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2024-08-06T20:45:15.8553845Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2024-08-06T20:45:15.8557571Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2024-08-06T20:45:15.8560797Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2024-08-06T20:45:15.8564279Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2024-08-06T20:45:15.8567454Z adding 'torch/include/ATen/ops/_foobar.h' 2024-08-06T20:45:15.8570916Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8574020Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2024-08-06T20:45:15.8577171Z adding 'torch/include/ATen/ops/_foobar_native.h' 2024-08-06T20:45:15.8580466Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2024-08-06T20:45:15.8583743Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2024-08-06T20:45:15.8587059Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8590127Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2024-08-06T20:45:15.8593264Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2024-08-06T20:45:15.8596696Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2024-08-06T20:45:15.8600043Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2024-08-06T20:45:15.8603381Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8606523Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2024-08-06T20:45:15.8609563Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2024-08-06T20:45:15.8612988Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2024-08-06T20:45:15.8616480Z adding 'torch/include/ATen/ops/_foreach_add.h' 2024-08-06T20:45:15.8620302Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8623603Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2024-08-06T20:45:15.8626887Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2024-08-06T20:45:15.8630913Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2024-08-06T20:45:15.8634683Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2024-08-06T20:45:15.8638888Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8642205Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2024-08-06T20:45:15.8645479Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2024-08-06T20:45:15.8649431Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2024-08-06T20:45:15.8653179Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2024-08-06T20:45:15.8662496Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8663079Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2024-08-06T20:45:15.8665648Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2024-08-06T20:45:15.8669584Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2024-08-06T20:45:15.8672810Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2024-08-06T20:45:15.8676404Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8679503Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2024-08-06T20:45:15.8682909Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2024-08-06T20:45:15.8686027Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2024-08-06T20:45:15.8690121Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2024-08-06T20:45:15.8693674Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8696730Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2024-08-06T20:45:15.8700061Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2024-08-06T20:45:15.8703145Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2024-08-06T20:45:15.8706582Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2024-08-06T20:45:15.8709995Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8713033Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2024-08-06T20:45:15.8716422Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2024-08-06T20:45:15.8719543Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2024-08-06T20:45:15.8723035Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2024-08-06T20:45:15.8726511Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8729766Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2024-08-06T20:45:15.8732962Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2024-08-06T20:45:15.8736781Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2024-08-06T20:45:15.8740418Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2024-08-06T20:45:15.8743948Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8747198Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2024-08-06T20:45:15.8750368Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2024-08-06T20:45:15.8754150Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2024-08-06T20:45:15.8757724Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2024-08-06T20:45:15.8761173Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8764342Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2024-08-06T20:45:15.8767416Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2024-08-06T20:45:15.8770807Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2024-08-06T20:45:15.8773985Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2024-08-06T20:45:15.8777440Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8780416Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2024-08-06T20:45:15.8783591Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2024-08-06T20:45:15.8786838Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2024-08-06T20:45:15.8790127Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2024-08-06T20:45:15.8793397Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8796666Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2024-08-06T20:45:15.8799708Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2024-08-06T20:45:15.8803068Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2024-08-06T20:45:15.8806617Z adding 'torch/include/ATen/ops/_foreach_div.h' 2024-08-06T20:45:15.8810169Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8813411Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2024-08-06T20:45:15.8816664Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2024-08-06T20:45:15.8820665Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2024-08-06T20:45:15.8823996Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2024-08-06T20:45:15.8827387Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8830553Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2024-08-06T20:45:15.8833583Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2024-08-06T20:45:15.8837067Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2024-08-06T20:45:15.8840241Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2024-08-06T20:45:15.8843648Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8846688Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2024-08-06T20:45:15.8849833Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2024-08-06T20:45:15.8853075Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2024-08-06T20:45:15.8856404Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2024-08-06T20:45:15.8859736Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8862901Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2024-08-06T20:45:15.8865985Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2024-08-06T20:45:15.8869687Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2024-08-06T20:45:15.8872920Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2024-08-06T20:45:15.8876401Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8879547Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2024-08-06T20:45:15.8882616Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2024-08-06T20:45:15.8885957Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2024-08-06T20:45:15.8889205Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2024-08-06T20:45:15.8892548Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8895566Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2024-08-06T20:45:15.8898779Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2024-08-06T20:45:15.8902034Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2024-08-06T20:45:15.8905327Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2024-08-06T20:45:15.8908659Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8911782Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2024-08-06T20:45:15.8914803Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2024-08-06T20:45:15.8918189Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2024-08-06T20:45:15.8921655Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2024-08-06T20:45:15.8925080Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8928206Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2024-08-06T20:45:15.8931352Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2024-08-06T20:45:15.8934811Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2024-08-06T20:45:15.8938189Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2024-08-06T20:45:15.8941466Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8944486Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2024-08-06T20:45:15.8948104Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2024-08-06T20:45:15.8951437Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2024-08-06T20:45:15.8954594Z adding 'torch/include/ATen/ops/_foreach_log.h' 2024-08-06T20:45:15.8957905Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2024-08-06T20:45:15.8961219Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8964218Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2024-08-06T20:45:15.8967306Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2024-08-06T20:45:15.8970660Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2024-08-06T20:45:15.8973727Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2024-08-06T20:45:15.8977005Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8980043Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2024-08-06T20:45:15.8983079Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2024-08-06T20:45:15.8986295Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2024-08-06T20:45:15.8989438Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2024-08-06T20:45:15.8992721Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.8995864Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2024-08-06T20:45:15.8998868Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2024-08-06T20:45:15.9002093Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2024-08-06T20:45:15.9005429Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9008405Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2024-08-06T20:45:15.9011460Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2024-08-06T20:45:15.9014617Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2024-08-06T20:45:15.9017770Z adding 'torch/include/ATen/ops/_foreach_max.h' 2024-08-06T20:45:15.9021008Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9024148Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2024-08-06T20:45:15.9027151Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2024-08-06T20:45:15.9030486Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2024-08-06T20:45:15.9033854Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2024-08-06T20:45:15.9037577Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9040701Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2024-08-06T20:45:15.9044026Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2024-08-06T20:45:15.9048031Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2024-08-06T20:45:15.9051363Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2024-08-06T20:45:15.9054948Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9058044Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2024-08-06T20:45:15.9061370Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2024-08-06T20:45:15.9065076Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2024-08-06T20:45:15.9068763Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2024-08-06T20:45:15.9072400Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9075690Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2024-08-06T20:45:15.9079077Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2024-08-06T20:45:15.9082892Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2024-08-06T20:45:15.9086786Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2024-08-06T20:45:15.9090152Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9093222Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2024-08-06T20:45:15.9096363Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2024-08-06T20:45:15.9110725Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2024-08-06T20:45:15.9111197Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2024-08-06T20:45:15.9111682Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9112222Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2024-08-06T20:45:15.9112630Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2024-08-06T20:45:15.9116079Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2024-08-06T20:45:15.9119642Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2024-08-06T20:45:15.9123091Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9126324Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2024-08-06T20:45:15.9129615Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2024-08-06T20:45:15.9133439Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2024-08-06T20:45:15.9136791Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2024-08-06T20:45:15.9140294Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9143352Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2024-08-06T20:45:15.9146583Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2024-08-06T20:45:15.9149867Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2024-08-06T20:45:15.9153069Z adding 'torch/include/ATen/ops/_foreach_round.h' 2024-08-06T20:45:15.9156558Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9159868Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2024-08-06T20:45:15.9162846Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2024-08-06T20:45:15.9166014Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2024-08-06T20:45:15.9169334Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2024-08-06T20:45:15.9172680Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9176073Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2024-08-06T20:45:15.9178976Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2024-08-06T20:45:15.9182384Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2024-08-06T20:45:15.9185583Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2024-08-06T20:45:15.9188996Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9192116Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2024-08-06T20:45:15.9195341Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2024-08-06T20:45:15.9198742Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2024-08-06T20:45:15.9201942Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2024-08-06T20:45:15.9205325Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9208353Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2024-08-06T20:45:15.9211507Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2024-08-06T20:45:15.9214746Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2024-08-06T20:45:15.9218115Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2024-08-06T20:45:15.9221434Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9224607Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2024-08-06T20:45:15.9227694Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2024-08-06T20:45:15.9231038Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2024-08-06T20:45:15.9234310Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2024-08-06T20:45:15.9237711Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9240832Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2024-08-06T20:45:15.9243883Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2024-08-06T20:45:15.9247211Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2024-08-06T20:45:15.9250625Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2024-08-06T20:45:15.9254224Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9257318Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2024-08-06T20:45:15.9260670Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2024-08-06T20:45:15.9264431Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2024-08-06T20:45:15.9267842Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2024-08-06T20:45:15.9271250Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9274280Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2024-08-06T20:45:15.9277623Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2024-08-06T20:45:15.9280925Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2024-08-06T20:45:15.9284248Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2024-08-06T20:45:15.9287583Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9290722Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2024-08-06T20:45:15.9293804Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2024-08-06T20:45:15.9297150Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2024-08-06T20:45:15.9300694Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2024-08-06T20:45:15.9304014Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9307149Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2024-08-06T20:45:15.9310206Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2024-08-06T20:45:15.9313610Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2024-08-06T20:45:15.9316824Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2024-08-06T20:45:15.9320319Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9323333Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2024-08-06T20:45:15.9326500Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2024-08-06T20:45:15.9329722Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2024-08-06T20:45:15.9333017Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2024-08-06T20:45:15.9336310Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2024-08-06T20:45:15.9339410Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2024-08-06T20:45:15.9342625Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2024-08-06T20:45:15.9345749Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2024-08-06T20:45:15.9349196Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9352134Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2024-08-06T20:45:15.9355528Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2024-08-06T20:45:15.9358694Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2024-08-06T20:45:15.9362409Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9365175Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2024-08-06T20:45:15.9368706Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9371685Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2024-08-06T20:45:15.9375009Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2024-08-06T20:45:15.9378106Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2024-08-06T20:45:15.9381415Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2024-08-06T20:45:15.9384840Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2024-08-06T20:45:15.9388499Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9391552Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2024-08-06T20:45:15.9394654Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2024-08-06T20:45:15.9398384Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2024-08-06T20:45:15.9402172Z adding 'torch/include/ATen/ops/_fused_adam.h' 2024-08-06T20:45:15.9405833Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9409240Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2024-08-06T20:45:15.9412370Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2024-08-06T20:45:15.9415617Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2024-08-06T20:45:15.9419657Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2024-08-06T20:45:15.9423615Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2024-08-06T20:45:15.9427335Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9430546Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2024-08-06T20:45:15.9433800Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2024-08-06T20:45:15.9437213Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2024-08-06T20:45:15.9441274Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2024-08-06T20:45:15.9444744Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2024-08-06T20:45:15.9448075Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9451099Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2024-08-06T20:45:15.9454195Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2024-08-06T20:45:15.9457818Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2024-08-06T20:45:15.9461358Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2024-08-06T20:45:15.9464896Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9468006Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2024-08-06T20:45:15.9471193Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2024-08-06T20:45:15.9474355Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2024-08-06T20:45:15.9478132Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2024-08-06T20:45:15.9481373Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2024-08-06T20:45:15.9484553Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2024-08-06T20:45:15.9487684Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2024-08-06T20:45:15.9490808Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2024-08-06T20:45:15.9493861Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2024-08-06T20:45:15.9497100Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2024-08-06T20:45:15.9500681Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2024-08-06T20:45:15.9504315Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9507455Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2024-08-06T20:45:15.9510738Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2024-08-06T20:45:15.9513989Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2024-08-06T20:45:15.9517949Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2024-08-06T20:45:15.9521280Z adding 'torch/include/ATen/ops/_fw_primal.h' 2024-08-06T20:45:15.9524944Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9527956Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2024-08-06T20:45:15.9531265Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9534502Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:15.9537274Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2024-08-06T20:45:15.9540505Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2024-08-06T20:45:15.9543556Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2024-08-06T20:45:15.9546686Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2024-08-06T20:45:15.9549804Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2024-08-06T20:45:15.9553083Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.9556166Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2024-08-06T20:45:15.9559298Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2024-08-06T20:45:15.9562497Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2024-08-06T20:45:15.9565702Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2024-08-06T20:45:15.9569020Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.9571965Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2024-08-06T20:45:15.9575195Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2024-08-06T20:45:15.9578481Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9581399Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2024-08-06T20:45:15.9584719Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2024-08-06T20:45:15.9587855Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2024-08-06T20:45:15.9591213Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.9594120Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2024-08-06T20:45:15.9597357Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2024-08-06T20:45:15.9600373Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2024-08-06T20:45:15.9603608Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9606485Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2024-08-06T20:45:15.9609625Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2024-08-06T20:45:15.9613042Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2024-08-06T20:45:15.9616479Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9619769Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2024-08-06T20:45:15.9622872Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2024-08-06T20:45:15.9626337Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2024-08-06T20:45:15.9629591Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2024-08-06T20:45:15.9633120Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9636459Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2024-08-06T20:45:15.9639579Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2024-08-06T20:45:15.9643067Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2024-08-06T20:45:15.9646393Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2024-08-06T20:45:15.9649968Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9652970Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2024-08-06T20:45:15.9656206Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2024-08-06T20:45:15.9659487Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2024-08-06T20:45:15.9662849Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2024-08-06T20:45:15.9666330Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9669441Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2024-08-06T20:45:15.9672655Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2024-08-06T20:45:15.9675876Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2024-08-06T20:45:15.9679103Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2024-08-06T20:45:15.9682549Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2024-08-06T20:45:15.9685835Z adding 'torch/include/ATen/ops/_indices.h' 2024-08-06T20:45:15.9688859Z adding 'torch/include/ATen/ops/_indices_copy.h' 2024-08-06T20:45:15.9692295Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9695487Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:15.9698498Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2024-08-06T20:45:15.9702480Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2024-08-06T20:45:15.9705621Z adding 'torch/include/ATen/ops/_indices_native.h' 2024-08-06T20:45:15.9708893Z adding 'torch/include/ATen/ops/_indices_ops.h' 2024-08-06T20:45:15.9712067Z adding 'torch/include/ATen/ops/_int_mm.h' 2024-08-06T20:45:15.9715452Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2024-08-06T20:45:15.9718649Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2024-08-06T20:45:15.9721797Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2024-08-06T20:45:15.9725069Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2024-08-06T20:45:15.9728329Z adding 'torch/include/ATen/ops/_is_all_true.h' 2024-08-06T20:45:15.9731670Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9734653Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2024-08-06T20:45:15.9737797Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2024-08-06T20:45:15.9741001Z adding 'torch/include/ATen/ops/_is_any_true.h' 2024-08-06T20:45:15.9744380Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9747707Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2024-08-06T20:45:15.9750954Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2024-08-06T20:45:15.9754041Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2024-08-06T20:45:15.9757513Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:15.9760429Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2024-08-06T20:45:15.9763661Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2024-08-06T20:45:15.9766963Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2024-08-06T20:45:15.9770398Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2024-08-06T20:45:15.9773547Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2024-08-06T20:45:15.9776758Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2024-08-06T20:45:15.9780017Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2024-08-06T20:45:15.9783071Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2024-08-06T20:45:15.9786428Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9789337Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2024-08-06T20:45:15.9792551Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2024-08-06T20:45:15.9795805Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2024-08-06T20:45:15.9799289Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:15.9802209Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2024-08-06T20:45:15.9805511Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2024-08-06T20:45:15.9808607Z adding 'torch/include/ATen/ops/_linalg_det.h' 2024-08-06T20:45:15.9812134Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:15.9815167Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2024-08-06T20:45:15.9818494Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2024-08-06T20:45:15.9821587Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2024-08-06T20:45:15.9824950Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2024-08-06T20:45:15.9828066Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2024-08-06T20:45:15.9831459Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2024-08-06T20:45:15.9834758Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2024-08-06T20:45:15.9838321Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:15.9841511Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2024-08-06T20:45:15.9844673Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2024-08-06T20:45:15.9847854Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2024-08-06T20:45:15.9851086Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2024-08-06T20:45:15.9854277Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2024-08-06T20:45:15.9857583Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2024-08-06T20:45:15.9860818Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2024-08-06T20:45:15.9863990Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2024-08-06T20:45:15.9867217Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2024-08-06T20:45:15.9870162Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2024-08-06T20:45:15.9873497Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2024-08-06T20:45:15.9876999Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2024-08-06T20:45:15.9880396Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:15.9883521Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2024-08-06T20:45:15.9886718Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2024-08-06T20:45:15.9889890Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2024-08-06T20:45:15.9893091Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2024-08-06T20:45:15.9896351Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2024-08-06T20:45:15.9899697Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2024-08-06T20:45:15.9903121Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2024-08-06T20:45:15.9906658Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:15.9909722Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2024-08-06T20:45:15.9913023Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2024-08-06T20:45:15.9916283Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2024-08-06T20:45:15.9919571Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2024-08-06T20:45:15.9922685Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2024-08-06T20:45:15.9926197Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2024-08-06T20:45:15.9929426Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2024-08-06T20:45:15.9932981Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:15.9936078Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2024-08-06T20:45:15.9939371Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2024-08-06T20:45:15.9942545Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2024-08-06T20:45:15.9945809Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2024-08-06T20:45:15.9949034Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2024-08-06T20:45:15.9952327Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2024-08-06T20:45:15.9955689Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2024-08-06T20:45:15.9958899Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2024-08-06T20:45:15.9962484Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2024-08-06T20:45:15.9965502Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2024-08-06T20:45:15.9968796Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2024-08-06T20:45:15.9971902Z adding 'torch/include/ATen/ops/_log_softmax.h' 2024-08-06T20:45:15.9975367Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2024-08-06T20:45:15.9978959Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:15.9981936Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2024-08-06T20:45:15.9985391Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2024-08-06T20:45:15.9989481Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2024-08-06T20:45:15.9992880Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2024-08-06T20:45:15.9996090Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2024-08-06T20:45:15.9999425Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2024-08-06T20:45:16.0002800Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.0005881Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2024-08-06T20:45:16.0009069Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2024-08-06T20:45:16.0012087Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2024-08-06T20:45:16.0015303Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2024-08-06T20:45:16.0018299Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2024-08-06T20:45:16.0021578Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2024-08-06T20:45:16.0024658Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2024-08-06T20:45:16.0027817Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2024-08-06T20:45:16.0030951Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2024-08-06T20:45:16.0033947Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2024-08-06T20:45:16.0037370Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2024-08-06T20:45:16.0040701Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2024-08-06T20:45:16.0044151Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0047087Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2024-08-06T20:45:16.0050457Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2024-08-06T20:45:16.0053618Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2024-08-06T20:45:16.0056873Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.0059801Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2024-08-06T20:45:16.0062930Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2024-08-06T20:45:16.0066145Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2024-08-06T20:45:16.0069372Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2024-08-06T20:45:16.0072419Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2024-08-06T20:45:16.0075729Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2024-08-06T20:45:16.0078793Z adding 'torch/include/ATen/ops/_make_dual.h' 2024-08-06T20:45:16.0082045Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0085034Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2024-08-06T20:45:16.0088327Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0091534Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.0094596Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2024-08-06T20:45:16.0097826Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2024-08-06T20:45:16.0100837Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2024-08-06T20:45:16.0103970Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2024-08-06T20:45:16.0107232Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2024-08-06T20:45:16.0110541Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0113570Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2024-08-06T20:45:16.0116849Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2024-08-06T20:45:16.0119973Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2024-08-06T20:45:16.0123199Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2024-08-06T20:45:16.0126365Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2024-08-06T20:45:16.0129649Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0132665Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2024-08-06T20:45:16.0135778Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2024-08-06T20:45:16.0138784Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2024-08-06T20:45:16.0142026Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2024-08-06T20:45:16.0145092Z adding 'torch/include/ATen/ops/_masked_scale.h' 2024-08-06T20:45:16.0148419Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0151434Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2024-08-06T20:45:16.0154486Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2024-08-06T20:45:16.0157922Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2024-08-06T20:45:16.0161124Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2024-08-06T20:45:16.0164272Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2024-08-06T20:45:16.0167602Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0170634Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2024-08-06T20:45:16.0174139Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2024-08-06T20:45:16.0177282Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2024-08-06T20:45:16.0180499Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2024-08-06T20:45:16.0183764Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0187104Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2024-08-06T20:45:16.0189971Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2024-08-06T20:45:16.0192943Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2024-08-06T20:45:16.0196512Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2024-08-06T20:45:16.0199738Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2024-08-06T20:45:16.0203129Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2024-08-06T20:45:16.0206245Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2024-08-06T20:45:16.0209460Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2024-08-06T20:45:16.0212734Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2024-08-06T20:45:16.0216358Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0219173Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2024-08-06T20:45:16.0222367Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2024-08-06T20:45:16.0225668Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2024-08-06T20:45:16.0228973Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0232161Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2024-08-06T20:45:16.0235276Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2024-08-06T20:45:16.0239007Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2024-08-06T20:45:16.0242745Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2024-08-06T20:45:16.0246329Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0249439Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2024-08-06T20:45:16.0252763Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2024-08-06T20:45:16.0256695Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2024-08-06T20:45:16.0260328Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0263339Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2024-08-06T20:45:16.0266727Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2024-08-06T20:45:16.0270300Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2024-08-06T20:45:16.0273868Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0277187Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2024-08-06T20:45:16.0280634Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2024-08-06T20:45:16.0284037Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2024-08-06T20:45:16.0287492Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2024-08-06T20:45:16.0291036Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0294075Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2024-08-06T20:45:16.0297678Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2024-08-06T20:45:16.0301319Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2024-08-06T20:45:16.0305067Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2024-08-06T20:45:16.0308872Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0311858Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2024-08-06T20:45:16.0315211Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2024-08-06T20:45:16.0318444Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2024-08-06T20:45:16.0322114Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2024-08-06T20:45:16.0325228Z adding 'torch/include/ATen/ops/_neg_view.h' 2024-08-06T20:45:16.0328621Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0331595Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2024-08-06T20:45:16.0334963Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0338191Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.0341185Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2024-08-06T20:45:16.0344510Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2024-08-06T20:45:16.0347587Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2024-08-06T20:45:16.0350832Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2024-08-06T20:45:16.0354101Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2024-08-06T20:45:16.0357569Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2024-08-06T20:45:16.0360705Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2024-08-06T20:45:16.0363874Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2024-08-06T20:45:16.0367023Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2024-08-06T20:45:16.0370259Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2024-08-06T20:45:16.0373872Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2024-08-06T20:45:16.0380566Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0384258Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2024-08-06T20:45:16.0387720Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2024-08-06T20:45:16.0390924Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0394273Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2024-08-06T20:45:16.0397963Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2024-08-06T20:45:16.0400532Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2024-08-06T20:45:16.0403966Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2024-08-06T20:45:16.0407181Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2024-08-06T20:45:16.0410321Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2024-08-06T20:45:16.0414759Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2024-08-06T20:45:16.0417165Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2024-08-06T20:45:16.0420581Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2024-08-06T20:45:16.0423428Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2024-08-06T20:45:16.0426596Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2024-08-06T20:45:16.0429617Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2024-08-06T20:45:16.0433087Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2024-08-06T20:45:16.0436781Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2024-08-06T20:45:16.0439220Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2024-08-06T20:45:16.0442315Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2024-08-06T20:45:16.0445473Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2024-08-06T20:45:16.0448530Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2024-08-06T20:45:16.0452405Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2024-08-06T20:45:16.0455661Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2024-08-06T20:45:16.0458670Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2024-08-06T20:45:16.0461867Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2024-08-06T20:45:16.0465256Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2024-08-06T20:45:16.0468381Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2024-08-06T20:45:16.0472532Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0475073Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.0478196Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2024-08-06T20:45:16.0481304Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2024-08-06T20:45:16.0484388Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2024-08-06T20:45:16.0487558Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2024-08-06T20:45:16.0490885Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2024-08-06T20:45:16.0493995Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2024-08-06T20:45:16.0497280Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2024-08-06T20:45:16.0500387Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2024-08-06T20:45:16.0503552Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2024-08-06T20:45:16.0506847Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2024-08-06T20:45:16.0510201Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2024-08-06T20:45:16.0513445Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0516714Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2024-08-06T20:45:16.0519985Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2024-08-06T20:45:16.0523838Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2024-08-06T20:45:16.0526263Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2024-08-06T20:45:16.0529787Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2024-08-06T20:45:16.0532715Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2024-08-06T20:45:16.0535842Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2024-08-06T20:45:16.0538873Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2024-08-06T20:45:16.0542309Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2024-08-06T20:45:16.0545510Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2024-08-06T20:45:16.0549048Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0552277Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2024-08-06T20:45:16.0555629Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2024-08-06T20:45:16.0559058Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2024-08-06T20:45:16.0562145Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0565141Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2024-08-06T20:45:16.0568315Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2024-08-06T20:45:16.0572258Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2024-08-06T20:45:16.0575336Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2024-08-06T20:45:16.0578015Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2024-08-06T20:45:16.0581205Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2024-08-06T20:45:16.0584474Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0587512Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2024-08-06T20:45:16.0590707Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2024-08-06T20:45:16.0594061Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2024-08-06T20:45:16.0597499Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0600287Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2024-08-06T20:45:16.0603617Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2024-08-06T20:45:16.0606661Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2024-08-06T20:45:16.0609809Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2024-08-06T20:45:16.0613149Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0616343Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.0619836Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2024-08-06T20:45:16.0623134Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2024-08-06T20:45:16.0626563Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2024-08-06T20:45:16.0629509Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2024-08-06T20:45:16.0632334Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2024-08-06T20:45:16.0635585Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2024-08-06T20:45:16.0638730Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2024-08-06T20:45:16.0642048Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2024-08-06T20:45:16.0645427Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0649510Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.0651756Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2024-08-06T20:45:16.0655073Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2024-08-06T20:45:16.0658158Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2024-08-06T20:45:16.0661258Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2024-08-06T20:45:16.0664428Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2024-08-06T20:45:16.0667750Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0670973Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2024-08-06T20:45:16.0674055Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2024-08-06T20:45:16.0677084Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2024-08-06T20:45:16.0680283Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.0683155Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2024-08-06T20:45:16.0686221Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2024-08-06T20:45:16.0689699Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2024-08-06T20:45:16.0693283Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0696255Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2024-08-06T20:45:16.0700032Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2024-08-06T20:45:16.0702468Z adding 'torch/include/ATen/ops/_nnz.h' 2024-08-06T20:45:16.0705581Z adding 'torch/include/ATen/ops/_nnz_native.h' 2024-08-06T20:45:16.0708681Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2024-08-06T20:45:16.0711850Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2024-08-06T20:45:16.0715168Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2024-08-06T20:45:16.0718621Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.0721526Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2024-08-06T20:45:16.0724662Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2024-08-06T20:45:16.0727903Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0730828Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2024-08-06T20:45:16.0734047Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2024-08-06T20:45:16.0737208Z adding 'torch/include/ATen/ops/_pad_circular.h' 2024-08-06T20:45:16.0740510Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.0743367Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2024-08-06T20:45:16.0746454Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2024-08-06T20:45:16.0749577Z adding 'torch/include/ATen/ops/_pad_enum.h' 2024-08-06T20:45:16.0752841Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.0755810Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2024-08-06T20:45:16.0758950Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2024-08-06T20:45:16.0762268Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2024-08-06T20:45:16.0765482Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.0768326Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2024-08-06T20:45:16.0771513Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2024-08-06T20:45:16.0774751Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2024-08-06T20:45:16.0777942Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2024-08-06T20:45:16.0781010Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2024-08-06T20:45:16.0784015Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2024-08-06T20:45:16.0787193Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2024-08-06T20:45:16.0790270Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2024-08-06T20:45:16.0793572Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0796659Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2024-08-06T20:45:16.0799688Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2024-08-06T20:45:16.0802641Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2024-08-06T20:45:16.0806233Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2024-08-06T20:45:16.0809095Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2024-08-06T20:45:16.0812542Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0815550Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2024-08-06T20:45:16.0818799Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2024-08-06T20:45:16.0823121Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2024-08-06T20:45:16.0825739Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2024-08-06T20:45:16.0829036Z adding 'torch/include/ATen/ops/_pin_memory.h' 2024-08-06T20:45:16.0832233Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0835408Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2024-08-06T20:45:16.0840064Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2024-08-06T20:45:16.0841961Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2024-08-06T20:45:16.0845863Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2024-08-06T20:45:16.0848327Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2024-08-06T20:45:16.0851648Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2024-08-06T20:45:16.0854476Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2024-08-06T20:45:16.0857731Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2024-08-06T20:45:16.0860796Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2024-08-06T20:45:16.0864025Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2024-08-06T20:45:16.0867307Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2024-08-06T20:45:16.0870451Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2024-08-06T20:45:16.0873875Z adding 'torch/include/ATen/ops/_print.h' 2024-08-06T20:45:16.0876865Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0880184Z adding 'torch/include/ATen/ops/_print_native.h' 2024-08-06T20:45:16.0882985Z adding 'torch/include/ATen/ops/_print_ops.h' 2024-08-06T20:45:16.0886477Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2024-08-06T20:45:16.0890762Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.0894336Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2024-08-06T20:45:16.0898121Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2024-08-06T20:45:16.0901472Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2024-08-06T20:45:16.0904736Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.0908470Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2024-08-06T20:45:16.0910952Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2024-08-06T20:45:16.0914367Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2024-08-06T20:45:16.0917815Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2024-08-06T20:45:16.0921375Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0924863Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.0927770Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2024-08-06T20:45:16.0931316Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2024-08-06T20:45:16.0934193Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2024-08-06T20:45:16.0937528Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2024-08-06T20:45:16.0940527Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2024-08-06T20:45:16.0943615Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2024-08-06T20:45:16.0946762Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2024-08-06T20:45:16.0950068Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2024-08-06T20:45:16.0954267Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0956575Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2024-08-06T20:45:16.0959741Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2024-08-06T20:45:16.0962783Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2024-08-06T20:45:16.0966135Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.0969046Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2024-08-06T20:45:16.0972299Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2024-08-06T20:45:16.0976301Z adding 'torch/include/ATen/ops/_resize_output.h' 2024-08-06T20:45:16.0979363Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.0983235Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2024-08-06T20:45:16.0985619Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2024-08-06T20:45:16.0989001Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2024-08-06T20:45:16.0992085Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2024-08-06T20:45:16.0995635Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.0999059Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2024-08-06T20:45:16.1002020Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2024-08-06T20:45:16.1005389Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2024-08-06T20:45:16.1008329Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1011397Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2024-08-06T20:45:16.1014481Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2024-08-06T20:45:16.1017769Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2024-08-06T20:45:16.1021088Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1024263Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2024-08-06T20:45:16.1028094Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2024-08-06T20:45:16.1030846Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2024-08-06T20:45:16.1034258Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2024-08-06T20:45:16.1037498Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2024-08-06T20:45:16.1040891Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1043786Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2024-08-06T20:45:16.1047063Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2024-08-06T20:45:16.1050810Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2024-08-06T20:45:16.1053735Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1056932Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2024-08-06T20:45:16.1059914Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2024-08-06T20:45:16.1063264Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2024-08-06T20:45:16.1066583Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2024-08-06T20:45:16.1069859Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2024-08-06T20:45:16.1073435Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2024-08-06T20:45:16.1076825Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2024-08-06T20:45:16.1080271Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2024-08-06T20:45:16.1083530Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2024-08-06T20:45:16.1086930Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2024-08-06T20:45:16.1090695Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2024-08-06T20:45:16.1093312Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2024-08-06T20:45:16.1096721Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2024-08-06T20:45:16.1100225Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2024-08-06T20:45:16.1103445Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2024-08-06T20:45:16.1107459Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2024-08-06T20:45:16.1109909Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2024-08-06T20:45:16.1114169Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2024-08-06T20:45:16.1116943Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2024-08-06T20:45:16.1120076Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2024-08-06T20:45:16.1123351Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2024-08-06T20:45:16.1126666Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2024-08-06T20:45:16.1130598Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2024-08-06T20:45:16.1133765Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2024-08-06T20:45:16.1136924Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2024-08-06T20:45:16.1140259Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2024-08-06T20:45:16.1143616Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2024-08-06T20:45:16.1147444Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2024-08-06T20:45:16.1150098Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2024-08-06T20:45:16.1153492Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2024-08-06T20:45:16.1156720Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2024-08-06T20:45:16.1160137Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2024-08-06T20:45:16.1164206Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2024-08-06T20:45:16.1166997Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2024-08-06T20:45:16.1170332Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2024-08-06T20:45:16.1173177Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2024-08-06T20:45:16.1176484Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2024-08-06T20:45:16.1179802Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2024-08-06T20:45:16.1183562Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2024-08-06T20:45:16.1187079Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1190071Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2024-08-06T20:45:16.1194325Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2024-08-06T20:45:16.1197804Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1200888Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2024-08-06T20:45:16.1204160Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2024-08-06T20:45:16.1207537Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2024-08-06T20:45:16.1210836Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2024-08-06T20:45:16.1213841Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2024-08-06T20:45:16.1217153Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2024-08-06T20:45:16.1220506Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2024-08-06T20:45:16.1223946Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1227013Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2024-08-06T20:45:16.1230005Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2024-08-06T20:45:16.1233052Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2024-08-06T20:45:16.1237057Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2024-08-06T20:45:16.1240076Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2024-08-06T20:45:16.1243124Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1245999Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2024-08-06T20:45:16.1248943Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2024-08-06T20:45:16.1252954Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2024-08-06T20:45:16.1256738Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1259999Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2024-08-06T20:45:16.1263200Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2024-08-06T20:45:16.1266335Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2024-08-06T20:45:16.1269979Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2024-08-06T20:45:16.1273573Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2024-08-06T20:45:16.1277040Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2024-08-06T20:45:16.1280302Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2024-08-06T20:45:16.1283769Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2024-08-06T20:45:16.1286969Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2024-08-06T20:45:16.1290065Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2024-08-06T20:45:16.1293303Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1296386Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2024-08-06T20:45:16.1299560Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2024-08-06T20:45:16.1302633Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2024-08-06T20:45:16.1305885Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1308714Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2024-08-06T20:45:16.1311961Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2024-08-06T20:45:16.1315117Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2024-08-06T20:45:16.1318285Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1321135Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2024-08-06T20:45:16.1324234Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2024-08-06T20:45:16.1327252Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2024-08-06T20:45:16.1330560Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1333356Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2024-08-06T20:45:16.1336490Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2024-08-06T20:45:16.1339503Z adding 'torch/include/ATen/ops/_softmax.h' 2024-08-06T20:45:16.1342756Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2024-08-06T20:45:16.1346094Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.1348924Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2024-08-06T20:45:16.1352042Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2024-08-06T20:45:16.1355135Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2024-08-06T20:45:16.1358433Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2024-08-06T20:45:16.1361448Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2024-08-06T20:45:16.1364537Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2024-08-06T20:45:16.1367799Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.1371237Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2024-08-06T20:45:16.1373879Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2024-08-06T20:45:16.1376874Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2024-08-06T20:45:16.1379963Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2024-08-06T20:45:16.1383011Z adding 'torch/include/ATen/ops/_softmax_native.h' 2024-08-06T20:45:16.1386287Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2024-08-06T20:45:16.1389411Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2024-08-06T20:45:16.1392643Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1395782Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2024-08-06T20:45:16.1399101Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2024-08-06T20:45:16.1402607Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2024-08-06T20:45:16.1405479Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2024-08-06T20:45:16.1408934Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1412967Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.1415080Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2024-08-06T20:45:16.1418953Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2024-08-06T20:45:16.1421508Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2024-08-06T20:45:16.1424683Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2024-08-06T20:45:16.1427873Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2024-08-06T20:45:16.1431346Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1434427Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2024-08-06T20:45:16.1437949Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2024-08-06T20:45:16.1441520Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2024-08-06T20:45:16.1444530Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1447642Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2024-08-06T20:45:16.1450880Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2024-08-06T20:45:16.1454527Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2024-08-06T20:45:16.1458643Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1461220Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2024-08-06T20:45:16.1464641Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2024-08-06T20:45:16.1467796Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2024-08-06T20:45:16.1471332Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1475493Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2024-08-06T20:45:16.1478067Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2024-08-06T20:45:16.1481743Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2024-08-06T20:45:16.1485346Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1488298Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2024-08-06T20:45:16.1492381Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2024-08-06T20:45:16.1495012Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2024-08-06T20:45:16.1499185Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2024-08-06T20:45:16.1503301Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1506748Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2024-08-06T20:45:16.1509817Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2024-08-06T20:45:16.1512819Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2024-08-06T20:45:16.1516327Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1519391Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2024-08-06T20:45:16.1522932Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2024-08-06T20:45:16.1526742Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2024-08-06T20:45:16.1529412Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2024-08-06T20:45:16.1532873Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1535921Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2024-08-06T20:45:16.1539296Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2024-08-06T20:45:16.1542475Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2024-08-06T20:45:16.1545945Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1549300Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2024-08-06T20:45:16.1552313Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2024-08-06T20:45:16.1555755Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2024-08-06T20:45:16.1559066Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1562101Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2024-08-06T20:45:16.1566139Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2024-08-06T20:45:16.1568646Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2024-08-06T20:45:16.1572211Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1575015Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2024-08-06T20:45:16.1578277Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2024-08-06T20:45:16.1581458Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2024-08-06T20:45:16.1584793Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2024-08-06T20:45:16.1588923Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1591158Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2024-08-06T20:45:16.1594742Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2024-08-06T20:45:16.1598028Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1601153Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1604077Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2024-08-06T20:45:16.1607477Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2024-08-06T20:45:16.1611420Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2024-08-06T20:45:16.1613965Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1617334Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2024-08-06T20:45:16.1620082Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2024-08-06T20:45:16.1623256Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2024-08-06T20:45:16.1626455Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1629417Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2024-08-06T20:45:16.1632519Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2024-08-06T20:45:16.1635852Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2024-08-06T20:45:16.1640029Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2024-08-06T20:45:16.1642222Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2024-08-06T20:45:16.1646212Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2024-08-06T20:45:16.1648508Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2024-08-06T20:45:16.1652074Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2024-08-06T20:45:16.1654856Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2024-08-06T20:45:16.1658124Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2024-08-06T20:45:16.1661089Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2024-08-06T20:45:16.1664387Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2024-08-06T20:45:16.1667356Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2024-08-06T20:45:16.1670708Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2024-08-06T20:45:16.1674558Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2024-08-06T20:45:16.1677166Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2024-08-06T20:45:16.1680563Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2024-08-06T20:45:16.1683424Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2024-08-06T20:45:16.1686530Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2024-08-06T20:45:16.1689647Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2024-08-06T20:45:16.1692931Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2024-08-06T20:45:16.1696145Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2024-08-06T20:45:16.1699325Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2024-08-06T20:45:16.1703145Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2024-08-06T20:45:16.1705745Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2024-08-06T20:45:16.1709042Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2024-08-06T20:45:16.1712036Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2024-08-06T20:45:16.1715358Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2024-08-06T20:45:16.1718484Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2024-08-06T20:45:16.1721832Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2024-08-06T20:45:16.1725659Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2024-08-06T20:45:16.1728192Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2024-08-06T20:45:16.1731500Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2024-08-06T20:45:16.1734577Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2024-08-06T20:45:16.1737985Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1740901Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2024-08-06T20:45:16.1744404Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2024-08-06T20:45:16.1748001Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1750759Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1754275Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2024-08-06T20:45:16.1757338Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2024-08-06T20:45:16.1760612Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2024-08-06T20:45:16.1763870Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1766925Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2024-08-06T20:45:16.1771871Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2024-08-06T20:45:16.1773738Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2024-08-06T20:45:16.1777056Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2024-08-06T20:45:16.1780294Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1783341Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2024-08-06T20:45:16.1786512Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2024-08-06T20:45:16.1789918Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1793826Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1796210Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2024-08-06T20:45:16.1799779Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2024-08-06T20:45:16.1802857Z adding 'torch/include/ATen/ops/_spdiags.h' 2024-08-06T20:45:16.1806233Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1809178Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2024-08-06T20:45:16.1812300Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2024-08-06T20:45:16.1815505Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2024-08-06T20:45:16.1818827Z adding 'torch/include/ATen/ops/_stack.h' 2024-08-06T20:45:16.1822533Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1825322Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2024-08-06T20:45:16.1828455Z adding 'torch/include/ATen/ops/_stack_native.h' 2024-08-06T20:45:16.1831626Z adding 'torch/include/ATen/ops/_stack_ops.h' 2024-08-06T20:45:16.1834935Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2024-08-06T20:45:16.1839203Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1841509Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2024-08-06T20:45:16.1845054Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2024-08-06T20:45:16.1847808Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2024-08-06T20:45:16.1851183Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1854189Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2024-08-06T20:45:16.1857362Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2024-08-06T20:45:16.1860286Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2024-08-06T20:45:16.1863620Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2024-08-06T20:45:16.1867133Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2024-08-06T20:45:16.1870115Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2024-08-06T20:45:16.1873593Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2024-08-06T20:45:16.1876613Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1879650Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2024-08-06T20:45:16.1882825Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2024-08-06T20:45:16.1886110Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2024-08-06T20:45:16.1889393Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1892626Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1896121Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2024-08-06T20:45:16.1903822Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2024-08-06T20:45:16.1908115Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2024-08-06T20:45:16.1910609Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1913966Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2024-08-06T20:45:16.1917067Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1920309Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.1923128Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2024-08-06T20:45:16.1926495Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2024-08-06T20:45:16.1929509Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2024-08-06T20:45:16.1932791Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2024-08-06T20:45:16.1936462Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2024-08-06T20:45:16.1939741Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.1942884Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2024-08-06T20:45:16.1945956Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2024-08-06T20:45:16.1949194Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2024-08-06T20:45:16.1952482Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1955591Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2024-08-06T20:45:16.1958701Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2024-08-06T20:45:16.1961867Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2024-08-06T20:45:16.1965011Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2024-08-06T20:45:16.1968675Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1971673Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2024-08-06T20:45:16.1974790Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2024-08-06T20:45:16.1978032Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2024-08-06T20:45:16.1981137Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2024-08-06T20:45:16.1984387Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.1987356Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2024-08-06T20:45:16.1990301Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2024-08-06T20:45:16.1993449Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2024-08-06T20:45:16.1996791Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2024-08-06T20:45:16.2000008Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2002994Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2024-08-06T20:45:16.2006166Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2024-08-06T20:45:16.2009395Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2024-08-06T20:45:16.2012465Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2024-08-06T20:45:16.2015683Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2018523Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2024-08-06T20:45:16.2021617Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2024-08-06T20:45:16.2024685Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2024-08-06T20:45:16.2027908Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2030751Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2024-08-06T20:45:16.2033830Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2024-08-06T20:45:16.2037049Z adding 'torch/include/ATen/ops/_test_string_default.h' 2024-08-06T20:45:16.2040173Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2043031Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2024-08-06T20:45:16.2046148Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2024-08-06T20:45:16.2049174Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2024-08-06T20:45:16.2052418Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2055307Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2024-08-06T20:45:16.2058439Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2024-08-06T20:45:16.2061792Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2024-08-06T20:45:16.2065042Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2067977Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2024-08-06T20:45:16.2071124Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2024-08-06T20:45:16.2074268Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2024-08-06T20:45:16.2077802Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2080730Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2024-08-06T20:45:16.2083929Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2024-08-06T20:45:16.2087086Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2024-08-06T20:45:16.2090349Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2024-08-06T20:45:16.2093639Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2096665Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2024-08-06T20:45:16.2099657Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2024-08-06T20:45:16.2102886Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2024-08-06T20:45:16.2106134Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2109156Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2024-08-06T20:45:16.2112172Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2024-08-06T20:45:16.2115605Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2024-08-06T20:45:16.2118910Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2024-08-06T20:45:16.2122160Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2024-08-06T20:45:16.2125370Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2128447Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2024-08-06T20:45:16.2131771Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2134772Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2024-08-06T20:45:16.2137802Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2024-08-06T20:45:16.2141129Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2024-08-06T20:45:16.2144220Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2024-08-06T20:45:16.2147378Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2024-08-06T20:45:16.2150644Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2153657Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2024-08-06T20:45:16.2156796Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2024-08-06T20:45:16.2160206Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2024-08-06T20:45:16.2163627Z adding 'torch/include/ATen/ops/_to_copy.h' 2024-08-06T20:45:16.2167373Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2170135Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2024-08-06T20:45:16.2173554Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2024-08-06T20:45:16.2176611Z adding 'torch/include/ATen/ops/_to_cpu.h' 2024-08-06T20:45:16.2179983Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2182856Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2024-08-06T20:45:16.2186134Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2024-08-06T20:45:16.2190110Z adding 'torch/include/ATen/ops/_to_dense.h' 2024-08-06T20:45:16.2193195Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2196381Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2024-08-06T20:45:16.2199633Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2024-08-06T20:45:16.2203028Z adding 'torch/include/ATen/ops/_to_sparse.h' 2024-08-06T20:45:16.2206988Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2024-08-06T20:45:16.2209586Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2213074Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2024-08-06T20:45:16.2215935Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2024-08-06T20:45:16.2218953Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2024-08-06T20:45:16.2222167Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2024-08-06T20:45:16.2225446Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2024-08-06T20:45:16.2229211Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2231850Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2024-08-06T20:45:16.2235540Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2024-08-06T20:45:16.2238218Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2024-08-06T20:45:16.2241563Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2024-08-06T20:45:16.2244864Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2248007Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2024-08-06T20:45:16.2251053Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2024-08-06T20:45:16.2254456Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2258183Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2024-08-06T20:45:16.2261115Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2024-08-06T20:45:16.2263986Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2024-08-06T20:45:16.2267043Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2024-08-06T20:45:16.2270242Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2024-08-06T20:45:16.2273483Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2276694Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2024-08-06T20:45:16.2279742Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2024-08-06T20:45:16.2282937Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2024-08-06T20:45:16.2286203Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2024-08-06T20:45:16.2289425Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2024-08-06T20:45:16.2292610Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2024-08-06T20:45:16.2296007Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2024-08-06T20:45:16.2299305Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2024-08-06T20:45:16.2302522Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2024-08-06T20:45:16.2305746Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2024-08-06T20:45:16.2309559Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2024-08-06T20:45:16.2312178Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2024-08-06T20:45:16.2315706Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2318752Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2024-08-06T20:45:16.2321977Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2024-08-06T20:45:16.2324971Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2024-08-06T20:45:16.2328434Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2024-08-06T20:45:16.2332190Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2024-08-06T20:45:16.2335542Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2338816Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2024-08-06T20:45:16.2341992Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2024-08-06T20:45:16.2345274Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2024-08-06T20:45:16.2349192Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2024-08-06T20:45:16.2352211Z adding 'torch/include/ATen/ops/_trilinear.h' 2024-08-06T20:45:16.2355757Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2359029Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.2362052Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2024-08-06T20:45:16.2366063Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2024-08-06T20:45:16.2368776Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2024-08-06T20:45:16.2372310Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2375394Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2024-08-06T20:45:16.2378554Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2024-08-06T20:45:16.2381851Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2024-08-06T20:45:16.2385229Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2024-08-06T20:45:16.2388948Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2391654Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2024-08-06T20:45:16.2394801Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2024-08-06T20:45:16.2398253Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2024-08-06T20:45:16.2401469Z adding 'torch/include/ATen/ops/_unique.h' 2024-08-06T20:45:16.2405137Z adding 'torch/include/ATen/ops/_unique2.h' 2024-08-06T20:45:16.2408110Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2411565Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2024-08-06T20:45:16.2414290Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2024-08-06T20:45:16.2417773Z adding 'torch/include/ATen/ops/_unique2_native.h' 2024-08-06T20:45:16.2421073Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2024-08-06T20:45:16.2424598Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2428427Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2024-08-06T20:45:16.2430788Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2024-08-06T20:45:16.2434235Z adding 'torch/include/ATen/ops/_unique_native.h' 2024-08-06T20:45:16.2437231Z adding 'torch/include/ATen/ops/_unique_ops.h' 2024-08-06T20:45:16.2440447Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2024-08-06T20:45:16.2443723Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2446844Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2024-08-06T20:45:16.2449824Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2024-08-06T20:45:16.2453029Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2024-08-06T20:45:16.2456973Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2459300Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2024-08-06T20:45:16.2462532Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2024-08-06T20:45:16.2465632Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2024-08-06T20:45:16.2469022Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2471953Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2024-08-06T20:45:16.2475344Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2024-08-06T20:45:16.2479366Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2024-08-06T20:45:16.2481968Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2485275Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2024-08-06T20:45:16.2488136Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2024-08-06T20:45:16.2491241Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2024-08-06T20:45:16.2494511Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2497578Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2024-08-06T20:45:16.2500731Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2024-08-06T20:45:16.2503959Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2024-08-06T20:45:16.2507297Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2510180Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2024-08-06T20:45:16.2513507Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2024-08-06T20:45:16.2517281Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2024-08-06T20:45:16.2521127Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2024-08-06T20:45:16.2524732Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.2527796Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2024-08-06T20:45:16.2531029Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2024-08-06T20:45:16.2534151Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2024-08-06T20:45:16.2537447Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2024-08-06T20:45:16.2540617Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2024-08-06T20:45:16.2543986Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2024-08-06T20:45:16.2547329Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.2550409Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2553444Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2024-08-06T20:45:16.2556743Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2024-08-06T20:45:16.2559813Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2024-08-06T20:45:16.2563011Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2024-08-06T20:45:16.2566092Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2024-08-06T20:45:16.2569419Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2024-08-06T20:45:16.2573088Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2024-08-06T20:45:16.2576858Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2024-08-06T20:45:16.2580520Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.2583498Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2024-08-06T20:45:16.2586713Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2024-08-06T20:45:16.2589765Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2024-08-06T20:45:16.2592977Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2024-08-06T20:45:16.2596159Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2024-08-06T20:45:16.2599604Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2024-08-06T20:45:16.2602977Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.2606042Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2609127Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2024-08-06T20:45:16.2612300Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2024-08-06T20:45:16.2615317Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2024-08-06T20:45:16.2618497Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2024-08-06T20:45:16.2621569Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2024-08-06T20:45:16.2624867Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2024-08-06T20:45:16.2628383Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2024-08-06T20:45:16.2632017Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2024-08-06T20:45:16.2635557Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.2638685Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2024-08-06T20:45:16.2641909Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2024-08-06T20:45:16.2645254Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2024-08-06T20:45:16.2648471Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2024-08-06T20:45:16.2651522Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2024-08-06T20:45:16.2654735Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2024-08-06T20:45:16.2658026Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.2661169Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2664189Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2024-08-06T20:45:16.2667360Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2024-08-06T20:45:16.2670351Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2024-08-06T20:45:16.2673533Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2024-08-06T20:45:16.2677399Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2024-08-06T20:45:16.2680772Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2024-08-06T20:45:16.2684402Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2024-08-06T20:45:16.2688167Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2024-08-06T20:45:16.2700970Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.2701760Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2024-08-06T20:45:16.2702372Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2024-08-06T20:45:16.2702932Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2024-08-06T20:45:16.2705334Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2024-08-06T20:45:16.2707650Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2024-08-06T20:45:16.2711091Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2024-08-06T20:45:16.2714432Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.2718054Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2720916Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2024-08-06T20:45:16.2724256Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2024-08-06T20:45:16.2727304Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2024-08-06T20:45:16.2730634Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2024-08-06T20:45:16.2734077Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2024-08-06T20:45:16.2737260Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2024-08-06T20:45:16.2741028Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2024-08-06T20:45:16.2744910Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2024-08-06T20:45:16.2748571Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.2751824Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2024-08-06T20:45:16.2755239Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2024-08-06T20:45:16.2758499Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2024-08-06T20:45:16.2761780Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2024-08-06T20:45:16.2765016Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2024-08-06T20:45:16.2768468Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2024-08-06T20:45:16.2771866Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.2775096Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2778222Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2024-08-06T20:45:16.2781561Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2024-08-06T20:45:16.2784606Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2024-08-06T20:45:16.2788123Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2024-08-06T20:45:16.2791195Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2024-08-06T20:45:16.2794648Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2024-08-06T20:45:16.2798068Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2024-08-06T20:45:16.2801267Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2024-08-06T20:45:16.2804377Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2024-08-06T20:45:16.2807623Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2024-08-06T20:45:16.2810961Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2024-08-06T20:45:16.2814232Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2817218Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2024-08-06T20:45:16.2820403Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2024-08-06T20:45:16.2823503Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2024-08-06T20:45:16.2826760Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2024-08-06T20:45:16.2830198Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2024-08-06T20:45:16.2833038Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2024-08-06T20:45:16.2836293Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2024-08-06T20:45:16.2839504Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2024-08-06T20:45:16.2842919Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2845895Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2024-08-06T20:45:16.2849532Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2024-08-06T20:45:16.2852150Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2024-08-06T20:45:16.2855557Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2858421Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2024-08-06T20:45:16.2861722Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2024-08-06T20:45:16.2864816Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2024-08-06T20:45:16.2868243Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2871975Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2024-08-06T20:45:16.2874877Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2024-08-06T20:45:16.2878228Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2024-08-06T20:45:16.2881523Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2884534Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2024-08-06T20:45:16.2887678Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2024-08-06T20:45:16.2890925Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2024-08-06T20:45:16.2894964Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2897212Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2024-08-06T20:45:16.2900581Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2024-08-06T20:45:16.2903520Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2024-08-06T20:45:16.2906866Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2909742Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2024-08-06T20:45:16.2913111Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2024-08-06T20:45:16.2916046Z adding 'torch/include/ATen/ops/_values.h' 2024-08-06T20:45:16.2919247Z adding 'torch/include/ATen/ops/_values_copy.h' 2024-08-06T20:45:16.2923258Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.2925848Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.2929008Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2024-08-06T20:45:16.2931838Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2024-08-06T20:45:16.2934966Z adding 'torch/include/ATen/ops/_values_native.h' 2024-08-06T20:45:16.2938090Z adding 'torch/include/ATen/ops/_values_ops.h' 2024-08-06T20:45:16.2941192Z adding 'torch/include/ATen/ops/_version.h' 2024-08-06T20:45:16.2944382Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2947505Z adding 'torch/include/ATen/ops/_version_native.h' 2024-08-06T20:45:16.2950456Z adding 'torch/include/ATen/ops/_version_ops.h' 2024-08-06T20:45:16.2953693Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2024-08-06T20:45:16.2957281Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h' 2024-08-06T20:45:16.2960129Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2024-08-06T20:45:16.2963225Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2024-08-06T20:45:16.2966401Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2024-08-06T20:45:16.2969584Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2024-08-06T20:45:16.2972670Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2024-08-06T20:45:16.2975764Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2024-08-06T20:45:16.2978880Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2024-08-06T20:45:16.2981993Z adding 'torch/include/ATen/ops/_weight_norm.h' 2024-08-06T20:45:16.2985462Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2988353Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2024-08-06T20:45:16.2991785Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.2994647Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2024-08-06T20:45:16.2998039Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2024-08-06T20:45:16.3001151Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2024-08-06T20:45:16.3004565Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2024-08-06T20:45:16.3008484Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.3011013Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2024-08-06T20:45:16.3014214Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2024-08-06T20:45:16.3017263Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2024-08-06T20:45:16.3020682Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2024-08-06T20:45:16.3023952Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.3027075Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2024-08-06T20:45:16.3030114Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2024-08-06T20:45:16.3033062Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2024-08-06T20:45:16.3036453Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2024-08-06T20:45:16.3039542Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2024-08-06T20:45:16.3042618Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2024-08-06T20:45:16.3045701Z adding 'torch/include/ATen/ops/abs.h' 2024-08-06T20:45:16.3048972Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.3051985Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2024-08-06T20:45:16.3055040Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2024-08-06T20:45:16.3058049Z adding 'torch/include/ATen/ops/abs_native.h' 2024-08-06T20:45:16.3061201Z adding 'torch/include/ATen/ops/abs_ops.h' 2024-08-06T20:45:16.3064251Z adding 'torch/include/ATen/ops/absolute.h' 2024-08-06T20:45:16.3067466Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3070313Z adding 'torch/include/ATen/ops/absolute_native.h' 2024-08-06T20:45:16.3073475Z adding 'torch/include/ATen/ops/absolute_ops.h' 2024-08-06T20:45:16.3076702Z adding 'torch/include/ATen/ops/acos.h' 2024-08-06T20:45:16.3080014Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3083030Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2024-08-06T20:45:16.3091772Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2024-08-06T20:45:16.3096050Z adding 'torch/include/ATen/ops/acos_meta.h' 2024-08-06T20:45:16.3099321Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2024-08-06T20:45:16.3102742Z adding 'torch/include/ATen/ops/acos_native.h' 2024-08-06T20:45:16.3105878Z adding 'torch/include/ATen/ops/acos_ops.h' 2024-08-06T20:45:16.3109019Z adding 'torch/include/ATen/ops/acosh.h' 2024-08-06T20:45:16.3112359Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3115346Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2024-08-06T20:45:16.3118453Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2024-08-06T20:45:16.3121451Z adding 'torch/include/ATen/ops/acosh_meta.h' 2024-08-06T20:45:16.3124532Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2024-08-06T20:45:16.3127513Z adding 'torch/include/ATen/ops/acosh_native.h' 2024-08-06T20:45:16.3130673Z adding 'torch/include/ATen/ops/acosh_ops.h' 2024-08-06T20:45:16.3133765Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2024-08-06T20:45:16.3138039Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3140013Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2024-08-06T20:45:16.3143081Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2024-08-06T20:45:16.3146351Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2024-08-06T20:45:16.3149700Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3152733Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2024-08-06T20:45:16.3155923Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2024-08-06T20:45:16.3158943Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2024-08-06T20:45:16.3162082Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2024-08-06T20:45:16.3165415Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2024-08-06T20:45:16.3168635Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2024-08-06T20:45:16.3171785Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-08-06T20:45:16.3174901Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-08-06T20:45:16.3177846Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2024-08-06T20:45:16.3180987Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2024-08-06T20:45:16.3184179Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3187148Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2024-08-06T20:45:16.3190242Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2024-08-06T20:45:16.3193206Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2024-08-06T20:45:16.3196495Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2024-08-06T20:45:16.3199653Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2024-08-06T20:45:16.3202810Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3205657Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2024-08-06T20:45:16.3208754Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2024-08-06T20:45:16.3211817Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2024-08-06T20:45:16.3214976Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2024-08-06T20:45:16.3218308Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3221287Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2024-08-06T20:45:16.3224390Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2024-08-06T20:45:16.3227360Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2024-08-06T20:45:16.3230510Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2024-08-06T20:45:16.3233539Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2024-08-06T20:45:16.3236969Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2024-08-06T20:45:16.3240498Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3243447Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2024-08-06T20:45:16.3246756Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2024-08-06T20:45:16.3250519Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2024-08-06T20:45:16.3253071Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2024-08-06T20:45:16.3256274Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2024-08-06T20:45:16.3259510Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2024-08-06T20:45:16.3262843Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2024-08-06T20:45:16.3266063Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2024-08-06T20:45:16.3269678Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3273259Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2024-08-06T20:45:16.3276129Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2024-08-06T20:45:16.3279334Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2024-08-06T20:45:16.3282520Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2024-08-06T20:45:16.3285832Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2024-08-06T20:45:16.3290011Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2024-08-06T20:45:16.3292959Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3296115Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2024-08-06T20:45:16.3299276Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2024-08-06T20:45:16.3302457Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2024-08-06T20:45:16.3305610Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2024-08-06T20:45:16.3308819Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2024-08-06T20:45:16.3312808Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2024-08-06T20:45:16.3315502Z adding 'torch/include/ATen/ops/add.h' 2024-08-06T20:45:16.3318985Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.3322240Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3325734Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2024-08-06T20:45:16.3329793Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2024-08-06T20:45:16.3332158Z adding 'torch/include/ATen/ops/add_meta.h' 2024-08-06T20:45:16.3335506Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2024-08-06T20:45:16.3338692Z adding 'torch/include/ATen/ops/add_native.h' 2024-08-06T20:45:16.3342422Z adding 'torch/include/ATen/ops/add_ops.h' 2024-08-06T20:45:16.3346602Z adding 'torch/include/ATen/ops/addbmm.h' 2024-08-06T20:45:16.3349178Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2024-08-06T20:45:16.3352463Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2024-08-06T20:45:16.3355726Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2024-08-06T20:45:16.3358897Z adding 'torch/include/ATen/ops/addbmm_native.h' 2024-08-06T20:45:16.3362220Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2024-08-06T20:45:16.3365597Z adding 'torch/include/ATen/ops/addcdiv.h' 2024-08-06T20:45:16.3369576Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3372150Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2024-08-06T20:45:16.3375440Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2024-08-06T20:45:16.3378496Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2024-08-06T20:45:16.3381825Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2024-08-06T20:45:16.3384939Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2024-08-06T20:45:16.3388352Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2024-08-06T20:45:16.3392348Z adding 'torch/include/ATen/ops/addcmul.h' 2024-08-06T20:45:16.3395178Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3398428Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2024-08-06T20:45:16.3401596Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2024-08-06T20:45:16.3405679Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2024-08-06T20:45:16.3409395Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2024-08-06T20:45:16.3412216Z adding 'torch/include/ATen/ops/addcmul_native.h' 2024-08-06T20:45:16.3415702Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2024-08-06T20:45:16.3418830Z adding 'torch/include/ATen/ops/addmm.h' 2024-08-06T20:45:16.3422996Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3426395Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2024-08-06T20:45:16.3429344Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2024-08-06T20:45:16.3432492Z adding 'torch/include/ATen/ops/addmm_meta.h' 2024-08-06T20:45:16.3435704Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2024-08-06T20:45:16.3438997Z adding 'torch/include/ATen/ops/addmm_native.h' 2024-08-06T20:45:16.3443181Z adding 'torch/include/ATen/ops/addmm_ops.h' 2024-08-06T20:45:16.3445674Z adding 'torch/include/ATen/ops/addmv.h' 2024-08-06T20:45:16.3449141Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3452104Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2024-08-06T20:45:16.3455311Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2024-08-06T20:45:16.3458346Z adding 'torch/include/ATen/ops/addmv_meta.h' 2024-08-06T20:45:16.3461631Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2024-08-06T20:45:16.3464696Z adding 'torch/include/ATen/ops/addmv_native.h' 2024-08-06T20:45:16.3468102Z adding 'torch/include/ATen/ops/addmv_ops.h' 2024-08-06T20:45:16.3471601Z adding 'torch/include/ATen/ops/addr.h' 2024-08-06T20:45:16.3474747Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.3478018Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2024-08-06T20:45:16.3481073Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2024-08-06T20:45:16.3484226Z adding 'torch/include/ATen/ops/addr_native.h' 2024-08-06T20:45:16.3487987Z adding 'torch/include/ATen/ops/addr_ops.h' 2024-08-06T20:45:16.3490783Z adding 'torch/include/ATen/ops/adjoint.h' 2024-08-06T20:45:16.3494369Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3497067Z adding 'torch/include/ATen/ops/adjoint_native.h' 2024-08-06T20:45:16.3500213Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2024-08-06T20:45:16.3503574Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2024-08-06T20:45:16.3506996Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2024-08-06T20:45:16.3510248Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3513283Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2024-08-06T20:45:16.3517153Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2024-08-06T20:45:16.3519990Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.3523052Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2024-08-06T20:45:16.3526198Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2024-08-06T20:45:16.3529347Z adding 'torch/include/ATen/ops/alias.h' 2024-08-06T20:45:16.3532508Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.3535582Z adding 'torch/include/ATen/ops/alias_copy.h' 2024-08-06T20:45:16.3539707Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.3542059Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3545351Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2024-08-06T20:45:16.3548114Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2024-08-06T20:45:16.3551221Z adding 'torch/include/ATen/ops/alias_native.h' 2024-08-06T20:45:16.3554648Z adding 'torch/include/ATen/ops/alias_ops.h' 2024-08-06T20:45:16.3557772Z adding 'torch/include/ATen/ops/align_as.h' 2024-08-06T20:45:16.3561807Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3563912Z adding 'torch/include/ATen/ops/align_as_native.h' 2024-08-06T20:45:16.3566968Z adding 'torch/include/ATen/ops/align_as_ops.h' 2024-08-06T20:45:16.3569950Z adding 'torch/include/ATen/ops/align_tensors.h' 2024-08-06T20:45:16.3573115Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3575966Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2024-08-06T20:45:16.3579248Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2024-08-06T20:45:16.3582142Z adding 'torch/include/ATen/ops/align_to.h' 2024-08-06T20:45:16.3585347Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3588163Z adding 'torch/include/ATen/ops/align_to_native.h' 2024-08-06T20:45:16.3591286Z adding 'torch/include/ATen/ops/align_to_ops.h' 2024-08-06T20:45:16.3594553Z adding 'torch/include/ATen/ops/all.h' 2024-08-06T20:45:16.3597971Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.3601144Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3604179Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3607737Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2024-08-06T20:45:16.3610471Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2024-08-06T20:45:16.3613467Z adding 'torch/include/ATen/ops/all_meta.h' 2024-08-06T20:45:16.3616575Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2024-08-06T20:45:16.3619638Z adding 'torch/include/ATen/ops/all_native.h' 2024-08-06T20:45:16.3623124Z adding 'torch/include/ATen/ops/all_ops.h' 2024-08-06T20:45:16.3626321Z adding 'torch/include/ATen/ops/allclose.h' 2024-08-06T20:45:16.3629518Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.3632376Z adding 'torch/include/ATen/ops/allclose_native.h' 2024-08-06T20:45:16.3635539Z adding 'torch/include/ATen/ops/allclose_ops.h' 2024-08-06T20:45:16.3638580Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2024-08-06T20:45:16.3641878Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3644687Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2024-08-06T20:45:16.3647871Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2024-08-06T20:45:16.3650933Z adding 'torch/include/ATen/ops/amax.h' 2024-08-06T20:45:16.3654178Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3657052Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2024-08-06T20:45:16.3660067Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2024-08-06T20:45:16.3663910Z adding 'torch/include/ATen/ops/amax_meta.h' 2024-08-06T20:45:16.3666294Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2024-08-06T20:45:16.3669221Z adding 'torch/include/ATen/ops/amax_native.h' 2024-08-06T20:45:16.3672458Z adding 'torch/include/ATen/ops/amax_ops.h' 2024-08-06T20:45:16.3675630Z adding 'torch/include/ATen/ops/amin.h' 2024-08-06T20:45:16.3678929Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3681851Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2024-08-06T20:45:16.3684894Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2024-08-06T20:45:16.3687950Z adding 'torch/include/ATen/ops/amin_meta.h' 2024-08-06T20:45:16.3690928Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2024-08-06T20:45:16.3693866Z adding 'torch/include/ATen/ops/amin_native.h' 2024-08-06T20:45:16.3697061Z adding 'torch/include/ATen/ops/amin_ops.h' 2024-08-06T20:45:16.3700175Z adding 'torch/include/ATen/ops/aminmax.h' 2024-08-06T20:45:16.3703487Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3706373Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2024-08-06T20:45:16.3709415Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2024-08-06T20:45:16.3712375Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2024-08-06T20:45:16.3715537Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2024-08-06T20:45:16.3718469Z adding 'torch/include/ATen/ops/aminmax_native.h' 2024-08-06T20:45:16.3721663Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2024-08-06T20:45:16.3724713Z adding 'torch/include/ATen/ops/and.h' 2024-08-06T20:45:16.3727909Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3730747Z adding 'torch/include/ATen/ops/and_native.h' 2024-08-06T20:45:16.3733983Z adding 'torch/include/ATen/ops/and_ops.h' 2024-08-06T20:45:16.3737065Z adding 'torch/include/ATen/ops/angle.h' 2024-08-06T20:45:16.3740134Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2024-08-06T20:45:16.3743232Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2024-08-06T20:45:16.3746193Z adding 'torch/include/ATen/ops/angle_native.h' 2024-08-06T20:45:16.3749326Z adding 'torch/include/ATen/ops/angle_ops.h' 2024-08-06T20:45:16.3752602Z adding 'torch/include/ATen/ops/any.h' 2024-08-06T20:45:16.3756017Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.3759197Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3762201Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3765367Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2024-08-06T20:45:16.3768488Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2024-08-06T20:45:16.3771889Z adding 'torch/include/ATen/ops/any_meta.h' 2024-08-06T20:45:16.3775043Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2024-08-06T20:45:16.3778339Z adding 'torch/include/ATen/ops/any_native.h' 2024-08-06T20:45:16.3781916Z adding 'torch/include/ATen/ops/any_ops.h' 2024-08-06T20:45:16.3785424Z adding 'torch/include/ATen/ops/arange.h' 2024-08-06T20:45:16.3788983Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.3791981Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2024-08-06T20:45:16.3795392Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2024-08-06T20:45:16.3798834Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2024-08-06T20:45:16.3801547Z adding 'torch/include/ATen/ops/arange_native.h' 2024-08-06T20:45:16.3805120Z adding 'torch/include/ATen/ops/arange_ops.h' 2024-08-06T20:45:16.3808275Z adding 'torch/include/ATen/ops/arccos.h' 2024-08-06T20:45:16.3811695Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3814540Z adding 'torch/include/ATen/ops/arccos_native.h' 2024-08-06T20:45:16.3817884Z adding 'torch/include/ATen/ops/arccos_ops.h' 2024-08-06T20:45:16.3821063Z adding 'torch/include/ATen/ops/arccosh.h' 2024-08-06T20:45:16.3824382Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3827376Z adding 'torch/include/ATen/ops/arccosh_native.h' 2024-08-06T20:45:16.3830539Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2024-08-06T20:45:16.3833770Z adding 'torch/include/ATen/ops/arcsin.h' 2024-08-06T20:45:16.3837115Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3840110Z adding 'torch/include/ATen/ops/arcsin_native.h' 2024-08-06T20:45:16.3844210Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2024-08-06T20:45:16.3846539Z adding 'torch/include/ATen/ops/arcsinh.h' 2024-08-06T20:45:16.3850091Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3852711Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2024-08-06T20:45:16.3855978Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2024-08-06T20:45:16.3859076Z adding 'torch/include/ATen/ops/arctan.h' 2024-08-06T20:45:16.3862242Z adding 'torch/include/ATen/ops/arctan2.h' 2024-08-06T20:45:16.3865449Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3868458Z adding 'torch/include/ATen/ops/arctan2_native.h' 2024-08-06T20:45:16.3872532Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2024-08-06T20:45:16.3875122Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3878294Z adding 'torch/include/ATen/ops/arctan_native.h' 2024-08-06T20:45:16.3881377Z adding 'torch/include/ATen/ops/arctan_ops.h' 2024-08-06T20:45:16.3884565Z adding 'torch/include/ATen/ops/arctanh.h' 2024-08-06T20:45:16.3887777Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3890753Z adding 'torch/include/ATen/ops/arctanh_native.h' 2024-08-06T20:45:16.3893945Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2024-08-06T20:45:16.3897222Z adding 'torch/include/ATen/ops/argmax.h' 2024-08-06T20:45:16.3901057Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3903548Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2024-08-06T20:45:16.3906728Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2024-08-06T20:45:16.3909708Z adding 'torch/include/ATen/ops/argmax_meta.h' 2024-08-06T20:45:16.3912934Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2024-08-06T20:45:16.3916013Z adding 'torch/include/ATen/ops/argmax_native.h' 2024-08-06T20:45:16.3919356Z adding 'torch/include/ATen/ops/argmax_ops.h' 2024-08-06T20:45:16.3922966Z adding 'torch/include/ATen/ops/argmin.h' 2024-08-06T20:45:16.3925926Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3929246Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2024-08-06T20:45:16.3932009Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2024-08-06T20:45:16.3935079Z adding 'torch/include/ATen/ops/argmin_meta.h' 2024-08-06T20:45:16.3938129Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2024-08-06T20:45:16.3941347Z adding 'torch/include/ATen/ops/argmin_native.h' 2024-08-06T20:45:16.3944401Z adding 'torch/include/ATen/ops/argmin_ops.h' 2024-08-06T20:45:16.3947705Z adding 'torch/include/ATen/ops/argsort.h' 2024-08-06T20:45:16.3951926Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3960568Z adding 'torch/include/ATen/ops/argsort_native.h' 2024-08-06T20:45:16.3964014Z adding 'torch/include/ATen/ops/argsort_ops.h' 2024-08-06T20:45:16.3967056Z adding 'torch/include/ATen/ops/argwhere.h' 2024-08-06T20:45:16.3970376Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.3973216Z adding 'torch/include/ATen/ops/argwhere_native.h' 2024-08-06T20:45:16.3976417Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2024-08-06T20:45:16.3980340Z adding 'torch/include/ATen/ops/as_strided.h' 2024-08-06T20:45:16.3983294Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3986649Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2024-08-06T20:45:16.3990111Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.3993499Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.3997358Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2024-08-06T20:45:16.4000125Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2024-08-06T20:45:16.4010156Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2024-08-06T20:45:16.4013537Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2024-08-06T20:45:16.4017554Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2024-08-06T20:45:16.4019654Z adding 'torch/include/ATen/ops/as_strided_native.h' 2024-08-06T20:45:16.4023367Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2024-08-06T20:45:16.4026628Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2024-08-06T20:45:16.4030224Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4034309Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4036613Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2024-08-06T20:45:16.4040318Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2024-08-06T20:45:16.4043188Z adding 'torch/include/ATen/ops/asin.h' 2024-08-06T20:45:16.4046543Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4049446Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2024-08-06T20:45:16.4052701Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2024-08-06T20:45:16.4055715Z adding 'torch/include/ATen/ops/asin_meta.h' 2024-08-06T20:45:16.4058992Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2024-08-06T20:45:16.4062824Z adding 'torch/include/ATen/ops/asin_native.h' 2024-08-06T20:45:16.4065326Z adding 'torch/include/ATen/ops/asin_ops.h' 2024-08-06T20:45:16.4068533Z adding 'torch/include/ATen/ops/asinh.h' 2024-08-06T20:45:16.4071813Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4074855Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2024-08-06T20:45:16.4078072Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2024-08-06T20:45:16.4081203Z adding 'torch/include/ATen/ops/asinh_meta.h' 2024-08-06T20:45:16.4084258Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2024-08-06T20:45:16.4087439Z adding 'torch/include/ATen/ops/asinh_native.h' 2024-08-06T20:45:16.4091218Z adding 'torch/include/ATen/ops/asinh_ops.h' 2024-08-06T20:45:16.4093833Z adding 'torch/include/ATen/ops/atan.h' 2024-08-06T20:45:16.4097021Z adding 'torch/include/ATen/ops/atan2.h' 2024-08-06T20:45:16.4100324Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4103449Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2024-08-06T20:45:16.4106495Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2024-08-06T20:45:16.4109674Z adding 'torch/include/ATen/ops/atan2_meta.h' 2024-08-06T20:45:16.4113260Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2024-08-06T20:45:16.4116098Z adding 'torch/include/ATen/ops/atan2_native.h' 2024-08-06T20:45:16.4119561Z adding 'torch/include/ATen/ops/atan2_ops.h' 2024-08-06T20:45:16.4122723Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4125732Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2024-08-06T20:45:16.4128757Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2024-08-06T20:45:16.4131899Z adding 'torch/include/ATen/ops/atan_meta.h' 2024-08-06T20:45:16.4135003Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2024-08-06T20:45:16.4137957Z adding 'torch/include/ATen/ops/atan_native.h' 2024-08-06T20:45:16.4141499Z adding 'torch/include/ATen/ops/atan_ops.h' 2024-08-06T20:45:16.4144439Z adding 'torch/include/ATen/ops/atanh.h' 2024-08-06T20:45:16.4147743Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4150587Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2024-08-06T20:45:16.4153607Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2024-08-06T20:45:16.4157078Z adding 'torch/include/ATen/ops/atanh_meta.h' 2024-08-06T20:45:16.4159977Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2024-08-06T20:45:16.4163676Z adding 'torch/include/ATen/ops/atanh_native.h' 2024-08-06T20:45:16.4166811Z adding 'torch/include/ATen/ops/atanh_ops.h' 2024-08-06T20:45:16.4169882Z adding 'torch/include/ATen/ops/atleast_1d.h' 2024-08-06T20:45:16.4173057Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.4175853Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2024-08-06T20:45:16.4178958Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2024-08-06T20:45:16.4182032Z adding 'torch/include/ATen/ops/atleast_2d.h' 2024-08-06T20:45:16.4185270Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.4188355Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2024-08-06T20:45:16.4191509Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2024-08-06T20:45:16.4194534Z adding 'torch/include/ATen/ops/atleast_3d.h' 2024-08-06T20:45:16.4197856Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.4200694Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2024-08-06T20:45:16.4203805Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2024-08-06T20:45:16.4206875Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2024-08-06T20:45:16.4210116Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.4212973Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2024-08-06T20:45:16.4216145Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2024-08-06T20:45:16.4219269Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2024-08-06T20:45:16.4222650Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2024-08-06T20:45:16.4226050Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4228999Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2024-08-06T20:45:16.4232452Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2024-08-06T20:45:16.4235584Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2024-08-06T20:45:16.4238754Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2024-08-06T20:45:16.4241892Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2024-08-06T20:45:16.4245508Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2024-08-06T20:45:16.4248853Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4251819Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2024-08-06T20:45:16.4254931Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2024-08-06T20:45:16.4258338Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2024-08-06T20:45:16.4261633Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2024-08-06T20:45:16.4264874Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2024-08-06T20:45:16.4268026Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2024-08-06T20:45:16.4271265Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2024-08-06T20:45:16.4274585Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2024-08-06T20:45:16.4278105Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4281081Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2024-08-06T20:45:16.4284177Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2024-08-06T20:45:16.4287169Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2024-08-06T20:45:16.4290312Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2024-08-06T20:45:16.4293415Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2024-08-06T20:45:16.4296744Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2024-08-06T20:45:16.4300055Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4303000Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2024-08-06T20:45:16.4306178Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2024-08-06T20:45:16.4309074Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2024-08-06T20:45:16.4312195Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2024-08-06T20:45:16.4315405Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2024-08-06T20:45:16.4318718Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2024-08-06T20:45:16.4321844Z adding 'torch/include/ATen/ops/baddbmm.h' 2024-08-06T20:45:16.4325182Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4328051Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2024-08-06T20:45:16.4331163Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2024-08-06T20:45:16.4334121Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2024-08-06T20:45:16.4337215Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2024-08-06T20:45:16.4340222Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2024-08-06T20:45:16.4344415Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2024-08-06T20:45:16.4347101Z adding 'torch/include/ATen/ops/bartlett_window.h' 2024-08-06T20:45:16.4350396Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4353258Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2024-08-06T20:45:16.4356690Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2024-08-06T20:45:16.4359822Z adding 'torch/include/ATen/ops/batch_norm.h' 2024-08-06T20:45:16.4362975Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2024-08-06T20:45:16.4366137Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2024-08-06T20:45:16.4369211Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2024-08-06T20:45:16.4372306Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2024-08-06T20:45:16.4375611Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4378573Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2024-08-06T20:45:16.4381537Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2024-08-06T20:45:16.4384779Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2024-08-06T20:45:16.4387911Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2024-08-06T20:45:16.4391188Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2024-08-06T20:45:16.4394411Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2024-08-06T20:45:16.4397883Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4400857Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2024-08-06T20:45:16.4403959Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2024-08-06T20:45:16.4407201Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2024-08-06T20:45:16.4410424Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.4413531Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2024-08-06T20:45:16.4416556Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2024-08-06T20:45:16.4419453Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2024-08-06T20:45:16.4422646Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2024-08-06T20:45:16.4425885Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2024-08-06T20:45:16.4429244Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4432257Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2024-08-06T20:45:16.4435399Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2024-08-06T20:45:16.4438719Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2024-08-06T20:45:16.4442052Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2024-08-06T20:45:16.4445861Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4448665Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2024-08-06T20:45:16.4451661Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2024-08-06T20:45:16.4455214Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2024-08-06T20:45:16.4458182Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2024-08-06T20:45:16.4461309Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2024-08-06T20:45:16.4464385Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2024-08-06T20:45:16.4467646Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4470590Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2024-08-06T20:45:16.4473507Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2024-08-06T20:45:16.4476740Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2024-08-06T20:45:16.4479896Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2024-08-06T20:45:16.4483168Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4486150Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2024-08-06T20:45:16.4489178Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2024-08-06T20:45:16.4492177Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2024-08-06T20:45:16.4495426Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2024-08-06T20:45:16.4498622Z adding 'torch/include/ATen/ops/bernoulli.h' 2024-08-06T20:45:16.4502122Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4505307Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4508202Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2024-08-06T20:45:16.4511301Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2024-08-06T20:45:16.4514375Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2024-08-06T20:45:16.4517509Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2024-08-06T20:45:16.4521010Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2024-08-06T20:45:16.4524242Z adding 'torch/include/ATen/ops/bilinear.h' 2024-08-06T20:45:16.4527451Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.4530254Z adding 'torch/include/ATen/ops/bilinear_native.h' 2024-08-06T20:45:16.4533340Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2024-08-06T20:45:16.4536469Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2024-08-06T20:45:16.4540797Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2024-08-06T20:45:16.4542929Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2024-08-06T20:45:16.4546316Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2024-08-06T20:45:16.4549175Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2024-08-06T20:45:16.4552537Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2024-08-06T20:45:16.4555782Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2024-08-06T20:45:16.4559112Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2024-08-06T20:45:16.4562186Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2024-08-06T20:45:16.4565584Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2024-08-06T20:45:16.4568953Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2024-08-06T20:45:16.4572298Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4575338Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2024-08-06T20:45:16.4578541Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2024-08-06T20:45:16.4581854Z adding 'torch/include/ATen/ops/bincount.h' 2024-08-06T20:45:16.4585565Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4588180Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2024-08-06T20:45:16.4591477Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2024-08-06T20:45:16.4594276Z adding 'torch/include/ATen/ops/bincount_native.h' 2024-08-06T20:45:16.4597708Z adding 'torch/include/ATen/ops/bincount_ops.h' 2024-08-06T20:45:16.4600836Z adding 'torch/include/ATen/ops/binomial.h' 2024-08-06T20:45:16.4604211Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4607174Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2024-08-06T20:45:16.4610386Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2024-08-06T20:45:16.4613698Z adding 'torch/include/ATen/ops/binomial_native.h' 2024-08-06T20:45:16.4616887Z adding 'torch/include/ATen/ops/binomial_ops.h' 2024-08-06T20:45:16.4620121Z adding 'torch/include/ATen/ops/bitwise_and.h' 2024-08-06T20:45:16.4623389Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4626664Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4629536Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2024-08-06T20:45:16.4632825Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2024-08-06T20:45:16.4635951Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2024-08-06T20:45:16.4639118Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2024-08-06T20:45:16.4642230Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2024-08-06T20:45:16.4645729Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2024-08-06T20:45:16.4649347Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2024-08-06T20:45:16.4652684Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4656016Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4658942Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2024-08-06T20:45:16.4662267Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2024-08-06T20:45:16.4665294Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2024-08-06T20:45:16.4668220Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2024-08-06T20:45:16.4671381Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2024-08-06T20:45:16.4674862Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2024-08-06T20:45:16.4678331Z adding 'torch/include/ATen/ops/bitwise_not.h' 2024-08-06T20:45:16.4682488Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4684878Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2024-08-06T20:45:16.4688073Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2024-08-06T20:45:16.4690996Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2024-08-06T20:45:16.4694207Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2024-08-06T20:45:16.4697176Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2024-08-06T20:45:16.4700491Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2024-08-06T20:45:16.4704246Z adding 'torch/include/ATen/ops/bitwise_or.h' 2024-08-06T20:45:16.4707236Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4710726Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4713413Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2024-08-06T20:45:16.4716654Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2024-08-06T20:45:16.4719606Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2024-08-06T20:45:16.4722817Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2024-08-06T20:45:16.4725869Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2024-08-06T20:45:16.4729449Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2024-08-06T20:45:16.4733205Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2024-08-06T20:45:16.4736314Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4739628Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4742573Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2024-08-06T20:45:16.4745780Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2024-08-06T20:45:16.4748697Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2024-08-06T20:45:16.4751988Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2024-08-06T20:45:16.4755862Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2024-08-06T20:45:16.4758733Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2024-08-06T20:45:16.4762182Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2024-08-06T20:45:16.4765457Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4768774Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4771680Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2024-08-06T20:45:16.4774930Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2024-08-06T20:45:16.4778051Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2024-08-06T20:45:16.4781209Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2024-08-06T20:45:16.4784266Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2024-08-06T20:45:16.4787877Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2024-08-06T20:45:16.4791433Z adding 'torch/include/ATen/ops/blackman_window.h' 2024-08-06T20:45:16.4795640Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4797941Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2024-08-06T20:45:16.4801533Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2024-08-06T20:45:16.4804690Z adding 'torch/include/ATen/ops/block_diag.h' 2024-08-06T20:45:16.4807973Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4810819Z adding 'torch/include/ATen/ops/block_diag_native.h' 2024-08-06T20:45:16.4814089Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2024-08-06T20:45:16.4817615Z adding 'torch/include/ATen/ops/bmm.h' 2024-08-06T20:45:16.4820650Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4824185Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2024-08-06T20:45:16.4826625Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2024-08-06T20:45:16.4829730Z adding 'torch/include/ATen/ops/bmm_meta.h' 2024-08-06T20:45:16.4832795Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2024-08-06T20:45:16.4836087Z adding 'torch/include/ATen/ops/bmm_native.h' 2024-08-06T20:45:16.4839245Z adding 'torch/include/ATen/ops/bmm_ops.h' 2024-08-06T20:45:16.4842507Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2024-08-06T20:45:16.4846561Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.4848704Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2024-08-06T20:45:16.4852902Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2024-08-06T20:45:16.4856034Z adding 'torch/include/ATen/ops/broadcast_to.h' 2024-08-06T20:45:16.4859451Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.4862289Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2024-08-06T20:45:16.4865471Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2024-08-06T20:45:16.4869293Z adding 'torch/include/ATen/ops/bucketize.h' 2024-08-06T20:45:16.4872648Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4875376Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2024-08-06T20:45:16.4878432Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2024-08-06T20:45:16.4881601Z adding 'torch/include/ATen/ops/bucketize_native.h' 2024-08-06T20:45:16.4884972Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2024-08-06T20:45:16.4888203Z adding 'torch/include/ATen/ops/can_cast.h' 2024-08-06T20:45:16.4892153Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.4894968Z adding 'torch/include/ATen/ops/can_cast_native.h' 2024-08-06T20:45:16.4898240Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2024-08-06T20:45:16.4901262Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2024-08-06T20:45:16.4905097Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.4907902Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2024-08-06T20:45:16.4911173Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2024-08-06T20:45:16.4914757Z adding 'torch/include/ATen/ops/cat.h' 2024-08-06T20:45:16.4917786Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4920935Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.4923882Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2024-08-06T20:45:16.4927123Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2024-08-06T20:45:16.4930875Z adding 'torch/include/ATen/ops/cat_meta.h' 2024-08-06T20:45:16.4934415Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2024-08-06T20:45:16.4938049Z adding 'torch/include/ATen/ops/cat_native.h' 2024-08-06T20:45:16.4940866Z adding 'torch/include/ATen/ops/cat_ops.h' 2024-08-06T20:45:16.4944170Z adding 'torch/include/ATen/ops/cauchy.h' 2024-08-06T20:45:16.4947441Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4957128Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2024-08-06T20:45:16.4960769Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2024-08-06T20:45:16.4963597Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2024-08-06T20:45:16.4966760Z adding 'torch/include/ATen/ops/cauchy_native.h' 2024-08-06T20:45:16.4970052Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2024-08-06T20:45:16.4973265Z adding 'torch/include/ATen/ops/ccol_indices.h' 2024-08-06T20:45:16.4976701Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4979802Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2024-08-06T20:45:16.4983500Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.4986352Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.4989286Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2024-08-06T20:45:16.4992351Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2024-08-06T20:45:16.4995574Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2024-08-06T20:45:16.4998682Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2024-08-06T20:45:16.5001905Z adding 'torch/include/ATen/ops/cdist.h' 2024-08-06T20:45:16.5005977Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5008242Z adding 'torch/include/ATen/ops/cdist_native.h' 2024-08-06T20:45:16.5011909Z adding 'torch/include/ATen/ops/cdist_ops.h' 2024-08-06T20:45:16.5019005Z adding 'torch/include/ATen/ops/ceil.h' 2024-08-06T20:45:16.5020296Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.5023098Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2024-08-06T20:45:16.5026304Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2024-08-06T20:45:16.5029288Z adding 'torch/include/ATen/ops/ceil_meta.h' 2024-08-06T20:45:16.5033145Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2024-08-06T20:45:16.5036319Z adding 'torch/include/ATen/ops/ceil_native.h' 2024-08-06T20:45:16.5039086Z adding 'torch/include/ATen/ops/ceil_ops.h' 2024-08-06T20:45:16.5042376Z adding 'torch/include/ATen/ops/celu.h' 2024-08-06T20:45:16.5045614Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5048663Z adding 'torch/include/ATen/ops/celu_native.h' 2024-08-06T20:45:16.5051897Z adding 'torch/include/ATen/ops/celu_ops.h' 2024-08-06T20:45:16.5055171Z adding 'torch/include/ATen/ops/chain_matmul.h' 2024-08-06T20:45:16.5059035Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5061450Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2024-08-06T20:45:16.5064739Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2024-08-06T20:45:16.5067695Z adding 'torch/include/ATen/ops/chalf.h' 2024-08-06T20:45:16.5071011Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5073880Z adding 'torch/include/ATen/ops/chalf_native.h' 2024-08-06T20:45:16.5077247Z adding 'torch/include/ATen/ops/chalf_ops.h' 2024-08-06T20:45:16.5080515Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2024-08-06T20:45:16.5084056Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5087416Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2024-08-06T20:45:16.5090232Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2024-08-06T20:45:16.5093382Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2024-08-06T20:45:16.5096555Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2024-08-06T20:45:16.5099810Z adding 'torch/include/ATen/ops/cholesky.h' 2024-08-06T20:45:16.5102944Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2024-08-06T20:45:16.5106184Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2024-08-06T20:45:16.5109955Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2024-08-06T20:45:16.5112521Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2024-08-06T20:45:16.5115874Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2024-08-06T20:45:16.5118873Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2024-08-06T20:45:16.5122191Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2024-08-06T20:45:16.5125198Z adding 'torch/include/ATen/ops/cholesky_native.h' 2024-08-06T20:45:16.5128534Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2024-08-06T20:45:16.5132485Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2024-08-06T20:45:16.5135109Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5138448Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2024-08-06T20:45:16.5141391Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2024-08-06T20:45:16.5145135Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2024-08-06T20:45:16.5148430Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5151519Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2024-08-06T20:45:16.5155374Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2024-08-06T20:45:16.5157890Z adding 'torch/include/ATen/ops/chunk.h' 2024-08-06T20:45:16.5161256Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5164140Z adding 'torch/include/ATen/ops/chunk_native.h' 2024-08-06T20:45:16.5167421Z adding 'torch/include/ATen/ops/chunk_ops.h' 2024-08-06T20:45:16.5170694Z adding 'torch/include/ATen/ops/clamp.h' 2024-08-06T20:45:16.5174278Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.5177907Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2024-08-06T20:45:16.5180676Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2024-08-06T20:45:16.5184073Z adding 'torch/include/ATen/ops/clamp_max.h' 2024-08-06T20:45:16.5187956Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.5190625Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2024-08-06T20:45:16.5193683Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2024-08-06T20:45:16.5196965Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2024-08-06T20:45:16.5200665Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2024-08-06T20:45:16.5203254Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2024-08-06T20:45:16.5206813Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2024-08-06T20:45:16.5209941Z adding 'torch/include/ATen/ops/clamp_meta.h' 2024-08-06T20:45:16.5213296Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2024-08-06T20:45:16.5217404Z adding 'torch/include/ATen/ops/clamp_min.h' 2024-08-06T20:45:16.5220232Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.5223372Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2024-08-06T20:45:16.5226499Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2024-08-06T20:45:16.5229658Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2024-08-06T20:45:16.5232803Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2024-08-06T20:45:16.5236072Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2024-08-06T20:45:16.5240248Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2024-08-06T20:45:16.5242864Z adding 'torch/include/ATen/ops/clamp_native.h' 2024-08-06T20:45:16.5246350Z adding 'torch/include/ATen/ops/clamp_ops.h' 2024-08-06T20:45:16.5249750Z adding 'torch/include/ATen/ops/clip.h' 2024-08-06T20:45:16.5253377Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5256398Z adding 'torch/include/ATen/ops/clip_native.h' 2024-08-06T20:45:16.5259919Z adding 'torch/include/ATen/ops/clip_ops.h' 2024-08-06T20:45:16.5263115Z adding 'torch/include/ATen/ops/clone.h' 2024-08-06T20:45:16.5266757Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5269617Z adding 'torch/include/ATen/ops/clone_native.h' 2024-08-06T20:45:16.5272812Z adding 'torch/include/ATen/ops/clone_ops.h' 2024-08-06T20:45:16.5275910Z adding 'torch/include/ATen/ops/coalesce.h' 2024-08-06T20:45:16.5279156Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5282197Z adding 'torch/include/ATen/ops/coalesce_native.h' 2024-08-06T20:45:16.5285199Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2024-08-06T20:45:16.5288456Z adding 'torch/include/ATen/ops/col2im.h' 2024-08-06T20:45:16.5291828Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2024-08-06T20:45:16.5295122Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2024-08-06T20:45:16.5298319Z adding 'torch/include/ATen/ops/col2im_native.h' 2024-08-06T20:45:16.5301558Z adding 'torch/include/ATen/ops/col2im_ops.h' 2024-08-06T20:45:16.5304551Z adding 'torch/include/ATen/ops/col_indices.h' 2024-08-06T20:45:16.5307776Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5310675Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2024-08-06T20:45:16.5313918Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5317278Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.5320091Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2024-08-06T20:45:16.5323275Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2024-08-06T20:45:16.5326311Z adding 'torch/include/ATen/ops/col_indices_native.h' 2024-08-06T20:45:16.5329402Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2024-08-06T20:45:16.5332464Z adding 'torch/include/ATen/ops/column_stack.h' 2024-08-06T20:45:16.5335700Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5339082Z adding 'torch/include/ATen/ops/column_stack_native.h' 2024-08-06T20:45:16.5341702Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2024-08-06T20:45:16.5344785Z adding 'torch/include/ATen/ops/combinations.h' 2024-08-06T20:45:16.5348028Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5350992Z adding 'torch/include/ATen/ops/combinations_native.h' 2024-08-06T20:45:16.5354242Z adding 'torch/include/ATen/ops/combinations_ops.h' 2024-08-06T20:45:16.5357327Z adding 'torch/include/ATen/ops/complex.h' 2024-08-06T20:45:16.5361072Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5364495Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2024-08-06T20:45:16.5367286Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2024-08-06T20:45:16.5370354Z adding 'torch/include/ATen/ops/complex_native.h' 2024-08-06T20:45:16.5373526Z adding 'torch/include/ATen/ops/complex_ops.h' 2024-08-06T20:45:16.5376819Z adding 'torch/include/ATen/ops/concat.h' 2024-08-06T20:45:16.5380121Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5383235Z adding 'torch/include/ATen/ops/concat_native.h' 2024-08-06T20:45:16.5387295Z adding 'torch/include/ATen/ops/concat_ops.h' 2024-08-06T20:45:16.5389911Z adding 'torch/include/ATen/ops/concatenate.h' 2024-08-06T20:45:16.5393372Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5396484Z adding 'torch/include/ATen/ops/concatenate_native.h' 2024-08-06T20:45:16.5399914Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2024-08-06T20:45:16.5403000Z adding 'torch/include/ATen/ops/conj.h' 2024-08-06T20:45:16.5406428Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5409955Z adding 'torch/include/ATen/ops/conj_native.h' 2024-08-06T20:45:16.5412575Z adding 'torch/include/ATen/ops/conj_ops.h' 2024-08-06T20:45:16.5415811Z adding 'torch/include/ATen/ops/conj_physical.h' 2024-08-06T20:45:16.5419076Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5422321Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5425320Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2024-08-06T20:45:16.5428563Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2024-08-06T20:45:16.5432036Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2024-08-06T20:45:16.5434971Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2024-08-06T20:45:16.5438564Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2024-08-06T20:45:16.5442127Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5445305Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2024-08-06T20:45:16.5448426Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2024-08-06T20:45:16.5451590Z adding 'torch/include/ATen/ops/contiguous.h' 2024-08-06T20:45:16.5455401Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5457811Z adding 'torch/include/ATen/ops/contiguous_native.h' 2024-08-06T20:45:16.5461150Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2024-08-06T20:45:16.5464621Z adding 'torch/include/ATen/ops/conv1d.h' 2024-08-06T20:45:16.5468049Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5470981Z adding 'torch/include/ATen/ops/conv1d_native.h' 2024-08-06T20:45:16.5474364Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2024-08-06T20:45:16.5478046Z adding 'torch/include/ATen/ops/conv2d.h' 2024-08-06T20:45:16.5481467Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5484494Z adding 'torch/include/ATen/ops/conv2d_native.h' 2024-08-06T20:45:16.5487713Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2024-08-06T20:45:16.5491261Z adding 'torch/include/ATen/ops/conv3d.h' 2024-08-06T20:45:16.5495587Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5497770Z adding 'torch/include/ATen/ops/conv3d_native.h' 2024-08-06T20:45:16.5501056Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2024-08-06T20:45:16.5504632Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2024-08-06T20:45:16.5508321Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5511970Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2024-08-06T20:45:16.5514572Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2024-08-06T20:45:16.5518243Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2024-08-06T20:45:16.5521472Z adding 'torch/include/ATen/ops/conv_tbc.h' 2024-08-06T20:45:16.5524593Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2024-08-06T20:45:16.5527792Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5530845Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2024-08-06T20:45:16.5534704Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2024-08-06T20:45:16.5537402Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5540434Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2024-08-06T20:45:16.5543613Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2024-08-06T20:45:16.5547090Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2024-08-06T20:45:16.5550464Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5553638Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2024-08-06T20:45:16.5557444Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2024-08-06T20:45:16.5560316Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2024-08-06T20:45:16.5563879Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5567098Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2024-08-06T20:45:16.5570552Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2024-08-06T20:45:16.5574604Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2024-08-06T20:45:16.5577328Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5580406Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2024-08-06T20:45:16.5583609Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2024-08-06T20:45:16.5587332Z adding 'torch/include/ATen/ops/convolution.h' 2024-08-06T20:45:16.5591579Z adding 'torch/include/ATen/ops/convolution_backward.h' 2024-08-06T20:45:16.5595221Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5598612Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2024-08-06T20:45:16.5601598Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2024-08-06T20:45:16.5605159Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2024-08-06T20:45:16.5609161Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2024-08-06T20:45:16.5612861Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5616010Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2024-08-06T20:45:16.5619900Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2024-08-06T20:45:16.5622879Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5625995Z adding 'torch/include/ATen/ops/convolution_native.h' 2024-08-06T20:45:16.5629231Z adding 'torch/include/ATen/ops/convolution_ops.h' 2024-08-06T20:45:16.5633041Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2024-08-06T20:45:16.5637062Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5639863Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2024-08-06T20:45:16.5643506Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2024-08-06T20:45:16.5646531Z adding 'torch/include/ATen/ops/copy.h' 2024-08-06T20:45:16.5658195Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5661706Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.5665077Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2024-08-06T20:45:16.5667805Z adding 'torch/include/ATen/ops/copy_native.h' 2024-08-06T20:45:16.5671228Z adding 'torch/include/ATen/ops/copy_ops.h' 2024-08-06T20:45:16.5674358Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2024-08-06T20:45:16.5677834Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5681541Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2024-08-06T20:45:16.5683899Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2024-08-06T20:45:16.5687114Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2024-08-06T20:45:16.5690216Z adding 'torch/include/ATen/ops/copysign.h' 2024-08-06T20:45:16.5693448Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5697326Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.5699603Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2024-08-06T20:45:16.5702614Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2024-08-06T20:45:16.5705612Z adding 'torch/include/ATen/ops/copysign_meta.h' 2024-08-06T20:45:16.5708705Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2024-08-06T20:45:16.5711669Z adding 'torch/include/ATen/ops/copysign_native.h' 2024-08-06T20:45:16.5715084Z adding 'torch/include/ATen/ops/copysign_ops.h' 2024-08-06T20:45:16.5718446Z adding 'torch/include/ATen/ops/corrcoef.h' 2024-08-06T20:45:16.5721485Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5724281Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2024-08-06T20:45:16.5727308Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2024-08-06T20:45:16.5730484Z adding 'torch/include/ATen/ops/cos.h' 2024-08-06T20:45:16.5733801Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.5736650Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2024-08-06T20:45:16.5739665Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2024-08-06T20:45:16.5742612Z adding 'torch/include/ATen/ops/cos_meta.h' 2024-08-06T20:45:16.5745675Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2024-08-06T20:45:16.5748659Z adding 'torch/include/ATen/ops/cos_native.h' 2024-08-06T20:45:16.5751942Z adding 'torch/include/ATen/ops/cos_ops.h' 2024-08-06T20:45:16.5755063Z adding 'torch/include/ATen/ops/cosh.h' 2024-08-06T20:45:16.5758420Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.5761317Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2024-08-06T20:45:16.5764336Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2024-08-06T20:45:16.5767235Z adding 'torch/include/ATen/ops/cosh_meta.h' 2024-08-06T20:45:16.5770262Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2024-08-06T20:45:16.5773164Z adding 'torch/include/ATen/ops/cosh_native.h' 2024-08-06T20:45:16.5776319Z adding 'torch/include/ATen/ops/cosh_ops.h' 2024-08-06T20:45:16.5779414Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2024-08-06T20:45:16.5782602Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5785660Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2024-08-06T20:45:16.5788766Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2024-08-06T20:45:16.5791939Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2024-08-06T20:45:16.5795450Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5798293Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2024-08-06T20:45:16.5801678Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2024-08-06T20:45:16.5804807Z adding 'torch/include/ATen/ops/count_nonzero.h' 2024-08-06T20:45:16.5808285Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5811296Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2024-08-06T20:45:16.5814506Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2024-08-06T20:45:16.5817505Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2024-08-06T20:45:16.5820950Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2024-08-06T20:45:16.5824213Z adding 'torch/include/ATen/ops/cov.h' 2024-08-06T20:45:16.5827408Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5830487Z adding 'torch/include/ATen/ops/cov_native.h' 2024-08-06T20:45:16.5833667Z adding 'torch/include/ATen/ops/cov_ops.h' 2024-08-06T20:45:16.5837059Z adding 'torch/include/ATen/ops/cross.h' 2024-08-06T20:45:16.5840367Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5843560Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2024-08-06T20:45:16.5847085Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5849886Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2024-08-06T20:45:16.5853203Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2024-08-06T20:45:16.5856148Z adding 'torch/include/ATen/ops/cross_native.h' 2024-08-06T20:45:16.5859425Z adding 'torch/include/ATen/ops/cross_ops.h' 2024-08-06T20:45:16.5862412Z adding 'torch/include/ATen/ops/crow_indices.h' 2024-08-06T20:45:16.5865738Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5869309Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2024-08-06T20:45:16.5871994Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5875471Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.5878150Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2024-08-06T20:45:16.5881413Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2024-08-06T20:45:16.5884386Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2024-08-06T20:45:16.5887587Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2024-08-06T20:45:16.5890670Z adding 'torch/include/ATen/ops/ctc_loss.h' 2024-08-06T20:45:16.5894054Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.5897502Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2024-08-06T20:45:16.5900323Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2024-08-06T20:45:16.5903668Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2024-08-06T20:45:16.5906835Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2024-08-06T20:45:16.5910217Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5913197Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2024-08-06T20:45:16.5916499Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2024-08-06T20:45:16.5920190Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2024-08-06T20:45:16.5923458Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5926501Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2024-08-06T20:45:16.5929499Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2024-08-06T20:45:16.5932949Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2024-08-06T20:45:16.5936342Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2024-08-06T20:45:16.5939703Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2024-08-06T20:45:16.5943492Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5946271Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2024-08-06T20:45:16.5949608Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2024-08-06T20:45:16.5952983Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2024-08-06T20:45:16.5956667Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5960393Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2024-08-06T20:45:16.5963053Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2024-08-06T20:45:16.5966453Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2024-08-06T20:45:16.5970014Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2024-08-06T20:45:16.5973983Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2024-08-06T20:45:16.5977700Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.5980794Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2024-08-06T20:45:16.5983979Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2024-08-06T20:45:16.5987296Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2024-08-06T20:45:16.5990790Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2024-08-06T20:45:16.5994286Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2024-08-06T20:45:16.5997411Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2024-08-06T20:45:16.6001114Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2024-08-06T20:45:16.6005436Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6007795Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2024-08-06T20:45:16.6011187Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2024-08-06T20:45:16.6014229Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2024-08-06T20:45:16.6018028Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2024-08-06T20:45:16.6021775Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6025107Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2024-08-06T20:45:16.6028289Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2024-08-06T20:45:16.6031416Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2024-08-06T20:45:16.6034715Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2024-08-06T20:45:16.6038175Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2024-08-06T20:45:16.6041630Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6045240Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2024-08-06T20:45:16.6047798Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2024-08-06T20:45:16.6051210Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2024-08-06T20:45:16.6054605Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6057865Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2024-08-06T20:45:16.6060613Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2024-08-06T20:45:16.6063913Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2024-08-06T20:45:16.6066923Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2024-08-06T20:45:16.6070302Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6073876Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2024-08-06T20:45:16.6076473Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2024-08-06T20:45:16.6079777Z adding 'torch/include/ATen/ops/cummax.h' 2024-08-06T20:45:16.6083127Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6086438Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6089342Z adding 'torch/include/ATen/ops/cummax_native.h' 2024-08-06T20:45:16.6092884Z adding 'torch/include/ATen/ops/cummax_ops.h' 2024-08-06T20:45:16.6096441Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2024-08-06T20:45:16.6099410Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6102426Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2024-08-06T20:45:16.6105697Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2024-08-06T20:45:16.6109090Z adding 'torch/include/ATen/ops/cummin.h' 2024-08-06T20:45:16.6112266Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6115429Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6118596Z adding 'torch/include/ATen/ops/cummin_native.h' 2024-08-06T20:45:16.6121997Z adding 'torch/include/ATen/ops/cummin_ops.h' 2024-08-06T20:45:16.6125118Z adding 'torch/include/ATen/ops/cumprod.h' 2024-08-06T20:45:16.6128204Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2024-08-06T20:45:16.6131470Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6134536Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2024-08-06T20:45:16.6137635Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2024-08-06T20:45:16.6140922Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6143863Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6146779Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2024-08-06T20:45:16.6149810Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2024-08-06T20:45:16.6152759Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2024-08-06T20:45:16.6155964Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2024-08-06T20:45:16.6158934Z adding 'torch/include/ATen/ops/cumprod_native.h' 2024-08-06T20:45:16.6162304Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2024-08-06T20:45:16.6165728Z adding 'torch/include/ATen/ops/cumsum.h' 2024-08-06T20:45:16.6169043Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6172032Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6175200Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2024-08-06T20:45:16.6178155Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2024-08-06T20:45:16.6180991Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2024-08-06T20:45:16.6184048Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2024-08-06T20:45:16.6187021Z adding 'torch/include/ATen/ops/cumsum_native.h' 2024-08-06T20:45:16.6190498Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2024-08-06T20:45:16.6193636Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2024-08-06T20:45:16.6196975Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6199863Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2024-08-06T20:45:16.6203008Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2024-08-06T20:45:16.6205881Z adding 'torch/include/ATen/ops/data.h' 2024-08-06T20:45:16.6208976Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6211849Z adding 'torch/include/ATen/ops/data_native.h' 2024-08-06T20:45:16.6214900Z adding 'torch/include/ATen/ops/data_ops.h' 2024-08-06T20:45:16.6217936Z adding 'torch/include/ATen/ops/deg2rad.h' 2024-08-06T20:45:16.6221430Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6224198Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2024-08-06T20:45:16.6227543Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2024-08-06T20:45:16.6230395Z adding 'torch/include/ATen/ops/dense_dim.h' 2024-08-06T20:45:16.6233678Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6236714Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2024-08-06T20:45:16.6239653Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2024-08-06T20:45:16.6242820Z adding 'torch/include/ATen/ops/dequantize.h' 2024-08-06T20:45:16.6246149Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6249099Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2024-08-06T20:45:16.6252076Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2024-08-06T20:45:16.6255355Z adding 'torch/include/ATen/ops/dequantize_native.h' 2024-08-06T20:45:16.6258632Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2024-08-06T20:45:16.6261643Z adding 'torch/include/ATen/ops/det.h' 2024-08-06T20:45:16.6264810Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6267644Z adding 'torch/include/ATen/ops/det_native.h' 2024-08-06T20:45:16.6270726Z adding 'torch/include/ATen/ops/det_ops.h' 2024-08-06T20:45:16.6273732Z adding 'torch/include/ATen/ops/detach.h' 2024-08-06T20:45:16.6277049Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6280015Z adding 'torch/include/ATen/ops/detach_copy.h' 2024-08-06T20:45:16.6283258Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6286394Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6289219Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2024-08-06T20:45:16.6292294Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2024-08-06T20:45:16.6295233Z adding 'torch/include/ATen/ops/detach_native.h' 2024-08-06T20:45:16.6298294Z adding 'torch/include/ATen/ops/detach_ops.h' 2024-08-06T20:45:16.6301292Z adding 'torch/include/ATen/ops/diag.h' 2024-08-06T20:45:16.6304528Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6307505Z adding 'torch/include/ATen/ops/diag_embed.h' 2024-08-06T20:45:16.6310707Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6313788Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6316672Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2024-08-06T20:45:16.6319891Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2024-08-06T20:45:16.6322984Z adding 'torch/include/ATen/ops/diag_native.h' 2024-08-06T20:45:16.6326645Z adding 'torch/include/ATen/ops/diag_ops.h' 2024-08-06T20:45:16.6329234Z adding 'torch/include/ATen/ops/diagflat.h' 2024-08-06T20:45:16.6332436Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6335222Z adding 'torch/include/ATen/ops/diagflat_native.h' 2024-08-06T20:45:16.6338241Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2024-08-06T20:45:16.6341257Z adding 'torch/include/ATen/ops/diagonal.h' 2024-08-06T20:45:16.6344602Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2024-08-06T20:45:16.6347996Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6350854Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2024-08-06T20:45:16.6354001Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2024-08-06T20:45:16.6357279Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6360329Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6363256Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2024-08-06T20:45:16.6366539Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6369567Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6372300Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2024-08-06T20:45:16.6375416Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2024-08-06T20:45:16.6378362Z adding 'torch/include/ATen/ops/diagonal_native.h' 2024-08-06T20:45:16.6381574Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2024-08-06T20:45:16.6385331Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2024-08-06T20:45:16.6388678Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6391805Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6394601Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2024-08-06T20:45:16.6397930Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2024-08-06T20:45:16.6401001Z adding 'torch/include/ATen/ops/diff.h' 2024-08-06T20:45:16.6404234Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6407080Z adding 'torch/include/ATen/ops/diff_native.h' 2024-08-06T20:45:16.6410244Z adding 'torch/include/ATen/ops/diff_ops.h' 2024-08-06T20:45:16.6413513Z adding 'torch/include/ATen/ops/digamma.h' 2024-08-06T20:45:16.6416866Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6420035Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2024-08-06T20:45:16.6423794Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2024-08-06T20:45:16.6426324Z adding 'torch/include/ATen/ops/digamma_meta.h' 2024-08-06T20:45:16.6429659Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2024-08-06T20:45:16.6432646Z adding 'torch/include/ATen/ops/digamma_native.h' 2024-08-06T20:45:16.6436214Z adding 'torch/include/ATen/ops/digamma_ops.h' 2024-08-06T20:45:16.6439173Z adding 'torch/include/ATen/ops/dist.h' 2024-08-06T20:45:16.6442601Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6445446Z adding 'torch/include/ATen/ops/dist_native.h' 2024-08-06T20:45:16.6448894Z adding 'torch/include/ATen/ops/dist_ops.h' 2024-08-06T20:45:16.6452453Z adding 'torch/include/ATen/ops/div.h' 2024-08-06T20:45:16.6455672Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6458896Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6461866Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2024-08-06T20:45:16.6465146Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2024-08-06T20:45:16.6468791Z adding 'torch/include/ATen/ops/div_meta.h' 2024-08-06T20:45:16.6471561Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2024-08-06T20:45:16.6474826Z adding 'torch/include/ATen/ops/div_native.h' 2024-08-06T20:45:16.6478671Z adding 'torch/include/ATen/ops/div_ops.h' 2024-08-06T20:45:16.6482272Z adding 'torch/include/ATen/ops/divide.h' 2024-08-06T20:45:16.6486353Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6488810Z adding 'torch/include/ATen/ops/divide_native.h' 2024-08-06T20:45:16.6492552Z adding 'torch/include/ATen/ops/divide_ops.h' 2024-08-06T20:45:16.6496112Z adding 'torch/include/ATen/ops/dot.h' 2024-08-06T20:45:16.6499545Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6503006Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2024-08-06T20:45:16.6505703Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2024-08-06T20:45:16.6509032Z adding 'torch/include/ATen/ops/dot_native.h' 2024-08-06T20:45:16.6511996Z adding 'torch/include/ATen/ops/dot_ops.h' 2024-08-06T20:45:16.6515271Z adding 'torch/include/ATen/ops/dropout.h' 2024-08-06T20:45:16.6518654Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6521571Z adding 'torch/include/ATen/ops/dropout_native.h' 2024-08-06T20:45:16.6524734Z adding 'torch/include/ATen/ops/dropout_ops.h' 2024-08-06T20:45:16.6528030Z adding 'torch/include/ATen/ops/dsplit.h' 2024-08-06T20:45:16.6531388Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6534271Z adding 'torch/include/ATen/ops/dsplit_native.h' 2024-08-06T20:45:16.6537584Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2024-08-06T20:45:16.6540690Z adding 'torch/include/ATen/ops/dstack.h' 2024-08-06T20:45:16.6544071Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6546912Z adding 'torch/include/ATen/ops/dstack_native.h' 2024-08-06T20:45:16.6550273Z adding 'torch/include/ATen/ops/dstack_ops.h' 2024-08-06T20:45:16.6553857Z adding 'torch/include/ATen/ops/einsum.h' 2024-08-06T20:45:16.6556989Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6560030Z adding 'torch/include/ATen/ops/einsum_native.h' 2024-08-06T20:45:16.6563162Z adding 'torch/include/ATen/ops/einsum_ops.h' 2024-08-06T20:45:16.6566421Z adding 'torch/include/ATen/ops/elu.h' 2024-08-06T20:45:16.6569643Z adding 'torch/include/ATen/ops/elu_backward.h' 2024-08-06T20:45:16.6573170Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6576526Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2024-08-06T20:45:16.6579381Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2024-08-06T20:45:16.6582514Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2024-08-06T20:45:16.6585685Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2024-08-06T20:45:16.6588810Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2024-08-06T20:45:16.6592048Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2024-08-06T20:45:16.6595643Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6599081Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2024-08-06T20:45:16.6601903Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2024-08-06T20:45:16.6605315Z adding 'torch/include/ATen/ops/elu_meta.h' 2024-08-06T20:45:16.6608174Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2024-08-06T20:45:16.6611308Z adding 'torch/include/ATen/ops/elu_native.h' 2024-08-06T20:45:16.6614585Z adding 'torch/include/ATen/ops/elu_ops.h' 2024-08-06T20:45:16.6618184Z adding 'torch/include/ATen/ops/embedding.h' 2024-08-06T20:45:16.6624609Z adding 'torch/include/ATen/ops/embedding_backward.h' 2024-08-06T20:45:16.6627399Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6630832Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2024-08-06T20:45:16.6633842Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2024-08-06T20:45:16.6637254Z adding 'torch/include/ATen/ops/embedding_bag.h' 2024-08-06T20:45:16.6640602Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6643554Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2024-08-06T20:45:16.6647647Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2024-08-06T20:45:16.6650450Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6654000Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2024-08-06T20:45:16.6657463Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6660657Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2024-08-06T20:45:16.6664579Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2024-08-06T20:45:16.6666871Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2024-08-06T20:45:16.6670393Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2024-08-06T20:45:16.6673494Z adding 'torch/include/ATen/ops/embedding_native.h' 2024-08-06T20:45:16.6677212Z adding 'torch/include/ATen/ops/embedding_ops.h' 2024-08-06T20:45:16.6680396Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2024-08-06T20:45:16.6683755Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6687482Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2024-08-06T20:45:16.6689863Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2024-08-06T20:45:16.6693120Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2024-08-06T20:45:16.6696022Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2024-08-06T20:45:16.6699549Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2024-08-06T20:45:16.6702729Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2024-08-06T20:45:16.6705999Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6708846Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2024-08-06T20:45:16.6712095Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2024-08-06T20:45:16.6715973Z adding 'torch/include/ATen/ops/empty.h' 2024-08-06T20:45:16.6719824Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6723159Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6726180Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2024-08-06T20:45:16.6729257Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2024-08-06T20:45:16.6732563Z adding 'torch/include/ATen/ops/empty_like.h' 2024-08-06T20:45:16.6735898Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6738812Z adding 'torch/include/ATen/ops/empty_like_native.h' 2024-08-06T20:45:16.6742086Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2024-08-06T20:45:16.6745277Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2024-08-06T20:45:16.6748570Z adding 'torch/include/ATen/ops/empty_native.h' 2024-08-06T20:45:16.6752015Z adding 'torch/include/ATen/ops/empty_ops.h' 2024-08-06T20:45:16.6755709Z adding 'torch/include/ATen/ops/empty_permuted.h' 2024-08-06T20:45:16.6759242Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6762155Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2024-08-06T20:45:16.6765356Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2024-08-06T20:45:16.6768624Z adding 'torch/include/ATen/ops/empty_quantized.h' 2024-08-06T20:45:16.6771879Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6774846Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2024-08-06T20:45:16.6778480Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2024-08-06T20:45:16.6781649Z adding 'torch/include/ATen/ops/empty_strided.h' 2024-08-06T20:45:16.6785063Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6788041Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2024-08-06T20:45:16.6791105Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2024-08-06T20:45:16.6794149Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2024-08-06T20:45:16.6797302Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2024-08-06T20:45:16.6800549Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2024-08-06T20:45:16.6803682Z adding 'torch/include/ATen/ops/eq.h' 2024-08-06T20:45:16.6806935Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6809829Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2024-08-06T20:45:16.6812893Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2024-08-06T20:45:16.6815821Z adding 'torch/include/ATen/ops/eq_meta.h' 2024-08-06T20:45:16.6818893Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2024-08-06T20:45:16.6822027Z adding 'torch/include/ATen/ops/eq_native.h' 2024-08-06T20:45:16.6825287Z adding 'torch/include/ATen/ops/eq_ops.h' 2024-08-06T20:45:16.6828343Z adding 'torch/include/ATen/ops/equal.h' 2024-08-06T20:45:16.6831380Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2024-08-06T20:45:16.6834531Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2024-08-06T20:45:16.6837597Z adding 'torch/include/ATen/ops/equal_native.h' 2024-08-06T20:45:16.6840837Z adding 'torch/include/ATen/ops/equal_ops.h' 2024-08-06T20:45:16.6843905Z adding 'torch/include/ATen/ops/erf.h' 2024-08-06T20:45:16.6847472Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6851288Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2024-08-06T20:45:16.6853624Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2024-08-06T20:45:16.6857004Z adding 'torch/include/ATen/ops/erf_meta.h' 2024-08-06T20:45:16.6859873Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2024-08-06T20:45:16.6863113Z adding 'torch/include/ATen/ops/erf_native.h' 2024-08-06T20:45:16.6866399Z adding 'torch/include/ATen/ops/erf_ops.h' 2024-08-06T20:45:16.6869489Z adding 'torch/include/ATen/ops/erfc.h' 2024-08-06T20:45:16.6872773Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6875954Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2024-08-06T20:45:16.6879645Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2024-08-06T20:45:16.6882205Z adding 'torch/include/ATen/ops/erfc_meta.h' 2024-08-06T20:45:16.6885556Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2024-08-06T20:45:16.6888326Z adding 'torch/include/ATen/ops/erfc_native.h' 2024-08-06T20:45:16.6891583Z adding 'torch/include/ATen/ops/erfc_ops.h' 2024-08-06T20:45:16.6894622Z adding 'torch/include/ATen/ops/erfinv.h' 2024-08-06T20:45:16.6898046Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6900902Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2024-08-06T20:45:16.6904104Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2024-08-06T20:45:16.6907570Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2024-08-06T20:45:16.6910307Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2024-08-06T20:45:16.6913484Z adding 'torch/include/ATen/ops/erfinv_native.h' 2024-08-06T20:45:16.6916855Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2024-08-06T20:45:16.6919937Z adding 'torch/include/ATen/ops/exp.h' 2024-08-06T20:45:16.6922928Z adding 'torch/include/ATen/ops/exp2.h' 2024-08-06T20:45:16.6926336Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6929156Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2024-08-06T20:45:16.6932856Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2024-08-06T20:45:16.6935431Z adding 'torch/include/ATen/ops/exp2_meta.h' 2024-08-06T20:45:16.6938653Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2024-08-06T20:45:16.6942189Z adding 'torch/include/ATen/ops/exp2_native.h' 2024-08-06T20:45:16.6944708Z adding 'torch/include/ATen/ops/exp2_ops.h' 2024-08-06T20:45:16.6948174Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6951093Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2024-08-06T20:45:16.6954293Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2024-08-06T20:45:16.6957453Z adding 'torch/include/ATen/ops/exp_meta.h' 2024-08-06T20:45:16.6960735Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2024-08-06T20:45:16.6963738Z adding 'torch/include/ATen/ops/exp_native.h' 2024-08-06T20:45:16.6967070Z adding 'torch/include/ATen/ops/exp_ops.h' 2024-08-06T20:45:16.6970697Z adding 'torch/include/ATen/ops/expand.h' 2024-08-06T20:45:16.6973424Z adding 'torch/include/ATen/ops/expand_as.h' 2024-08-06T20:45:16.6976599Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.6979481Z adding 'torch/include/ATen/ops/expand_as_native.h' 2024-08-06T20:45:16.6982559Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2024-08-06T20:45:16.6994800Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6995355Z adding 'torch/include/ATen/ops/expand_copy.h' 2024-08-06T20:45:16.6995827Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.6996501Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.6999316Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2024-08-06T20:45:16.7001793Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2024-08-06T20:45:16.7005014Z adding 'torch/include/ATen/ops/expand_native.h' 2024-08-06T20:45:16.7008002Z adding 'torch/include/ATen/ops/expand_ops.h' 2024-08-06T20:45:16.7011163Z adding 'torch/include/ATen/ops/expm1.h' 2024-08-06T20:45:16.7014431Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.7017473Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2024-08-06T20:45:16.7020443Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2024-08-06T20:45:16.7023598Z adding 'torch/include/ATen/ops/expm1_meta.h' 2024-08-06T20:45:16.7027130Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2024-08-06T20:45:16.7029736Z adding 'torch/include/ATen/ops/expm1_native.h' 2024-08-06T20:45:16.7033278Z adding 'torch/include/ATen/ops/expm1_ops.h' 2024-08-06T20:45:16.7036337Z adding 'torch/include/ATen/ops/exponential.h' 2024-08-06T20:45:16.7039720Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.7042716Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2024-08-06T20:45:16.7045949Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2024-08-06T20:45:16.7049290Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2024-08-06T20:45:16.7052371Z adding 'torch/include/ATen/ops/exponential_native.h' 2024-08-06T20:45:16.7056242Z adding 'torch/include/ATen/ops/exponential_ops.h' 2024-08-06T20:45:16.7059401Z adding 'torch/include/ATen/ops/eye.h' 2024-08-06T20:45:16.7063277Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.7066340Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2024-08-06T20:45:16.7069536Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2024-08-06T20:45:16.7073270Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2024-08-06T20:45:16.7075904Z adding 'torch/include/ATen/ops/eye_native.h' 2024-08-06T20:45:16.7079445Z adding 'torch/include/ATen/ops/eye_ops.h' 2024-08-06T20:45:16.7082811Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2024-08-06T20:45:16.7086379Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2024-08-06T20:45:16.7090146Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2024-08-06T20:45:16.7092791Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7096061Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2024-08-06T20:45:16.7099064Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2024-08-06T20:45:16.7102513Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.7105440Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2024-08-06T20:45:16.7108694Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2024-08-06T20:45:16.7111751Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2024-08-06T20:45:16.7115309Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2024-08-06T20:45:16.7118962Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7121722Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2024-08-06T20:45:16.7125660Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2024-08-06T20:45:16.7129388Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2024-08-06T20:45:16.7132366Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2024-08-06T20:45:16.7135781Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2024-08-06T20:45:16.7138885Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7141959Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2024-08-06T20:45:16.7145153Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2024-08-06T20:45:16.7148549Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.7152096Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2024-08-06T20:45:16.7155083Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2024-08-06T20:45:16.7158612Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2024-08-06T20:45:16.7161484Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2024-08-06T20:45:16.7164900Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7168113Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2024-08-06T20:45:16.7171547Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2024-08-06T20:45:16.7175405Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2024-08-06T20:45:16.7178051Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7181382Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2024-08-06T20:45:16.7184417Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7187502Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2024-08-06T20:45:16.7190643Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2024-08-06T20:45:16.7193600Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2024-08-06T20:45:16.7197612Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2024-08-06T20:45:16.7200357Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2024-08-06T20:45:16.7203654Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7206538Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2024-08-06T20:45:16.7209803Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7213386Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2024-08-06T20:45:16.7216040Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2024-08-06T20:45:16.7219022Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2024-08-06T20:45:16.7222192Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2024-08-06T20:45:16.7225349Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2024-08-06T20:45:16.7228499Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7231450Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2024-08-06T20:45:16.7234667Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2024-08-06T20:45:16.7237813Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2024-08-06T20:45:16.7240939Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7244109Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2024-08-06T20:45:16.7247063Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2024-08-06T20:45:16.7249958Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2024-08-06T20:45:16.7253220Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7256113Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2024-08-06T20:45:16.7259284Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2024-08-06T20:45:16.7262357Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2024-08-06T20:45:16.7265613Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7268676Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2024-08-06T20:45:16.7271557Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2024-08-06T20:45:16.7274544Z adding 'torch/include/ATen/ops/feature_dropout.h' 2024-08-06T20:45:16.7277996Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7280861Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2024-08-06T20:45:16.7283968Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2024-08-06T20:45:16.7287305Z adding 'torch/include/ATen/ops/fft_fft.h' 2024-08-06T20:45:16.7290821Z adding 'torch/include/ATen/ops/fft_fft2.h' 2024-08-06T20:45:16.7294342Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7297346Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2024-08-06T20:45:16.7300667Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2024-08-06T20:45:16.7303969Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7306952Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2024-08-06T20:45:16.7310202Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2024-08-06T20:45:16.7313523Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2024-08-06T20:45:16.7316955Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.7319733Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2024-08-06T20:45:16.7322930Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2024-08-06T20:45:16.7326343Z adding 'torch/include/ATen/ops/fft_fftn.h' 2024-08-06T20:45:16.7329766Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7332770Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2024-08-06T20:45:16.7336008Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2024-08-06T20:45:16.7338980Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2024-08-06T20:45:16.7342230Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7345106Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2024-08-06T20:45:16.7348159Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2024-08-06T20:45:16.7351519Z adding 'torch/include/ATen/ops/fft_hfft.h' 2024-08-06T20:45:16.7355141Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2024-08-06T20:45:16.7358623Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7361514Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2024-08-06T20:45:16.7364701Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2024-08-06T20:45:16.7368051Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7371143Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2024-08-06T20:45:16.7374310Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2024-08-06T20:45:16.7377691Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2024-08-06T20:45:16.7381182Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7383985Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2024-08-06T20:45:16.7387179Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2024-08-06T20:45:16.7390584Z adding 'torch/include/ATen/ops/fft_ifft.h' 2024-08-06T20:45:16.7394026Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2024-08-06T20:45:16.7397603Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7400638Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2024-08-06T20:45:16.7403901Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2024-08-06T20:45:16.7407218Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7410116Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2024-08-06T20:45:16.7413290Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2024-08-06T20:45:16.7416615Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2024-08-06T20:45:16.7420026Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7422881Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2024-08-06T20:45:16.7426066Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2024-08-06T20:45:16.7429086Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2024-08-06T20:45:16.7432258Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7435245Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2024-08-06T20:45:16.7438308Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2024-08-06T20:45:16.7441692Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2024-08-06T20:45:16.7445327Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2024-08-06T20:45:16.7448664Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7451599Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2024-08-06T20:45:16.7454850Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2024-08-06T20:45:16.7458252Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7461199Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2024-08-06T20:45:16.7464400Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2024-08-06T20:45:16.7467823Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2024-08-06T20:45:16.7471254Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7474200Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2024-08-06T20:45:16.7477560Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2024-08-06T20:45:16.7480961Z adding 'torch/include/ATen/ops/fft_irfft.h' 2024-08-06T20:45:16.7484488Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2024-08-06T20:45:16.7488009Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7490821Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2024-08-06T20:45:16.7494017Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2024-08-06T20:45:16.7497330Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7500213Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2024-08-06T20:45:16.7503550Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2024-08-06T20:45:16.7506969Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2024-08-06T20:45:16.7510399Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7513265Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2024-08-06T20:45:16.7516593Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2024-08-06T20:45:16.7519989Z adding 'torch/include/ATen/ops/fft_rfft.h' 2024-08-06T20:45:16.7523449Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2024-08-06T20:45:16.7526843Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7529712Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2024-08-06T20:45:16.7532906Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2024-08-06T20:45:16.7536273Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7539089Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2024-08-06T20:45:16.7542282Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2024-08-06T20:45:16.7545414Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2024-08-06T20:45:16.7548682Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.7551559Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2024-08-06T20:45:16.7554721Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2024-08-06T20:45:16.7558239Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2024-08-06T20:45:16.7561666Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7564590Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2024-08-06T20:45:16.7567768Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2024-08-06T20:45:16.7570951Z adding 'torch/include/ATen/ops/fill.h' 2024-08-06T20:45:16.7574216Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.7577133Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2024-08-06T20:45:16.7580086Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2024-08-06T20:45:16.7583375Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2024-08-06T20:45:16.7587250Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7589333Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2024-08-06T20:45:16.7592917Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2024-08-06T20:45:16.7595758Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2024-08-06T20:45:16.7598995Z adding 'torch/include/ATen/ops/fill_native.h' 2024-08-06T20:45:16.7602430Z adding 'torch/include/ATen/ops/fill_ops.h' 2024-08-06T20:45:16.7605831Z adding 'torch/include/ATen/ops/fix.h' 2024-08-06T20:45:16.7609966Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7612084Z adding 'torch/include/ATen/ops/fix_native.h' 2024-08-06T20:45:16.7615631Z adding 'torch/include/ATen/ops/fix_ops.h' 2024-08-06T20:45:16.7618776Z adding 'torch/include/ATen/ops/flatten.h' 2024-08-06T20:45:16.7622180Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7625059Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2024-08-06T20:45:16.7628398Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7631208Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2024-08-06T20:45:16.7634442Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2024-08-06T20:45:16.7638342Z adding 'torch/include/ATen/ops/flatten_native.h' 2024-08-06T20:45:16.7640999Z adding 'torch/include/ATen/ops/flatten_ops.h' 2024-08-06T20:45:16.7644219Z adding 'torch/include/ATen/ops/flip.h' 2024-08-06T20:45:16.7647462Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.7650524Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2024-08-06T20:45:16.7653522Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2024-08-06T20:45:16.7656594Z adding 'torch/include/ATen/ops/flip_native.h' 2024-08-06T20:45:16.7659731Z adding 'torch/include/ATen/ops/flip_ops.h' 2024-08-06T20:45:16.7662909Z adding 'torch/include/ATen/ops/fliplr.h' 2024-08-06T20:45:16.7666675Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7669034Z adding 'torch/include/ATen/ops/fliplr_native.h' 2024-08-06T20:45:16.7672276Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2024-08-06T20:45:16.7675231Z adding 'torch/include/ATen/ops/flipud.h' 2024-08-06T20:45:16.7678516Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7681301Z adding 'torch/include/ATen/ops/flipud_native.h' 2024-08-06T20:45:16.7684458Z adding 'torch/include/ATen/ops/flipud_ops.h' 2024-08-06T20:45:16.7687735Z adding 'torch/include/ATen/ops/float_power.h' 2024-08-06T20:45:16.7691191Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7694945Z adding 'torch/include/ATen/ops/float_power_native.h' 2024-08-06T20:45:16.7697653Z adding 'torch/include/ATen/ops/float_power_ops.h' 2024-08-06T20:45:16.7700975Z adding 'torch/include/ATen/ops/floor.h' 2024-08-06T20:45:16.7704234Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.7707379Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2024-08-06T20:45:16.7710432Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2024-08-06T20:45:16.7713678Z adding 'torch/include/ATen/ops/floor_divide.h' 2024-08-06T20:45:16.7717810Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.7720304Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2024-08-06T20:45:16.7723790Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2024-08-06T20:45:16.7726602Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2024-08-06T20:45:16.7729759Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2024-08-06T20:45:16.7733162Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2024-08-06T20:45:16.7736373Z adding 'torch/include/ATen/ops/floor_meta.h' 2024-08-06T20:45:16.7739636Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2024-08-06T20:45:16.7742705Z adding 'torch/include/ATen/ops/floor_native.h' 2024-08-06T20:45:16.7745900Z adding 'torch/include/ATen/ops/floor_ops.h' 2024-08-06T20:45:16.7749084Z adding 'torch/include/ATen/ops/fmax.h' 2024-08-06T20:45:16.7752557Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.7755641Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2024-08-06T20:45:16.7758879Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2024-08-06T20:45:16.7761936Z adding 'torch/include/ATen/ops/fmax_meta.h' 2024-08-06T20:45:16.7765202Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2024-08-06T20:45:16.7768198Z adding 'torch/include/ATen/ops/fmax_native.h' 2024-08-06T20:45:16.7771530Z adding 'torch/include/ATen/ops/fmax_ops.h' 2024-08-06T20:45:16.7774653Z adding 'torch/include/ATen/ops/fmin.h' 2024-08-06T20:45:16.7778049Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.7781164Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2024-08-06T20:45:16.7784202Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2024-08-06T20:45:16.7787320Z adding 'torch/include/ATen/ops/fmin_meta.h' 2024-08-06T20:45:16.7790424Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2024-08-06T20:45:16.7793628Z adding 'torch/include/ATen/ops/fmin_native.h' 2024-08-06T20:45:16.7796849Z adding 'torch/include/ATen/ops/fmin_ops.h' 2024-08-06T20:45:16.7800153Z adding 'torch/include/ATen/ops/fmod.h' 2024-08-06T20:45:16.7803440Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.7806707Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.7809976Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2024-08-06T20:45:16.7813100Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2024-08-06T20:45:16.7816207Z adding 'torch/include/ATen/ops/fmod_meta.h' 2024-08-06T20:45:16.7819367Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2024-08-06T20:45:16.7822531Z adding 'torch/include/ATen/ops/fmod_native.h' 2024-08-06T20:45:16.7825929Z adding 'torch/include/ATen/ops/fmod_ops.h' 2024-08-06T20:45:16.7829224Z adding 'torch/include/ATen/ops/frac.h' 2024-08-06T20:45:16.7832563Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.7835760Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2024-08-06T20:45:16.7838894Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2024-08-06T20:45:16.7842133Z adding 'torch/include/ATen/ops/frac_meta.h' 2024-08-06T20:45:16.7845423Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2024-08-06T20:45:16.7848271Z adding 'torch/include/ATen/ops/frac_native.h' 2024-08-06T20:45:16.7851564Z adding 'torch/include/ATen/ops/frac_ops.h' 2024-08-06T20:45:16.7854804Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2024-08-06T20:45:16.7858859Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2024-08-06T20:45:16.7862650Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.7865474Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2024-08-06T20:45:16.7868730Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2024-08-06T20:45:16.7871782Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2024-08-06T20:45:16.7875159Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2024-08-06T20:45:16.7878271Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2024-08-06T20:45:16.7881733Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2024-08-06T20:45:16.7885475Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.7888213Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2024-08-06T20:45:16.7891592Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2024-08-06T20:45:16.7894587Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2024-08-06T20:45:16.7897908Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2024-08-06T20:45:16.7901744Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2024-08-06T20:45:16.7904559Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2024-08-06T20:45:16.7907782Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2024-08-06T20:45:16.7910895Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2024-08-06T20:45:16.7914266Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2024-08-06T20:45:16.7917570Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2024-08-06T20:45:16.7920897Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2024-08-06T20:45:16.7924709Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2024-08-06T20:45:16.7927538Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.7930607Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2024-08-06T20:45:16.7933706Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2024-08-06T20:45:16.7937923Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2024-08-06T20:45:16.7941833Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2024-08-06T20:45:16.7944650Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2024-08-06T20:45:16.7947961Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2024-08-06T20:45:16.7951058Z adding 'torch/include/ATen/ops/frexp.h' 2024-08-06T20:45:16.7954484Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.7958584Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2024-08-06T20:45:16.7961135Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2024-08-06T20:45:16.7964297Z adding 'torch/include/ATen/ops/frexp_native.h' 2024-08-06T20:45:16.7967497Z adding 'torch/include/ATen/ops/frexp_ops.h' 2024-08-06T20:45:16.7970764Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2024-08-06T20:45:16.7974164Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.7977243Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2024-08-06T20:45:16.7981146Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2024-08-06T20:45:16.7984200Z adding 'torch/include/ATen/ops/from_blob.h' 2024-08-06T20:45:16.7987613Z adding 'torch/include/ATen/ops/from_file.h' 2024-08-06T20:45:16.7990950Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.7994151Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2024-08-06T20:45:16.7998240Z adding 'torch/include/ATen/ops/from_file_native.h' 2024-08-06T20:45:16.8000733Z adding 'torch/include/ATen/ops/from_file_ops.h' 2024-08-06T20:45:16.8004557Z adding 'torch/include/ATen/ops/full.h' 2024-08-06T20:45:16.8008162Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.8011576Z adding 'torch/include/ATen/ops/full_like.h' 2024-08-06T20:45:16.8015373Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.8018045Z adding 'torch/include/ATen/ops/full_like_native.h' 2024-08-06T20:45:16.8021459Z adding 'torch/include/ATen/ops/full_like_ops.h' 2024-08-06T20:45:16.8024582Z adding 'torch/include/ATen/ops/full_native.h' 2024-08-06T20:45:16.8028160Z adding 'torch/include/ATen/ops/full_ops.h' 2024-08-06T20:45:16.8032251Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2024-08-06T20:45:16.8035001Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8038147Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2024-08-06T20:45:16.8041408Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2024-08-06T20:45:16.8044586Z adding 'torch/include/ATen/ops/gather.h' 2024-08-06T20:45:16.8048524Z adding 'torch/include/ATen/ops/gather_backward.h' 2024-08-06T20:45:16.8051110Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8053954Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2024-08-06T20:45:16.8057047Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2024-08-06T20:45:16.8060504Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8064320Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8066661Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2024-08-06T20:45:16.8069752Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2024-08-06T20:45:16.8072745Z adding 'torch/include/ATen/ops/gather_meta.h' 2024-08-06T20:45:16.8076043Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2024-08-06T20:45:16.8079101Z adding 'torch/include/ATen/ops/gather_native.h' 2024-08-06T20:45:16.8082414Z adding 'torch/include/ATen/ops/gather_ops.h' 2024-08-06T20:45:16.8085529Z adding 'torch/include/ATen/ops/gcd.h' 2024-08-06T20:45:16.8088865Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8091823Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2024-08-06T20:45:16.8095179Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2024-08-06T20:45:16.8097943Z adding 'torch/include/ATen/ops/gcd_meta.h' 2024-08-06T20:45:16.8101011Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2024-08-06T20:45:16.8103970Z adding 'torch/include/ATen/ops/gcd_native.h' 2024-08-06T20:45:16.8107282Z adding 'torch/include/ATen/ops/gcd_ops.h' 2024-08-06T20:45:16.8110431Z adding 'torch/include/ATen/ops/ge.h' 2024-08-06T20:45:16.8113750Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8116844Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2024-08-06T20:45:16.8119965Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2024-08-06T20:45:16.8122968Z adding 'torch/include/ATen/ops/ge_meta.h' 2024-08-06T20:45:16.8126073Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2024-08-06T20:45:16.8129179Z adding 'torch/include/ATen/ops/ge_native.h' 2024-08-06T20:45:16.8132539Z adding 'torch/include/ATen/ops/ge_ops.h' 2024-08-06T20:45:16.8135709Z adding 'torch/include/ATen/ops/gelu.h' 2024-08-06T20:45:16.8138969Z adding 'torch/include/ATen/ops/gelu_backward.h' 2024-08-06T20:45:16.8142207Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8145115Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2024-08-06T20:45:16.8148222Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2024-08-06T20:45:16.8151397Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2024-08-06T20:45:16.8154527Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2024-08-06T20:45:16.8157682Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2024-08-06T20:45:16.8160860Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2024-08-06T20:45:16.8164176Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8167226Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2024-08-06T20:45:16.8170413Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2024-08-06T20:45:16.8173219Z adding 'torch/include/ATen/ops/gelu_meta.h' 2024-08-06T20:45:16.8176270Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2024-08-06T20:45:16.8179314Z adding 'torch/include/ATen/ops/gelu_native.h' 2024-08-06T20:45:16.8182575Z adding 'torch/include/ATen/ops/gelu_ops.h' 2024-08-06T20:45:16.8185706Z adding 'torch/include/ATen/ops/geometric.h' 2024-08-06T20:45:16.8188973Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.8191909Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2024-08-06T20:45:16.8195015Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2024-08-06T20:45:16.8198166Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2024-08-06T20:45:16.8201187Z adding 'torch/include/ATen/ops/geometric_native.h' 2024-08-06T20:45:16.8204416Z adding 'torch/include/ATen/ops/geometric_ops.h' 2024-08-06T20:45:16.8207507Z adding 'torch/include/ATen/ops/geqrf.h' 2024-08-06T20:45:16.8210687Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2024-08-06T20:45:16.8213729Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2024-08-06T20:45:16.8216704Z adding 'torch/include/ATen/ops/geqrf_native.h' 2024-08-06T20:45:16.8219876Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2024-08-06T20:45:16.8222935Z adding 'torch/include/ATen/ops/ger.h' 2024-08-06T20:45:16.8226134Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8228975Z adding 'torch/include/ATen/ops/ger_native.h' 2024-08-06T20:45:16.8232115Z adding 'torch/include/ATen/ops/ger_ops.h' 2024-08-06T20:45:16.8235289Z adding 'torch/include/ATen/ops/glu.h' 2024-08-06T20:45:16.8238472Z adding 'torch/include/ATen/ops/glu_backward.h' 2024-08-06T20:45:16.8241627Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2024-08-06T20:45:16.8244815Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2024-08-06T20:45:16.8247866Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2024-08-06T20:45:16.8251676Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.8254261Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2024-08-06T20:45:16.8257499Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2024-08-06T20:45:16.8260577Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2024-08-06T20:45:16.8263995Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2024-08-06T20:45:16.8266974Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2024-08-06T20:45:16.8270356Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2024-08-06T20:45:16.8274338Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8276832Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2024-08-06T20:45:16.8280001Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2024-08-06T20:45:16.8283085Z adding 'torch/include/ATen/ops/glu_jvp.h' 2024-08-06T20:45:16.8286527Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.8289404Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2024-08-06T20:45:16.8292675Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2024-08-06T20:45:16.8296724Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2024-08-06T20:45:16.8299333Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2024-08-06T20:45:16.8302510Z adding 'torch/include/ATen/ops/glu_meta.h' 2024-08-06T20:45:16.8305572Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2024-08-06T20:45:16.8308719Z adding 'torch/include/ATen/ops/glu_native.h' 2024-08-06T20:45:16.8311858Z adding 'torch/include/ATen/ops/glu_ops.h' 2024-08-06T20:45:16.8315375Z adding 'torch/include/ATen/ops/gradient.h' 2024-08-06T20:45:16.8319618Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8322002Z adding 'torch/include/ATen/ops/gradient_native.h' 2024-08-06T20:45:16.8325711Z adding 'torch/include/ATen/ops/gradient_ops.h' 2024-08-06T20:45:16.8328983Z adding 'torch/include/ATen/ops/greater.h' 2024-08-06T20:45:16.8337967Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8338118Z adding 'torch/include/ATen/ops/greater_equal.h' 2024-08-06T20:45:16.8340976Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8344185Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2024-08-06T20:45:16.8347627Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2024-08-06T20:45:16.8350696Z adding 'torch/include/ATen/ops/greater_native.h' 2024-08-06T20:45:16.8354115Z adding 'torch/include/ATen/ops/greater_ops.h' 2024-08-06T20:45:16.8357580Z adding 'torch/include/ATen/ops/grid_sampler.h' 2024-08-06T20:45:16.8360914Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2024-08-06T20:45:16.8364207Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2024-08-06T20:45:16.8367733Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.8370788Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2024-08-06T20:45:16.8374025Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2024-08-06T20:45:16.8377722Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2024-08-06T20:45:16.8380588Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2024-08-06T20:45:16.8383977Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.8386993Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2024-08-06T20:45:16.8390254Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2024-08-06T20:45:16.8393284Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2024-08-06T20:45:16.8396933Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2024-08-06T20:45:16.8400057Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2024-08-06T20:45:16.8403361Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2024-08-06T20:45:16.8406842Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.8409821Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2024-08-06T20:45:16.8413064Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2024-08-06T20:45:16.8416110Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2024-08-06T20:45:16.8419587Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2024-08-06T20:45:16.8423196Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.8425906Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2024-08-06T20:45:16.8429066Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2024-08-06T20:45:16.8432004Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2024-08-06T20:45:16.8435474Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2024-08-06T20:45:16.8438796Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8441747Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2024-08-06T20:45:16.8445331Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2024-08-06T20:45:16.8448035Z adding 'torch/include/ATen/ops/group_norm.h' 2024-08-06T20:45:16.8451474Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8454223Z adding 'torch/include/ATen/ops/group_norm_native.h' 2024-08-06T20:45:16.8457474Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2024-08-06T20:45:16.8460606Z adding 'torch/include/ATen/ops/gru.h' 2024-08-06T20:45:16.8463815Z adding 'torch/include/ATen/ops/gru_cell.h' 2024-08-06T20:45:16.8467039Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8470046Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2024-08-06T20:45:16.8473551Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2024-08-06T20:45:16.8476728Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8479748Z adding 'torch/include/ATen/ops/gru_native.h' 2024-08-06T20:45:16.8483012Z adding 'torch/include/ATen/ops/gru_ops.h' 2024-08-06T20:45:16.8486332Z adding 'torch/include/ATen/ops/gt.h' 2024-08-06T20:45:16.8489598Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8492663Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2024-08-06T20:45:16.8496178Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2024-08-06T20:45:16.8498861Z adding 'torch/include/ATen/ops/gt_meta.h' 2024-08-06T20:45:16.8502206Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2024-08-06T20:45:16.8505124Z adding 'torch/include/ATen/ops/gt_native.h' 2024-08-06T20:45:16.8508622Z adding 'torch/include/ATen/ops/gt_ops.h' 2024-08-06T20:45:16.8512303Z adding 'torch/include/ATen/ops/hamming_window.h' 2024-08-06T20:45:16.8516142Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.8519320Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2024-08-06T20:45:16.8522926Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2024-08-06T20:45:16.8526780Z adding 'torch/include/ATen/ops/hann_window.h' 2024-08-06T20:45:16.8530280Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.8533247Z adding 'torch/include/ATen/ops/hann_window_native.h' 2024-08-06T20:45:16.8536718Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2024-08-06T20:45:16.8539937Z adding 'torch/include/ATen/ops/hardshrink.h' 2024-08-06T20:45:16.8543262Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2024-08-06T20:45:16.8546780Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8549778Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2024-08-06T20:45:16.8552978Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2024-08-06T20:45:16.8556135Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2024-08-06T20:45:16.8559420Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2024-08-06T20:45:16.8562420Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2024-08-06T20:45:16.8565723Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2024-08-06T20:45:16.8569068Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8572117Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2024-08-06T20:45:16.8575551Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2024-08-06T20:45:16.8578363Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2024-08-06T20:45:16.8581611Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2024-08-06T20:45:16.8584594Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2024-08-06T20:45:16.8587860Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2024-08-06T20:45:16.8591029Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2024-08-06T20:45:16.8594327Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2024-08-06T20:45:16.8598366Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8601578Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2024-08-06T20:45:16.8604901Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2024-08-06T20:45:16.8607915Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2024-08-06T20:45:16.8611266Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2024-08-06T20:45:16.8614195Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2024-08-06T20:45:16.8617613Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2024-08-06T20:45:16.8621309Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8623959Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2024-08-06T20:45:16.8627151Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2024-08-06T20:45:16.8630137Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2024-08-06T20:45:16.8633400Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2024-08-06T20:45:16.8636523Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2024-08-06T20:45:16.8639717Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2024-08-06T20:45:16.8643073Z adding 'torch/include/ATen/ops/hardswish.h' 2024-08-06T20:45:16.8646074Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2024-08-06T20:45:16.8649329Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.8652314Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2024-08-06T20:45:16.8655387Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2024-08-06T20:45:16.8658476Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2024-08-06T20:45:16.8661671Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2024-08-06T20:45:16.8664747Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2024-08-06T20:45:16.8667803Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2024-08-06T20:45:16.8670806Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2024-08-06T20:45:16.8673760Z adding 'torch/include/ATen/ops/hardswish_native.h' 2024-08-06T20:45:16.8677043Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2024-08-06T20:45:16.8680218Z adding 'torch/include/ATen/ops/hardtanh.h' 2024-08-06T20:45:16.8683426Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2024-08-06T20:45:16.8686590Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2024-08-06T20:45:16.8689881Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2024-08-06T20:45:16.8692815Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2024-08-06T20:45:16.8696018Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2024-08-06T20:45:16.8699170Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2024-08-06T20:45:16.8702243Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2024-08-06T20:45:16.8705327Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2024-08-06T20:45:16.8708358Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2024-08-06T20:45:16.8711581Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2024-08-06T20:45:16.8714684Z adding 'torch/include/ATen/ops/heaviside.h' 2024-08-06T20:45:16.8718120Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8721021Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2024-08-06T20:45:16.8724083Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2024-08-06T20:45:16.8727059Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2024-08-06T20:45:16.8730223Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2024-08-06T20:45:16.8733200Z adding 'torch/include/ATen/ops/heaviside_native.h' 2024-08-06T20:45:16.8736374Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2024-08-06T20:45:16.8739483Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2024-08-06T20:45:16.8742711Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8745731Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2024-08-06T20:45:16.8749195Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2024-08-06T20:45:16.8752250Z adding 'torch/include/ATen/ops/histc.h' 2024-08-06T20:45:16.8755534Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2024-08-06T20:45:16.8758654Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2024-08-06T20:45:16.8761676Z adding 'torch/include/ATen/ops/histc_native.h' 2024-08-06T20:45:16.8764867Z adding 'torch/include/ATen/ops/histc_ops.h' 2024-08-06T20:45:16.8768136Z adding 'torch/include/ATen/ops/histogram.h' 2024-08-06T20:45:16.8771429Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2024-08-06T20:45:16.8774509Z adding 'torch/include/ATen/ops/histogram_native.h' 2024-08-06T20:45:16.8777939Z adding 'torch/include/ATen/ops/histogram_ops.h' 2024-08-06T20:45:16.8781224Z adding 'torch/include/ATen/ops/histogramdd.h' 2024-08-06T20:45:16.8784528Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8787447Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2024-08-06T20:45:16.8790757Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2024-08-06T20:45:16.8793860Z adding 'torch/include/ATen/ops/hsplit.h' 2024-08-06T20:45:16.8797206Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8800058Z adding 'torch/include/ATen/ops/hsplit_native.h' 2024-08-06T20:45:16.8803252Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2024-08-06T20:45:16.8806292Z adding 'torch/include/ATen/ops/hspmm.h' 2024-08-06T20:45:16.8809277Z adding 'torch/include/ATen/ops/hspmm_native.h' 2024-08-06T20:45:16.8812414Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2024-08-06T20:45:16.8815460Z adding 'torch/include/ATen/ops/hstack.h' 2024-08-06T20:45:16.8818677Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8823348Z adding 'torch/include/ATen/ops/hstack_native.h' 2024-08-06T20:45:16.8829376Z adding 'torch/include/ATen/ops/hstack_ops.h' 2024-08-06T20:45:16.8832582Z adding 'torch/include/ATen/ops/huber_loss.h' 2024-08-06T20:45:16.8835894Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2024-08-06T20:45:16.8839176Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.8842165Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2024-08-06T20:45:16.8845709Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2024-08-06T20:45:16.8848682Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2024-08-06T20:45:16.8851724Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2024-08-06T20:45:16.8854863Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2024-08-06T20:45:16.8857969Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2024-08-06T20:45:16.8860961Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2024-08-06T20:45:16.8864122Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2024-08-06T20:45:16.8867167Z adding 'torch/include/ATen/ops/hypot.h' 2024-08-06T20:45:16.8870457Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8873363Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2024-08-06T20:45:16.8876533Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2024-08-06T20:45:16.8879569Z adding 'torch/include/ATen/ops/hypot_meta.h' 2024-08-06T20:45:16.8882675Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2024-08-06T20:45:16.8885648Z adding 'torch/include/ATen/ops/hypot_native.h' 2024-08-06T20:45:16.8888858Z adding 'torch/include/ATen/ops/hypot_ops.h' 2024-08-06T20:45:16.8892022Z adding 'torch/include/ATen/ops/i0.h' 2024-08-06T20:45:16.8895185Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8898041Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2024-08-06T20:45:16.8901067Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2024-08-06T20:45:16.8904002Z adding 'torch/include/ATen/ops/i0_meta.h' 2024-08-06T20:45:16.8907067Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2024-08-06T20:45:16.8910025Z adding 'torch/include/ATen/ops/i0_native.h' 2024-08-06T20:45:16.8913158Z adding 'torch/include/ATen/ops/i0_ops.h' 2024-08-06T20:45:16.8916356Z adding 'torch/include/ATen/ops/igamma.h' 2024-08-06T20:45:16.8919670Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8922550Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2024-08-06T20:45:16.8925595Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2024-08-06T20:45:16.8928575Z adding 'torch/include/ATen/ops/igamma_meta.h' 2024-08-06T20:45:16.8931637Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2024-08-06T20:45:16.8934636Z adding 'torch/include/ATen/ops/igamma_native.h' 2024-08-06T20:45:16.8937833Z adding 'torch/include/ATen/ops/igamma_ops.h' 2024-08-06T20:45:16.8940916Z adding 'torch/include/ATen/ops/igammac.h' 2024-08-06T20:45:16.8944196Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.8947225Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2024-08-06T20:45:16.8950286Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2024-08-06T20:45:16.8953394Z adding 'torch/include/ATen/ops/igammac_meta.h' 2024-08-06T20:45:16.8956677Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2024-08-06T20:45:16.8959889Z adding 'torch/include/ATen/ops/igammac_native.h' 2024-08-06T20:45:16.8964035Z adding 'torch/include/ATen/ops/igammac_ops.h' 2024-08-06T20:45:16.8966448Z adding 'torch/include/ATen/ops/im2col.h' 2024-08-06T20:45:16.8970004Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2024-08-06T20:45:16.8973270Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2024-08-06T20:45:16.8976399Z adding 'torch/include/ATen/ops/im2col_native.h' 2024-08-06T20:45:16.8979630Z adding 'torch/include/ATen/ops/im2col_ops.h' 2024-08-06T20:45:16.8982877Z adding 'torch/include/ATen/ops/imag.h' 2024-08-06T20:45:16.8986854Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.8989055Z adding 'torch/include/ATen/ops/imag_native.h' 2024-08-06T20:45:16.8992447Z adding 'torch/include/ATen/ops/imag_ops.h' 2024-08-06T20:45:16.8995520Z adding 'torch/include/ATen/ops/index.h' 2024-08-06T20:45:16.8998879Z adding 'torch/include/ATen/ops/index_add.h' 2024-08-06T20:45:16.9002317Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9005452Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9009342Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2024-08-06T20:45:16.9011825Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2024-08-06T20:45:16.9015112Z adding 'torch/include/ATen/ops/index_add_meta.h' 2024-08-06T20:45:16.9018217Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2024-08-06T20:45:16.9021376Z adding 'torch/include/ATen/ops/index_add_native.h' 2024-08-06T20:45:16.9024724Z adding 'torch/include/ATen/ops/index_add_ops.h' 2024-08-06T20:45:16.9028258Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9032024Z adding 'torch/include/ATen/ops/index_copy.h' 2024-08-06T20:45:16.9034749Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9038170Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9041220Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2024-08-06T20:45:16.9044447Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2024-08-06T20:45:16.9047434Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2024-08-06T20:45:16.9050745Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2024-08-06T20:45:16.9054589Z adding 'torch/include/ATen/ops/index_copy_native.h' 2024-08-06T20:45:16.9057328Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2024-08-06T20:45:16.9060698Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2024-08-06T20:45:16.9063786Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2024-08-06T20:45:16.9067183Z adding 'torch/include/ATen/ops/index_fill.h' 2024-08-06T20:45:16.9070539Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.9073845Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9077462Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2024-08-06T20:45:16.9080213Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2024-08-06T20:45:16.9083559Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2024-08-06T20:45:16.9086616Z adding 'torch/include/ATen/ops/index_fill_native.h' 2024-08-06T20:45:16.9090537Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2024-08-06T20:45:16.9094374Z adding 'torch/include/ATen/ops/index_meta.h' 2024-08-06T20:45:16.9097277Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2024-08-06T20:45:16.9100469Z adding 'torch/include/ATen/ops/index_native.h' 2024-08-06T20:45:16.9103677Z adding 'torch/include/ATen/ops/index_ops.h' 2024-08-06T20:45:16.9107077Z adding 'torch/include/ATen/ops/index_put.h' 2024-08-06T20:45:16.9110882Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.9113466Z adding 'torch/include/ATen/ops/index_put_native.h' 2024-08-06T20:45:16.9117056Z adding 'torch/include/ATen/ops/index_put_ops.h' 2024-08-06T20:45:16.9120349Z adding 'torch/include/ATen/ops/index_reduce.h' 2024-08-06T20:45:16.9123767Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9126757Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2024-08-06T20:45:16.9130047Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2024-08-06T20:45:16.9133678Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2024-08-06T20:45:16.9136542Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2024-08-06T20:45:16.9139979Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2024-08-06T20:45:16.9143002Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2024-08-06T20:45:16.9146375Z adding 'torch/include/ATen/ops/index_select.h' 2024-08-06T20:45:16.9149602Z adding 'torch/include/ATen/ops/index_select_backward.h' 2024-08-06T20:45:16.9153237Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9156996Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2024-08-06T20:45:16.9159452Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2024-08-06T20:45:16.9162779Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9165801Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2024-08-06T20:45:16.9169103Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2024-08-06T20:45:16.9172143Z adding 'torch/include/ATen/ops/index_select_native.h' 2024-08-06T20:45:16.9175681Z adding 'torch/include/ATen/ops/index_select_ops.h' 2024-08-06T20:45:16.9179560Z adding 'torch/include/ATen/ops/indices.h' 2024-08-06T20:45:16.9182069Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.9185309Z adding 'torch/include/ATen/ops/indices_copy.h' 2024-08-06T20:45:16.9188413Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.9191700Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9194625Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2024-08-06T20:45:16.9197938Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2024-08-06T20:45:16.9202060Z adding 'torch/include/ATen/ops/indices_native.h' 2024-08-06T20:45:16.9204570Z adding 'torch/include/ATen/ops/indices_ops.h' 2024-08-06T20:45:16.9208060Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2024-08-06T20:45:16.9211188Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9214193Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2024-08-06T20:45:16.9217295Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2024-08-06T20:45:16.9220381Z adding 'torch/include/ATen/ops/inner.h' 2024-08-06T20:45:16.9223617Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9226675Z adding 'torch/include/ATen/ops/inner_native.h' 2024-08-06T20:45:16.9230543Z adding 'torch/include/ATen/ops/inner_ops.h' 2024-08-06T20:45:16.9233213Z adding 'torch/include/ATen/ops/instance_norm.h' 2024-08-06T20:45:16.9236715Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9239665Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2024-08-06T20:45:16.9243013Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2024-08-06T20:45:16.9246106Z adding 'torch/include/ATen/ops/int_repr.h' 2024-08-06T20:45:16.9249506Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.9252856Z adding 'torch/include/ATen/ops/int_repr_native.h' 2024-08-06T20:45:16.9255690Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2024-08-06T20:45:16.9259110Z adding 'torch/include/ATen/ops/inverse.h' 2024-08-06T20:45:16.9262133Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9264966Z adding 'torch/include/ATen/ops/inverse_native.h' 2024-08-06T20:45:16.9268103Z adding 'torch/include/ATen/ops/inverse_ops.h' 2024-08-06T20:45:16.9271258Z adding 'torch/include/ATen/ops/is_coalesced.h' 2024-08-06T20:45:16.9274440Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.9277432Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2024-08-06T20:45:16.9280500Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2024-08-06T20:45:16.9288309Z adding 'torch/include/ATen/ops/is_complex.h' 2024-08-06T20:45:16.9288949Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9292501Z adding 'torch/include/ATen/ops/is_complex_native.h' 2024-08-06T20:45:16.9295595Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2024-08-06T20:45:16.9299083Z adding 'torch/include/ATen/ops/is_conj.h' 2024-08-06T20:45:16.9301826Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9304728Z adding 'torch/include/ATen/ops/is_conj_native.h' 2024-08-06T20:45:16.9307749Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2024-08-06T20:45:16.9310705Z adding 'torch/include/ATen/ops/is_distributed.h' 2024-08-06T20:45:16.9313887Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9316877Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2024-08-06T20:45:16.9320082Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2024-08-06T20:45:16.9323096Z adding 'torch/include/ATen/ops/is_floating_point.h' 2024-08-06T20:45:16.9326292Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9329101Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2024-08-06T20:45:16.9332140Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2024-08-06T20:45:16.9335701Z adding 'torch/include/ATen/ops/is_inference.h' 2024-08-06T20:45:16.9338967Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9341900Z adding 'torch/include/ATen/ops/is_inference_native.h' 2024-08-06T20:45:16.9344884Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2024-08-06T20:45:16.9347794Z adding 'torch/include/ATen/ops/is_leaf.h' 2024-08-06T20:45:16.9350918Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9353732Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2024-08-06T20:45:16.9356867Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2024-08-06T20:45:16.9359835Z adding 'torch/include/ATen/ops/is_neg.h' 2024-08-06T20:45:16.9362988Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9365787Z adding 'torch/include/ATen/ops/is_neg_native.h' 2024-08-06T20:45:16.9368851Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2024-08-06T20:45:16.9371869Z adding 'torch/include/ATen/ops/is_nonzero.h' 2024-08-06T20:45:16.9375264Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9377993Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2024-08-06T20:45:16.9381001Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2024-08-06T20:45:16.9383908Z adding 'torch/include/ATen/ops/is_pinned.h' 2024-08-06T20:45:16.9387064Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.9389860Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2024-08-06T20:45:16.9392927Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2024-08-06T20:45:16.9395983Z adding 'torch/include/ATen/ops/is_same_size.h' 2024-08-06T20:45:16.9399197Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.9402022Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2024-08-06T20:45:16.9405073Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2024-08-06T20:45:16.9407986Z adding 'torch/include/ATen/ops/is_set_to.h' 2024-08-06T20:45:16.9411000Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2024-08-06T20:45:16.9413999Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2024-08-06T20:45:16.9416897Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2024-08-06T20:45:16.9420247Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2024-08-06T20:45:16.9423233Z adding 'torch/include/ATen/ops/is_signed.h' 2024-08-06T20:45:16.9426342Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9429145Z adding 'torch/include/ATen/ops/is_signed_native.h' 2024-08-06T20:45:16.9432177Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2024-08-06T20:45:16.9435171Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2024-08-06T20:45:16.9438421Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9441617Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2024-08-06T20:45:16.9444282Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2024-08-06T20:45:16.9447247Z adding 'torch/include/ATen/ops/isclose.h' 2024-08-06T20:45:16.9450422Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9453276Z adding 'torch/include/ATen/ops/isclose_native.h' 2024-08-06T20:45:16.9456374Z adding 'torch/include/ATen/ops/isclose_ops.h' 2024-08-06T20:45:16.9459335Z adding 'torch/include/ATen/ops/isfinite.h' 2024-08-06T20:45:16.9462508Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9465301Z adding 'torch/include/ATen/ops/isfinite_native.h' 2024-08-06T20:45:16.9468325Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2024-08-06T20:45:16.9471565Z adding 'torch/include/ATen/ops/isin.h' 2024-08-06T20:45:16.9475050Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9478242Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2024-08-06T20:45:16.9481414Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2024-08-06T20:45:16.9484455Z adding 'torch/include/ATen/ops/isin_meta.h' 2024-08-06T20:45:16.9487703Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2024-08-06T20:45:16.9490658Z adding 'torch/include/ATen/ops/isin_native.h' 2024-08-06T20:45:16.9494106Z adding 'torch/include/ATen/ops/isin_ops.h' 2024-08-06T20:45:16.9497261Z adding 'torch/include/ATen/ops/isinf.h' 2024-08-06T20:45:16.9500477Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.9503327Z adding 'torch/include/ATen/ops/isinf_native.h' 2024-08-06T20:45:16.9506435Z adding 'torch/include/ATen/ops/isinf_ops.h' 2024-08-06T20:45:16.9509437Z adding 'torch/include/ATen/ops/isnan.h' 2024-08-06T20:45:16.9512604Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.9515626Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2024-08-06T20:45:16.9518698Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2024-08-06T20:45:16.9521622Z adding 'torch/include/ATen/ops/isnan_native.h' 2024-08-06T20:45:16.9524712Z adding 'torch/include/ATen/ops/isnan_ops.h' 2024-08-06T20:45:16.9527776Z adding 'torch/include/ATen/ops/isneginf.h' 2024-08-06T20:45:16.9531027Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9533962Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2024-08-06T20:45:16.9537034Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2024-08-06T20:45:16.9539977Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2024-08-06T20:45:16.9543096Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2024-08-06T20:45:16.9546024Z adding 'torch/include/ATen/ops/isneginf_native.h' 2024-08-06T20:45:16.9549133Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2024-08-06T20:45:16.9552412Z adding 'torch/include/ATen/ops/isposinf.h' 2024-08-06T20:45:16.9555790Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9558684Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2024-08-06T20:45:16.9561700Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2024-08-06T20:45:16.9564653Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2024-08-06T20:45:16.9567695Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2024-08-06T20:45:16.9570658Z adding 'torch/include/ATen/ops/isposinf_native.h' 2024-08-06T20:45:16.9573803Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2024-08-06T20:45:16.9576937Z adding 'torch/include/ATen/ops/isreal.h' 2024-08-06T20:45:16.9580149Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9583113Z adding 'torch/include/ATen/ops/isreal_native.h' 2024-08-06T20:45:16.9586158Z adding 'torch/include/ATen/ops/isreal_ops.h' 2024-08-06T20:45:16.9589412Z adding 'torch/include/ATen/ops/istft.h' 2024-08-06T20:45:16.9593568Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9596018Z adding 'torch/include/ATen/ops/istft_native.h' 2024-08-06T20:45:16.9599354Z adding 'torch/include/ATen/ops/istft_ops.h' 2024-08-06T20:45:16.9602297Z adding 'torch/include/ATen/ops/item.h' 2024-08-06T20:45:16.9605630Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9608548Z adding 'torch/include/ATen/ops/item_native.h' 2024-08-06T20:45:16.9611780Z adding 'torch/include/ATen/ops/item_ops.h' 2024-08-06T20:45:16.9615241Z adding 'torch/include/ATen/ops/kaiser_window.h' 2024-08-06T20:45:16.9619125Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.9622238Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2024-08-06T20:45:16.9625748Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2024-08-06T20:45:16.9629077Z adding 'torch/include/ATen/ops/kl_div.h' 2024-08-06T20:45:16.9632371Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9635435Z adding 'torch/include/ATen/ops/kl_div_native.h' 2024-08-06T20:45:16.9638915Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2024-08-06T20:45:16.9642520Z adding 'torch/include/ATen/ops/kron.h' 2024-08-06T20:45:16.9645340Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9648214Z adding 'torch/include/ATen/ops/kron_native.h' 2024-08-06T20:45:16.9651521Z adding 'torch/include/ATen/ops/kron_ops.h' 2024-08-06T20:45:16.9654794Z adding 'torch/include/ATen/ops/kthvalue.h' 2024-08-06T20:45:16.9658220Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.9661633Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9664439Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2024-08-06T20:45:16.9667632Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2024-08-06T20:45:16.9670678Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2024-08-06T20:45:16.9674157Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2024-08-06T20:45:16.9677414Z adding 'torch/include/ATen/ops/l1_loss.h' 2024-08-06T20:45:16.9680796Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9684071Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2024-08-06T20:45:16.9686916Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2024-08-06T20:45:16.9690245Z adding 'torch/include/ATen/ops/layer_norm.h' 2024-08-06T20:45:16.9693548Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9696565Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2024-08-06T20:45:16.9699724Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2024-08-06T20:45:16.9702962Z adding 'torch/include/ATen/ops/lcm.h' 2024-08-06T20:45:16.9706495Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9709310Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2024-08-06T20:45:16.9712466Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2024-08-06T20:45:16.9715576Z adding 'torch/include/ATen/ops/lcm_meta.h' 2024-08-06T20:45:16.9718797Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2024-08-06T20:45:16.9721781Z adding 'torch/include/ATen/ops/lcm_native.h' 2024-08-06T20:45:16.9725087Z adding 'torch/include/ATen/ops/lcm_ops.h' 2024-08-06T20:45:16.9728232Z adding 'torch/include/ATen/ops/ldexp.h' 2024-08-06T20:45:16.9731690Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9734800Z adding 'torch/include/ATen/ops/ldexp_native.h' 2024-08-06T20:45:16.9737883Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2024-08-06T20:45:16.9741145Z adding 'torch/include/ATen/ops/le.h' 2024-08-06T20:45:16.9744452Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9747886Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2024-08-06T20:45:16.9750689Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2024-08-06T20:45:16.9753858Z adding 'torch/include/ATen/ops/le_meta.h' 2024-08-06T20:45:16.9757450Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2024-08-06T20:45:16.9760311Z adding 'torch/include/ATen/ops/le_native.h' 2024-08-06T20:45:16.9763808Z adding 'torch/include/ATen/ops/le_ops.h' 2024-08-06T20:45:16.9767006Z adding 'torch/include/ATen/ops/leaky_relu.h' 2024-08-06T20:45:16.9770287Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2024-08-06T20:45:16.9773638Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9776750Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2024-08-06T20:45:16.9780103Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2024-08-06T20:45:16.9783015Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2024-08-06T20:45:16.9786270Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2024-08-06T20:45:16.9789271Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2024-08-06T20:45:16.9792595Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2024-08-06T20:45:16.9796603Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9799137Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2024-08-06T20:45:16.9802675Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2024-08-06T20:45:16.9805381Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2024-08-06T20:45:16.9808702Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2024-08-06T20:45:16.9811606Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2024-08-06T20:45:16.9814966Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2024-08-06T20:45:16.9818146Z adding 'torch/include/ATen/ops/lerp.h' 2024-08-06T20:45:16.9821661Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9824647Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2024-08-06T20:45:16.9827919Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2024-08-06T20:45:16.9831257Z adding 'torch/include/ATen/ops/lerp_meta.h' 2024-08-06T20:45:16.9834216Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2024-08-06T20:45:16.9837455Z adding 'torch/include/ATen/ops/lerp_native.h' 2024-08-06T20:45:16.9840911Z adding 'torch/include/ATen/ops/lerp_ops.h' 2024-08-06T20:45:16.9844535Z adding 'torch/include/ATen/ops/less.h' 2024-08-06T20:45:16.9848339Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9850813Z adding 'torch/include/ATen/ops/less_equal.h' 2024-08-06T20:45:16.9854273Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9857175Z adding 'torch/include/ATen/ops/less_equal_native.h' 2024-08-06T20:45:16.9860686Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2024-08-06T20:45:16.9863822Z adding 'torch/include/ATen/ops/less_native.h' 2024-08-06T20:45:16.9867428Z adding 'torch/include/ATen/ops/less_ops.h' 2024-08-06T20:45:16.9870946Z adding 'torch/include/ATen/ops/lgamma.h' 2024-08-06T20:45:16.9874238Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9877408Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2024-08-06T20:45:16.9880501Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2024-08-06T20:45:16.9883626Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2024-08-06T20:45:16.9886674Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2024-08-06T20:45:16.9889808Z adding 'torch/include/ATen/ops/lgamma_native.h' 2024-08-06T20:45:16.9893647Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2024-08-06T20:45:16.9896157Z adding 'torch/include/ATen/ops/lift.h' 2024-08-06T20:45:16.9899480Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.9902777Z adding 'torch/include/ATen/ops/lift_fresh.h' 2024-08-06T20:45:16.9905588Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.9908429Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2024-08-06T20:45:16.9911842Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:16.9915056Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9917836Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2024-08-06T20:45:16.9920990Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2024-08-06T20:45:16.9923946Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2024-08-06T20:45:16.9927209Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2024-08-06T20:45:16.9930147Z adding 'torch/include/ATen/ops/lift_native.h' 2024-08-06T20:45:16.9933285Z adding 'torch/include/ATen/ops/lift_ops.h' 2024-08-06T20:45:16.9936370Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2024-08-06T20:45:16.9939587Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9942538Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2024-08-06T20:45:16.9945929Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9948720Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2024-08-06T20:45:16.9951778Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2024-08-06T20:45:16.9954711Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2024-08-06T20:45:16.9958115Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2024-08-06T20:45:16.9961077Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2024-08-06T20:45:16.9964257Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2024-08-06T20:45:16.9967249Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2024-08-06T20:45:16.9970369Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2024-08-06T20:45:16.9973497Z adding 'torch/include/ATen/ops/linalg_cond.h' 2024-08-06T20:45:16.9977081Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:16.9979830Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2024-08-06T20:45:16.9983089Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2024-08-06T20:45:16.9986080Z adding 'torch/include/ATen/ops/linalg_cross.h' 2024-08-06T20:45:16.9989359Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:16.9992247Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2024-08-06T20:45:16.9995368Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2024-08-06T20:45:16.9998345Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2024-08-06T20:45:17.0001429Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2024-08-06T20:45:17.0004403Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2024-08-06T20:45:17.0007556Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2024-08-06T20:45:17.0010570Z adding 'torch/include/ATen/ops/linalg_det.h' 2024-08-06T20:45:17.0014018Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0016822Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2024-08-06T20:45:17.0019937Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2024-08-06T20:45:17.0023008Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2024-08-06T20:45:17.0026172Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0029044Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2024-08-06T20:45:17.0032123Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2024-08-06T20:45:17.0035363Z adding 'torch/include/ATen/ops/linalg_eig.h' 2024-08-06T20:45:17.0038504Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2024-08-06T20:45:17.0041942Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2024-08-06T20:45:17.0044546Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2024-08-06T20:45:17.0047685Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2024-08-06T20:45:17.0050808Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2024-08-06T20:45:17.0054719Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0057759Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2024-08-06T20:45:17.0060952Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2024-08-06T20:45:17.0063976Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2024-08-06T20:45:17.0067174Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0070113Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2024-08-06T20:45:17.0073107Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2024-08-06T20:45:17.0076171Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2024-08-06T20:45:17.0079484Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2024-08-06T20:45:17.0082841Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2024-08-06T20:45:17.0086029Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0088940Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2024-08-06T20:45:17.0092066Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2024-08-06T20:45:17.0095203Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2024-08-06T20:45:17.0098329Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2024-08-06T20:45:17.0101433Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2024-08-06T20:45:17.0104392Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2024-08-06T20:45:17.0107514Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2024-08-06T20:45:17.0110566Z adding 'torch/include/ATen/ops/linalg_inv.h' 2024-08-06T20:45:17.0113938Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0117053Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2024-08-06T20:45:17.0120533Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.0124313Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2024-08-06T20:45:17.0126779Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2024-08-06T20:45:17.0130166Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2024-08-06T20:45:17.0132936Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2024-08-06T20:45:17.0136055Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2024-08-06T20:45:17.0139261Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2024-08-06T20:45:17.0142409Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2024-08-06T20:45:17.0145544Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2024-08-06T20:45:17.0148904Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2024-08-06T20:45:17.0152906Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0155472Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2024-08-06T20:45:17.0159285Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.0161955Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2024-08-06T20:45:17.0165174Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2024-08-06T20:45:17.0168144Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2024-08-06T20:45:17.0171379Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2024-08-06T20:45:17.0174440Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2024-08-06T20:45:17.0177966Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2024-08-06T20:45:17.0181232Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2024-08-06T20:45:17.0184600Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2024-08-06T20:45:17.0187759Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2024-08-06T20:45:17.0191099Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.0194161Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2024-08-06T20:45:17.0197380Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2024-08-06T20:45:17.0200597Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2024-08-06T20:45:17.0203733Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2024-08-06T20:45:17.0206916Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2024-08-06T20:45:17.0210212Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2024-08-06T20:45:17.0213555Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2024-08-06T20:45:17.0216983Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.0220014Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2024-08-06T20:45:17.0223311Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2024-08-06T20:45:17.0226460Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2024-08-06T20:45:17.0229814Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2024-08-06T20:45:17.0232996Z adding 'torch/include/ATen/ops/linalg_lu.h' 2024-08-06T20:45:17.0236580Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.0239658Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2024-08-06T20:45:17.0242728Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2024-08-06T20:45:17.0245947Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2024-08-06T20:45:17.0249255Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0252378Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2024-08-06T20:45:17.0255698Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.0258817Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2024-08-06T20:45:17.0262015Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2024-08-06T20:45:17.0265139Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2024-08-06T20:45:17.0268313Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2024-08-06T20:45:17.0271457Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2024-08-06T20:45:17.0274894Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2024-08-06T20:45:17.0278255Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2024-08-06T20:45:17.0281344Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2024-08-06T20:45:17.0284301Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2024-08-06T20:45:17.0287549Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2024-08-06T20:45:17.0290534Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2024-08-06T20:45:17.0293906Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2024-08-06T20:45:17.0297798Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2024-08-06T20:45:17.0300557Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.0303604Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2024-08-06T20:45:17.0306809Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2024-08-06T20:45:17.0309759Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2024-08-06T20:45:17.0312842Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2024-08-06T20:45:17.0316095Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2024-08-06T20:45:17.0319379Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2024-08-06T20:45:17.0322677Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2024-08-06T20:45:17.0326373Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0328906Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2024-08-06T20:45:17.0332112Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2024-08-06T20:45:17.0335154Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2024-08-06T20:45:17.0338497Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.0341420Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2024-08-06T20:45:17.0344668Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2024-08-06T20:45:17.0347615Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2024-08-06T20:45:17.0350917Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2024-08-06T20:45:17.0354445Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2024-08-06T20:45:17.0357788Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0360840Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2024-08-06T20:45:17.0364179Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2024-08-06T20:45:17.0373279Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2024-08-06T20:45:17.0373729Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0375901Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2024-08-06T20:45:17.0379268Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2024-08-06T20:45:17.0382681Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2024-08-06T20:45:17.0386176Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0389149Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2024-08-06T20:45:17.0392955Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2024-08-06T20:45:17.0396421Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2024-08-06T20:45:17.0399737Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0402692Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2024-08-06T20:45:17.0405842Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2024-08-06T20:45:17.0409237Z adding 'torch/include/ATen/ops/linalg_norm.h' 2024-08-06T20:45:17.0412989Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0415804Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2024-08-06T20:45:17.0419287Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2024-08-06T20:45:17.0422760Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2024-08-06T20:45:17.0426270Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.0429458Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.0432649Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0435918Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2024-08-06T20:45:17.0439501Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2024-08-06T20:45:17.0442927Z adding 'torch/include/ATen/ops/linalg_qr.h' 2024-08-06T20:45:17.0446296Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.0449351Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2024-08-06T20:45:17.0452824Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2024-08-06T20:45:17.0455515Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2024-08-06T20:45:17.0458776Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2024-08-06T20:45:17.0461794Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2024-08-06T20:45:17.0465134Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2024-08-06T20:45:17.0468245Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2024-08-06T20:45:17.0471725Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0474564Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2024-08-06T20:45:17.0477840Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2024-08-06T20:45:17.0481104Z adding 'torch/include/ATen/ops/linalg_solve.h' 2024-08-06T20:45:17.0484365Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0487351Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2024-08-06T20:45:17.0490927Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0493783Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2024-08-06T20:45:17.0497173Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2024-08-06T20:45:17.0500218Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2024-08-06T20:45:17.0503360Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2024-08-06T20:45:17.0506503Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2024-08-06T20:45:17.0509663Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2024-08-06T20:45:17.0512734Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2024-08-06T20:45:17.0515852Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2024-08-06T20:45:17.0518975Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2024-08-06T20:45:17.0522135Z adding 'torch/include/ATen/ops/linalg_svd.h' 2024-08-06T20:45:17.0525406Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0528448Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2024-08-06T20:45:17.0531694Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2024-08-06T20:45:17.0534846Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2024-08-06T20:45:17.0538083Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0540888Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2024-08-06T20:45:17.0543999Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2024-08-06T20:45:17.0547053Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2024-08-06T20:45:17.0550246Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0553106Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2024-08-06T20:45:17.0556343Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2024-08-06T20:45:17.0559458Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2024-08-06T20:45:17.0562711Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0565546Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2024-08-06T20:45:17.0568700Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2024-08-06T20:45:17.0571802Z adding 'torch/include/ATen/ops/linalg_vander.h' 2024-08-06T20:45:17.0575028Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0577862Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2024-08-06T20:45:17.0580919Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2024-08-06T20:45:17.0584158Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2024-08-06T20:45:17.0587384Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0590252Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2024-08-06T20:45:17.0593369Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2024-08-06T20:45:17.0596642Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2024-08-06T20:45:17.0599963Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.0602909Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2024-08-06T20:45:17.0605996Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2024-08-06T20:45:17.0608968Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2024-08-06T20:45:17.0612156Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2024-08-06T20:45:17.0615112Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2024-08-06T20:45:17.0618299Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2024-08-06T20:45:17.0621389Z adding 'torch/include/ATen/ops/linear.h' 2024-08-06T20:45:17.0624595Z adding 'torch/include/ATen/ops/linear_backward.h' 2024-08-06T20:45:17.0627825Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.0630710Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2024-08-06T20:45:17.0633944Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2024-08-06T20:45:17.0637298Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.0640341Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0643183Z adding 'torch/include/ATen/ops/linear_native.h' 2024-08-06T20:45:17.0646330Z adding 'torch/include/ATen/ops/linear_ops.h' 2024-08-06T20:45:17.0649966Z adding 'torch/include/ATen/ops/linspace.h' 2024-08-06T20:45:17.0653496Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.0656573Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2024-08-06T20:45:17.0659555Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2024-08-06T20:45:17.0662572Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2024-08-06T20:45:17.0665616Z adding 'torch/include/ATen/ops/linspace_native.h' 2024-08-06T20:45:17.0669338Z adding 'torch/include/ATen/ops/linspace_ops.h' 2024-08-06T20:45:17.0672609Z adding 'torch/include/ATen/ops/log.h' 2024-08-06T20:45:17.0675786Z adding 'torch/include/ATen/ops/log10.h' 2024-08-06T20:45:17.0679063Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.0681961Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2024-08-06T20:45:17.0685216Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2024-08-06T20:45:17.0688896Z adding 'torch/include/ATen/ops/log10_meta.h' 2024-08-06T20:45:17.0691386Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2024-08-06T20:45:17.0694664Z adding 'torch/include/ATen/ops/log10_native.h' 2024-08-06T20:45:17.0697597Z adding 'torch/include/ATen/ops/log10_ops.h' 2024-08-06T20:45:17.0700860Z adding 'torch/include/ATen/ops/log1p.h' 2024-08-06T20:45:17.0704046Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.0707113Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2024-08-06T20:45:17.0710124Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2024-08-06T20:45:17.0713254Z adding 'torch/include/ATen/ops/log1p_meta.h' 2024-08-06T20:45:17.0716408Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2024-08-06T20:45:17.0719636Z adding 'torch/include/ATen/ops/log1p_native.h' 2024-08-06T20:45:17.0723150Z adding 'torch/include/ATen/ops/log1p_ops.h' 2024-08-06T20:45:17.0726050Z adding 'torch/include/ATen/ops/log2.h' 2024-08-06T20:45:17.0750361Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.0753501Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2024-08-06T20:45:17.0757046Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2024-08-06T20:45:17.0759885Z adding 'torch/include/ATen/ops/log2_meta.h' 2024-08-06T20:45:17.0763095Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2024-08-06T20:45:17.0766107Z adding 'torch/include/ATen/ops/log2_native.h' 2024-08-06T20:45:17.0769542Z adding 'torch/include/ATen/ops/log2_ops.h' 2024-08-06T20:45:17.0772875Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.0775955Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2024-08-06T20:45:17.0779424Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2024-08-06T20:45:17.0782093Z adding 'torch/include/ATen/ops/log_meta.h' 2024-08-06T20:45:17.0785423Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2024-08-06T20:45:17.0788252Z adding 'torch/include/ATen/ops/log_native.h' 2024-08-06T20:45:17.0791464Z adding 'torch/include/ATen/ops/log_normal.h' 2024-08-06T20:45:17.0794764Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.0798028Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2024-08-06T20:45:17.0801118Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2024-08-06T20:45:17.0804340Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2024-08-06T20:45:17.0808136Z adding 'torch/include/ATen/ops/log_normal_native.h' 2024-08-06T20:45:17.0811500Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2024-08-06T20:45:17.0814895Z adding 'torch/include/ATen/ops/log_ops.h' 2024-08-06T20:45:17.0818018Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2024-08-06T20:45:17.0821344Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2024-08-06T20:45:17.0824853Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2024-08-06T20:45:17.0827732Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2024-08-06T20:45:17.0830826Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2024-08-06T20:45:17.0834289Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2024-08-06T20:45:17.0837541Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0840507Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2024-08-06T20:45:17.0843833Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2024-08-06T20:45:17.0847655Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2024-08-06T20:45:17.0850072Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2024-08-06T20:45:17.0853375Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2024-08-06T20:45:17.0856338Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2024-08-06T20:45:17.0859625Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2024-08-06T20:45:17.0862933Z adding 'torch/include/ATen/ops/log_softmax.h' 2024-08-06T20:45:17.0866382Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.0870343Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0872502Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2024-08-06T20:45:17.0875981Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2024-08-06T20:45:17.0879090Z adding 'torch/include/ATen/ops/logaddexp.h' 2024-08-06T20:45:17.0882433Z adding 'torch/include/ATen/ops/logaddexp2.h' 2024-08-06T20:45:17.0886105Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.0889149Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2024-08-06T20:45:17.0892839Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2024-08-06T20:45:17.0895275Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2024-08-06T20:45:17.0898826Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2024-08-06T20:45:17.0901477Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2024-08-06T20:45:17.0904746Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2024-08-06T20:45:17.0908060Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.0911063Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2024-08-06T20:45:17.0914137Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2024-08-06T20:45:17.0917380Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2024-08-06T20:45:17.0921107Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2024-08-06T20:45:17.0923611Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2024-08-06T20:45:17.0926962Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2024-08-06T20:45:17.0930045Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2024-08-06T20:45:17.0933408Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.0936561Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0939568Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2024-08-06T20:45:17.0942842Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2024-08-06T20:45:17.0946139Z adding 'torch/include/ATen/ops/logdet.h' 2024-08-06T20:45:17.0949682Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.0952238Z adding 'torch/include/ATen/ops/logdet_native.h' 2024-08-06T20:45:17.0955537Z adding 'torch/include/ATen/ops/logdet_ops.h' 2024-08-06T20:45:17.0958635Z adding 'torch/include/ATen/ops/logical_and.h' 2024-08-06T20:45:17.0962015Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.0964979Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2024-08-06T20:45:17.0968162Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2024-08-06T20:45:17.0971129Z adding 'torch/include/ATen/ops/logical_and_native.h' 2024-08-06T20:45:17.0974513Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2024-08-06T20:45:17.0978085Z adding 'torch/include/ATen/ops/logical_not.h' 2024-08-06T20:45:17.0981097Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.0984105Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2024-08-06T20:45:17.0987044Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2024-08-06T20:45:17.0990126Z adding 'torch/include/ATen/ops/logical_not_native.h' 2024-08-06T20:45:17.0993297Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2024-08-06T20:45:17.0996697Z adding 'torch/include/ATen/ops/logical_or.h' 2024-08-06T20:45:17.1000562Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1003111Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2024-08-06T20:45:17.1006349Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2024-08-06T20:45:17.1009234Z adding 'torch/include/ATen/ops/logical_or_native.h' 2024-08-06T20:45:17.1012594Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2024-08-06T20:45:17.1015810Z adding 'torch/include/ATen/ops/logical_xor.h' 2024-08-06T20:45:17.1018963Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1022413Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2024-08-06T20:45:17.1025183Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2024-08-06T20:45:17.1028243Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2024-08-06T20:45:17.1031309Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2024-08-06T20:45:17.1034406Z adding 'torch/include/ATen/ops/logit.h' 2024-08-06T20:45:17.1038021Z adding 'torch/include/ATen/ops/logit_backward.h' 2024-08-06T20:45:17.1041046Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.1043917Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2024-08-06T20:45:17.1047007Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2024-08-06T20:45:17.1050014Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2024-08-06T20:45:17.1053120Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2024-08-06T20:45:17.1056142Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2024-08-06T20:45:17.1059202Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2024-08-06T20:45:17.1062230Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2024-08-06T20:45:17.1065240Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2024-08-06T20:45:17.1068697Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2024-08-06T20:45:17.1071517Z adding 'torch/include/ATen/ops/logit_native.h' 2024-08-06T20:45:17.1074706Z adding 'torch/include/ATen/ops/logit_ops.h' 2024-08-06T20:45:17.1078450Z adding 'torch/include/ATen/ops/logspace.h' 2024-08-06T20:45:17.1082091Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1085094Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2024-08-06T20:45:17.1088134Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2024-08-06T20:45:17.1091180Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2024-08-06T20:45:17.1094276Z adding 'torch/include/ATen/ops/logspace_native.h' 2024-08-06T20:45:17.1098020Z adding 'torch/include/ATen/ops/logspace_ops.h' 2024-08-06T20:45:17.1101407Z adding 'torch/include/ATen/ops/logsumexp.h' 2024-08-06T20:45:17.1104639Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1107771Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.1110796Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1113648Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2024-08-06T20:45:17.1117072Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2024-08-06T20:45:17.1120269Z adding 'torch/include/ATen/ops/lshift.h' 2024-08-06T20:45:17.1123511Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1126696Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2024-08-06T20:45:17.1129793Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2024-08-06T20:45:17.1132792Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2024-08-06T20:45:17.1135744Z adding 'torch/include/ATen/ops/lshift_native.h' 2024-08-06T20:45:17.1139118Z adding 'torch/include/ATen/ops/lshift_ops.h' 2024-08-06T20:45:17.1143252Z adding 'torch/include/ATen/ops/lstm.h' 2024-08-06T20:45:17.1146461Z adding 'torch/include/ATen/ops/lstm_cell.h' 2024-08-06T20:45:17.1149703Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1152646Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2024-08-06T20:45:17.1155935Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2024-08-06T20:45:17.1159317Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1162517Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2024-08-06T20:45:17.1165970Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1168931Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2024-08-06T20:45:17.1172339Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2024-08-06T20:45:17.1175476Z adding 'torch/include/ATen/ops/lstm_native.h' 2024-08-06T20:45:17.1178748Z adding 'torch/include/ATen/ops/lstm_ops.h' 2024-08-06T20:45:17.1181885Z adding 'torch/include/ATen/ops/lt.h' 2024-08-06T20:45:17.1185158Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.1188106Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2024-08-06T20:45:17.1191192Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2024-08-06T20:45:17.1194196Z adding 'torch/include/ATen/ops/lt_meta.h' 2024-08-06T20:45:17.1197436Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2024-08-06T20:45:17.1200494Z adding 'torch/include/ATen/ops/lt_native.h' 2024-08-06T20:45:17.1203836Z adding 'torch/include/ATen/ops/lt_ops.h' 2024-08-06T20:45:17.1207017Z adding 'torch/include/ATen/ops/lu_solve.h' 2024-08-06T20:45:17.1210274Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1213192Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2024-08-06T20:45:17.1216343Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2024-08-06T20:45:17.1219464Z adding 'torch/include/ATen/ops/lu_unpack.h' 2024-08-06T20:45:17.1222788Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.1226069Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2024-08-06T20:45:17.1229316Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2024-08-06T20:45:17.1232533Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2024-08-06T20:45:17.1235832Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2024-08-06T20:45:17.1238874Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2024-08-06T20:45:17.1242550Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2024-08-06T20:45:17.1245229Z adding 'torch/include/ATen/ops/mH.h' 2024-08-06T20:45:17.1248506Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1260187Z adding 'torch/include/ATen/ops/mH_native.h' 2024-08-06T20:45:17.1260584Z adding 'torch/include/ATen/ops/mH_ops.h' 2024-08-06T20:45:17.1260872Z adding 'torch/include/ATen/ops/mT.h' 2024-08-06T20:45:17.1261279Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1263653Z adding 'torch/include/ATen/ops/mT_native.h' 2024-08-06T20:45:17.1266801Z adding 'torch/include/ATen/ops/mT_ops.h' 2024-08-06T20:45:17.1270429Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2024-08-06T20:45:17.1273263Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1276488Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2024-08-06T20:45:17.1279447Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2024-08-06T20:45:17.1282840Z adding 'torch/include/ATen/ops/masked_fill.h' 2024-08-06T20:45:17.1286067Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1289198Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2024-08-06T20:45:17.1292260Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2024-08-06T20:45:17.1295459Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2024-08-06T20:45:17.1298707Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2024-08-06T20:45:17.1302085Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2024-08-06T20:45:17.1305419Z adding 'torch/include/ATen/ops/masked_scatter.h' 2024-08-06T20:45:17.1308577Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2024-08-06T20:45:17.1311991Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1314947Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2024-08-06T20:45:17.1318251Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2024-08-06T20:45:17.1321515Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1324503Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2024-08-06T20:45:17.1420542Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2024-08-06T20:45:17.1423759Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2024-08-06T20:45:17.1426733Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2024-08-06T20:45:17.1430125Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2024-08-06T20:45:17.1433276Z adding 'torch/include/ATen/ops/masked_select.h' 2024-08-06T20:45:17.1436571Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2024-08-06T20:45:17.1440296Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1442771Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2024-08-06T20:45:17.1446194Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2024-08-06T20:45:17.1449035Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2024-08-06T20:45:17.1452171Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2024-08-06T20:45:17.1455127Z adding 'torch/include/ATen/ops/masked_select_native.h' 2024-08-06T20:45:17.1458390Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2024-08-06T20:45:17.1461469Z adding 'torch/include/ATen/ops/matmul.h' 2024-08-06T20:45:17.1464781Z adding 'torch/include/ATen/ops/matmul_backward.h' 2024-08-06T20:45:17.1468517Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1471029Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2024-08-06T20:45:17.1474480Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2024-08-06T20:45:17.1477770Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1480753Z adding 'torch/include/ATen/ops/matmul_native.h' 2024-08-06T20:45:17.1483947Z adding 'torch/include/ATen/ops/matmul_ops.h' 2024-08-06T20:45:17.1487083Z adding 'torch/include/ATen/ops/matrix_H.h' 2024-08-06T20:45:17.1490264Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1493226Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2024-08-06T20:45:17.1496626Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2024-08-06T20:45:17.1499434Z adding 'torch/include/ATen/ops/matrix_exp.h' 2024-08-06T20:45:17.1502830Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2024-08-06T20:45:17.1505748Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1508691Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2024-08-06T20:45:17.1511810Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2024-08-06T20:45:17.1515219Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1518139Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2024-08-06T20:45:17.1521273Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2024-08-06T20:45:17.1524302Z adding 'torch/include/ATen/ops/matrix_power.h' 2024-08-06T20:45:17.1527689Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1530988Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2024-08-06T20:45:17.1533921Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2024-08-06T20:45:17.1537277Z adding 'torch/include/ATen/ops/max.h' 2024-08-06T20:45:17.1540658Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.1544266Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1547317Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2024-08-06T20:45:17.1550427Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2024-08-06T20:45:17.1553670Z adding 'torch/include/ATen/ops/max_meta.h' 2024-08-06T20:45:17.1556912Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2024-08-06T20:45:17.1560007Z adding 'torch/include/ATen/ops/max_native.h' 2024-08-06T20:45:17.1563577Z adding 'torch/include/ATen/ops/max_ops.h' 2024-08-06T20:45:17.1566795Z adding 'torch/include/ATen/ops/max_pool1d.h' 2024-08-06T20:45:17.1570122Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1572974Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2024-08-06T20:45:17.1576070Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2024-08-06T20:45:17.1579167Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2024-08-06T20:45:17.1582416Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1585351Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2024-08-06T20:45:17.1588472Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2024-08-06T20:45:17.1591568Z adding 'torch/include/ATen/ops/max_pool2d.h' 2024-08-06T20:45:17.1594755Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2024-08-06T20:45:17.1598183Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1601232Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2024-08-06T20:45:17.1604475Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2024-08-06T20:45:17.1607728Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1610582Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2024-08-06T20:45:17.1613663Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2024-08-06T20:45:17.1616870Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2024-08-06T20:45:17.1620176Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2024-08-06T20:45:17.1623510Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.1626482Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2024-08-06T20:45:17.1630239Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2024-08-06T20:45:17.1633326Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2024-08-06T20:45:17.1636596Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2024-08-06T20:45:17.1639633Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2024-08-06T20:45:17.1642928Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2024-08-06T20:45:17.1646284Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.1649275Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2024-08-06T20:45:17.1652424Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2024-08-06T20:45:17.1655550Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2024-08-06T20:45:17.1658739Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2024-08-06T20:45:17.1661671Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2024-08-06T20:45:17.1664904Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2024-08-06T20:45:17.1667962Z adding 'torch/include/ATen/ops/max_pool3d.h' 2024-08-06T20:45:17.1671201Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1674058Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2024-08-06T20:45:17.1677321Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2024-08-06T20:45:17.1680517Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2024-08-06T20:45:17.1683781Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2024-08-06T20:45:17.1686991Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2024-08-06T20:45:17.1690105Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2024-08-06T20:45:17.1693149Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2024-08-06T20:45:17.1696435Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2024-08-06T20:45:17.1699608Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2024-08-06T20:45:17.1702715Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2024-08-06T20:45:17.1705775Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2024-08-06T20:45:17.1709047Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2024-08-06T20:45:17.1712378Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2024-08-06T20:45:17.1715748Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2024-08-06T20:45:17.1718887Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2024-08-06T20:45:17.1721868Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2024-08-06T20:45:17.1724998Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2024-08-06T20:45:17.1728390Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2024-08-06T20:45:17.1731668Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2024-08-06T20:45:17.1734825Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2024-08-06T20:45:17.1737848Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2024-08-06T20:45:17.1741048Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2024-08-06T20:45:17.1744094Z adding 'torch/include/ATen/ops/maximum.h' 2024-08-06T20:45:17.1747333Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.1750186Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2024-08-06T20:45:17.1753211Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2024-08-06T20:45:17.1756446Z adding 'torch/include/ATen/ops/maximum_meta.h' 2024-08-06T20:45:17.1759465Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2024-08-06T20:45:17.1762611Z adding 'torch/include/ATen/ops/maximum_native.h' 2024-08-06T20:45:17.1765966Z adding 'torch/include/ATen/ops/maximum_ops.h' 2024-08-06T20:45:17.1769358Z adding 'torch/include/ATen/ops/mean.h' 2024-08-06T20:45:17.1772933Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1775874Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.1779003Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1781996Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2024-08-06T20:45:17.1785251Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2024-08-06T20:45:17.1788251Z adding 'torch/include/ATen/ops/mean_meta.h' 2024-08-06T20:45:17.1791477Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2024-08-06T20:45:17.1795122Z adding 'torch/include/ATen/ops/mean_native.h' 2024-08-06T20:45:17.1798169Z adding 'torch/include/ATen/ops/mean_ops.h' 2024-08-06T20:45:17.1801643Z adding 'torch/include/ATen/ops/median.h' 2024-08-06T20:45:17.1805034Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1808262Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1811267Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2024-08-06T20:45:17.1814553Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2024-08-06T20:45:17.1817704Z adding 'torch/include/ATen/ops/median_native.h' 2024-08-06T20:45:17.1821169Z adding 'torch/include/ATen/ops/median_ops.h' 2024-08-06T20:45:17.1824404Z adding 'torch/include/ATen/ops/meshgrid.h' 2024-08-06T20:45:17.1827602Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1830596Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2024-08-06T20:45:17.1833722Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2024-08-06T20:45:17.1837317Z adding 'torch/include/ATen/ops/min.h' 2024-08-06T20:45:17.1840878Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.1843900Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.1847010Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2024-08-06T20:45:17.1850112Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2024-08-06T20:45:17.1853367Z adding 'torch/include/ATen/ops/min_meta.h' 2024-08-06T20:45:17.1856474Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2024-08-06T20:45:17.1859707Z adding 'torch/include/ATen/ops/min_native.h' 2024-08-06T20:45:17.1863360Z adding 'torch/include/ATen/ops/min_ops.h' 2024-08-06T20:45:17.1866532Z adding 'torch/include/ATen/ops/minimum.h' 2024-08-06T20:45:17.1869976Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.1872873Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2024-08-06T20:45:17.1876208Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2024-08-06T20:45:17.1879162Z adding 'torch/include/ATen/ops/minimum_meta.h' 2024-08-06T20:45:17.1882383Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2024-08-06T20:45:17.1885559Z adding 'torch/include/ATen/ops/minimum_native.h' 2024-08-06T20:45:17.1888582Z adding 'torch/include/ATen/ops/minimum_ops.h' 2024-08-06T20:45:17.1898316Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2024-08-06T20:45:17.1901875Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2024-08-06T20:45:17.1905498Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1909026Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2024-08-06T20:45:17.1911938Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2024-08-06T20:45:17.1915722Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2024-08-06T20:45:17.1919029Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1922270Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2024-08-06T20:45:17.1925776Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2024-08-06T20:45:17.1928830Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2024-08-06T20:45:17.1932627Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2024-08-06T20:45:17.1937190Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2024-08-06T20:45:17.1939585Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2024-08-06T20:45:17.1943005Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2024-08-06T20:45:17.1945924Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2024-08-06T20:45:17.1949616Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1952621Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2024-08-06T20:45:17.1955825Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2024-08-06T20:45:17.1960139Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2024-08-06T20:45:17.1962570Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2024-08-06T20:45:17.1965933Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2024-08-06T20:45:17.1968942Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2024-08-06T20:45:17.1972267Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2024-08-06T20:45:17.1976429Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2024-08-06T20:45:17.1979712Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.1982963Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2024-08-06T20:45:17.1986008Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2024-08-06T20:45:17.1989465Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2024-08-06T20:45:17.1994018Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2024-08-06T20:45:17.1996963Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2000203Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2024-08-06T20:45:17.2003619Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2024-08-06T20:45:17.2006996Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2024-08-06T20:45:17.2010723Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2024-08-06T20:45:17.2014082Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2024-08-06T20:45:17.2017776Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2020941Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2024-08-06T20:45:17.2024249Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2024-08-06T20:45:17.2028077Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2024-08-06T20:45:17.2031426Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2034663Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2024-08-06T20:45:17.2037905Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2024-08-06T20:45:17.2041535Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2024-08-06T20:45:17.2044979Z adding 'torch/include/ATen/ops/mish.h' 2024-08-06T20:45:17.2047903Z adding 'torch/include/ATen/ops/mish_backward.h' 2024-08-06T20:45:17.2051232Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.2054257Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2024-08-06T20:45:17.2057567Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2024-08-06T20:45:17.2060659Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2024-08-06T20:45:17.2063825Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2024-08-06T20:45:17.2067409Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.2070099Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2024-08-06T20:45:17.2073493Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2024-08-06T20:45:17.2076404Z adding 'torch/include/ATen/ops/mish_meta.h' 2024-08-06T20:45:17.2079603Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2024-08-06T20:45:17.2082660Z adding 'torch/include/ATen/ops/mish_native.h' 2024-08-06T20:45:17.2086020Z adding 'torch/include/ATen/ops/mish_ops.h' 2024-08-06T20:45:17.2089213Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2024-08-06T20:45:17.2092546Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2024-08-06T20:45:17.2096141Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2098878Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2024-08-06T20:45:17.2102319Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2024-08-06T20:45:17.2105242Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2024-08-06T20:45:17.2108625Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2024-08-06T20:45:17.2112159Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2024-08-06T20:45:17.2115883Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2119184Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2024-08-06T20:45:17.2122310Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2024-08-06T20:45:17.2125557Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2024-08-06T20:45:17.2128768Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2024-08-06T20:45:17.2132276Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2135726Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2024-08-06T20:45:17.2138570Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2141564Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2024-08-06T20:45:17.2144736Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2024-08-06T20:45:17.2147894Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2024-08-06T20:45:17.2151171Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2024-08-06T20:45:17.2154539Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2024-08-06T20:45:17.2158729Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2161087Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2024-08-06T20:45:17.2164390Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2024-08-06T20:45:17.2325224Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2328718Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2024-08-06T20:45:17.2331593Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2024-08-06T20:45:17.2335031Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2024-08-06T20:45:17.2338363Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2024-08-06T20:45:17.2341954Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2345798Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2024-08-06T20:45:17.2348274Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2024-08-06T20:45:17.2351653Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2354710Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2024-08-06T20:45:17.2358171Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2024-08-06T20:45:17.2361343Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2024-08-06T20:45:17.2364741Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2024-08-06T20:45:17.2368805Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2371213Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2024-08-06T20:45:17.2374602Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2024-08-06T20:45:17.2377787Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2380862Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2024-08-06T20:45:17.2384158Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2024-08-06T20:45:17.2387985Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2024-08-06T20:45:17.2391841Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2394816Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2024-08-06T20:45:17.2398418Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2024-08-06T20:45:17.2402745Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2024-08-06T20:45:17.2405738Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2408933Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2024-08-06T20:45:17.2412210Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2024-08-06T20:45:17.2415557Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2024-08-06T20:45:17.2419803Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2024-08-06T20:45:17.2422953Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2426284Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2024-08-06T20:45:17.2429449Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2024-08-06T20:45:17.2433223Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2024-08-06T20:45:17.2437025Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2440029Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2024-08-06T20:45:17.2443214Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2024-08-06T20:45:17.2446685Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2024-08-06T20:45:17.2449921Z adding 'torch/include/ATen/ops/mm.h' 2024-08-06T20:45:17.2453934Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.2456275Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2024-08-06T20:45:17.2459491Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2024-08-06T20:45:17.2462554Z adding 'torch/include/ATen/ops/mm_meta.h' 2024-08-06T20:45:17.2465702Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2024-08-06T20:45:17.2468621Z adding 'torch/include/ATen/ops/mm_native.h' 2024-08-06T20:45:17.2471953Z adding 'torch/include/ATen/ops/mm_ops.h' 2024-08-06T20:45:17.2475233Z adding 'torch/include/ATen/ops/mode.h' 2024-08-06T20:45:17.2478656Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2482172Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.2484962Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2024-08-06T20:45:17.2488069Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2024-08-06T20:45:17.2491046Z adding 'torch/include/ATen/ops/mode_native.h' 2024-08-06T20:45:17.2494458Z adding 'torch/include/ATen/ops/mode_ops.h' 2024-08-06T20:45:17.2497547Z adding 'torch/include/ATen/ops/moveaxis.h' 2024-08-06T20:45:17.2501085Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.2503829Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2024-08-06T20:45:17.2507038Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2024-08-06T20:45:17.2510653Z adding 'torch/include/ATen/ops/movedim.h' 2024-08-06T20:45:17.2513475Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.2516575Z adding 'torch/include/ATen/ops/movedim_native.h' 2024-08-06T20:45:17.2519779Z adding 'torch/include/ATen/ops/movedim_ops.h' 2024-08-06T20:45:17.2523708Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2024-08-06T20:45:17.2527836Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2530387Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2024-08-06T20:45:17.2533840Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2024-08-06T20:45:17.2537699Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2024-08-06T20:45:17.2541436Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2545277Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2024-08-06T20:45:17.2548706Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2024-08-06T20:45:17.2551858Z adding 'torch/include/ATen/ops/mse_loss.h' 2024-08-06T20:45:17.2555472Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2024-08-06T20:45:17.2558380Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2024-08-06T20:45:17.2561977Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2024-08-06T20:45:17.2564658Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2024-08-06T20:45:17.2567865Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2024-08-06T20:45:17.2571277Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.2574360Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2024-08-06T20:45:17.2577331Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2024-08-06T20:45:17.2580490Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2024-08-06T20:45:17.2584431Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2024-08-06T20:45:17.2586624Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2024-08-06T20:45:17.2590255Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2024-08-06T20:45:17.2593039Z adding 'torch/include/ATen/ops/msort.h' 2024-08-06T20:45:17.2596341Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.2599178Z adding 'torch/include/ATen/ops/msort_native.h' 2024-08-06T20:45:17.2602461Z adding 'torch/include/ATen/ops/msort_ops.h' 2024-08-06T20:45:17.2605575Z adding 'torch/include/ATen/ops/mul.h' 2024-08-06T20:45:17.2609101Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2613097Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.2615230Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2024-08-06T20:45:17.2618563Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2024-08-06T20:45:17.2621608Z adding 'torch/include/ATen/ops/mul_meta.h' 2024-08-06T20:45:17.2624788Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2024-08-06T20:45:17.2627924Z adding 'torch/include/ATen/ops/mul_native.h' 2024-08-06T20:45:17.2631455Z adding 'torch/include/ATen/ops/mul_ops.h' 2024-08-06T20:45:17.2635530Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2024-08-06T20:45:17.2865413Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2024-08-06T20:45:17.2868580Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2024-08-06T20:45:17.2871697Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2024-08-06T20:45:17.2874733Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2024-08-06T20:45:17.2878267Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2024-08-06T20:45:17.2881353Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2024-08-06T20:45:17.2884643Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2024-08-06T20:45:17.2888549Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2024-08-06T20:45:17.2891038Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2024-08-06T20:45:17.2894388Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2024-08-06T20:45:17.2897559Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2024-08-06T20:45:17.2900892Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2024-08-06T20:45:17.2903985Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2024-08-06T20:45:17.2907121Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2024-08-06T20:45:17.2910870Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2024-08-06T20:45:17.2913818Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.2916827Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2024-08-06T20:45:17.2920564Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2024-08-06T20:45:17.2923351Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2024-08-06T20:45:17.2926487Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2024-08-06T20:45:17.2929828Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2024-08-06T20:45:17.2932873Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2024-08-06T20:45:17.2936156Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2024-08-06T20:45:17.2939243Z adding 'torch/include/ATen/ops/multinomial.h' 2024-08-06T20:45:17.2942591Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2024-08-06T20:45:17.2945695Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2024-08-06T20:45:17.2948821Z adding 'torch/include/ATen/ops/multinomial_native.h' 2024-08-06T20:45:17.2952362Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2024-08-06T20:45:17.2955422Z adding 'torch/include/ATen/ops/multiply.h' 2024-08-06T20:45:17.2958762Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.2961632Z adding 'torch/include/ATen/ops/multiply_native.h' 2024-08-06T20:45:17.2965043Z adding 'torch/include/ATen/ops/multiply_ops.h' 2024-08-06T20:45:17.2968126Z adding 'torch/include/ATen/ops/mv.h' 2024-08-06T20:45:17.2971505Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2974939Z adding 'torch/include/ATen/ops/mv_native.h' 2024-08-06T20:45:17.2977696Z adding 'torch/include/ATen/ops/mv_ops.h' 2024-08-06T20:45:17.2980971Z adding 'torch/include/ATen/ops/mvlgamma.h' 2024-08-06T20:45:17.2984051Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.2987130Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2024-08-06T20:45:17.2990196Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2024-08-06T20:45:17.2993296Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2024-08-06T20:45:17.2996652Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2024-08-06T20:45:17.3000046Z adding 'torch/include/ATen/ops/nan_to_num.h' 2024-08-06T20:45:17.3003697Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3006411Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2024-08-06T20:45:17.3009615Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2024-08-06T20:45:17.3012610Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2024-08-06T20:45:17.3016013Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2024-08-06T20:45:17.3019215Z adding 'torch/include/ATen/ops/nanmean.h' 2024-08-06T20:45:17.3022718Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3025819Z adding 'torch/include/ATen/ops/nanmean_native.h' 2024-08-06T20:45:17.3028868Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2024-08-06T20:45:17.3032472Z adding 'torch/include/ATen/ops/nanmedian.h' 2024-08-06T20:45:17.3035693Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3038904Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3041896Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2024-08-06T20:45:17.3045385Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2024-08-06T20:45:17.3048812Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2024-08-06T20:45:17.3052040Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2024-08-06T20:45:17.3055505Z adding 'torch/include/ATen/ops/nanquantile.h' 2024-08-06T20:45:17.3058912Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3062155Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2024-08-06T20:45:17.3065445Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2024-08-06T20:45:17.3068697Z adding 'torch/include/ATen/ops/nansum.h' 2024-08-06T20:45:17.3072051Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2024-08-06T20:45:17.3075160Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2024-08-06T20:45:17.3078350Z adding 'torch/include/ATen/ops/nansum_native.h' 2024-08-06T20:45:17.3081543Z adding 'torch/include/ATen/ops/nansum_ops.h' 2024-08-06T20:45:17.3084879Z adding 'torch/include/ATen/ops/narrow.h' 2024-08-06T20:45:17.3088182Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3091508Z adding 'torch/include/ATen/ops/narrow_copy.h' 2024-08-06T20:45:17.3094972Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.3097974Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2024-08-06T20:45:17.3101091Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2024-08-06T20:45:17.3104252Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2024-08-06T20:45:17.3107387Z adding 'torch/include/ATen/ops/narrow_native.h' 2024-08-06T20:45:17.3110565Z adding 'torch/include/ATen/ops/narrow_ops.h' 2024-08-06T20:45:17.3114283Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2024-08-06T20:45:17.3118403Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2024-08-06T20:45:17.3121379Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3124574Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2024-08-06T20:45:17.3127615Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2024-08-06T20:45:17.3130846Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2024-08-06T20:45:17.3135088Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2024-08-06T20:45:17.3137569Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2024-08-06T20:45:17.3140913Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2024-08-06T20:45:17.3143931Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2024-08-06T20:45:17.3147359Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2024-08-06T20:45:17.3150497Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2024-08-06T20:45:17.3154035Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3157963Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2024-08-06T20:45:17.3160146Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2024-08-06T20:45:17.3163569Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2024-08-06T20:45:17.3166375Z adding 'torch/include/ATen/ops/native_dropout.h' 2024-08-06T20:45:17.3169793Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2024-08-06T20:45:17.3173217Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3176064Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2024-08-06T20:45:17.3179118Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2024-08-06T20:45:17.3182311Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2024-08-06T20:45:17.3185426Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2024-08-06T20:45:17.3188709Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3191878Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2024-08-06T20:45:17.3194865Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2024-08-06T20:45:17.3198103Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2024-08-06T20:45:17.3201203Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2024-08-06T20:45:17.3204848Z adding 'torch/include/ATen/ops/native_group_norm.h' 2024-08-06T20:45:17.3208729Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2024-08-06T20:45:17.3212531Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3215691Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2024-08-06T20:45:17.3218834Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2024-08-06T20:45:17.3222004Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2024-08-06T20:45:17.3225376Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2024-08-06T20:45:17.3228787Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3231914Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2024-08-06T20:45:17.3235226Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2024-08-06T20:45:17.3238284Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2024-08-06T20:45:17.3241545Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2024-08-06T20:45:17.3245086Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2024-08-06T20:45:17.3249074Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2024-08-06T20:45:17.3252962Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3255789Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2024-08-06T20:45:17.3258863Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2024-08-06T20:45:17.3261957Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2024-08-06T20:45:17.3265457Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2024-08-06T20:45:17.3268871Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3271767Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2024-08-06T20:45:17.3274955Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2024-08-06T20:45:17.3278915Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2024-08-06T20:45:17.3281692Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2024-08-06T20:45:17.3284936Z adding 'torch/include/ATen/ops/native_norm.h' 2024-08-06T20:45:17.3288151Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3291067Z adding 'torch/include/ATen/ops/native_norm_native.h' 2024-08-06T20:45:17.3294518Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2024-08-06T20:45:17.3297552Z adding 'torch/include/ATen/ops/ne.h' 2024-08-06T20:45:17.3300948Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.3303765Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2024-08-06T20:45:17.3306869Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2024-08-06T20:45:17.3310097Z adding 'torch/include/ATen/ops/ne_meta.h' 2024-08-06T20:45:17.3313154Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2024-08-06T20:45:17.3316191Z adding 'torch/include/ATen/ops/ne_native.h' 2024-08-06T20:45:17.3319554Z adding 'torch/include/ATen/ops/ne_ops.h' 2024-08-06T20:45:17.3322699Z adding 'torch/include/ATen/ops/neg.h' 2024-08-06T20:45:17.3325911Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.3328906Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2024-08-06T20:45:17.3331975Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2024-08-06T20:45:17.3334994Z adding 'torch/include/ATen/ops/neg_meta.h' 2024-08-06T20:45:17.3338032Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2024-08-06T20:45:17.3341015Z adding 'torch/include/ATen/ops/neg_native.h' 2024-08-06T20:45:17.3344278Z adding 'torch/include/ATen/ops/neg_ops.h' 2024-08-06T20:45:17.3347283Z adding 'torch/include/ATen/ops/negative.h' 2024-08-06T20:45:17.3350483Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3353282Z adding 'torch/include/ATen/ops/negative_native.h' 2024-08-06T20:45:17.3356585Z adding 'torch/include/ATen/ops/negative_ops.h' 2024-08-06T20:45:17.3359853Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2024-08-06T20:45:17.3363100Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3365893Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2024-08-06T20:45:17.3368984Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2024-08-06T20:45:17.3372597Z adding 'torch/include/ATen/ops/new_empty.h' 2024-08-06T20:45:17.3375772Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3378610Z adding 'torch/include/ATen/ops/new_empty_native.h' 2024-08-06T20:45:17.3381842Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2024-08-06T20:45:17.3385414Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2024-08-06T20:45:17.3388762Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3391935Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.3394724Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2024-08-06T20:45:17.3398082Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2024-08-06T20:45:17.3401714Z adding 'torch/include/ATen/ops/new_full.h' 2024-08-06T20:45:17.3405021Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3407943Z adding 'torch/include/ATen/ops/new_full_native.h' 2024-08-06T20:45:17.3411196Z adding 'torch/include/ATen/ops/new_full_ops.h' 2024-08-06T20:45:17.3414652Z adding 'torch/include/ATen/ops/new_ones.h' 2024-08-06T20:45:17.3418029Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3420955Z adding 'torch/include/ATen/ops/new_ones_native.h' 2024-08-06T20:45:17.3424291Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2024-08-06T20:45:17.3427592Z adding 'torch/include/ATen/ops/new_zeros.h' 2024-08-06T20:45:17.3430958Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3433820Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2024-08-06T20:45:17.3437373Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2024-08-06T20:45:17.3440636Z adding 'torch/include/ATen/ops/nextafter.h' 2024-08-06T20:45:17.3444016Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.3447096Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2024-08-06T20:45:17.3450130Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2024-08-06T20:45:17.3453161Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2024-08-06T20:45:17.3456214Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2024-08-06T20:45:17.3459350Z adding 'torch/include/ATen/ops/nextafter_native.h' 2024-08-06T20:45:17.3462498Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2024-08-06T20:45:17.3465925Z adding 'torch/include/ATen/ops/nll_loss.h' 2024-08-06T20:45:17.3469791Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2024-08-06T20:45:17.3473371Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2024-08-06T20:45:17.3476784Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2024-08-06T20:45:17.3510632Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2024-08-06T20:45:17.3510825Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2024-08-06T20:45:17.3510991Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2024-08-06T20:45:17.3511249Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3511384Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2024-08-06T20:45:17.3511566Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2024-08-06T20:45:17.3511766Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2024-08-06T20:45:17.3511925Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2024-08-06T20:45:17.3512075Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2024-08-06T20:45:17.3513586Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2024-08-06T20:45:17.3517677Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2024-08-06T20:45:17.3522452Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2024-08-06T20:45:17.3525253Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.3528506Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2024-08-06T20:45:17.3531742Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2024-08-06T20:45:17.3534963Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2024-08-06T20:45:17.3538204Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2024-08-06T20:45:17.3541409Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2024-08-06T20:45:17.3545279Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2024-08-06T20:45:17.3548004Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3551313Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2024-08-06T20:45:17.3554733Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.3557824Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2024-08-06T20:45:17.3561122Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2024-08-06T20:45:17.3564133Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2024-08-06T20:45:17.3567332Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2024-08-06T20:45:17.3570328Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2024-08-06T20:45:17.3573534Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2024-08-06T20:45:17.3576520Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2024-08-06T20:45:17.3579643Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2024-08-06T20:45:17.3583142Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3586548Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2024-08-06T20:45:17.3589293Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2024-08-06T20:45:17.3592546Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2024-08-06T20:45:17.3595713Z adding 'torch/include/ATen/ops/nonzero.h' 2024-08-06T20:45:17.3598751Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2024-08-06T20:45:17.3601761Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2024-08-06T20:45:17.3604632Z adding 'torch/include/ATen/ops/nonzero_native.h' 2024-08-06T20:45:17.3607552Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2024-08-06T20:45:17.3610701Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3613562Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2024-08-06T20:45:17.3616640Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2024-08-06T20:45:17.3619737Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2024-08-06T20:45:17.3622748Z adding 'torch/include/ATen/ops/nonzero_static.h' 2024-08-06T20:45:17.3625871Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2024-08-06T20:45:17.3628752Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2024-08-06T20:45:17.3631862Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2024-08-06T20:45:17.3635424Z adding 'torch/include/ATen/ops/norm.h' 2024-08-06T20:45:17.3638775Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3642842Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.3645239Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3648325Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2024-08-06T20:45:17.3651370Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2024-08-06T20:45:17.3654376Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2024-08-06T20:45:17.3657652Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3660527Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2024-08-06T20:45:17.3663625Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2024-08-06T20:45:17.3666508Z adding 'torch/include/ATen/ops/norm_meta.h' 2024-08-06T20:45:17.3669610Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2024-08-06T20:45:17.3672857Z adding 'torch/include/ATen/ops/norm_native.h' 2024-08-06T20:45:17.3676805Z adding 'torch/include/ATen/ops/norm_ops.h' 2024-08-06T20:45:17.3680994Z adding 'torch/include/ATen/ops/normal.h' 2024-08-06T20:45:17.3684708Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3687766Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2024-08-06T20:45:17.3690893Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2024-08-06T20:45:17.3694139Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2024-08-06T20:45:17.3697356Z adding 'torch/include/ATen/ops/normal_native.h' 2024-08-06T20:45:17.3701135Z adding 'torch/include/ATen/ops/normal_ops.h' 2024-08-06T20:45:17.3704470Z adding 'torch/include/ATen/ops/not_equal.h' 2024-08-06T20:45:17.3707762Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3710641Z adding 'torch/include/ATen/ops/not_equal_native.h' 2024-08-06T20:45:17.3713992Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2024-08-06T20:45:17.3717378Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2024-08-06T20:45:17.3720675Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3723543Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2024-08-06T20:45:17.3726863Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2024-08-06T20:45:17.3729841Z adding 'torch/include/ATen/ops/numpy_T.h' 2024-08-06T20:45:17.3732863Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3735607Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2024-08-06T20:45:17.3738616Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2024-08-06T20:45:17.3741586Z adding 'torch/include/ATen/ops/one_hot.h' 2024-08-06T20:45:17.3744933Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3747754Z adding 'torch/include/ATen/ops/one_hot_native.h' 2024-08-06T20:45:17.3750941Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2024-08-06T20:45:17.3755320Z adding 'torch/include/ATen/ops/ones.h' 2024-08-06T20:45:17.3758208Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3761433Z adding 'torch/include/ATen/ops/ones_like.h' 2024-08-06T20:45:17.3764865Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3767998Z adding 'torch/include/ATen/ops/ones_like_native.h' 2024-08-06T20:45:17.3771079Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2024-08-06T20:45:17.3774289Z adding 'torch/include/ATen/ops/ones_native.h' 2024-08-06T20:45:17.3778104Z adding 'torch/include/ATen/ops/ones_ops.h' 2024-08-06T20:45:17.3780880Z adding 'torch/include/ATen/ops/or.h' 2024-08-06T20:45:17.3784146Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3786961Z adding 'torch/include/ATen/ops/or_native.h' 2024-08-06T20:45:17.3790325Z adding 'torch/include/ATen/ops/or_ops.h' 2024-08-06T20:45:17.3793363Z adding 'torch/include/ATen/ops/orgqr.h' 2024-08-06T20:45:17.3796836Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3800504Z adding 'torch/include/ATen/ops/orgqr_native.h' 2024-08-06T20:45:17.3802888Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2024-08-06T20:45:17.3806350Z adding 'torch/include/ATen/ops/ormqr.h' 2024-08-06T20:45:17.3809182Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2024-08-06T20:45:17.3812319Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2024-08-06T20:45:17.3815261Z adding 'torch/include/ATen/ops/ormqr_native.h' 2024-08-06T20:45:17.3818583Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2024-08-06T20:45:17.3821537Z adding 'torch/include/ATen/ops/outer.h' 2024-08-06T20:45:17.3824843Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3827724Z adding 'torch/include/ATen/ops/outer_native.h' 2024-08-06T20:45:17.3830920Z adding 'torch/include/ATen/ops/outer_ops.h' 2024-08-06T20:45:17.3834572Z adding 'torch/include/ATen/ops/output_nr.h' 2024-08-06T20:45:17.3837358Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3840481Z adding 'torch/include/ATen/ops/output_nr_native.h' 2024-08-06T20:45:17.3843507Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2024-08-06T20:45:17.3846667Z adding 'torch/include/ATen/ops/pad.h' 2024-08-06T20:45:17.3849881Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3852869Z adding 'torch/include/ATen/ops/pad_native.h' 2024-08-06T20:45:17.3855985Z adding 'torch/include/ATen/ops/pad_ops.h' 2024-08-06T20:45:17.3859140Z adding 'torch/include/ATen/ops/pad_sequence.h' 2024-08-06T20:45:17.3863073Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3865339Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2024-08-06T20:45:17.3868684Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2024-08-06T20:45:17.3871601Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2024-08-06T20:45:17.3875033Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3878003Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2024-08-06T20:45:17.3881146Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2024-08-06T20:45:17.3884059Z adding 'torch/include/ATen/ops/pdist.h' 2024-08-06T20:45:17.3887345Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3890197Z adding 'torch/include/ATen/ops/pdist_native.h' 2024-08-06T20:45:17.3893410Z adding 'torch/include/ATen/ops/pdist_ops.h' 2024-08-06T20:45:17.3896407Z adding 'torch/include/ATen/ops/permute.h' 2024-08-06T20:45:17.3899709Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3902690Z adding 'torch/include/ATen/ops/permute_copy.h' 2024-08-06T20:45:17.3905988Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3909236Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.3912007Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2024-08-06T20:45:17.3915357Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2024-08-06T20:45:17.3918384Z adding 'torch/include/ATen/ops/permute_native.h' 2024-08-06T20:45:17.3921469Z adding 'torch/include/ATen/ops/permute_ops.h' 2024-08-06T20:45:17.3924353Z adding 'torch/include/ATen/ops/pin_memory.h' 2024-08-06T20:45:17.3927677Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3930460Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2024-08-06T20:45:17.3933637Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2024-08-06T20:45:17.3936598Z adding 'torch/include/ATen/ops/pinverse.h' 2024-08-06T20:45:17.3939834Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.3942769Z adding 'torch/include/ATen/ops/pinverse_native.h' 2024-08-06T20:45:17.3946044Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2024-08-06T20:45:17.3949198Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2024-08-06T20:45:17.3952384Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3955691Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.3958554Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2024-08-06T20:45:17.3961590Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2024-08-06T20:45:17.3964802Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2024-08-06T20:45:17.3967902Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2024-08-06T20:45:17.3971200Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3974315Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.3977237Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2024-08-06T20:45:17.3980148Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2024-08-06T20:45:17.3983369Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2024-08-06T20:45:17.3986386Z adding 'torch/include/ATen/ops/poisson.h' 2024-08-06T20:45:17.3989711Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.3992621Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2024-08-06T20:45:17.3995860Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2024-08-06T20:45:17.3998885Z adding 'torch/include/ATen/ops/poisson_native.h' 2024-08-06T20:45:17.4001828Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2024-08-06T20:45:17.4005134Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4007961Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2024-08-06T20:45:17.4011162Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2024-08-06T20:45:17.4014580Z adding 'torch/include/ATen/ops/poisson_ops.h' 2024-08-06T20:45:17.4017505Z adding 'torch/include/ATen/ops/polar.h' 2024-08-06T20:45:17.4020701Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4023724Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2024-08-06T20:45:17.4026772Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2024-08-06T20:45:17.4029858Z adding 'torch/include/ATen/ops/polar_native.h' 2024-08-06T20:45:17.4033009Z adding 'torch/include/ATen/ops/polar_ops.h' 2024-08-06T20:45:17.4036270Z adding 'torch/include/ATen/ops/polygamma.h' 2024-08-06T20:45:17.4039520Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4042686Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.4045698Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2024-08-06T20:45:17.4048739Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2024-08-06T20:45:17.4051807Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2024-08-06T20:45:17.4054888Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2024-08-06T20:45:17.4057939Z adding 'torch/include/ATen/ops/polygamma_native.h' 2024-08-06T20:45:17.4061238Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2024-08-06T20:45:17.4064286Z adding 'torch/include/ATen/ops/positive.h' 2024-08-06T20:45:17.4067475Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4070423Z adding 'torch/include/ATen/ops/positive_native.h' 2024-08-06T20:45:17.4073447Z adding 'torch/include/ATen/ops/positive_ops.h' 2024-08-06T20:45:17.4076863Z adding 'torch/include/ATen/ops/pow.h' 2024-08-06T20:45:17.4080310Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.4083289Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2024-08-06T20:45:17.4086534Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2024-08-06T20:45:17.4089577Z adding 'torch/include/ATen/ops/pow_meta.h' 2024-08-06T20:45:17.4092825Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2024-08-06T20:45:17.4095906Z adding 'torch/include/ATen/ops/pow_native.h' 2024-08-06T20:45:17.4099474Z adding 'torch/include/ATen/ops/pow_ops.h' 2024-08-06T20:45:17.4102693Z adding 'torch/include/ATen/ops/prelu.h' 2024-08-06T20:45:17.4105884Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4108820Z adding 'torch/include/ATen/ops/prelu_native.h' 2024-08-06T20:45:17.4111997Z adding 'torch/include/ATen/ops/prelu_ops.h' 2024-08-06T20:45:17.4115364Z adding 'torch/include/ATen/ops/prod.h' 2024-08-06T20:45:17.4118701Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4122021Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.4125033Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4128205Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2024-08-06T20:45:17.4131471Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2024-08-06T20:45:17.4134383Z adding 'torch/include/ATen/ops/prod_meta.h' 2024-08-06T20:45:17.4137593Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2024-08-06T20:45:17.4140657Z adding 'torch/include/ATen/ops/prod_native.h' 2024-08-06T20:45:17.4144213Z adding 'torch/include/ATen/ops/prod_ops.h' 2024-08-06T20:45:17.4147561Z adding 'torch/include/ATen/ops/promote_types.h' 2024-08-06T20:45:17.4155483Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4155646Z adding 'torch/include/ATen/ops/promote_types_native.h' 2024-08-06T20:45:17.4158691Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2024-08-06T20:45:17.4161650Z adding 'torch/include/ATen/ops/put.h' 2024-08-06T20:45:17.4164881Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4168075Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2024-08-06T20:45:17.4171060Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2024-08-06T20:45:17.4174238Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2024-08-06T20:45:17.4177202Z adding 'torch/include/ATen/ops/put_native.h' 2024-08-06T20:45:17.4180515Z adding 'torch/include/ATen/ops/put_ops.h' 2024-08-06T20:45:17.4183623Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2024-08-06T20:45:17.4186644Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2024-08-06T20:45:17.4189904Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2024-08-06T20:45:17.4192909Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2024-08-06T20:45:17.4196589Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4199466Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2024-08-06T20:45:17.4203271Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2024-08-06T20:45:17.4206309Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2024-08-06T20:45:17.4209711Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4212619Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2024-08-06T20:45:17.4215938Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2024-08-06T20:45:17.4218925Z adding 'torch/include/ATen/ops/q_scale.h' 2024-08-06T20:45:17.4221887Z adding 'torch/include/ATen/ops/q_scale_native.h' 2024-08-06T20:45:17.4225089Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2024-08-06T20:45:17.4228082Z adding 'torch/include/ATen/ops/q_zero_point.h' 2024-08-06T20:45:17.4231152Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2024-08-06T20:45:17.4234204Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2024-08-06T20:45:17.4237442Z adding 'torch/include/ATen/ops/qr.h' 2024-08-06T20:45:17.4240655Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4244288Z adding 'torch/include/ATen/ops/qr_native.h' 2024-08-06T20:45:17.4247590Z adding 'torch/include/ATen/ops/qr_ops.h' 2024-08-06T20:45:17.4250599Z adding 'torch/include/ATen/ops/qscheme.h' 2024-08-06T20:45:17.4253639Z adding 'torch/include/ATen/ops/qscheme_native.h' 2024-08-06T20:45:17.4256746Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2024-08-06T20:45:17.4260111Z adding 'torch/include/ATen/ops/quantile.h' 2024-08-06T20:45:17.4263449Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4266634Z adding 'torch/include/ATen/ops/quantile_native.h' 2024-08-06T20:45:17.4269952Z adding 'torch/include/ATen/ops/quantile_ops.h' 2024-08-06T20:45:17.4273347Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2024-08-06T20:45:17.4277194Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4279935Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2024-08-06T20:45:17.4283108Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2024-08-06T20:45:17.4286019Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2024-08-06T20:45:17.4289503Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2024-08-06T20:45:17.4293360Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2024-08-06T20:45:17.4296266Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4299411Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2024-08-06T20:45:17.4302448Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2024-08-06T20:45:17.4305601Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2024-08-06T20:45:17.4308875Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4312067Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2024-08-06T20:45:17.4316126Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2024-08-06T20:45:17.4318342Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2024-08-06T20:45:17.4321909Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2024-08-06T20:45:17.4324860Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2024-08-06T20:45:17.4328479Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2024-08-06T20:45:17.4331874Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2024-08-06T20:45:17.4335186Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4338216Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2024-08-06T20:45:17.4341446Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2024-08-06T20:45:17.4344596Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2024-08-06T20:45:17.4347987Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4350930Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2024-08-06T20:45:17.4354067Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2024-08-06T20:45:17.4357359Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2024-08-06T20:45:17.4360776Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4363495Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2024-08-06T20:45:17.4366697Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2024-08-06T20:45:17.4369864Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2024-08-06T20:45:17.4373221Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4376196Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2024-08-06T20:45:17.4379417Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2024-08-06T20:45:17.4382590Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2024-08-06T20:45:17.4385990Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4388942Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2024-08-06T20:45:17.4392176Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2024-08-06T20:45:17.4395438Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2024-08-06T20:45:17.4398727Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4401663Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2024-08-06T20:45:17.4405085Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2024-08-06T20:45:17.4407923Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2024-08-06T20:45:17.4411199Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4414080Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2024-08-06T20:45:17.4417381Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2024-08-06T20:45:17.4420901Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2024-08-06T20:45:17.4424096Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4426987Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2024-08-06T20:45:17.4430227Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2024-08-06T20:45:17.4433378Z adding 'torch/include/ATen/ops/rad2deg.h' 2024-08-06T20:45:17.4436699Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4439564Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2024-08-06T20:45:17.4442885Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2024-08-06T20:45:17.4447625Z adding 'torch/include/ATen/ops/rand.h' 2024-08-06T20:45:17.4451769Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4455013Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4458120Z adding 'torch/include/ATen/ops/rand_like.h' 2024-08-06T20:45:17.4461417Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4464347Z adding 'torch/include/ATen/ops/rand_like_native.h' 2024-08-06T20:45:17.4467567Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2024-08-06T20:45:17.4470688Z adding 'torch/include/ATen/ops/rand_native.h' 2024-08-06T20:45:17.4474405Z adding 'torch/include/ATen/ops/rand_ops.h' 2024-08-06T20:45:17.4479507Z adding 'torch/include/ATen/ops/randint.h' 2024-08-06T20:45:17.4483653Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4487652Z adding 'torch/include/ATen/ops/randint_like.h' 2024-08-06T20:45:17.4491493Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4494605Z adding 'torch/include/ATen/ops/randint_like_native.h' 2024-08-06T20:45:17.4498092Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2024-08-06T20:45:17.4501282Z adding 'torch/include/ATen/ops/randint_native.h' 2024-08-06T20:45:17.4504971Z adding 'torch/include/ATen/ops/randint_ops.h' 2024-08-06T20:45:17.4509972Z adding 'torch/include/ATen/ops/randn.h' 2024-08-06T20:45:17.4514503Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4517383Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4520523Z adding 'torch/include/ATen/ops/randn_like.h' 2024-08-06T20:45:17.4523846Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4527024Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-06T20:45:17.4529855Z adding 'torch/include/ATen/ops/randn_like_native.h' 2024-08-06T20:45:17.4533099Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2024-08-06T20:45:17.4536238Z adding 'torch/include/ATen/ops/randn_native.h' 2024-08-06T20:45:17.4539897Z adding 'torch/include/ATen/ops/randn_ops.h' 2024-08-06T20:45:17.4543411Z adding 'torch/include/ATen/ops/random.h' 2024-08-06T20:45:17.4546867Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4549897Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2024-08-06T20:45:17.4553074Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2024-08-06T20:45:17.4556321Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2024-08-06T20:45:17.4559639Z adding 'torch/include/ATen/ops/random_native.h' 2024-08-06T20:45:17.4563170Z adding 'torch/include/ATen/ops/random_ops.h' 2024-08-06T20:45:17.4567255Z adding 'torch/include/ATen/ops/randperm.h' 2024-08-06T20:45:17.4570986Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4574005Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2024-08-06T20:45:17.4577219Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2024-08-06T20:45:17.4580224Z adding 'torch/include/ATen/ops/randperm_native.h' 2024-08-06T20:45:17.4583690Z adding 'torch/include/ATen/ops/randperm_ops.h' 2024-08-06T20:45:17.4587187Z adding 'torch/include/ATen/ops/range.h' 2024-08-06T20:45:17.4590582Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4593586Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2024-08-06T20:45:17.4596977Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2024-08-06T20:45:17.4600011Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2024-08-06T20:45:17.4602953Z adding 'torch/include/ATen/ops/range_native.h' 2024-08-06T20:45:17.4606386Z adding 'torch/include/ATen/ops/range_ops.h' 2024-08-06T20:45:17.4609403Z adding 'torch/include/ATen/ops/ravel.h' 2024-08-06T20:45:17.4612755Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4616521Z adding 'torch/include/ATen/ops/ravel_native.h' 2024-08-06T20:45:17.4618851Z adding 'torch/include/ATen/ops/ravel_ops.h' 2024-08-06T20:45:17.4622050Z adding 'torch/include/ATen/ops/real.h' 2024-08-06T20:45:17.4625056Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4628006Z adding 'torch/include/ATen/ops/real_native.h' 2024-08-06T20:45:17.4631024Z adding 'torch/include/ATen/ops/real_ops.h' 2024-08-06T20:45:17.4634153Z adding 'torch/include/ATen/ops/reciprocal.h' 2024-08-06T20:45:17.4637579Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.4640566Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2024-08-06T20:45:17.4644701Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2024-08-06T20:45:17.4646975Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2024-08-06T20:45:17.4650433Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2024-08-06T20:45:17.4653050Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2024-08-06T20:45:17.4656290Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2024-08-06T20:45:17.4659208Z adding 'torch/include/ATen/ops/record_stream.h' 2024-08-06T20:45:17.4662361Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2024-08-06T20:45:17.4665200Z adding 'torch/include/ATen/ops/record_stream_native.h' 2024-08-06T20:45:17.4668426Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2024-08-06T20:45:17.4671233Z adding 'torch/include/ATen/ops/refine_names.h' 2024-08-06T20:45:17.4674603Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4678517Z adding 'torch/include/ATen/ops/refine_names_native.h' 2024-08-06T20:45:17.4680701Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2024-08-06T20:45:17.4684380Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2024-08-06T20:45:17.4687695Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2024-08-06T20:45:17.4691356Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.4694168Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2024-08-06T20:45:17.4697474Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2024-08-06T20:45:17.4701282Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2024-08-06T20:45:17.4703745Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2024-08-06T20:45:17.4707009Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2024-08-06T20:45:17.4710322Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2024-08-06T20:45:17.4713514Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.4716552Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2024-08-06T20:45:17.4719753Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2024-08-06T20:45:17.4722847Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2024-08-06T20:45:17.4726298Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2024-08-06T20:45:17.4729348Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2024-08-06T20:45:17.4732586Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2024-08-06T20:45:17.4736000Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2024-08-06T20:45:17.4739467Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2024-08-06T20:45:17.4742896Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2024-08-06T20:45:17.4746059Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2024-08-06T20:45:17.4749205Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2024-08-06T20:45:17.4752516Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2024-08-06T20:45:17.4755807Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2024-08-06T20:45:17.4759281Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2024-08-06T20:45:17.4762037Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2024-08-06T20:45:17.4765324Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2024-08-06T20:45:17.4768595Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2024-08-06T20:45:17.4772237Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2024-08-06T20:45:17.4775764Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.4778698Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2024-08-06T20:45:17.4781886Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2024-08-06T20:45:17.4784812Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2024-08-06T20:45:17.4788038Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2024-08-06T20:45:17.4791055Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2024-08-06T20:45:17.4794449Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2024-08-06T20:45:17.4798492Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.4801008Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2024-08-06T20:45:17.4804196Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2024-08-06T20:45:17.4807037Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2024-08-06T20:45:17.4810219Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2024-08-06T20:45:17.4813171Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2024-08-06T20:45:17.4816484Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2024-08-06T20:45:17.4819510Z adding 'torch/include/ATen/ops/relu.h' 2024-08-06T20:45:17.4822745Z adding 'torch/include/ATen/ops/relu6.h' 2024-08-06T20:45:17.4826619Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4828765Z adding 'torch/include/ATen/ops/relu6_native.h' 2024-08-06T20:45:17.4832088Z adding 'torch/include/ATen/ops/relu6_ops.h' 2024-08-06T20:45:17.4835209Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4838255Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2024-08-06T20:45:17.4841256Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2024-08-06T20:45:17.4844328Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2024-08-06T20:45:17.4847383Z adding 'torch/include/ATen/ops/relu_native.h' 2024-08-06T20:45:17.4851667Z adding 'torch/include/ATen/ops/relu_ops.h' 2024-08-06T20:45:17.4854326Z adding 'torch/include/ATen/ops/remainder.h' 2024-08-06T20:45:17.4857731Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4860931Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.4864068Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2024-08-06T20:45:17.4867190Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2024-08-06T20:45:17.4870122Z adding 'torch/include/ATen/ops/remainder_meta.h' 2024-08-06T20:45:17.4873253Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2024-08-06T20:45:17.4876277Z adding 'torch/include/ATen/ops/remainder_native.h' 2024-08-06T20:45:17.4879914Z adding 'torch/include/ATen/ops/remainder_ops.h' 2024-08-06T20:45:17.4882915Z adding 'torch/include/ATen/ops/rename.h' 2024-08-06T20:45:17.4886154Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4889144Z adding 'torch/include/ATen/ops/rename_native.h' 2024-08-06T20:45:17.4892261Z adding 'torch/include/ATen/ops/rename_ops.h' 2024-08-06T20:45:17.4895420Z adding 'torch/include/ATen/ops/renorm.h' 2024-08-06T20:45:17.4898699Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.4901675Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2024-08-06T20:45:17.4904746Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2024-08-06T20:45:17.4907768Z adding 'torch/include/ATen/ops/renorm_meta.h' 2024-08-06T20:45:17.4910839Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2024-08-06T20:45:17.4913862Z adding 'torch/include/ATen/ops/renorm_native.h' 2024-08-06T20:45:17.4917253Z adding 'torch/include/ATen/ops/renorm_ops.h' 2024-08-06T20:45:17.4920511Z adding 'torch/include/ATen/ops/repeat.h' 2024-08-06T20:45:17.4923894Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4927337Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2024-08-06T20:45:17.4930907Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.4934068Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.4937035Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2024-08-06T20:45:17.4940168Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2024-08-06T20:45:17.4943139Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2024-08-06T20:45:17.4946549Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2024-08-06T20:45:17.4949569Z adding 'torch/include/ATen/ops/repeat_native.h' 2024-08-06T20:45:17.4952883Z adding 'torch/include/ATen/ops/repeat_ops.h' 2024-08-06T20:45:17.4956251Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2024-08-06T20:45:17.4959677Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2024-08-06T20:45:17.4963205Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.4966134Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2024-08-06T20:45:17.4969217Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2024-08-06T20:45:17.4972128Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2024-08-06T20:45:17.4975196Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2024-08-06T20:45:17.4978162Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2024-08-06T20:45:17.4981428Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2024-08-06T20:45:17.4984816Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.4994357Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2024-08-06T20:45:17.4997845Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2024-08-06T20:45:17.5001251Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2024-08-06T20:45:17.5004126Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2024-08-06T20:45:17.5007253Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2024-08-06T20:45:17.5010652Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2024-08-06T20:45:17.5013916Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2024-08-06T20:45:17.5017320Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2024-08-06T20:45:17.5020767Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2024-08-06T20:45:17.5024266Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2024-08-06T20:45:17.5026976Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2024-08-06T20:45:17.5030278Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2024-08-06T20:45:17.5033470Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.5036597Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2024-08-06T20:45:17.5039659Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2024-08-06T20:45:17.5043897Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2024-08-06T20:45:17.5176120Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2024-08-06T20:45:17.5180329Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2024-08-06T20:45:17.5184894Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2024-08-06T20:45:17.5189506Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2024-08-06T20:45:17.5194413Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2024-08-06T20:45:17.5199149Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2024-08-06T20:45:17.5204125Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2024-08-06T20:45:17.5208244Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2024-08-06T20:45:17.5212655Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2024-08-06T20:45:17.5217702Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.5221797Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2024-08-06T20:45:17.5226817Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2024-08-06T20:45:17.5230202Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2024-08-06T20:45:17.5232968Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2024-08-06T20:45:17.5236189Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2024-08-06T20:45:17.5239491Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2024-08-06T20:45:17.5242428Z adding 'torch/include/ATen/ops/requires_grad.h' 2024-08-06T20:45:17.5245597Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5248538Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2024-08-06T20:45:17.5251561Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2024-08-06T20:45:17.5254797Z adding 'torch/include/ATen/ops/reshape.h' 2024-08-06T20:45:17.5258572Z adding 'torch/include/ATen/ops/reshape_as.h' 2024-08-06T20:45:17.5261153Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5264140Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-06T20:45:17.5267026Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2024-08-06T20:45:17.5270046Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2024-08-06T20:45:17.5273297Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5276481Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-06T20:45:17.5279289Z adding 'torch/include/ATen/ops/reshape_native.h' 2024-08-06T20:45:17.5282449Z adding 'torch/include/ATen/ops/reshape_ops.h' 2024-08-06T20:45:17.5286115Z adding 'torch/include/ATen/ops/resize.h' 2024-08-06T20:45:17.5289555Z adding 'torch/include/ATen/ops/resize_as.h' 2024-08-06T20:45:17.5292673Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5295938Z adding 'torch/include/ATen/ops/resize_as_native.h' 2024-08-06T20:45:17.5298993Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2024-08-06T20:45:17.5302299Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2024-08-06T20:45:17.5305653Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5308775Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2024-08-06T20:45:17.5311854Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2024-08-06T20:45:17.5315320Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2024-08-06T20:45:17.5318772Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5321798Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2024-08-06T20:45:17.5324976Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2024-08-06T20:45:17.5328081Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2024-08-06T20:45:17.5331320Z adding 'torch/include/ATen/ops/resize_native.h' 2024-08-06T20:45:17.5334755Z adding 'torch/include/ATen/ops/resize_ops.h' 2024-08-06T20:45:17.5338064Z adding 'torch/include/ATen/ops/resolve_conj.h' 2024-08-06T20:45:17.5341226Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5344060Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2024-08-06T20:45:17.5347426Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2024-08-06T20:45:17.5350494Z adding 'torch/include/ATen/ops/resolve_neg.h' 2024-08-06T20:45:17.5353684Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5356619Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2024-08-06T20:45:17.5359877Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2024-08-06T20:45:17.5363521Z adding 'torch/include/ATen/ops/result_type.h' 2024-08-06T20:45:17.5366450Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5369433Z adding 'torch/include/ATen/ops/result_type_native.h' 2024-08-06T20:45:17.5372668Z adding 'torch/include/ATen/ops/result_type_ops.h' 2024-08-06T20:45:17.5375830Z adding 'torch/include/ATen/ops/retain_grad.h' 2024-08-06T20:45:17.5379034Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5382051Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2024-08-06T20:45:17.5385234Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2024-08-06T20:45:17.5388237Z adding 'torch/include/ATen/ops/retains_grad.h' 2024-08-06T20:45:17.5392125Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5394371Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2024-08-06T20:45:17.5397732Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2024-08-06T20:45:17.5400722Z adding 'torch/include/ATen/ops/rms_norm.h' 2024-08-06T20:45:17.5404120Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5406989Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2024-08-06T20:45:17.5410338Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2024-08-06T20:45:17.5413458Z adding 'torch/include/ATen/ops/rnn_relu.h' 2024-08-06T20:45:17.5416749Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2024-08-06T20:45:17.5420498Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5423000Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2024-08-06T20:45:17.5426266Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2024-08-06T20:45:17.5429544Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5432628Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2024-08-06T20:45:17.5435962Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2024-08-06T20:45:17.5439292Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2024-08-06T20:45:17.5442972Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2024-08-06T20:45:17.5445786Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5448825Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2024-08-06T20:45:17.5451919Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2024-08-06T20:45:17.5455278Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5458235Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2024-08-06T20:45:17.5461845Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2024-08-06T20:45:17.5465702Z adding 'torch/include/ATen/ops/roll.h' 2024-08-06T20:45:17.5468506Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5471603Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2024-08-06T20:45:17.5474657Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2024-08-06T20:45:17.5477925Z adding 'torch/include/ATen/ops/roll_native.h' 2024-08-06T20:45:17.5481137Z adding 'torch/include/ATen/ops/roll_ops.h' 2024-08-06T20:45:17.5484420Z adding 'torch/include/ATen/ops/rot90.h' 2024-08-06T20:45:17.5488538Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5490708Z adding 'torch/include/ATen/ops/rot90_native.h' 2024-08-06T20:45:17.5494125Z adding 'torch/include/ATen/ops/rot90_ops.h' 2024-08-06T20:45:17.5497180Z adding 'torch/include/ATen/ops/round.h' 2024-08-06T20:45:17.5500651Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.5503591Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2024-08-06T20:45:17.5506860Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2024-08-06T20:45:17.5509883Z adding 'torch/include/ATen/ops/round_meta.h' 2024-08-06T20:45:17.5513135Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2024-08-06T20:45:17.5516936Z adding 'torch/include/ATen/ops/round_native.h' 2024-08-06T20:45:17.5519967Z adding 'torch/include/ATen/ops/round_ops.h' 2024-08-06T20:45:17.5523154Z adding 'torch/include/ATen/ops/row_indices.h' 2024-08-06T20:45:17.5526371Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5529427Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2024-08-06T20:45:17.5532671Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5536062Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.5539741Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2024-08-06T20:45:17.5542193Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2024-08-06T20:45:17.5545386Z adding 'torch/include/ATen/ops/row_indices_native.h' 2024-08-06T20:45:17.5548354Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2024-08-06T20:45:17.5551514Z adding 'torch/include/ATen/ops/row_stack.h' 2024-08-06T20:45:17.5554812Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5557875Z adding 'torch/include/ATen/ops/row_stack_native.h' 2024-08-06T20:45:17.5561038Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2024-08-06T20:45:17.5564285Z adding 'torch/include/ATen/ops/rrelu.h' 2024-08-06T20:45:17.5568083Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5570601Z adding 'torch/include/ATen/ops/rrelu_native.h' 2024-08-06T20:45:17.5573932Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2024-08-06T20:45:17.5577201Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2024-08-06T20:45:17.5593342Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2024-08-06T20:45:17.5593910Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5594131Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2024-08-06T20:45:17.5594306Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2024-08-06T20:45:17.5594475Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2024-08-06T20:45:17.5596837Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2024-08-06T20:45:17.5599866Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2024-08-06T20:45:17.5603102Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2024-08-06T20:45:17.5606457Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2024-08-06T20:45:17.5609664Z adding 'torch/include/ATen/ops/rshift.h' 2024-08-06T20:45:17.5612935Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5615850Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2024-08-06T20:45:17.5619089Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2024-08-06T20:45:17.5622239Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2024-08-06T20:45:17.5625165Z adding 'torch/include/ATen/ops/rshift_native.h' 2024-08-06T20:45:17.5628585Z adding 'torch/include/ATen/ops/rshift_ops.h' 2024-08-06T20:45:17.5631721Z adding 'torch/include/ATen/ops/rsqrt.h' 2024-08-06T20:45:17.5635089Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.5638060Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2024-08-06T20:45:17.5641107Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2024-08-06T20:45:17.5644104Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2024-08-06T20:45:17.5648048Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2024-08-06T20:45:17.5650274Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2024-08-06T20:45:17.5653472Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2024-08-06T20:45:17.5656686Z adding 'torch/include/ATen/ops/rsub.h' 2024-08-06T20:45:17.5659983Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5662921Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2024-08-06T20:45:17.5666140Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2024-08-06T20:45:17.5669150Z adding 'torch/include/ATen/ops/rsub_native.h' 2024-08-06T20:45:17.5672438Z adding 'torch/include/ATen/ops/rsub_ops.h' 2024-08-06T20:45:17.5675842Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2024-08-06T20:45:17.5679217Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5682175Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2024-08-06T20:45:17.5685393Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2024-08-06T20:45:17.5688682Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2024-08-06T20:45:17.5691927Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5694845Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2024-08-06T20:45:17.5698006Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2024-08-06T20:45:17.5701319Z adding 'torch/include/ATen/ops/scatter.h' 2024-08-06T20:45:17.5704737Z adding 'torch/include/ATen/ops/scatter_add.h' 2024-08-06T20:45:17.5708064Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.5711266Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5715093Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2024-08-06T20:45:17.5717570Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2024-08-06T20:45:17.5720940Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2024-08-06T20:45:17.5723810Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2024-08-06T20:45:17.5727197Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2024-08-06T20:45:17.5730314Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2024-08-06T20:45:17.5734030Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.5737970Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5740347Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2024-08-06T20:45:17.5743781Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2024-08-06T20:45:17.5746908Z adding 'torch/include/ATen/ops/scatter_meta.h' 2024-08-06T20:45:17.5750411Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2024-08-06T20:45:17.5753588Z adding 'torch/include/ATen/ops/scatter_native.h' 2024-08-06T20:45:17.5757878Z adding 'torch/include/ATen/ops/scatter_ops.h' 2024-08-06T20:45:17.5761485Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2024-08-06T20:45:17.5764893Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.5768032Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2024-08-06T20:45:17.5772111Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2024-08-06T20:45:17.5774352Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2024-08-06T20:45:17.5777827Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2024-08-06T20:45:17.5780686Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2024-08-06T20:45:17.5784115Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2024-08-06T20:45:17.5787493Z adding 'torch/include/ATen/ops/searchsorted.h' 2024-08-06T20:45:17.5791013Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2024-08-06T20:45:17.5794803Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2024-08-06T20:45:17.5797736Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2024-08-06T20:45:17.5801368Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2024-08-06T20:45:17.5804727Z adding 'torch/include/ATen/ops/segment_reduce.h' 2024-08-06T20:45:17.5808288Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5811899Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2024-08-06T20:45:17.5814605Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2024-08-06T20:45:17.5817789Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2024-08-06T20:45:17.5821106Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2024-08-06T20:45:17.5824397Z adding 'torch/include/ATen/ops/select.h' 2024-08-06T20:45:17.5827813Z adding 'torch/include/ATen/ops/select_backward.h' 2024-08-06T20:45:17.5831305Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5834832Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.5837792Z adding 'torch/include/ATen/ops/select_backward_native.h' 2024-08-06T20:45:17.5841096Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2024-08-06T20:45:17.5844329Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5847585Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5851299Z adding 'torch/include/ATen/ops/select_copy.h' 2024-08-06T20:45:17.5854190Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5857483Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.5860289Z adding 'torch/include/ATen/ops/select_copy_native.h' 2024-08-06T20:45:17.5863647Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2024-08-06T20:45:17.5866670Z adding 'torch/include/ATen/ops/select_native.h' 2024-08-06T20:45:17.5870028Z adding 'torch/include/ATen/ops/select_ops.h' 2024-08-06T20:45:17.5873923Z adding 'torch/include/ATen/ops/select_scatter.h' 2024-08-06T20:45:17.5877732Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5881260Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.5883997Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2024-08-06T20:45:17.5887371Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2024-08-06T20:45:17.5890901Z adding 'torch/include/ATen/ops/selu.h' 2024-08-06T20:45:17.5893739Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5896768Z adding 'torch/include/ATen/ops/selu_native.h' 2024-08-06T20:45:17.5899873Z adding 'torch/include/ATen/ops/selu_ops.h' 2024-08-06T20:45:17.5903784Z adding 'torch/include/ATen/ops/set.h' 2024-08-06T20:45:17.5908008Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.5911084Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5914300Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2024-08-06T20:45:17.5917533Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2024-08-06T20:45:17.5920667Z adding 'torch/include/ATen/ops/set_data.h' 2024-08-06T20:45:17.5924351Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.5926809Z adding 'torch/include/ATen/ops/set_data_native.h' 2024-08-06T20:45:17.5930575Z adding 'torch/include/ATen/ops/set_data_ops.h' 2024-08-06T20:45:17.5933281Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2024-08-06T20:45:17.5936493Z adding 'torch/include/ATen/ops/set_native.h' 2024-08-06T20:45:17.5940337Z adding 'torch/include/ATen/ops/set_ops.h' 2024-08-06T20:45:17.5943758Z adding 'torch/include/ATen/ops/sgn.h' 2024-08-06T20:45:17.5947629Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.5950139Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2024-08-06T20:45:17.5953319Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2024-08-06T20:45:17.5956408Z adding 'torch/include/ATen/ops/sgn_meta.h' 2024-08-06T20:45:17.5959580Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2024-08-06T20:45:17.5962710Z adding 'torch/include/ATen/ops/sgn_native.h' 2024-08-06T20:45:17.5966032Z adding 'torch/include/ATen/ops/sgn_ops.h' 2024-08-06T20:45:17.5969128Z adding 'torch/include/ATen/ops/sigmoid.h' 2024-08-06T20:45:17.5972409Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2024-08-06T20:45:17.5976157Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.5978766Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2024-08-06T20:45:17.5981979Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2024-08-06T20:45:17.5984959Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2024-08-06T20:45:17.5988222Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2024-08-06T20:45:17.5991317Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2024-08-06T20:45:17.5994476Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2024-08-06T20:45:17.5997885Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6000726Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2024-08-06T20:45:17.6003744Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2024-08-06T20:45:17.6006642Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2024-08-06T20:45:17.6009676Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2024-08-06T20:45:17.6012639Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2024-08-06T20:45:17.6015763Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2024-08-06T20:45:17.6018793Z adding 'torch/include/ATen/ops/sign.h' 2024-08-06T20:45:17.6022013Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6024865Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2024-08-06T20:45:17.6027856Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2024-08-06T20:45:17.6030741Z adding 'torch/include/ATen/ops/sign_meta.h' 2024-08-06T20:45:17.6034083Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2024-08-06T20:45:17.6037565Z adding 'torch/include/ATen/ops/sign_native.h' 2024-08-06T20:45:17.6040400Z adding 'torch/include/ATen/ops/sign_ops.h' 2024-08-06T20:45:17.6043862Z adding 'torch/include/ATen/ops/signbit.h' 2024-08-06T20:45:17.6046921Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6050046Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2024-08-06T20:45:17.6053050Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2024-08-06T20:45:17.6056156Z adding 'torch/include/ATen/ops/signbit_meta.h' 2024-08-06T20:45:17.6059254Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2024-08-06T20:45:17.6062355Z adding 'torch/include/ATen/ops/signbit_native.h' 2024-08-06T20:45:17.6065487Z adding 'torch/include/ATen/ops/signbit_ops.h' 2024-08-06T20:45:17.6068698Z adding 'torch/include/ATen/ops/silu.h' 2024-08-06T20:45:17.6072185Z adding 'torch/include/ATen/ops/silu_backward.h' 2024-08-06T20:45:17.6075244Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6078407Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.6081358Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2024-08-06T20:45:17.6084534Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2024-08-06T20:45:17.6087482Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2024-08-06T20:45:17.6090713Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2024-08-06T20:45:17.6093698Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2024-08-06T20:45:17.6097017Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2024-08-06T20:45:17.6100615Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6103316Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2024-08-06T20:45:17.6106513Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2024-08-06T20:45:17.6109489Z adding 'torch/include/ATen/ops/silu_meta.h' 2024-08-06T20:45:17.6112687Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2024-08-06T20:45:17.6115808Z adding 'torch/include/ATen/ops/silu_native.h' 2024-08-06T20:45:17.6119120Z adding 'torch/include/ATen/ops/silu_ops.h' 2024-08-06T20:45:17.6122727Z adding 'torch/include/ATen/ops/sin.h' 2024-08-06T20:45:17.6125887Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6128865Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2024-08-06T20:45:17.6131916Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2024-08-06T20:45:17.6134963Z adding 'torch/include/ATen/ops/sin_meta.h' 2024-08-06T20:45:17.6138056Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2024-08-06T20:45:17.6141136Z adding 'torch/include/ATen/ops/sin_native.h' 2024-08-06T20:45:17.6144344Z adding 'torch/include/ATen/ops/sin_ops.h' 2024-08-06T20:45:17.6147646Z adding 'torch/include/ATen/ops/sinc.h' 2024-08-06T20:45:17.6151113Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6154165Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2024-08-06T20:45:17.6157578Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2024-08-06T20:45:17.6163069Z adding 'torch/include/ATen/ops/sinc_meta.h' 2024-08-06T20:45:17.6165964Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2024-08-06T20:45:17.6169073Z adding 'torch/include/ATen/ops/sinc_native.h' 2024-08-06T20:45:17.6172275Z adding 'torch/include/ATen/ops/sinc_ops.h' 2024-08-06T20:45:17.6175380Z adding 'torch/include/ATen/ops/sinh.h' 2024-08-06T20:45:17.6178670Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6181660Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2024-08-06T20:45:17.6184744Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2024-08-06T20:45:17.6187841Z adding 'torch/include/ATen/ops/sinh_meta.h' 2024-08-06T20:45:17.6191870Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2024-08-06T20:45:17.6194079Z adding 'torch/include/ATen/ops/sinh_native.h' 2024-08-06T20:45:17.6197751Z adding 'torch/include/ATen/ops/sinh_ops.h' 2024-08-06T20:45:17.6200716Z adding 'torch/include/ATen/ops/size.h' 2024-08-06T20:45:17.6204073Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.6206937Z adding 'torch/include/ATen/ops/size_native.h' 2024-08-06T20:45:17.6210340Z adding 'torch/include/ATen/ops/size_ops.h' 2024-08-06T20:45:17.6213431Z adding 'torch/include/ATen/ops/slice.h' 2024-08-06T20:45:17.6217049Z adding 'torch/include/ATen/ops/slice_backward.h' 2024-08-06T20:45:17.6220650Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6223817Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2024-08-06T20:45:17.6227177Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2024-08-06T20:45:17.6230589Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6234136Z adding 'torch/include/ATen/ops/slice_copy.h' 2024-08-06T20:45:17.6237740Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6240879Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6243851Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2024-08-06T20:45:17.6247229Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2024-08-06T20:45:17.6250660Z adding 'torch/include/ATen/ops/slice_inverse.h' 2024-08-06T20:45:17.6254034Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6257016Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2024-08-06T20:45:17.6260297Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2024-08-06T20:45:17.6263297Z adding 'torch/include/ATen/ops/slice_native.h' 2024-08-06T20:45:17.6266575Z adding 'torch/include/ATen/ops/slice_ops.h' 2024-08-06T20:45:17.6270100Z adding 'torch/include/ATen/ops/slice_scatter.h' 2024-08-06T20:45:17.6273747Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6277225Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6280114Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2024-08-06T20:45:17.6283564Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2024-08-06T20:45:17.6286718Z adding 'torch/include/ATen/ops/slogdet.h' 2024-08-06T20:45:17.6290163Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.6293124Z adding 'torch/include/ATen/ops/slogdet_native.h' 2024-08-06T20:45:17.6296524Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2024-08-06T20:45:17.6300068Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2024-08-06T20:45:17.6303613Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.6307198Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2024-08-06T20:45:17.6310680Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2024-08-06T20:45:17.6314027Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2024-08-06T20:45:17.6317676Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2024-08-06T20:45:17.6320741Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2024-08-06T20:45:17.6324164Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2024-08-06T20:45:17.6327883Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2024-08-06T20:45:17.6331451Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6334700Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2024-08-06T20:45:17.6337845Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2024-08-06T20:45:17.6341006Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2024-08-06T20:45:17.6344413Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2024-08-06T20:45:17.6347950Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2024-08-06T20:45:17.6351650Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6354843Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2024-08-06T20:45:17.6358064Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2024-08-06T20:45:17.6361144Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2024-08-06T20:45:17.6364450Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2024-08-06T20:45:17.6368291Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2024-08-06T20:45:17.6371885Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6375013Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2024-08-06T20:45:17.6378303Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2024-08-06T20:45:17.6381332Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2024-08-06T20:45:17.6384566Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2024-08-06T20:45:17.6387656Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2024-08-06T20:45:17.6390947Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2024-08-06T20:45:17.6394593Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2024-08-06T20:45:17.6398356Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2024-08-06T20:45:17.6401713Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2024-08-06T20:45:17.6404815Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2024-08-06T20:45:17.6408125Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2024-08-06T20:45:17.6411152Z adding 'torch/include/ATen/ops/smm.h' 2024-08-06T20:45:17.6414373Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.6417216Z adding 'torch/include/ATen/ops/smm_native.h' 2024-08-06T20:45:17.6420317Z adding 'torch/include/ATen/ops/smm_ops.h' 2024-08-06T20:45:17.6423454Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2024-08-06T20:45:17.6426590Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2024-08-06T20:45:17.6429933Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6432909Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2024-08-06T20:45:17.6436066Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2024-08-06T20:45:17.6439017Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2024-08-06T20:45:17.6442333Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2024-08-06T20:45:17.6445589Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6448519Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2024-08-06T20:45:17.6451597Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2024-08-06T20:45:17.6454723Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2024-08-06T20:45:17.6457857Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2024-08-06T20:45:17.6460851Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2024-08-06T20:45:17.6464088Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2024-08-06T20:45:17.6467204Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2024-08-06T20:45:17.6470326Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2024-08-06T20:45:17.6473572Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6476546Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2024-08-06T20:45:17.6479804Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2024-08-06T20:45:17.6483126Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6485943Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2024-08-06T20:45:17.6489132Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2024-08-06T20:45:17.6492322Z adding 'torch/include/ATen/ops/softmax.h' 2024-08-06T20:45:17.6495563Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6498667Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.6501588Z adding 'torch/include/ATen/ops/softmax_native.h' 2024-08-06T20:45:17.6504856Z adding 'torch/include/ATen/ops/softmax_ops.h' 2024-08-06T20:45:17.6508010Z adding 'torch/include/ATen/ops/softplus.h' 2024-08-06T20:45:17.6511165Z adding 'torch/include/ATen/ops/softplus_backward.h' 2024-08-06T20:45:17.6514569Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6517646Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2024-08-06T20:45:17.6520759Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2024-08-06T20:45:17.6523763Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2024-08-06T20:45:17.6526856Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2024-08-06T20:45:17.6529844Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2024-08-06T20:45:17.6533079Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2024-08-06T20:45:17.6536380Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6539318Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2024-08-06T20:45:17.6542385Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2024-08-06T20:45:17.6545348Z adding 'torch/include/ATen/ops/softplus_meta.h' 2024-08-06T20:45:17.6548425Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2024-08-06T20:45:17.6551421Z adding 'torch/include/ATen/ops/softplus_native.h' 2024-08-06T20:45:17.6555032Z adding 'torch/include/ATen/ops/softplus_ops.h' 2024-08-06T20:45:17.6558585Z adding 'torch/include/ATen/ops/softshrink.h' 2024-08-06T20:45:17.6561829Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2024-08-06T20:45:17.6565603Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6597110Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2024-08-06T20:45:17.6597659Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2024-08-06T20:45:17.6598131Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2024-08-06T20:45:17.6598591Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2024-08-06T20:45:17.6599159Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2024-08-06T20:45:17.6599598Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2024-08-06T20:45:17.6600183Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6600767Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2024-08-06T20:45:17.6601182Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2024-08-06T20:45:17.6602823Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2024-08-06T20:45:17.6604065Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2024-08-06T20:45:17.6606995Z adding 'torch/include/ATen/ops/softshrink_native.h' 2024-08-06T20:45:17.6610370Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2024-08-06T20:45:17.6614675Z adding 'torch/include/ATen/ops/sort.h' 2024-08-06T20:45:17.6617413Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6621500Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6624684Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.6627755Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2024-08-06T20:45:17.6631663Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2024-08-06T20:45:17.6634117Z adding 'torch/include/ATen/ops/sort_meta.h' 2024-08-06T20:45:17.6637381Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2024-08-06T20:45:17.6640536Z adding 'torch/include/ATen/ops/sort_native.h' 2024-08-06T20:45:17.6644207Z adding 'torch/include/ATen/ops/sort_ops.h' 2024-08-06T20:45:17.6647851Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2024-08-06T20:45:17.6651211Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.6654156Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2024-08-06T20:45:17.6657815Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2024-08-06T20:45:17.6660926Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2024-08-06T20:45:17.6664313Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.6667249Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2024-08-06T20:45:17.6670587Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2024-08-06T20:45:17.6674180Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2024-08-06T20:45:17.6678652Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6681073Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2024-08-06T20:45:17.6684370Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2024-08-06T20:45:17.6687778Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2024-08-06T20:45:17.6691164Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6694367Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.6697366Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2024-08-06T20:45:17.6700866Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2024-08-06T20:45:17.6704242Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2024-08-06T20:45:17.6707679Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.6710625Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2024-08-06T20:45:17.6713906Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2024-08-06T20:45:17.6717330Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2024-08-06T20:45:17.6720658Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.6723624Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2024-08-06T20:45:17.6726971Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2024-08-06T20:45:17.6730072Z adding 'torch/include/ATen/ops/sparse_dim.h' 2024-08-06T20:45:17.6733778Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6736205Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2024-08-06T20:45:17.6739239Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2024-08-06T20:45:17.6742252Z adding 'torch/include/ATen/ops/sparse_mask.h' 2024-08-06T20:45:17.6745478Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6748368Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2024-08-06T20:45:17.6751526Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2024-08-06T20:45:17.6754672Z adding 'torch/include/ATen/ops/sparse_resize.h' 2024-08-06T20:45:17.6757995Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2024-08-06T20:45:17.6761305Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6764259Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2024-08-06T20:45:17.6767215Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2024-08-06T20:45:17.6770489Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2024-08-06T20:45:17.6773868Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6776813Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2024-08-06T20:45:17.6779777Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2024-08-06T20:45:17.6783005Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2024-08-06T20:45:17.6786154Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2024-08-06T20:45:17.6789244Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2024-08-06T20:45:17.6792454Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2024-08-06T20:45:17.6795664Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2024-08-06T20:45:17.6798994Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6801902Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2024-08-06T20:45:17.6804942Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2024-08-06T20:45:17.6807899Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2024-08-06T20:45:17.6810962Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2024-08-06T20:45:17.6813941Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2024-08-06T20:45:17.6817066Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2024-08-06T20:45:17.6820116Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2024-08-06T20:45:17.6823432Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6826332Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2024-08-06T20:45:17.6829380Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2024-08-06T20:45:17.6832305Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2024-08-06T20:45:17.6836045Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2024-08-06T20:45:17.6838741Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2024-08-06T20:45:17.6841779Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2024-08-06T20:45:17.6844794Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2024-08-06T20:45:17.6848062Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6850980Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2024-08-06T20:45:17.6854052Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2024-08-06T20:45:17.6857049Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2024-08-06T20:45:17.6860161Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2024-08-06T20:45:17.6863101Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2024-08-06T20:45:17.6866356Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2024-08-06T20:45:17.6869339Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2024-08-06T20:45:17.6872664Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6875728Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2024-08-06T20:45:17.6878781Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2024-08-06T20:45:17.6881747Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2024-08-06T20:45:17.6884814Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2024-08-06T20:45:17.6887765Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2024-08-06T20:45:17.6890904Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2024-08-06T20:45:17.6893943Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2024-08-06T20:45:17.6897269Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6900186Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2024-08-06T20:45:17.6903228Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2024-08-06T20:45:17.6906250Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2024-08-06T20:45:17.6909240Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2024-08-06T20:45:17.6912202Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2024-08-06T20:45:17.6915489Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2024-08-06T20:45:17.6918837Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2024-08-06T20:45:17.6922234Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6925537Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6928508Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2024-08-06T20:45:17.6931644Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2024-08-06T20:45:17.6934616Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2024-08-06T20:45:17.6937942Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2024-08-06T20:45:17.6940974Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2024-08-06T20:45:17.6944405Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2024-08-06T20:45:17.6947816Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2024-08-06T20:45:17.6951185Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6954414Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6957547Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2024-08-06T20:45:17.6960643Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2024-08-06T20:45:17.6963617Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2024-08-06T20:45:17.6966804Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2024-08-06T20:45:17.6969918Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2024-08-06T20:45:17.6973322Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2024-08-06T20:45:17.6976610Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2024-08-06T20:45:17.6979936Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.6983123Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.6986021Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2024-08-06T20:45:17.6989622Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2024-08-06T20:45:17.6992062Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2024-08-06T20:45:17.6995267Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2024-08-06T20:45:17.6998314Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2024-08-06T20:45:17.7001702Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2024-08-06T20:45:17.7005040Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2024-08-06T20:45:17.7008398Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.7011565Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7014521Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2024-08-06T20:45:17.7017646Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2024-08-06T20:45:17.7020672Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2024-08-06T20:45:17.7023738Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2024-08-06T20:45:17.7027518Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2024-08-06T20:45:17.7030882Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2024-08-06T20:45:17.7033981Z adding 'torch/include/ATen/ops/special_digamma.h' 2024-08-06T20:45:17.7037805Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7040562Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2024-08-06T20:45:17.7043862Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2024-08-06T20:45:17.7046959Z adding 'torch/include/ATen/ops/special_entr.h' 2024-08-06T20:45:17.7050471Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7053421Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2024-08-06T20:45:17.7056601Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2024-08-06T20:45:17.7060270Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2024-08-06T20:45:17.7062796Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2024-08-06T20:45:17.7066088Z adding 'torch/include/ATen/ops/special_entr_native.h' 2024-08-06T20:45:17.7069052Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2024-08-06T20:45:17.7072261Z adding 'torch/include/ATen/ops/special_erf.h' 2024-08-06T20:45:17.7075638Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7078644Z adding 'torch/include/ATen/ops/special_erf_native.h' 2024-08-06T20:45:17.7081774Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2024-08-06T20:45:17.7085017Z adding 'torch/include/ATen/ops/special_erfc.h' 2024-08-06T20:45:17.7088849Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7091281Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2024-08-06T20:45:17.7094570Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2024-08-06T20:45:17.7097671Z adding 'torch/include/ATen/ops/special_erfcx.h' 2024-08-06T20:45:17.7101157Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7104103Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2024-08-06T20:45:17.7107380Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2024-08-06T20:45:17.7110318Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2024-08-06T20:45:17.7113584Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2024-08-06T20:45:17.7117169Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2024-08-06T20:45:17.7120021Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2024-08-06T20:45:17.7123241Z adding 'torch/include/ATen/ops/special_erfinv.h' 2024-08-06T20:45:17.7126945Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7129567Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2024-08-06T20:45:17.7132674Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2024-08-06T20:45:17.7135891Z adding 'torch/include/ATen/ops/special_exp2.h' 2024-08-06T20:45:17.7139950Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7142182Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2024-08-06T20:45:17.7145535Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2024-08-06T20:45:17.7148557Z adding 'torch/include/ATen/ops/special_expit.h' 2024-08-06T20:45:17.7151936Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7154829Z adding 'torch/include/ATen/ops/special_expit_native.h' 2024-08-06T20:45:17.7158136Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2024-08-06T20:45:17.7161215Z adding 'torch/include/ATen/ops/special_expm1.h' 2024-08-06T20:45:17.7164627Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7168141Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2024-08-06T20:45:17.7170901Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2024-08-06T20:45:17.7174461Z adding 'torch/include/ATen/ops/special_gammainc.h' 2024-08-06T20:45:17.7177353Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7180416Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2024-08-06T20:45:17.7183547Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2024-08-06T20:45:17.7186722Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2024-08-06T20:45:17.7189989Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7192983Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2024-08-06T20:45:17.7196357Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2024-08-06T20:45:17.7199595Z adding 'torch/include/ATen/ops/special_gammaln.h' 2024-08-06T20:45:17.7202961Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7205895Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2024-08-06T20:45:17.7209151Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2024-08-06T20:45:17.7212452Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2024-08-06T20:45:17.7215977Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.7219221Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7222280Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2024-08-06T20:45:17.7225470Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2024-08-06T20:45:17.7228563Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2024-08-06T20:45:17.7232413Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2024-08-06T20:45:17.7235612Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2024-08-06T20:45:17.7239192Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2024-08-06T20:45:17.7242617Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2024-08-06T20:45:17.7246100Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.7249629Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7252386Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2024-08-06T20:45:17.7255638Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2024-08-06T20:45:17.7258639Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2024-08-06T20:45:17.7262321Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2024-08-06T20:45:17.7264950Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2024-08-06T20:45:17.7268527Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2024-08-06T20:45:17.7271933Z adding 'torch/include/ATen/ops/special_i0.h' 2024-08-06T20:45:17.7275134Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7278187Z adding 'torch/include/ATen/ops/special_i0_native.h' 2024-08-06T20:45:17.7281273Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2024-08-06T20:45:17.7284472Z adding 'torch/include/ATen/ops/special_i0e.h' 2024-08-06T20:45:17.7287782Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7290864Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2024-08-06T20:45:17.7294226Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2024-08-06T20:45:17.7297060Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2024-08-06T20:45:17.7300560Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2024-08-06T20:45:17.7303463Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2024-08-06T20:45:17.7307074Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2024-08-06T20:45:17.7309495Z adding 'torch/include/ATen/ops/special_i1.h' 2024-08-06T20:45:17.7312909Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7315884Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2024-08-06T20:45:17.7319067Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2024-08-06T20:45:17.7322872Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2024-08-06T20:45:17.7325251Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2024-08-06T20:45:17.7328595Z adding 'torch/include/ATen/ops/special_i1_native.h' 2024-08-06T20:45:17.7331547Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2024-08-06T20:45:17.7334766Z adding 'torch/include/ATen/ops/special_i1e.h' 2024-08-06T20:45:17.7338027Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7341132Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2024-08-06T20:45:17.7344145Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2024-08-06T20:45:17.7347225Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2024-08-06T20:45:17.7351294Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2024-08-06T20:45:17.7354091Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2024-08-06T20:45:17.7357529Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2024-08-06T20:45:17.7360801Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2024-08-06T20:45:17.7364314Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.7368391Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7370666Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2024-08-06T20:45:17.7374142Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2024-08-06T20:45:17.7376948Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2024-08-06T20:45:17.7380209Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2024-08-06T20:45:17.7383231Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2024-08-06T20:45:17.7386806Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2024-08-06T20:45:17.7390961Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2024-08-06T20:45:17.7393632Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.7397024Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7400422Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2024-08-06T20:45:17.7403308Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2024-08-06T20:45:17.7406315Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2024-08-06T20:45:17.7409570Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2024-08-06T20:45:17.7412648Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2024-08-06T20:45:17.7416172Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2024-08-06T20:45:17.7419531Z adding 'torch/include/ATen/ops/special_log1p.h' 2024-08-06T20:45:17.7422683Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7425749Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2024-08-06T20:45:17.7428900Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2024-08-06T20:45:17.7432126Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2024-08-06T20:45:17.7436384Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7439273Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2024-08-06T20:45:17.7442339Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2024-08-06T20:45:17.7444970Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2024-08-06T20:45:17.7448232Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2024-08-06T20:45:17.7451204Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2024-08-06T20:45:17.7455040Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2024-08-06T20:45:17.7458994Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2024-08-06T20:45:17.7461669Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7464963Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2024-08-06T20:45:17.7467817Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2024-08-06T20:45:17.7471068Z adding 'torch/include/ATen/ops/special_logit.h' 2024-08-06T20:45:17.7474348Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7477529Z adding 'torch/include/ATen/ops/special_logit_native.h' 2024-08-06T20:45:17.7480717Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2024-08-06T20:45:17.7484026Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2024-08-06T20:45:17.7487310Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7490186Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2024-08-06T20:45:17.7493527Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2024-08-06T20:45:17.7496632Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2024-08-06T20:45:17.7499975Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7502954Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2024-08-06T20:45:17.7506023Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2024-08-06T20:45:17.7509147Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2024-08-06T20:45:17.7512248Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2024-08-06T20:45:17.7515326Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2024-08-06T20:45:17.7518529Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2024-08-06T20:45:17.7521593Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2024-08-06T20:45:17.7524878Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7527870Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2024-08-06T20:45:17.7531383Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2024-08-06T20:45:17.7533967Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2024-08-06T20:45:17.7537040Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2024-08-06T20:45:17.7540335Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2024-08-06T20:45:17.7543395Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2024-08-06T20:45:17.7546496Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2024-08-06T20:45:17.7549816Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7552750Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2024-08-06T20:45:17.7555988Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2024-08-06T20:45:17.7559041Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2024-08-06T20:45:17.7562163Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2024-08-06T20:45:17.7565137Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2024-08-06T20:45:17.7568261Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2024-08-06T20:45:17.7571949Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2024-08-06T20:45:17.7574696Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7577628Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2024-08-06T20:45:17.7580703Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2024-08-06T20:45:17.7583679Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2024-08-06T20:45:17.7586815Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2024-08-06T20:45:17.7589819Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2024-08-06T20:45:17.7592957Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2024-08-06T20:45:17.7596288Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2024-08-06T20:45:17.7599578Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7602489Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2024-08-06T20:45:17.7605659Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2024-08-06T20:45:17.7608688Z adding 'torch/include/ATen/ops/special_ndtr.h' 2024-08-06T20:45:17.7611985Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7614852Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2024-08-06T20:45:17.7618041Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2024-08-06T20:45:17.7621052Z adding 'torch/include/ATen/ops/special_ndtri.h' 2024-08-06T20:45:17.7624361Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7627273Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2024-08-06T20:45:17.7630331Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2024-08-06T20:45:17.7633306Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2024-08-06T20:45:17.7636530Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2024-08-06T20:45:17.7639482Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2024-08-06T20:45:17.7642626Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2024-08-06T20:45:17.7645714Z adding 'torch/include/ATen/ops/special_polygamma.h' 2024-08-06T20:45:17.7648975Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7651875Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2024-08-06T20:45:17.7655038Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2024-08-06T20:45:17.7658113Z adding 'torch/include/ATen/ops/special_psi.h' 2024-08-06T20:45:17.7661408Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7664176Z adding 'torch/include/ATen/ops/special_psi_native.h' 2024-08-06T20:45:17.7667376Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2024-08-06T20:45:17.7670523Z adding 'torch/include/ATen/ops/special_round.h' 2024-08-06T20:45:17.7673742Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7676755Z adding 'torch/include/ATen/ops/special_round_native.h' 2024-08-06T20:45:17.7680429Z adding 'torch/include/ATen/ops/special_round_ops.h' 2024-08-06T20:45:17.7683646Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2024-08-06T20:45:17.7686960Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7689867Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2024-08-06T20:45:17.7692958Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2024-08-06T20:45:17.7696075Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2024-08-06T20:45:17.7699229Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2024-08-06T20:45:17.7703019Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2024-08-06T20:45:17.7705730Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2024-08-06T20:45:17.7708972Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2024-08-06T20:45:17.7712346Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7715486Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2024-08-06T20:45:17.7718724Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2024-08-06T20:45:17.7721698Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2024-08-06T20:45:17.7724989Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2024-08-06T20:45:17.7728019Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2024-08-06T20:45:17.7731358Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2024-08-06T20:45:17.7734646Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2024-08-06T20:45:17.7738162Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.7741450Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7744489Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2024-08-06T20:45:17.7747859Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2024-08-06T20:45:17.7751099Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2024-08-06T20:45:17.7754161Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2024-08-06T20:45:17.7757427Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2024-08-06T20:45:17.7763806Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2024-08-06T20:45:17.7768057Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2024-08-06T20:45:17.7771784Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.7775171Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7778315Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2024-08-06T20:45:17.7781632Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2024-08-06T20:45:17.7784775Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2024-08-06T20:45:17.7788007Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2024-08-06T20:45:17.7791132Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2024-08-06T20:45:17.7794824Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2024-08-06T20:45:17.7798354Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2024-08-06T20:45:17.7801820Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.7805227Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7808231Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2024-08-06T20:45:17.7811511Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2024-08-06T20:45:17.7814634Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2024-08-06T20:45:17.7817881Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2024-08-06T20:45:17.7821652Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2024-08-06T20:45:17.7824581Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2024-08-06T20:45:17.7828079Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2024-08-06T20:45:17.7831529Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.7834916Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7838056Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2024-08-06T20:45:17.7841221Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2024-08-06T20:45:17.7844373Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2024-08-06T20:45:17.7847562Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2024-08-06T20:45:17.7850871Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2024-08-06T20:45:17.7854422Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2024-08-06T20:45:17.7857775Z adding 'torch/include/ATen/ops/special_sinc.h' 2024-08-06T20:45:17.7861041Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7863901Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2024-08-06T20:45:17.7867216Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2024-08-06T20:45:17.7870367Z adding 'torch/include/ATen/ops/special_softmax.h' 2024-08-06T20:45:17.7874836Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7878275Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2024-08-06T20:45:17.7881206Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2024-08-06T20:45:17.7884491Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2024-08-06T20:45:17.7887894Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7891035Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2024-08-06T20:45:17.7894207Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2024-08-06T20:45:17.7897348Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2024-08-06T20:45:17.7900922Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2024-08-06T20:45:17.7903847Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2024-08-06T20:45:17.7907167Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2024-08-06T20:45:17.7910527Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2024-08-06T20:45:17.7913933Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.7917249Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7920328Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2024-08-06T20:45:17.7923449Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2024-08-06T20:45:17.7926561Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2024-08-06T20:45:17.7930307Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2024-08-06T20:45:17.7932963Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2024-08-06T20:45:17.7936532Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2024-08-06T20:45:17.7939875Z adding 'torch/include/ATen/ops/special_xlogy.h' 2024-08-06T20:45:17.7943449Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7947046Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2024-08-06T20:45:17.7950009Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2024-08-06T20:45:17.7953500Z adding 'torch/include/ATen/ops/special_zeta.h' 2024-08-06T20:45:17.7958459Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.7960394Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.7964124Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2024-08-06T20:45:17.7966467Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2024-08-06T20:45:17.7969822Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2024-08-06T20:45:17.7972685Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2024-08-06T20:45:17.7975823Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2024-08-06T20:45:17.7979244Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2024-08-06T20:45:17.7982712Z adding 'torch/include/ATen/ops/split.h' 2024-08-06T20:45:17.7986868Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.7989269Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.7992858Z adding 'torch/include/ATen/ops/split_copy.h' 2024-08-06T20:45:17.7996115Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.7999447Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8002333Z adding 'torch/include/ATen/ops/split_copy_native.h' 2024-08-06T20:45:17.8005684Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2024-08-06T20:45:17.8009957Z adding 'torch/include/ATen/ops/split_native.h' 2024-08-06T20:45:17.8012177Z adding 'torch/include/ATen/ops/split_ops.h' 2024-08-06T20:45:17.8015728Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2024-08-06T20:45:17.8018848Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8022255Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2024-08-06T20:45:17.8025702Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8029120Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8032737Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2024-08-06T20:45:17.8035390Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2024-08-06T20:45:17.8038776Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2024-08-06T20:45:17.8041874Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2024-08-06T20:45:17.8045251Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2024-08-06T20:45:17.8048335Z adding 'torch/include/ATen/ops/sqrt.h' 2024-08-06T20:45:17.8051830Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8055482Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2024-08-06T20:45:17.8058018Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2024-08-06T20:45:17.8061335Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2024-08-06T20:45:17.8064229Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2024-08-06T20:45:17.8067227Z adding 'torch/include/ATen/ops/sqrt_native.h' 2024-08-06T20:45:17.8070435Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2024-08-06T20:45:17.8073750Z adding 'torch/include/ATen/ops/square.h' 2024-08-06T20:45:17.8077139Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8080035Z adding 'torch/include/ATen/ops/square_native.h' 2024-08-06T20:45:17.8083266Z adding 'torch/include/ATen/ops/square_ops.h' 2024-08-06T20:45:17.8086403Z adding 'torch/include/ATen/ops/squeeze.h' 2024-08-06T20:45:17.8089805Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8093579Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8096806Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2024-08-06T20:45:17.8100173Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8103930Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8106233Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2024-08-06T20:45:17.8109586Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2024-08-06T20:45:17.8112744Z adding 'torch/include/ATen/ops/squeeze_native.h' 2024-08-06T20:45:17.8116284Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2024-08-06T20:45:17.8119701Z adding 'torch/include/ATen/ops/sspaddmm.h' 2024-08-06T20:45:17.8123021Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8126034Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2024-08-06T20:45:17.8129148Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2024-08-06T20:45:17.8132187Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2024-08-06T20:45:17.8135468Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2024-08-06T20:45:17.8138588Z adding 'torch/include/ATen/ops/stack.h' 2024-08-06T20:45:17.8141855Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8144876Z adding 'torch/include/ATen/ops/stack_native.h' 2024-08-06T20:45:17.8148080Z adding 'torch/include/ATen/ops/stack_ops.h' 2024-08-06T20:45:17.8151510Z adding 'torch/include/ATen/ops/std.h' 2024-08-06T20:45:17.8155024Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8158195Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2024-08-06T20:45:17.8161324Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2024-08-06T20:45:17.8164617Z adding 'torch/include/ATen/ops/std_mean.h' 2024-08-06T20:45:17.8168026Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8171564Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8174916Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2024-08-06T20:45:17.8178127Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2024-08-06T20:45:17.8181200Z adding 'torch/include/ATen/ops/std_mean_native.h' 2024-08-06T20:45:17.8184731Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2024-08-06T20:45:17.8188031Z adding 'torch/include/ATen/ops/std_native.h' 2024-08-06T20:45:17.8191759Z adding 'torch/include/ATen/ops/std_ops.h' 2024-08-06T20:45:17.8195279Z adding 'torch/include/ATen/ops/stft.h' 2024-08-06T20:45:17.8198635Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8201685Z adding 'torch/include/ATen/ops/stft_native.h' 2024-08-06T20:45:17.8205008Z adding 'torch/include/ATen/ops/stft_ops.h' 2024-08-06T20:45:17.8208140Z adding 'torch/include/ATen/ops/stride.h' 2024-08-06T20:45:17.8211487Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8214320Z adding 'torch/include/ATen/ops/stride_native.h' 2024-08-06T20:45:17.8217481Z adding 'torch/include/ATen/ops/stride_ops.h' 2024-08-06T20:45:17.8220685Z adding 'torch/include/ATen/ops/sub.h' 2024-08-06T20:45:17.8223970Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8227192Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8230128Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2024-08-06T20:45:17.8233243Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2024-08-06T20:45:17.8236442Z adding 'torch/include/ATen/ops/sub_meta.h' 2024-08-06T20:45:17.8239569Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2024-08-06T20:45:17.8242683Z adding 'torch/include/ATen/ops/sub_native.h' 2024-08-06T20:45:17.8246168Z adding 'torch/include/ATen/ops/sub_ops.h' 2024-08-06T20:45:17.8249439Z adding 'torch/include/ATen/ops/subtract.h' 2024-08-06T20:45:17.8252805Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8255718Z adding 'torch/include/ATen/ops/subtract_native.h' 2024-08-06T20:45:17.8259652Z adding 'torch/include/ATen/ops/subtract_ops.h' 2024-08-06T20:45:17.8262573Z adding 'torch/include/ATen/ops/sum.h' 2024-08-06T20:45:17.8265886Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8269095Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8272128Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8275406Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2024-08-06T20:45:17.8278503Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2024-08-06T20:45:17.8281933Z adding 'torch/include/ATen/ops/sum_meta.h' 2024-08-06T20:45:17.8285177Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2024-08-06T20:45:17.8288502Z adding 'torch/include/ATen/ops/sum_native.h' 2024-08-06T20:45:17.8292071Z adding 'torch/include/ATen/ops/sum_ops.h' 2024-08-06T20:45:17.8295413Z adding 'torch/include/ATen/ops/sum_to_size.h' 2024-08-06T20:45:17.8298817Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8301714Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2024-08-06T20:45:17.8304943Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2024-08-06T20:45:17.8308094Z adding 'torch/include/ATen/ops/svd.h' 2024-08-06T20:45:17.8311553Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8314483Z adding 'torch/include/ATen/ops/svd_native.h' 2024-08-06T20:45:17.8317953Z adding 'torch/include/ATen/ops/svd_ops.h' 2024-08-06T20:45:17.8321156Z adding 'torch/include/ATen/ops/swapaxes.h' 2024-08-06T20:45:17.8324418Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8327439Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2024-08-06T20:45:17.8330622Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2024-08-06T20:45:17.8333834Z adding 'torch/include/ATen/ops/swapdims.h' 2024-08-06T20:45:17.8337138Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8340143Z adding 'torch/include/ATen/ops/swapdims_native.h' 2024-08-06T20:45:17.8343348Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2024-08-06T20:45:17.8346603Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2024-08-06T20:45:17.8349994Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8353026Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2024-08-06T20:45:17.8356533Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8359460Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2024-08-06T20:45:17.8362803Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2024-08-06T20:45:17.8365751Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2024-08-06T20:45:17.8369017Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2024-08-06T20:45:17.8372007Z adding 'torch/include/ATen/ops/sym_numel.h' 2024-08-06T20:45:17.8375378Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8378292Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2024-08-06T20:45:17.8381545Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2024-08-06T20:45:17.8384720Z adding 'torch/include/ATen/ops/sym_size.h' 2024-08-06T20:45:17.8388013Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8391184Z adding 'torch/include/ATen/ops/sym_size_native.h' 2024-08-06T20:45:17.8394331Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2024-08-06T20:45:17.8398101Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2024-08-06T20:45:17.8401507Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8404428Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2024-08-06T20:45:17.8407704Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2024-08-06T20:45:17.8411247Z adding 'torch/include/ATen/ops/sym_stride.h' 2024-08-06T20:45:17.8414125Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8417081Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2024-08-06T20:45:17.8420324Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2024-08-06T20:45:17.8423343Z adding 'torch/include/ATen/ops/t.h' 2024-08-06T20:45:17.8426677Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8429662Z adding 'torch/include/ATen/ops/t_copy.h' 2024-08-06T20:45:17.8433064Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8436448Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8439328Z adding 'torch/include/ATen/ops/t_copy_native.h' 2024-08-06T20:45:17.8442679Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2024-08-06T20:45:17.8445727Z adding 'torch/include/ATen/ops/t_native.h' 2024-08-06T20:45:17.8449080Z adding 'torch/include/ATen/ops/t_ops.h' 2024-08-06T20:45:17.8452195Z adding 'torch/include/ATen/ops/take.h' 2024-08-06T20:45:17.8455498Z adding 'torch/include/ATen/ops/take_along_dim.h' 2024-08-06T20:45:17.8458996Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8461929Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2024-08-06T20:45:17.8465265Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2024-08-06T20:45:17.8468415Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2024-08-06T20:45:17.8471676Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2024-08-06T20:45:17.8474740Z adding 'torch/include/ATen/ops/take_native.h' 2024-08-06T20:45:17.8478125Z adding 'torch/include/ATen/ops/take_ops.h' 2024-08-06T20:45:17.8481344Z adding 'torch/include/ATen/ops/tan.h' 2024-08-06T20:45:17.8484706Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8487732Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2024-08-06T20:45:17.8490839Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2024-08-06T20:45:17.8494008Z adding 'torch/include/ATen/ops/tan_meta.h' 2024-08-06T20:45:17.8497198Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2024-08-06T20:45:17.8500419Z adding 'torch/include/ATen/ops/tan_native.h' 2024-08-06T20:45:17.8503636Z adding 'torch/include/ATen/ops/tan_ops.h' 2024-08-06T20:45:17.8506950Z adding 'torch/include/ATen/ops/tanh.h' 2024-08-06T20:45:17.8510121Z adding 'torch/include/ATen/ops/tanh_backward.h' 2024-08-06T20:45:17.8513636Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8516877Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2024-08-06T20:45:17.8519932Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2024-08-06T20:45:17.8523065Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2024-08-06T20:45:17.8526220Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2024-08-06T20:45:17.8529362Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2024-08-06T20:45:17.8532593Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2024-08-06T20:45:17.8536026Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8539028Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2024-08-06T20:45:17.8542117Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2024-08-06T20:45:17.8545224Z adding 'torch/include/ATen/ops/tanh_meta.h' 2024-08-06T20:45:17.8548353Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2024-08-06T20:45:17.8551617Z adding 'torch/include/ATen/ops/tanh_native.h' 2024-08-06T20:45:17.8554958Z adding 'torch/include/ATen/ops/tanh_ops.h' 2024-08-06T20:45:17.8558452Z adding 'torch/include/ATen/ops/tensor.h' 2024-08-06T20:45:17.8561804Z adding 'torch/include/ATen/ops/tensor_split.h' 2024-08-06T20:45:17.8565826Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8568415Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2024-08-06T20:45:17.8571690Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2024-08-06T20:45:17.8575084Z adding 'torch/include/ATen/ops/tensordot.h' 2024-08-06T20:45:17.8578427Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8581459Z adding 'torch/include/ATen/ops/tensordot_native.h' 2024-08-06T20:45:17.8584729Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2024-08-06T20:45:17.8588393Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2024-08-06T20:45:17.8592094Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8595334Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2024-08-06T20:45:17.8598717Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2024-08-06T20:45:17.8601945Z adding 'torch/include/ATen/ops/threshold.h' 2024-08-06T20:45:17.8605275Z adding 'torch/include/ATen/ops/threshold_backward.h' 2024-08-06T20:45:17.8608786Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8611810Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2024-08-06T20:45:17.8615082Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2024-08-06T20:45:17.8618108Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2024-08-06T20:45:17.8621736Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2024-08-06T20:45:17.8624921Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2024-08-06T20:45:17.8628271Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2024-08-06T20:45:17.8631800Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8634861Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2024-08-06T20:45:17.8638112Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2024-08-06T20:45:17.8641176Z adding 'torch/include/ATen/ops/threshold_meta.h' 2024-08-06T20:45:17.8644440Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2024-08-06T20:45:17.8647475Z adding 'torch/include/ATen/ops/threshold_native.h' 2024-08-06T20:45:17.8650930Z adding 'torch/include/ATen/ops/threshold_ops.h' 2024-08-06T20:45:17.8654179Z adding 'torch/include/ATen/ops/tile.h' 2024-08-06T20:45:17.8657464Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8660461Z adding 'torch/include/ATen/ops/tile_native.h' 2024-08-06T20:45:17.8663606Z adding 'torch/include/ATen/ops/tile_ops.h' 2024-08-06T20:45:17.8666561Z adding 'torch/include/ATen/ops/to.h' 2024-08-06T20:45:17.8669913Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8672897Z adding 'torch/include/ATen/ops/to_dense.h' 2024-08-06T20:45:17.8676401Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2024-08-06T20:45:17.8679413Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8682284Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2024-08-06T20:45:17.8685375Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2024-08-06T20:45:17.8688760Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8691633Z adding 'torch/include/ATen/ops/to_dense_native.h' 2024-08-06T20:45:17.8694783Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2024-08-06T20:45:17.8697869Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2024-08-06T20:45:17.8700913Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2024-08-06T20:45:17.8704165Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8707032Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2024-08-06T20:45:17.8710392Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2024-08-06T20:45:17.8713895Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8716454Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2024-08-06T20:45:17.8719564Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2024-08-06T20:45:17.8722772Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2024-08-06T20:45:17.8725879Z adding 'torch/include/ATen/ops/to_native.h' 2024-08-06T20:45:17.8729376Z adding 'torch/include/ATen/ops/to_ops.h' 2024-08-06T20:45:17.8732851Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2024-08-06T20:45:17.8736243Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8739179Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2024-08-06T20:45:17.8742409Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2024-08-06T20:45:17.8745403Z adding 'torch/include/ATen/ops/to_sparse.h' 2024-08-06T20:45:17.8748313Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2024-08-06T20:45:17.8751544Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8754447Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2024-08-06T20:45:17.8757779Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2024-08-06T20:45:17.8760753Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2024-08-06T20:45:17.8763981Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8766852Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2024-08-06T20:45:17.8769970Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2024-08-06T20:45:17.8773329Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8776204Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2024-08-06T20:45:17.8779434Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8782296Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2024-08-06T20:45:17.8785410Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2024-08-06T20:45:17.8788356Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2024-08-06T20:45:17.8791544Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8794405Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2024-08-06T20:45:17.8797656Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2024-08-06T20:45:17.8800681Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2024-08-06T20:45:17.8803920Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2024-08-06T20:45:17.8807340Z adding 'torch/include/ATen/ops/topk.h' 2024-08-06T20:45:17.8810801Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8813820Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2024-08-06T20:45:17.8817093Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2024-08-06T20:45:17.8820033Z adding 'torch/include/ATen/ops/topk_meta.h' 2024-08-06T20:45:17.8823199Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2024-08-06T20:45:17.8826294Z adding 'torch/include/ATen/ops/topk_native.h' 2024-08-06T20:45:17.8830251Z adding 'torch/include/ATen/ops/topk_ops.h' 2024-08-06T20:45:17.8833442Z adding 'torch/include/ATen/ops/trace.h' 2024-08-06T20:45:17.8836755Z adding 'torch/include/ATen/ops/trace_backward.h' 2024-08-06T20:45:17.8840050Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8842958Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2024-08-06T20:45:17.8846571Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2024-08-06T20:45:17.8849846Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8852831Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2024-08-06T20:45:17.8855908Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2024-08-06T20:45:17.8858867Z adding 'torch/include/ATen/ops/trace_native.h' 2024-08-06T20:45:17.8862019Z adding 'torch/include/ATen/ops/trace_ops.h' 2024-08-06T20:45:17.8865579Z adding 'torch/include/ATen/ops/transpose.h' 2024-08-06T20:45:17.8868351Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8871379Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8874496Z adding 'torch/include/ATen/ops/transpose_copy.h' 2024-08-06T20:45:17.8877982Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8881297Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8884145Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2024-08-06T20:45:17.8887453Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2024-08-06T20:45:17.8890515Z adding 'torch/include/ATen/ops/transpose_native.h' 2024-08-06T20:45:17.8893990Z adding 'torch/include/ATen/ops/transpose_ops.h' 2024-08-06T20:45:17.8897508Z adding 'torch/include/ATen/ops/trapezoid.h' 2024-08-06T20:45:17.8900582Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8903609Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2024-08-06T20:45:17.8906783Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2024-08-06T20:45:17.8910216Z adding 'torch/include/ATen/ops/trapz.h' 2024-08-06T20:45:17.8913263Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.8916358Z adding 'torch/include/ATen/ops/trapz_native.h' 2024-08-06T20:45:17.8919683Z adding 'torch/include/ATen/ops/trapz_ops.h' 2024-08-06T20:45:17.8923090Z adding 'torch/include/ATen/ops/triangular_solve.h' 2024-08-06T20:45:17.8926673Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8929677Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2024-08-06T20:45:17.8932936Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2024-08-06T20:45:17.8935977Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2024-08-06T20:45:17.8939252Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2024-08-06T20:45:17.8942371Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2024-08-06T20:45:17.8945745Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2024-08-06T20:45:17.8949011Z adding 'torch/include/ATen/ops/tril.h' 2024-08-06T20:45:17.8952318Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.8955534Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2024-08-06T20:45:17.8958666Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2024-08-06T20:45:17.8961985Z adding 'torch/include/ATen/ops/tril_indices.h' 2024-08-06T20:45:17.8965437Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.8968726Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2024-08-06T20:45:17.8971711Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2024-08-06T20:45:17.8974842Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2024-08-06T20:45:17.8978254Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2024-08-06T20:45:17.8981333Z adding 'torch/include/ATen/ops/tril_meta.h' 2024-08-06T20:45:17.8984575Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2024-08-06T20:45:17.8987597Z adding 'torch/include/ATen/ops/tril_native.h' 2024-08-06T20:45:17.8990979Z adding 'torch/include/ATen/ops/tril_ops.h' 2024-08-06T20:45:17.8994238Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2024-08-06T20:45:17.8997815Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9000917Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2024-08-06T20:45:17.9004128Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2024-08-06T20:45:17.9007300Z adding 'torch/include/ATen/ops/triu.h' 2024-08-06T20:45:17.9010607Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9014252Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2024-08-06T20:45:17.9016842Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2024-08-06T20:45:17.9020429Z adding 'torch/include/ATen/ops/triu_indices.h' 2024-08-06T20:45:17.9023939Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9026681Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2024-08-06T20:45:17.9029931Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2024-08-06T20:45:17.9032986Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2024-08-06T20:45:17.9036575Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2024-08-06T20:45:17.9040508Z adding 'torch/include/ATen/ops/triu_meta.h' 2024-08-06T20:45:17.9043061Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2024-08-06T20:45:17.9046457Z adding 'torch/include/ATen/ops/triu_native.h' 2024-08-06T20:45:17.9049422Z adding 'torch/include/ATen/ops/triu_ops.h' 2024-08-06T20:45:17.9052757Z adding 'torch/include/ATen/ops/true_divide.h' 2024-08-06T20:45:17.9056108Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9059220Z adding 'torch/include/ATen/ops/true_divide_native.h' 2024-08-06T20:45:17.9063472Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2024-08-06T20:45:17.9066429Z adding 'torch/include/ATen/ops/trunc.h' 2024-08-06T20:45:17.9069876Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9072780Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2024-08-06T20:45:17.9076190Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2024-08-06T20:45:17.9079238Z adding 'torch/include/ATen/ops/trunc_meta.h' 2024-08-06T20:45:17.9082580Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2024-08-06T20:45:17.9086087Z adding 'torch/include/ATen/ops/trunc_native.h' 2024-08-06T20:45:17.9088948Z adding 'torch/include/ATen/ops/trunc_ops.h' 2024-08-06T20:45:17.9092081Z adding 'torch/include/ATen/ops/type_as.h' 2024-08-06T20:45:17.9095279Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9098299Z adding 'torch/include/ATen/ops/type_as_native.h' 2024-08-06T20:45:17.9101397Z adding 'torch/include/ATen/ops/type_as_ops.h' 2024-08-06T20:45:17.9104618Z adding 'torch/include/ATen/ops/unbind.h' 2024-08-06T20:45:17.9108710Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9111136Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9114417Z adding 'torch/include/ATen/ops/unbind_copy.h' 2024-08-06T20:45:17.9117706Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9121207Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9123970Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2024-08-06T20:45:17.9127351Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2024-08-06T20:45:17.9130427Z adding 'torch/include/ATen/ops/unbind_native.h' 2024-08-06T20:45:17.9133802Z adding 'torch/include/ATen/ops/unbind_ops.h' 2024-08-06T20:45:17.9137322Z adding 'torch/include/ATen/ops/unflatten.h' 2024-08-06T20:45:17.9140608Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9143723Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2024-08-06T20:45:17.9147000Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9150017Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2024-08-06T20:45:17.9153685Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2024-08-06T20:45:17.9156509Z adding 'torch/include/ATen/ops/unflatten_native.h' 2024-08-06T20:45:17.9159964Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2024-08-06T20:45:17.9162843Z adding 'torch/include/ATen/ops/unfold.h' 2024-08-06T20:45:17.9167002Z adding 'torch/include/ATen/ops/unfold_backward.h' 2024-08-06T20:45:17.9169909Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9186166Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2024-08-06T20:45:17.9186597Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2024-08-06T20:45:17.9186760Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2024-08-06T20:45:17.9186906Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2024-08-06T20:45:17.9187025Z adding 'torch/include/ATen/ops/unfold_copy.h' 2024-08-06T20:45:17.9189137Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9192355Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9195419Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2024-08-06T20:45:17.9198634Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2024-08-06T20:45:17.9201935Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2024-08-06T20:45:17.9205040Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2024-08-06T20:45:17.9208242Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2024-08-06T20:45:17.9211308Z adding 'torch/include/ATen/ops/unfold_native.h' 2024-08-06T20:45:17.9214435Z adding 'torch/include/ATen/ops/unfold_ops.h' 2024-08-06T20:45:17.9217715Z adding 'torch/include/ATen/ops/uniform.h' 2024-08-06T20:45:17.9221029Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9224040Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2024-08-06T20:45:17.9227118Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2024-08-06T20:45:17.9230581Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2024-08-06T20:45:17.9233461Z adding 'torch/include/ATen/ops/uniform_native.h' 2024-08-06T20:45:17.9236844Z adding 'torch/include/ATen/ops/uniform_ops.h' 2024-08-06T20:45:17.9240136Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2024-08-06T20:45:17.9243693Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9246656Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2024-08-06T20:45:17.9249774Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2024-08-06T20:45:17.9252837Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2024-08-06T20:45:17.9256140Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2024-08-06T20:45:17.9259356Z adding 'torch/include/ATen/ops/unique_dim.h' 2024-08-06T20:45:17.9262700Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9265838Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2024-08-06T20:45:17.9269090Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9272079Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2024-08-06T20:45:17.9275812Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2024-08-06T20:45:17.9279043Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2024-08-06T20:45:17.9282214Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2024-08-06T20:45:17.9285371Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2024-08-06T20:45:17.9288448Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2024-08-06T20:45:17.9291475Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2024-08-06T20:45:17.9294740Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2024-08-06T20:45:17.9297847Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2024-08-06T20:45:17.9301097Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9303973Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2024-08-06T20:45:17.9307109Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2024-08-06T20:45:17.9311015Z adding 'torch/include/ATen/ops/unsafe_split.h' 2024-08-06T20:45:17.9313833Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9316896Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2024-08-06T20:45:17.9320257Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2024-08-06T20:45:17.9323568Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2024-08-06T20:45:17.9327041Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9330147Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2024-08-06T20:45:17.9333337Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2024-08-06T20:45:17.9336373Z adding 'torch/include/ATen/ops/unsqueeze.h' 2024-08-06T20:45:17.9339617Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9342647Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2024-08-06T20:45:17.9345986Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9349155Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9351958Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2024-08-06T20:45:17.9355236Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2024-08-06T20:45:17.9358302Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2024-08-06T20:45:17.9361473Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2024-08-06T20:45:17.9365242Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2024-08-06T20:45:17.9369160Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2024-08-06T20:45:17.9372804Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9375928Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2024-08-06T20:45:17.9379187Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2024-08-06T20:45:17.9382283Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2024-08-06T20:45:17.9385583Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2024-08-06T20:45:17.9388704Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2024-08-06T20:45:17.9392029Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2024-08-06T20:45:17.9395463Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9398483Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9401599Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2024-08-06T20:45:17.9404889Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2024-08-06T20:45:17.9407884Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2024-08-06T20:45:17.9411102Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2024-08-06T20:45:17.9414223Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2024-08-06T20:45:17.9417614Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2024-08-06T20:45:17.9421271Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2024-08-06T20:45:17.9429899Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2024-08-06T20:45:17.9430779Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9434226Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2024-08-06T20:45:17.9437804Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2024-08-06T20:45:17.9440886Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2024-08-06T20:45:17.9444332Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2024-08-06T20:45:17.9447520Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2024-08-06T20:45:17.9451736Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2024-08-06T20:45:17.9454824Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9457870Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9461189Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2024-08-06T20:45:17.9465112Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2024-08-06T20:45:17.9467714Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2024-08-06T20:45:17.9471113Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2024-08-06T20:45:17.9474312Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2024-08-06T20:45:17.9478017Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2024-08-06T20:45:17.9482110Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2024-08-06T20:45:17.9485611Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2024-08-06T20:45:17.9489373Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9493256Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2024-08-06T20:45:17.9495895Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2024-08-06T20:45:17.9499197Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2024-08-06T20:45:17.9502393Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2024-08-06T20:45:17.9505629Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2024-08-06T20:45:17.9508901Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2024-08-06T20:45:17.9512420Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9516209Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9518991Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2024-08-06T20:45:17.9522313Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2024-08-06T20:45:17.9525396Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2024-08-06T20:45:17.9529212Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2024-08-06T20:45:17.9533064Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2024-08-06T20:45:17.9535774Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2024-08-06T20:45:17.9539545Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2024-08-06T20:45:17.9543242Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2024-08-06T20:45:17.9547057Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9550417Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2024-08-06T20:45:17.9553429Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2024-08-06T20:45:17.9556724Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2024-08-06T20:45:17.9559993Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2024-08-06T20:45:17.9563304Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2024-08-06T20:45:17.9567284Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2024-08-06T20:45:17.9570155Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9573366Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9576479Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2024-08-06T20:45:17.9580549Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2024-08-06T20:45:17.9584239Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2024-08-06T20:45:17.9587180Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2024-08-06T20:45:17.9590359Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2024-08-06T20:45:17.9593694Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2024-08-06T20:45:17.9597681Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2024-08-06T20:45:17.9601566Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2024-08-06T20:45:17.9605197Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9608521Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2024-08-06T20:45:17.9612704Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2024-08-06T20:45:17.9615236Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2024-08-06T20:45:17.9618553Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2024-08-06T20:45:17.9621755Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2024-08-06T20:45:17.9625154Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2024-08-06T20:45:17.9628563Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9631874Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9635479Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2024-08-06T20:45:17.9638462Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2024-08-06T20:45:17.9641644Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2024-08-06T20:45:17.9644859Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2024-08-06T20:45:17.9648172Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2024-08-06T20:45:17.9652371Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2024-08-06T20:45:17.9655399Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2024-08-06T20:45:17.9659339Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2024-08-06T20:45:17.9663771Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9666307Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2024-08-06T20:45:17.9669807Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2024-08-06T20:45:17.9672959Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2024-08-06T20:45:17.9676567Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2024-08-06T20:45:17.9679726Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2024-08-06T20:45:17.9683316Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2024-08-06T20:45:17.9686876Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9689880Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9693116Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2024-08-06T20:45:17.9696384Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2024-08-06T20:45:17.9699662Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2024-08-06T20:45:17.9703618Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2024-08-06T20:45:17.9706208Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2024-08-06T20:45:17.9710178Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2024-08-06T20:45:17.9714832Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2024-08-06T20:45:17.9718133Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2024-08-06T20:45:17.9721971Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9725660Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2024-08-06T20:45:17.9728544Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2024-08-06T20:45:17.9731989Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2024-08-06T20:45:17.9735092Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2024-08-06T20:45:17.9738391Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2024-08-06T20:45:17.9741760Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2024-08-06T20:45:17.9745377Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9748484Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9751598Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2024-08-06T20:45:17.9755041Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2024-08-06T20:45:17.9758288Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2024-08-06T20:45:17.9761501Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2024-08-06T20:45:17.9764659Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2024-08-06T20:45:17.9768010Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2024-08-06T20:45:17.9771492Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2024-08-06T20:45:17.9774825Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9777769Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2024-08-06T20:45:17.9780940Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2024-08-06T20:45:17.9783866Z adding 'torch/include/ATen/ops/values.h' 2024-08-06T20:45:17.9787062Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9790016Z adding 'torch/include/ATen/ops/values_copy.h' 2024-08-06T20:45:17.9793308Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9796580Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9800299Z adding 'torch/include/ATen/ops/values_copy_native.h' 2024-08-06T20:45:17.9802754Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2024-08-06T20:45:17.9805785Z adding 'torch/include/ATen/ops/values_native.h' 2024-08-06T20:45:17.9808905Z adding 'torch/include/ATen/ops/values_ops.h' 2024-08-06T20:45:17.9811947Z adding 'torch/include/ATen/ops/vander.h' 2024-08-06T20:45:17.9815142Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9818088Z adding 'torch/include/ATen/ops/vander_native.h' 2024-08-06T20:45:17.9821133Z adding 'torch/include/ATen/ops/vander_ops.h' 2024-08-06T20:45:17.9824531Z adding 'torch/include/ATen/ops/var.h' 2024-08-06T20:45:17.9827970Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9831029Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2024-08-06T20:45:17.9834173Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2024-08-06T20:45:17.9837638Z adding 'torch/include/ATen/ops/var_mean.h' 2024-08-06T20:45:17.9840987Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9844109Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9847124Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2024-08-06T20:45:17.9850247Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2024-08-06T20:45:17.9853351Z adding 'torch/include/ATen/ops/var_mean_native.h' 2024-08-06T20:45:17.9857080Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2024-08-06T20:45:17.9860332Z adding 'torch/include/ATen/ops/var_native.h' 2024-08-06T20:45:17.9864193Z adding 'torch/include/ATen/ops/var_ops.h' 2024-08-06T20:45:17.9867728Z adding 'torch/include/ATen/ops/vdot.h' 2024-08-06T20:45:17.9870892Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9874011Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2024-08-06T20:45:17.9877203Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2024-08-06T20:45:17.9880383Z adding 'torch/include/ATen/ops/vdot_native.h' 2024-08-06T20:45:17.9884443Z adding 'torch/include/ATen/ops/vdot_ops.h' 2024-08-06T20:45:17.9886873Z adding 'torch/include/ATen/ops/view.h' 2024-08-06T20:45:17.9890397Z adding 'torch/include/ATen/ops/view_as.h' 2024-08-06T20:45:17.9893162Z adding 'torch/include/ATen/ops/view_as_complex.h' 2024-08-06T20:45:17.9896298Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2024-08-06T20:45:17.9899623Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9902943Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9905788Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2024-08-06T20:45:17.9909147Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2024-08-06T20:45:17.9912875Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2024-08-06T20:45:17.9915524Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2024-08-06T20:45:17.9918868Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2024-08-06T20:45:17.9921676Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2024-08-06T20:45:17.9924900Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2024-08-06T20:45:17.9928075Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:17.9931117Z adding 'torch/include/ATen/ops/view_as_native.h' 2024-08-06T20:45:17.9934241Z adding 'torch/include/ATen/ops/view_as_ops.h' 2024-08-06T20:45:17.9937472Z adding 'torch/include/ATen/ops/view_as_real.h' 2024-08-06T20:45:17.9941379Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2024-08-06T20:45:17.9943957Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9947318Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9950043Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2024-08-06T20:45:17.9953339Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2024-08-06T20:45:17.9956571Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2024-08-06T20:45:17.9959802Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2024-08-06T20:45:17.9962892Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2024-08-06T20:45:17.9966035Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2024-08-06T20:45:17.9969792Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2024-08-06T20:45:17.9972517Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9975898Z adding 'torch/include/ATen/ops/view_copy.h' 2024-08-06T20:45:17.9979285Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:17.9983238Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:17.9986727Z adding 'torch/include/ATen/ops/view_copy_native.h' 2024-08-06T20:45:17.9989604Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2024-08-06T20:45:17.9992858Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2024-08-06T20:45:17.9996019Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2024-08-06T20:45:17.9999247Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2024-08-06T20:45:18.0002244Z adding 'torch/include/ATen/ops/view_native.h' 2024-08-06T20:45:18.0005582Z adding 'torch/include/ATen/ops/view_ops.h' 2024-08-06T20:45:18.0009364Z adding 'torch/include/ATen/ops/vsplit.h' 2024-08-06T20:45:18.0012109Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:18.0015202Z adding 'torch/include/ATen/ops/vsplit_native.h' 2024-08-06T20:45:18.0018318Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2024-08-06T20:45:18.0021535Z adding 'torch/include/ATen/ops/vstack.h' 2024-08-06T20:45:18.0024746Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:18.0027795Z adding 'torch/include/ATen/ops/vstack_native.h' 2024-08-06T20:45:18.0031500Z adding 'torch/include/ATen/ops/vstack_ops.h' 2024-08-06T20:45:18.0034454Z adding 'torch/include/ATen/ops/where.h' 2024-08-06T20:45:18.0038103Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:18.0041058Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2024-08-06T20:45:18.0044304Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2024-08-06T20:45:18.0047387Z adding 'torch/include/ATen/ops/where_native.h' 2024-08-06T20:45:18.0050971Z adding 'torch/include/ATen/ops/where_ops.h' 2024-08-06T20:45:18.0054967Z adding 'torch/include/ATen/ops/xlogy.h' 2024-08-06T20:45:18.0058004Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:18.0061225Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-06T20:45:18.0064134Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2024-08-06T20:45:18.0067315Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2024-08-06T20:45:18.0070259Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2024-08-06T20:45:18.0073556Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2024-08-06T20:45:18.0077647Z adding 'torch/include/ATen/ops/xlogy_native.h' 2024-08-06T20:45:18.0080391Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2024-08-06T20:45:18.0083750Z adding 'torch/include/ATen/ops/xor.h' 2024-08-06T20:45:18.0087065Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2024-08-06T20:45:18.0090149Z adding 'torch/include/ATen/ops/xor_native.h' 2024-08-06T20:45:18.0093446Z adding 'torch/include/ATen/ops/xor_ops.h' 2024-08-06T20:45:18.0096831Z adding 'torch/include/ATen/ops/zero.h' 2024-08-06T20:45:18.0100435Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:18.0103284Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2024-08-06T20:45:18.0106505Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2024-08-06T20:45:18.0109543Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2024-08-06T20:45:18.0112715Z adding 'torch/include/ATen/ops/zero_native.h' 2024-08-06T20:45:18.0116080Z adding 'torch/include/ATen/ops/zero_ops.h' 2024-08-06T20:45:18.0119905Z adding 'torch/include/ATen/ops/zeros.h' 2024-08-06T20:45:18.0123637Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:18.0126919Z adding 'torch/include/ATen/ops/zeros_like.h' 2024-08-06T20:45:18.0130375Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2024-08-06T20:45:18.0134435Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-06T20:45:18.0136662Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2024-08-06T20:45:18.0140127Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2024-08-06T20:45:18.0143257Z adding 'torch/include/ATen/ops/zeros_native.h' 2024-08-06T20:45:18.0146843Z adding 'torch/include/ATen/ops/zeros_ops.h' 2024-08-06T20:45:18.0153547Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2024-08-06T20:45:18.0158695Z adding 'torch/include/ATen/quantized/Quantizer.h' 2024-08-06T20:45:18.0163287Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2024-08-06T20:45:18.0166092Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2024-08-06T20:45:18.0169169Z adding 'torch/include/ATen/xpu/XPUContext.h' 2024-08-06T20:45:18.0172107Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2024-08-06T20:45:18.0176156Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2024-08-06T20:45:18.0179875Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2024-08-06T20:45:18.0183579Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2024-08-06T20:45:18.0192038Z adding 'torch/include/c10/core/Allocator.h' 2024-08-06T20:45:18.0195623Z adding 'torch/include/c10/core/AutogradState.h' 2024-08-06T20:45:18.0200699Z adding 'torch/include/c10/core/Backend.h' 2024-08-06T20:45:18.0204409Z adding 'torch/include/c10/core/CPUAllocator.h' 2024-08-06T20:45:18.0208230Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2024-08-06T20:45:18.0211493Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2024-08-06T20:45:18.0215210Z adding 'torch/include/c10/core/Contiguity.h' 2024-08-06T20:45:18.0219417Z adding 'torch/include/c10/core/CopyBytes.h' 2024-08-06T20:45:18.0221717Z adding 'torch/include/c10/core/DefaultDtype.h' 2024-08-06T20:45:18.0225177Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2024-08-06T20:45:18.0229567Z adding 'torch/include/c10/core/Device.h' 2024-08-06T20:45:18.0232849Z adding 'torch/include/c10/core/DeviceArray.h' 2024-08-06T20:45:18.0237861Z adding 'torch/include/c10/core/DeviceGuard.h' 2024-08-06T20:45:18.0242077Z adding 'torch/include/c10/core/DeviceType.h' 2024-08-06T20:45:18.0255510Z adding 'torch/include/c10/core/DispatchKey.h' 2024-08-06T20:45:18.0272092Z adding 'torch/include/c10/core/DispatchKeySet.h' 2024-08-06T20:45:18.0277236Z adding 'torch/include/c10/core/DynamicCast.h' 2024-08-06T20:45:18.0282180Z adding 'torch/include/c10/core/Event.h' 2024-08-06T20:45:18.0285686Z adding 'torch/include/c10/core/GeneratorImpl.h' 2024-08-06T20:45:18.0288946Z adding 'torch/include/c10/core/GradMode.h' 2024-08-06T20:45:18.0292701Z adding 'torch/include/c10/core/InferenceMode.h' 2024-08-06T20:45:18.0296038Z adding 'torch/include/c10/core/Layout.h' 2024-08-06T20:45:18.0301196Z adding 'torch/include/c10/core/MemoryFormat.h' 2024-08-06T20:45:18.0304562Z adding 'torch/include/c10/core/OptionalRef.h' 2024-08-06T20:45:18.0308234Z adding 'torch/include/c10/core/PyHandleCache.h' 2024-08-06T20:45:18.0311464Z adding 'torch/include/c10/core/QEngine.h' 2024-08-06T20:45:18.0314780Z adding 'torch/include/c10/core/QScheme.h' 2024-08-06T20:45:18.0318361Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2024-08-06T20:45:18.0322098Z adding 'torch/include/c10/core/SafePyObject.h' 2024-08-06T20:45:18.0328196Z adding 'torch/include/c10/core/Scalar.h' 2024-08-06T20:45:18.0336357Z adding 'torch/include/c10/core/ScalarType.h' 2024-08-06T20:45:18.0340428Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2024-08-06T20:45:18.0344690Z adding 'torch/include/c10/core/Storage.h' 2024-08-06T20:45:18.0350136Z adding 'torch/include/c10/core/StorageImpl.h' 2024-08-06T20:45:18.0355338Z adding 'torch/include/c10/core/Stream.h' 2024-08-06T20:45:18.0359793Z adding 'torch/include/c10/core/StreamGuard.h' 2024-08-06T20:45:18.0363545Z adding 'torch/include/c10/core/SymBool.h' 2024-08-06T20:45:18.0367331Z adding 'torch/include/c10/core/SymFloat.h' 2024-08-06T20:45:18.0373707Z adding 'torch/include/c10/core/SymInt.h' 2024-08-06T20:45:18.0377633Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2024-08-06T20:45:18.0381601Z adding 'torch/include/c10/core/SymNodeImpl.h' 2024-08-06T20:45:18.0386034Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2024-08-06T20:45:18.0428258Z adding 'torch/include/c10/core/TensorImpl.h' 2024-08-06T20:45:18.0441010Z adding 'torch/include/c10/core/TensorOptions.h' 2024-08-06T20:45:18.0445061Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2024-08-06T20:45:18.0448254Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2024-08-06T20:45:18.0451510Z adding 'torch/include/c10/core/alignment.h' 2024-08-06T20:45:18.0455983Z adding 'torch/include/c10/core/thread_pool.h' 2024-08-06T20:45:18.0460168Z adding 'torch/include/c10/core/impl/COW.h' 2024-08-06T20:45:18.0463830Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2024-08-06T20:45:18.0470398Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2024-08-06T20:45:18.0474449Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2024-08-06T20:45:18.0478492Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2024-08-06T20:45:18.0481581Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2024-08-06T20:45:18.0488589Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2024-08-06T20:45:18.0492800Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2024-08-06T20:45:18.0498225Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2024-08-06T20:45:18.0502878Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2024-08-06T20:45:18.0508983Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2024-08-06T20:45:18.0514610Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2024-08-06T20:45:18.0518273Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2024-08-06T20:45:18.0522659Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2024-08-06T20:45:18.0526601Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2024-08-06T20:45:18.0530326Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2024-08-06T20:45:18.0533303Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2024-08-06T20:45:18.0537626Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2024-08-06T20:45:18.0541496Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2024-08-06T20:45:18.0549406Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2024-08-06T20:45:18.0553904Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2024-08-06T20:45:18.0558953Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2024-08-06T20:45:18.0563559Z adding 'torch/include/c10/cuda/CUDAException.h' 2024-08-06T20:45:18.0567043Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2024-08-06T20:45:18.0570848Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2024-08-06T20:45:18.0576045Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2024-08-06T20:45:18.0580494Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2024-08-06T20:45:18.0583323Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2024-08-06T20:45:18.0586528Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2024-08-06T20:45:18.0592353Z adding 'torch/include/c10/cuda/CUDAStream.h' 2024-08-06T20:45:18.0596187Z adding 'torch/include/c10/cuda/driver_api.h' 2024-08-06T20:45:18.0601895Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2024-08-06T20:45:18.0605182Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2024-08-06T20:45:18.0610368Z adding 'torch/include/c10/macros/Export.h' 2024-08-06T20:45:18.0618601Z adding 'torch/include/c10/macros/Macros.h' 2024-08-06T20:45:18.0622346Z adding 'torch/include/c10/macros/cmake_macros.h' 2024-08-06T20:45:18.0628960Z adding 'torch/include/c10/util/AbortHandler.h' 2024-08-06T20:45:18.0633241Z adding 'torch/include/c10/util/AlignOf.h' 2024-08-06T20:45:18.0637477Z adding 'torch/include/c10/util/ApproximateClock.h' 2024-08-06T20:45:18.0640604Z adding 'torch/include/c10/util/Array.h' 2024-08-06T20:45:18.0646089Z adding 'torch/include/c10/util/ArrayRef.h' 2024-08-06T20:45:18.0650942Z adding 'torch/include/c10/util/BFloat16-inl.h' 2024-08-06T20:45:18.0655759Z adding 'torch/include/c10/util/BFloat16-math.h' 2024-08-06T20:45:18.0660057Z adding 'torch/include/c10/util/BFloat16.h' 2024-08-06T20:45:18.0663033Z adding 'torch/include/c10/util/Backtrace.h' 2024-08-06T20:45:18.0666848Z adding 'torch/include/c10/util/Bitset.h' 2024-08-06T20:45:18.0671068Z adding 'torch/include/c10/util/C++17.h' 2024-08-06T20:45:18.0674589Z adding 'torch/include/c10/util/CallOnce.h' 2024-08-06T20:45:18.0679798Z adding 'torch/include/c10/util/ConstexprCrc.h' 2024-08-06T20:45:18.0683590Z adding 'torch/include/c10/util/DeadlockDetection.h' 2024-08-06T20:45:18.0687242Z adding 'torch/include/c10/util/Deprecated.h' 2024-08-06T20:45:18.0690486Z adding 'torch/include/c10/util/DimVector.h' 2024-08-06T20:45:18.0694081Z adding 'torch/include/c10/util/DynamicCounter.h' 2024-08-06T20:45:18.0704089Z adding 'torch/include/c10/util/Exception.h' 2024-08-06T20:45:18.0708931Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2024-08-06T20:45:18.0712725Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2024-08-06T20:45:18.0716762Z adding 'torch/include/c10/util/FbcodeMaps.h' 2024-08-06T20:45:18.0721126Z adding 'torch/include/c10/util/Flags.h' 2024-08-06T20:45:18.0725657Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2024-08-06T20:45:18.0731027Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2024-08-06T20:45:18.0735550Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2024-08-06T20:45:18.0739820Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2024-08-06T20:45:18.0744956Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2024-08-06T20:45:18.0748449Z adding 'torch/include/c10/util/Float8_e5m2.h' 2024-08-06T20:45:18.0752931Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2024-08-06T20:45:18.0757361Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2024-08-06T20:45:18.0760882Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2024-08-06T20:45:18.0764611Z adding 'torch/include/c10/util/FunctionRef.h' 2024-08-06T20:45:18.0769261Z adding 'torch/include/c10/util/Half-inl.h' 2024-08-06T20:45:18.0778560Z adding 'torch/include/c10/util/Half.h' 2024-08-06T20:45:18.0781950Z adding 'torch/include/c10/util/IdWrapper.h' 2024-08-06T20:45:18.0785577Z adding 'torch/include/c10/util/Lazy.h' 2024-08-06T20:45:18.0790281Z adding 'torch/include/c10/util/LeftRight.h' 2024-08-06T20:45:18.0794272Z adding 'torch/include/c10/util/Load.h' 2024-08-06T20:45:18.0799662Z adding 'torch/include/c10/util/Logging.h' 2024-08-06T20:45:18.0803443Z adding 'torch/include/c10/util/MathConstants.h' 2024-08-06T20:45:18.0807911Z adding 'torch/include/c10/util/MaybeOwned.h' 2024-08-06T20:45:18.0812562Z adding 'torch/include/c10/util/Metaprogramming.h' 2024-08-06T20:45:18.0816031Z adding 'torch/include/c10/util/Optional.h' 2024-08-06T20:45:18.0820145Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2024-08-06T20:45:18.0823299Z adding 'torch/include/c10/util/ParallelGuard.h' 2024-08-06T20:45:18.0828957Z adding 'torch/include/c10/util/Registry.h' 2024-08-06T20:45:18.0832546Z adding 'torch/include/c10/util/ScopeExit.h' 2024-08-06T20:45:18.0836071Z adding 'torch/include/c10/util/SmallBuffer.h' 2024-08-06T20:45:18.0853318Z adding 'torch/include/c10/util/SmallVector.h' 2024-08-06T20:45:18.0858684Z adding 'torch/include/c10/util/StringUtil.h' 2024-08-06T20:45:18.0862242Z adding 'torch/include/c10/util/Synchronized.h' 2024-08-06T20:45:18.0865935Z adding 'torch/include/c10/util/ThreadLocal.h' 2024-08-06T20:45:18.0869607Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2024-08-06T20:45:18.0872691Z adding 'torch/include/c10/util/Type.h' 2024-08-06T20:45:18.0876758Z adding 'torch/include/c10/util/TypeCast.h' 2024-08-06T20:45:18.0881238Z adding 'torch/include/c10/util/TypeIndex.h' 2024-08-06T20:45:18.0887576Z adding 'torch/include/c10/util/TypeList.h' 2024-08-06T20:45:18.0891727Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2024-08-06T20:45:18.0895910Z adding 'torch/include/c10/util/TypeTraits.h' 2024-08-06T20:45:18.0898937Z adding 'torch/include/c10/util/Unicode.h' 2024-08-06T20:45:18.0902844Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2024-08-06T20:45:18.0906001Z adding 'torch/include/c10/util/Unroll.h' 2024-08-06T20:45:18.0909483Z adding 'torch/include/c10/util/WaitCounter.h' 2024-08-06T20:45:18.0913127Z adding 'torch/include/c10/util/accumulate.h' 2024-08-06T20:45:18.0916408Z adding 'torch/include/c10/util/bit_cast.h' 2024-08-06T20:45:18.0924930Z adding 'torch/include/c10/util/bits.h' 2024-08-06T20:45:18.0928349Z adding 'torch/include/c10/util/complex.h' 2024-08-06T20:45:18.0933745Z adding 'torch/include/c10/util/complex_math.h' 2024-08-06T20:45:18.0937015Z adding 'torch/include/c10/util/complex_utils.h' 2024-08-06T20:45:18.0940347Z adding 'torch/include/c10/util/copysign.h' 2024-08-06T20:45:18.0943539Z adding 'torch/include/c10/util/env.h' 2024-08-06T20:45:18.0959569Z adding 'torch/include/c10/util/flat_hash_map.h' 2024-08-06T20:45:18.0964151Z adding 'torch/include/c10/util/floating_point_utils.h' 2024-08-06T20:45:18.0967644Z adding 'torch/include/c10/util/generic_math.h' 2024-08-06T20:45:18.0973419Z adding 'torch/include/c10/util/hash.h' 2024-08-06T20:45:18.0979540Z adding 'torch/include/c10/util/int128.h' 2024-08-06T20:45:18.0994259Z adding 'torch/include/c10/util/intrusive_ptr.h' 2024-08-06T20:45:18.0999212Z adding 'torch/include/c10/util/irange.h' 2024-08-06T20:45:18.1009478Z adding 'torch/include/c10/util/llvmMathExtras.h' 2024-08-06T20:45:18.1013991Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2024-08-06T20:45:18.1018828Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2024-08-06T20:45:18.1022128Z adding 'torch/include/c10/util/numa.h' 2024-08-06T20:45:18.1040472Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2024-08-06T20:45:18.1044888Z adding 'torch/include/c10/util/overloaded.h' 2024-08-06T20:45:18.1047671Z adding 'torch/include/c10/util/python_stub.h' 2024-08-06T20:45:18.1050575Z adding 'torch/include/c10/util/qint32.h' 2024-08-06T20:45:18.1053706Z adding 'torch/include/c10/util/qint8.h' 2024-08-06T20:45:18.1056540Z adding 'torch/include/c10/util/quint2x4.h' 2024-08-06T20:45:18.1059467Z adding 'torch/include/c10/util/quint4x2.h' 2024-08-06T20:45:18.1062374Z adding 'torch/include/c10/util/quint8.h' 2024-08-06T20:45:18.1065767Z adding 'torch/include/c10/util/safe_numerics.h' 2024-08-06T20:45:18.1069597Z adding 'torch/include/c10/util/signal_handler.h' 2024-08-06T20:45:18.1078837Z adding 'torch/include/c10/util/sparse_bitset.h' 2024-08-06T20:45:18.1082983Z adding 'torch/include/c10/util/ssize.h' 2024-08-06T20:45:18.1086201Z adding 'torch/include/c10/util/static_tracepoint.h' 2024-08-06T20:45:18.1090670Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2024-08-06T20:45:18.1094012Z adding 'torch/include/c10/util/strides.h' 2024-08-06T20:45:18.1096983Z adding 'torch/include/c10/util/string_utils.h' 2024-08-06T20:45:18.1103430Z adding 'torch/include/c10/util/string_view.h' 2024-08-06T20:45:18.1113268Z adding 'torch/include/c10/util/strong_type.h' 2024-08-06T20:45:18.1117886Z adding 'torch/include/c10/util/tempfile.h' 2024-08-06T20:45:18.1120906Z adding 'torch/include/c10/util/thread_name.h' 2024-08-06T20:45:18.1130302Z adding 'torch/include/c10/util/typeid.h' 2024-08-06T20:45:18.1134201Z adding 'torch/include/c10/util/win32-headers.h' 2024-08-06T20:45:18.1138175Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2024-08-06T20:45:18.1142878Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2024-08-06T20:45:18.1146609Z adding 'torch/include/c10/xpu/XPUException.h' 2024-08-06T20:45:18.1150613Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2024-08-06T20:45:18.1153056Z adding 'torch/include/c10/xpu/XPUMacros.h' 2024-08-06T20:45:18.1157688Z adding 'torch/include/c10/xpu/XPUStream.h' 2024-08-06T20:45:18.1162781Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2024-08-06T20:45:18.1203812Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2024-08-06T20:45:18.1208843Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2024-08-06T20:45:18.1212120Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2024-08-06T20:45:18.1218503Z adding 'torch/include/caffe2/serialize/inline_container.h' 2024-08-06T20:45:18.1221106Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2024-08-06T20:45:18.1224351Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2024-08-06T20:45:18.1229827Z adding 'torch/include/caffe2/serialize/versions.h' 2024-08-06T20:45:18.1234099Z adding 'torch/include/kineto/AbstractConfig.h' 2024-08-06T20:45:18.1238412Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2024-08-06T20:45:18.1241718Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2024-08-06T20:45:18.1245144Z adding 'torch/include/kineto/ActivityType.h' 2024-08-06T20:45:18.1248328Z adding 'torch/include/kineto/ClientInterface.h' 2024-08-06T20:45:18.1255209Z adding 'torch/include/kineto/Config.h' 2024-08-06T20:45:18.1259717Z adding 'torch/include/kineto/GenericTraceActivity.h' 2024-08-06T20:45:18.1264069Z adding 'torch/include/kineto/IActivityProfiler.h' 2024-08-06T20:45:18.1267536Z adding 'torch/include/kineto/ILoggerObserver.h' 2024-08-06T20:45:18.1271237Z adding 'torch/include/kineto/ITraceActivity.h' 2024-08-06T20:45:18.1274190Z adding 'torch/include/kineto/LoggingAPI.h' 2024-08-06T20:45:18.1277485Z adding 'torch/include/kineto/ThreadUtil.h' 2024-08-06T20:45:18.1280778Z adding 'torch/include/kineto/TraceSpan.h' 2024-08-06T20:45:18.1284602Z adding 'torch/include/kineto/libkineto.h' 2024-08-06T20:45:18.1288254Z adding 'torch/include/kineto/output_base.h' 2024-08-06T20:45:18.1291372Z adding 'torch/include/kineto/time_since_epoch.h' 2024-08-06T20:45:18.1301188Z adding 'torch/include/pybind11/attr.h' 2024-08-06T20:45:18.1306521Z adding 'torch/include/pybind11/buffer_info.h' 2024-08-06T20:45:18.1330820Z adding 'torch/include/pybind11/cast.h' 2024-08-06T20:45:18.1337721Z adding 'torch/include/pybind11/chrono.h' 2024-08-06T20:45:18.1340564Z adding 'torch/include/pybind11/common.h' 2024-08-06T20:45:18.1344117Z adding 'torch/include/pybind11/complex.h' 2024-08-06T20:45:18.1347351Z adding 'torch/include/pybind11/eigen.h' 2024-08-06T20:45:18.1353438Z adding 'torch/include/pybind11/embed.h' 2024-08-06T20:45:18.1357943Z adding 'torch/include/pybind11/eval.h' 2024-08-06T20:45:18.1362438Z adding 'torch/include/pybind11/functional.h' 2024-08-06T20:45:18.1367251Z adding 'torch/include/pybind11/gil.h' 2024-08-06T20:45:18.1371630Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2024-08-06T20:45:18.1377197Z adding 'torch/include/pybind11/iostream.h' 2024-08-06T20:45:18.1404355Z adding 'torch/include/pybind11/numpy.h' 2024-08-06T20:45:18.1411383Z adding 'torch/include/pybind11/operators.h' 2024-08-06T20:45:18.1414771Z adding 'torch/include/pybind11/options.h' 2024-08-06T20:45:18.1457767Z adding 'torch/include/pybind11/pybind11.h' 2024-08-06T20:45:18.1491983Z adding 'torch/include/pybind11/pytypes.h' 2024-08-06T20:45:18.1500485Z adding 'torch/include/pybind11/stl.h' 2024-08-06T20:45:18.1510466Z adding 'torch/include/pybind11/stl_bind.h' 2024-08-06T20:45:18.1514826Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2024-08-06T20:45:18.1519079Z adding 'torch/include/pybind11/typing.h' 2024-08-06T20:45:18.1530992Z adding 'torch/include/pybind11/detail/class.h' 2024-08-06T20:45:18.1550615Z adding 'torch/include/pybind11/detail/common.h' 2024-08-06T20:45:18.1556199Z adding 'torch/include/pybind11/detail/descr.h' 2024-08-06T20:45:18.1564014Z adding 'torch/include/pybind11/detail/init.h' 2024-08-06T20:45:18.1575834Z adding 'torch/include/pybind11/detail/internals.h' 2024-08-06T20:45:18.1595076Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2024-08-06T20:45:18.1599658Z adding 'torch/include/pybind11/detail/typeid.h' 2024-08-06T20:45:18.1603661Z adding 'torch/include/pybind11/eigen/common.h' 2024-08-06T20:45:18.1615234Z adding 'torch/include/pybind11/eigen/matrix.h' 2024-08-06T20:45:18.1622444Z adding 'torch/include/pybind11/eigen/tensor.h' 2024-08-06T20:45:18.1631964Z adding 'torch/include/torch/custom_class.h' 2024-08-06T20:45:18.1638215Z adding 'torch/include/torch/custom_class_detail.h' 2024-08-06T20:45:18.1641375Z adding 'torch/include/torch/extension.h' 2024-08-06T20:45:18.1656495Z adding 'torch/include/torch/library.h' 2024-08-06T20:45:18.1660627Z adding 'torch/include/torch/script.h' 2024-08-06T20:45:18.1665908Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2024-08-06T20:45:18.1668885Z adding 'torch/include/torch/csrc/DataLoader.h' 2024-08-06T20:45:18.1672007Z adding 'torch/include/torch/csrc/Device.h' 2024-08-06T20:45:18.1675182Z adding 'torch/include/torch/csrc/Dtype.h' 2024-08-06T20:45:18.1678505Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2024-08-06T20:45:18.1681513Z adding 'torch/include/torch/csrc/Event.h' 2024-08-06T20:45:18.1688170Z adding 'torch/include/torch/csrc/Exceptions.h' 2024-08-06T20:45:18.1691452Z adding 'torch/include/torch/csrc/Export.h' 2024-08-06T20:45:18.1694692Z adding 'torch/include/torch/csrc/Generator.h' 2024-08-06T20:45:18.1697748Z adding 'torch/include/torch/csrc/Layout.h' 2024-08-06T20:45:18.1700766Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2024-08-06T20:45:18.1703673Z adding 'torch/include/torch/csrc/Module.h' 2024-08-06T20:45:18.1706679Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2024-08-06T20:45:18.1709628Z adding 'torch/include/torch/csrc/QScheme.h' 2024-08-06T20:45:18.1712543Z adding 'torch/include/torch/csrc/Size.h' 2024-08-06T20:45:18.1715847Z adding 'torch/include/torch/csrc/Storage.h' 2024-08-06T20:45:18.1718728Z adding 'torch/include/torch/csrc/StorageMethods.h' 2024-08-06T20:45:18.1721641Z adding 'torch/include/torch/csrc/StorageSharing.h' 2024-08-06T20:45:18.1724610Z adding 'torch/include/torch/csrc/Stream.h' 2024-08-06T20:45:18.1727480Z adding 'torch/include/torch/csrc/THConcat.h' 2024-08-06T20:45:18.1730476Z adding 'torch/include/torch/csrc/THP.h' 2024-08-06T20:45:18.1734265Z adding 'torch/include/torch/csrc/TypeInfo.h' 2024-08-06T20:45:18.1737206Z adding 'torch/include/torch/csrc/Types.h' 2024-08-06T20:45:18.1740393Z adding 'torch/include/torch/csrc/copy_utils.h' 2024-08-06T20:45:18.1743477Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2024-08-06T20:45:18.1746201Z adding 'torch/include/torch/csrc/python_dimname.h' 2024-08-06T20:45:18.1749145Z adding 'torch/include/torch/csrc/python_headers.h' 2024-08-06T20:45:18.1752260Z adding 'torch/include/torch/csrc/serialization.h' 2024-08-06T20:45:18.1756937Z adding 'torch/include/torch/csrc/utils.h' 2024-08-06T20:45:18.1762456Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2024-08-06T20:45:18.1765641Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2024-08-06T20:45:18.1768580Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2024-08-06T20:45:18.1771627Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2024-08-06T20:45:18.1774558Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2024-08-06T20:45:18.1779164Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2024-08-06T20:45:18.1783629Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2024-08-06T20:45:18.1788496Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2024-08-06T20:45:18.1792135Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2024-08-06T20:45:18.1795331Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2024-08-06T20:45:18.1802175Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2024-08-06T20:45:18.1806732Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2024-08-06T20:45:18.1810044Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2024-08-06T20:45:18.1813019Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2024-08-06T20:45:18.1815923Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2024-08-06T20:45:18.1822263Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2024-08-06T20:45:18.1827771Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2024-08-06T20:45:18.1831956Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2024-08-06T20:45:18.1835143Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2024-08-06T20:45:18.1842140Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2024-08-06T20:45:18.1846026Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2024-08-06T20:45:18.1849549Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2024-08-06T20:45:18.1853292Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2024-08-06T20:45:18.1856373Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2024-08-06T20:45:18.1859549Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2024-08-06T20:45:18.1863742Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2024-08-06T20:45:18.1867413Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2024-08-06T20:45:18.1870377Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2024-08-06T20:45:18.1873643Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2024-08-06T20:45:18.1878012Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2024-08-06T20:45:18.1881038Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2024-08-06T20:45:18.1883959Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2024-08-06T20:45:18.1887155Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2024-08-06T20:45:18.1893183Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2024-08-06T20:45:18.1897135Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2024-08-06T20:45:18.1900920Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2024-08-06T20:45:18.1905562Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2024-08-06T20:45:18.1914542Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2024-08-06T20:45:18.1919139Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2024-08-06T20:45:18.1922567Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2024-08-06T20:45:18.1926134Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2024-08-06T20:45:18.1929911Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2024-08-06T20:45:18.1933059Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2024-08-06T20:45:18.1937554Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2024-08-06T20:45:18.1941281Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2024-08-06T20:45:18.1945478Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2024-08-06T20:45:18.1950074Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2024-08-06T20:45:18.1953389Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2024-08-06T20:45:18.1957249Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2024-08-06T20:45:18.1960729Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2024-08-06T20:45:18.1964076Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2024-08-06T20:45:18.1967225Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2024-08-06T20:45:18.1970685Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2024-08-06T20:45:18.1974896Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2024-08-06T20:45:18.1978206Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2024-08-06T20:45:18.1981504Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2024-08-06T20:45:18.1984879Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2024-08-06T20:45:18.1988338Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2024-08-06T20:45:18.1995404Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2024-08-06T20:45:18.1999323Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2024-08-06T20:45:18.2004234Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2024-08-06T20:45:18.2007357Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2024-08-06T20:45:18.2011417Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2024-08-06T20:45:18.2020933Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2024-08-06T20:45:18.2024766Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2024-08-06T20:45:18.2027977Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2024-08-06T20:45:18.2031833Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2024-08-06T20:45:18.2037403Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2024-08-06T20:45:18.2040275Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2024-08-06T20:45:18.2049449Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2024-08-06T20:45:18.2054514Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2024-08-06T20:45:18.2057674Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2024-08-06T20:45:18.2061522Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2024-08-06T20:45:18.2066007Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2024-08-06T20:45:18.2070039Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2024-08-06T20:45:18.2073834Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2024-08-06T20:45:18.2077580Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2024-08-06T20:45:18.2080737Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2024-08-06T20:45:18.2088709Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2024-08-06T20:45:18.2093100Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2024-08-06T20:45:18.2096838Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2024-08-06T20:45:18.2100363Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2024-08-06T20:45:18.2107612Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2024-08-06T20:45:18.2113437Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2024-08-06T20:45:18.2117799Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2024-08-06T20:45:18.2122745Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2024-08-06T20:45:18.2128988Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2024-08-06T20:45:18.2134060Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2024-08-06T20:45:18.2138333Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2024-08-06T20:45:18.2142649Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2024-08-06T20:45:18.2148479Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2024-08-06T20:45:18.2152659Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2024-08-06T20:45:18.2156897Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2024-08-06T20:45:18.2162076Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2024-08-06T20:45:18.2165143Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2024-08-06T20:45:18.2169240Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2024-08-06T20:45:18.2173749Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2024-08-06T20:45:18.2181416Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2024-08-06T20:45:18.2186613Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2024-08-06T20:45:18.2191416Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2024-08-06T20:45:18.2195564Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2024-08-06T20:45:18.2202359Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2024-08-06T20:45:18.2208268Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2024-08-06T20:45:18.2213449Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2024-08-06T20:45:18.2217284Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2024-08-06T20:45:18.2221808Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2024-08-06T20:45:18.2225541Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2024-08-06T20:45:18.2229006Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2024-08-06T20:45:18.2236657Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2024-08-06T20:45:18.2241558Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2024-08-06T20:45:18.2245348Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2024-08-06T20:45:18.2249625Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2024-08-06T20:45:18.2254767Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2024-08-06T20:45:18.2260257Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2024-08-06T20:45:18.2264500Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2024-08-06T20:45:18.2268450Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2024-08-06T20:45:18.2272902Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2024-08-06T20:45:18.2279669Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2024-08-06T20:45:18.2287104Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2024-08-06T20:45:18.2290830Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2024-08-06T20:45:18.2294697Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2024-08-06T20:45:18.2299321Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2024-08-06T20:45:18.2303974Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2024-08-06T20:45:18.2306704Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2024-08-06T20:45:18.2311501Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2024-08-06T20:45:18.2315608Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2024-08-06T20:45:18.2319175Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2024-08-06T20:45:18.2322828Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2024-08-06T20:45:18.2332150Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2024-08-06T20:45:18.2337747Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2024-08-06T20:45:18.2342240Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2024-08-06T20:45:18.2345614Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2024-08-06T20:45:18.2351095Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2024-08-06T20:45:18.2356103Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2024-08-06T20:45:18.2360097Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2024-08-06T20:45:18.2364037Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2024-08-06T20:45:18.2367551Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2024-08-06T20:45:18.2371624Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2024-08-06T20:45:18.2375023Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2024-08-06T20:45:18.2381823Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2024-08-06T20:45:18.2387050Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2024-08-06T20:45:18.2390912Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2024-08-06T20:45:18.2397104Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2024-08-06T20:45:18.2402139Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2024-08-06T20:45:18.2405965Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2024-08-06T20:45:18.2409656Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2024-08-06T20:45:18.2413580Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2024-08-06T20:45:18.2418402Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2024-08-06T20:45:18.2422299Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2024-08-06T20:45:18.2427796Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2024-08-06T20:45:18.2431668Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2024-08-06T20:45:18.2436079Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2024-08-06T20:45:18.2439560Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2024-08-06T20:45:18.2442597Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2024-08-06T20:45:18.2446254Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2024-08-06T20:45:18.2450089Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2024-08-06T20:45:18.2453838Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2024-08-06T20:45:18.2456863Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2024-08-06T20:45:18.2467659Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2024-08-06T20:45:18.2471765Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2024-08-06T20:45:18.2477995Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2024-08-06T20:45:18.2481886Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2024-08-06T20:45:18.2486069Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2024-08-06T20:45:18.2489558Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2024-08-06T20:45:18.2492587Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2024-08-06T20:45:18.2500479Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2024-08-06T20:45:18.2504293Z adding 'torch/include/torch/csrc/autograd/edge.h' 2024-08-06T20:45:18.2510081Z adding 'torch/include/torch/csrc/autograd/engine.h' 2024-08-06T20:45:18.2515999Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2024-08-06T20:45:18.2528750Z adding 'torch/include/torch/csrc/autograd/function.h' 2024-08-06T20:45:18.2532875Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2024-08-06T20:45:18.2535886Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2024-08-06T20:45:18.2541375Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2024-08-06T20:45:18.2544984Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2024-08-06T20:45:18.2548638Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2024-08-06T20:45:18.2552133Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2024-08-06T20:45:18.2555660Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2024-08-06T20:45:18.2560006Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2024-08-06T20:45:18.2565913Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2024-08-06T20:45:18.2569151Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2024-08-06T20:45:18.2572696Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2024-08-06T20:45:18.2575585Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2024-08-06T20:45:18.2579422Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2024-08-06T20:45:18.2582819Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2024-08-06T20:45:18.2585952Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2024-08-06T20:45:18.2588820Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2024-08-06T20:45:18.2593285Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2024-08-06T20:45:18.2596990Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2024-08-06T20:45:18.2600082Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2024-08-06T20:45:18.2603211Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2024-08-06T20:45:18.2606012Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2024-08-06T20:45:18.2609014Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2024-08-06T20:45:18.2612201Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2024-08-06T20:45:18.2615184Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2024-08-06T20:45:18.2618029Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2024-08-06T20:45:18.2621164Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2024-08-06T20:45:18.2624959Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2024-08-06T20:45:18.2628785Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2024-08-06T20:45:18.2632119Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2024-08-06T20:45:18.2636792Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2024-08-06T20:45:18.2639728Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2024-08-06T20:45:18.2642758Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2024-08-06T20:45:18.2658992Z adding 'torch/include/torch/csrc/autograd/variable.h' 2024-08-06T20:45:18.2662955Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2024-08-06T20:45:18.2670739Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2024-08-06T20:45:18.2674560Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2024-08-06T20:45:18.2678216Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2024-08-06T20:45:18.2681630Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2024-08-06T20:45:18.2686382Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2024-08-06T20:45:18.2690525Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2024-08-06T20:45:18.2742001Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2024-08-06T20:45:18.2757000Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2024-08-06T20:45:18.2763477Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2024-08-06T20:45:18.2767968Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2024-08-06T20:45:18.2771157Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2024-08-06T20:45:18.2780131Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2024-08-06T20:45:18.2785402Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2024-08-06T20:45:18.2789191Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2024-08-06T20:45:18.2792650Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2024-08-06T20:45:18.2796346Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2024-08-06T20:45:18.2799373Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2024-08-06T20:45:18.2803247Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2024-08-06T20:45:18.2808681Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2024-08-06T20:45:18.2811917Z adding 'torch/include/torch/csrc/cuda/Event.h' 2024-08-06T20:45:18.2815021Z adding 'torch/include/torch/csrc/cuda/Module.h' 2024-08-06T20:45:18.2818149Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2024-08-06T20:45:18.2821132Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2024-08-06T20:45:18.2824286Z adding 'torch/include/torch/csrc/cuda/comm.h' 2024-08-06T20:45:18.2827442Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2024-08-06T20:45:18.2830684Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2024-08-06T20:45:18.2834964Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2024-08-06T20:45:18.2838182Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2024-08-06T20:45:18.2841109Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2024-08-06T20:45:18.2847793Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2024-08-06T20:45:18.2852766Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2024-08-06T20:45:18.2857251Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2024-08-06T20:45:18.2860733Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2024-08-06T20:45:18.2864859Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2024-08-06T20:45:18.2868246Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2024-08-06T20:45:18.2871547Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2024-08-06T20:45:18.2874925Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2024-08-06T20:45:18.2878298Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2024-08-06T20:45:18.2882023Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2024-08-06T20:45:18.2885797Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2024-08-06T20:45:18.2889489Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2024-08-06T20:45:18.2892862Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2024-08-06T20:45:18.2896082Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2024-08-06T20:45:18.2902901Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2024-08-06T20:45:18.2906726Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2024-08-06T20:45:18.2910453Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2024-08-06T20:45:18.2913895Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2024-08-06T20:45:18.2918018Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2024-08-06T20:45:18.2921388Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2024-08-06T20:45:18.2924575Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2024-08-06T20:45:18.2928156Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2024-08-06T20:45:18.2931234Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2024-08-06T20:45:18.2934598Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2024-08-06T20:45:18.2947719Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2024-08-06T20:45:18.2952976Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2024-08-06T20:45:18.2956709Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2024-08-06T20:45:18.2965107Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2024-08-06T20:45:18.2972308Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2024-08-06T20:45:18.2977526Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2024-08-06T20:45:18.2995151Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2024-08-06T20:45:18.2999910Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2024-08-06T20:45:18.3005235Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2024-08-06T20:45:18.3009414Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2024-08-06T20:45:18.3013930Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2024-08-06T20:45:18.3017693Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2024-08-06T20:45:18.3021427Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2024-08-06T20:45:18.3026120Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2024-08-06T20:45:18.3030271Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2024-08-06T20:45:18.3034452Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2024-08-06T20:45:18.3039470Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2024-08-06T20:45:18.3044017Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2024-08-06T20:45:18.3047830Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2024-08-06T20:45:18.3052322Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2024-08-06T20:45:18.3055803Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2024-08-06T20:45:18.3064120Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2024-08-06T20:45:18.3067990Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2024-08-06T20:45:18.3072727Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2024-08-06T20:45:18.3076591Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2024-08-06T20:45:18.3080679Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2024-08-06T20:45:18.3084120Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2024-08-06T20:45:18.3087548Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2024-08-06T20:45:18.3090882Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2024-08-06T20:45:18.3094250Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2024-08-06T20:45:18.3098365Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2024-08-06T20:45:18.3103019Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2024-08-06T20:45:18.3106643Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2024-08-06T20:45:18.3110002Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2024-08-06T20:45:18.3121417Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2024-08-06T20:45:18.3125839Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2024-08-06T20:45:18.3129472Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2024-08-06T20:45:18.3133023Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2024-08-06T20:45:18.3137797Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2024-08-06T20:45:18.3142662Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2024-08-06T20:45:18.3146723Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2024-08-06T20:45:18.3149971Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2024-08-06T20:45:18.3153557Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2024-08-06T20:45:18.3157073Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2024-08-06T20:45:18.3160259Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2024-08-06T20:45:18.3164705Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2024-08-06T20:45:18.3168171Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2024-08-06T20:45:18.3171642Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2024-08-06T20:45:18.3175424Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2024-08-06T20:45:18.3178395Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2024-08-06T20:45:18.3185119Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2024-08-06T20:45:18.3188829Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2024-08-06T20:45:18.3196866Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2024-08-06T20:45:18.3205373Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2024-08-06T20:45:18.3209774Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2024-08-06T20:45:18.3213531Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2024-08-06T20:45:18.3217451Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2024-08-06T20:45:18.3221194Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2024-08-06T20:45:18.3228910Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2024-08-06T20:45:18.3233040Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2024-08-06T20:45:18.3236688Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2024-08-06T20:45:18.3240170Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2024-08-06T20:45:18.3244049Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2024-08-06T20:45:18.3247117Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2024-08-06T20:45:18.3251047Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2024-08-06T20:45:18.3255564Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2024-08-06T20:45:18.3264911Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2024-08-06T20:45:18.3268690Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2024-08-06T20:45:18.3272306Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2024-08-06T20:45:18.3275423Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2024-08-06T20:45:18.3278864Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2024-08-06T20:45:18.3281741Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2024-08-06T20:45:18.3285971Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2024-08-06T20:45:18.3289334Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2024-08-06T20:45:18.3292820Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2024-08-06T20:45:18.3295969Z adding 'torch/include/torch/csrc/dynamo/init.h' 2024-08-06T20:45:18.3298969Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2024-08-06T20:45:18.3301998Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2024-08-06T20:45:18.3306319Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2024-08-06T20:45:18.3310564Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2024-08-06T20:45:18.3313947Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2024-08-06T20:45:18.3317651Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2024-08-06T20:45:18.3320252Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2024-08-06T20:45:18.3326591Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2024-08-06T20:45:18.3330436Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2024-08-06T20:45:18.3335145Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2024-08-06T20:45:18.3342732Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2024-08-06T20:45:18.3350707Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2024-08-06T20:45:18.3354787Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2024-08-06T20:45:18.3358468Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2024-08-06T20:45:18.3362680Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2024-08-06T20:45:18.3366248Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2024-08-06T20:45:18.3370158Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2024-08-06T20:45:18.3373777Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2024-08-06T20:45:18.3376927Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2024-08-06T20:45:18.3380258Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2024-08-06T20:45:18.3384209Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2024-08-06T20:45:18.3392784Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2024-08-06T20:45:18.3400338Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2024-08-06T20:45:18.3407652Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2024-08-06T20:45:18.3413305Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2024-08-06T20:45:18.3417375Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2024-08-06T20:45:18.3419924Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2024-08-06T20:45:18.3426669Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2024-08-06T20:45:18.3431352Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2024-08-06T20:45:18.3435404Z adding 'torch/include/torch/csrc/jit/api/method.h' 2024-08-06T20:45:18.3444998Z adding 'torch/include/torch/csrc/jit/api/module.h' 2024-08-06T20:45:18.3450080Z adding 'torch/include/torch/csrc/jit/api/object.h' 2024-08-06T20:45:18.3454935Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2024-08-06T20:45:18.3459864Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2024-08-06T20:45:18.3463623Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2024-08-06T20:45:18.3467093Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2024-08-06T20:45:18.3470630Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2024-08-06T20:45:18.3473677Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2024-08-06T20:45:18.3477039Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2024-08-06T20:45:18.3480078Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2024-08-06T20:45:18.3483033Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2024-08-06T20:45:18.3487733Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2024-08-06T20:45:18.3491877Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2024-08-06T20:45:18.3494939Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2024-08-06T20:45:18.3500199Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2024-08-06T20:45:18.3503491Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2024-08-06T20:45:18.3506474Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2024-08-06T20:45:18.3509769Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2024-08-06T20:45:18.3512745Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2024-08-06T20:45:18.3516004Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2024-08-06T20:45:18.3519013Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2024-08-06T20:45:18.3521956Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2024-08-06T20:45:18.3530161Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2024-08-06T20:45:18.3534063Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2024-08-06T20:45:18.3537258Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2024-08-06T20:45:18.3540845Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2024-08-06T20:45:18.3544041Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2024-08-06T20:45:18.3546985Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2024-08-06T20:45:18.3550349Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2024-08-06T20:45:18.3553851Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2024-08-06T20:45:18.3557372Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2024-08-06T20:45:18.3560734Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2024-08-06T20:45:18.3567160Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2024-08-06T20:45:18.3570848Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2024-08-06T20:45:18.3574009Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2024-08-06T20:45:18.3584296Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2024-08-06T20:45:18.3590472Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2024-08-06T20:45:18.3595730Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2024-08-06T20:45:18.3607579Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2024-08-06T20:45:18.3612032Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2024-08-06T20:45:18.3619856Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2024-08-06T20:45:18.3623779Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2024-08-06T20:45:18.3627421Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2024-08-06T20:45:18.3631847Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2024-08-06T20:45:18.3635351Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2024-08-06T20:45:18.3656787Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2024-08-06T20:45:18.3662465Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2024-08-06T20:45:18.3665650Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2024-08-06T20:45:18.3669330Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2024-08-06T20:45:18.3672407Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2024-08-06T20:45:18.3677555Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2024-08-06T20:45:18.3681550Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2024-08-06T20:45:18.3684712Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2024-08-06T20:45:18.3689120Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2024-08-06T20:45:18.3692770Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2024-08-06T20:45:18.3697482Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2024-08-06T20:45:18.3701782Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2024-08-06T20:45:18.3705476Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2024-08-06T20:45:18.3709070Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2024-08-06T20:45:18.3713011Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2024-08-06T20:45:18.3717050Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2024-08-06T20:45:18.3720365Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2024-08-06T20:45:18.3723432Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2024-08-06T20:45:18.3726738Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2024-08-06T20:45:18.3731079Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2024-08-06T20:45:18.3735175Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2024-08-06T20:45:18.3738616Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2024-08-06T20:45:18.3741779Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2024-08-06T20:45:18.3744984Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2024-08-06T20:45:18.3748973Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2024-08-06T20:45:18.3752320Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2024-08-06T20:45:18.3755830Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2024-08-06T20:45:18.3759363Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2024-08-06T20:45:18.3762681Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2024-08-06T20:45:18.3765974Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2024-08-06T20:45:18.3771379Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2024-08-06T20:45:18.3774466Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2024-08-06T20:45:18.3777344Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2024-08-06T20:45:18.3780713Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2024-08-06T20:45:18.3783770Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2024-08-06T20:45:18.3787097Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2024-08-06T20:45:18.3790787Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2024-08-06T20:45:18.3793700Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2024-08-06T20:45:18.3796973Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2024-08-06T20:45:18.3800164Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2024-08-06T20:45:18.3803954Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2024-08-06T20:45:18.3807190Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2024-08-06T20:45:18.3809390Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2024-08-06T20:45:18.3812899Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2024-08-06T20:45:18.3815842Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2024-08-06T20:45:18.3818879Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2024-08-06T20:45:18.3822224Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2024-08-06T20:45:18.3825282Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2024-08-06T20:45:18.3828250Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2024-08-06T20:45:18.3831517Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2024-08-06T20:45:18.3835579Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2024-08-06T20:45:18.3838109Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2024-08-06T20:45:18.3841687Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2024-08-06T20:45:18.3844923Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2024-08-06T20:45:18.3848248Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2024-08-06T20:45:18.3852399Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2024-08-06T20:45:18.3854783Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2024-08-06T20:45:18.3858263Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2024-08-06T20:45:18.3860990Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2024-08-06T20:45:18.3864225Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2024-08-06T20:45:18.3867172Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2024-08-06T20:45:18.3870305Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2024-08-06T20:45:18.3873293Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2024-08-06T20:45:18.3876895Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2024-08-06T20:45:18.3886133Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2024-08-06T20:45:18.3889424Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2024-08-06T20:45:18.3893292Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2024-08-06T20:45:18.3896126Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2024-08-06T20:45:18.3899234Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2024-08-06T20:45:18.3902309Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2024-08-06T20:45:18.3905666Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2024-08-06T20:45:18.3908667Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2024-08-06T20:45:18.3911739Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2024-08-06T20:45:18.3914764Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2024-08-06T20:45:18.3917947Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2024-08-06T20:45:18.3921212Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2024-08-06T20:45:18.3923984Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2024-08-06T20:45:18.3927219Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2024-08-06T20:45:18.3930457Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2024-08-06T20:45:18.3933987Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2024-08-06T20:45:18.3936971Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2024-08-06T20:45:18.3940074Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2024-08-06T20:45:18.3943889Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2024-08-06T20:45:18.3946225Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2024-08-06T20:45:18.3949867Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2024-08-06T20:45:18.3952407Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2024-08-06T20:45:18.3956024Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2024-08-06T20:45:18.3959141Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2024-08-06T20:45:18.3963531Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2024-08-06T20:45:18.3966888Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2024-08-06T20:45:18.3970118Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2024-08-06T20:45:18.3973460Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2024-08-06T20:45:18.3976854Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2024-08-06T20:45:18.3980048Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2024-08-06T20:45:18.3983780Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2024-08-06T20:45:18.3986051Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2024-08-06T20:45:18.3989373Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2024-08-06T20:45:18.3992347Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2024-08-06T20:45:18.3995504Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2024-08-06T20:45:18.3998501Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2024-08-06T20:45:18.4002127Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2024-08-06T20:45:18.4005261Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2024-08-06T20:45:18.4008521Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2024-08-06T20:45:18.4012314Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2024-08-06T20:45:18.4014936Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2024-08-06T20:45:18.4018320Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2024-08-06T20:45:18.4021466Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2024-08-06T20:45:18.4025565Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2024-08-06T20:45:18.4029809Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2024-08-06T20:45:18.4032685Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2024-08-06T20:45:18.4036789Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2024-08-06T20:45:18.4040544Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2024-08-06T20:45:18.4043986Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2024-08-06T20:45:18.4047613Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2024-08-06T20:45:18.4050976Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2024-08-06T20:45:18.4053990Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2024-08-06T20:45:18.4076705Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2024-08-06T20:45:18.4077107Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2024-08-06T20:45:18.4077319Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2024-08-06T20:45:18.4077556Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2024-08-06T20:45:18.4077751Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2024-08-06T20:45:18.4077987Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2024-08-06T20:45:18.4080878Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2024-08-06T20:45:18.4090764Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2024-08-06T20:45:18.4095204Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2024-08-06T20:45:18.4098577Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2024-08-06T20:45:18.4102410Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2024-08-06T20:45:18.4107139Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2024-08-06T20:45:18.4110701Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2024-08-06T20:45:18.4114268Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2024-08-06T20:45:18.4117865Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2024-08-06T20:45:18.4121659Z adding 'torch/include/torch/csrc/jit/python/init.h' 2024-08-06T20:45:18.4124821Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2024-08-06T20:45:18.4129747Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2024-08-06T20:45:18.4146012Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2024-08-06T20:45:18.4151124Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2024-08-06T20:45:18.4154648Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2024-08-06T20:45:18.4158327Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2024-08-06T20:45:18.4161963Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2024-08-06T20:45:18.4166360Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2024-08-06T20:45:18.4170438Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2024-08-06T20:45:18.4175861Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2024-08-06T20:45:18.4179559Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2024-08-06T20:45:18.4182804Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2024-08-06T20:45:18.4185625Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2024-08-06T20:45:18.4188567Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2024-08-06T20:45:18.4191709Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2024-08-06T20:45:18.4200615Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2024-08-06T20:45:18.4205053Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2024-08-06T20:45:18.4209208Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2024-08-06T20:45:18.4212304Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2024-08-06T20:45:18.4215565Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2024-08-06T20:45:18.4218590Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2024-08-06T20:45:18.4221580Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2024-08-06T20:45:18.4225729Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2024-08-06T20:45:18.4229969Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2024-08-06T20:45:18.4234486Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2024-08-06T20:45:18.4239079Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2024-08-06T20:45:18.4243601Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2024-08-06T20:45:18.4246983Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2024-08-06T20:45:18.4249950Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2024-08-06T20:45:18.4253458Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2024-08-06T20:45:18.4259048Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2024-08-06T20:45:18.4262390Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2024-08-06T20:45:18.4265669Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2024-08-06T20:45:18.4269095Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2024-08-06T20:45:18.4274186Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2024-08-06T20:45:18.4284184Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2024-08-06T20:45:18.4288837Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2024-08-06T20:45:18.4292175Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2024-08-06T20:45:18.4295697Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2024-08-06T20:45:18.4298315Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2024-08-06T20:45:18.4301613Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2024-08-06T20:45:18.4304617Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2024-08-06T20:45:18.4308456Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2024-08-06T20:45:18.4311624Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2024-08-06T20:45:18.4314932Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2024-08-06T20:45:18.4318255Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2024-08-06T20:45:18.4323026Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2024-08-06T20:45:18.4328719Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2024-08-06T20:45:18.4332814Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2024-08-06T20:45:18.4336506Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2024-08-06T20:45:18.4339596Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2024-08-06T20:45:18.4343350Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2024-08-06T20:45:18.4346990Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2024-08-06T20:45:18.4349896Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2024-08-06T20:45:18.4353106Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2024-08-06T20:45:18.4356335Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2024-08-06T20:45:18.4360154Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2024-08-06T20:45:18.4380857Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2024-08-06T20:45:18.4386348Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2024-08-06T20:45:18.4390062Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2024-08-06T20:45:18.4397700Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2024-08-06T20:45:18.4401085Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2024-08-06T20:45:18.4404733Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2024-08-06T20:45:18.4407961Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2024-08-06T20:45:18.4411619Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2024-08-06T20:45:18.4415041Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2024-08-06T20:45:18.4420272Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2024-08-06T20:45:18.4426364Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2024-08-06T20:45:18.4430522Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2024-08-06T20:45:18.4434297Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2024-08-06T20:45:18.4439084Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2024-08-06T20:45:18.4444188Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2024-08-06T20:45:18.4448849Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2024-08-06T20:45:18.4451449Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2024-08-06T20:45:18.4456316Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2024-08-06T20:45:18.4460324Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2024-08-06T20:45:18.4465868Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2024-08-06T20:45:18.4469258Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2024-08-06T20:45:18.4475795Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2024-08-06T20:45:18.4479960Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2024-08-06T20:45:18.4483318Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2024-08-06T20:45:18.4486975Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2024-08-06T20:45:18.4490871Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2024-08-06T20:45:18.4495128Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2024-08-06T20:45:18.4499832Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2024-08-06T20:45:18.4504224Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2024-08-06T20:45:18.4507721Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2024-08-06T20:45:18.4515722Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2024-08-06T20:45:18.4520275Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2024-08-06T20:45:18.4523859Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2024-08-06T20:45:18.4528361Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2024-08-06T20:45:18.4534301Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2024-08-06T20:45:18.4537955Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2024-08-06T20:45:18.4541461Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2024-08-06T20:45:18.4547954Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2024-08-06T20:45:18.4552325Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2024-08-06T20:45:18.4556699Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2024-08-06T20:45:18.4565493Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2024-08-06T20:45:18.4569303Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2024-08-06T20:45:18.4572494Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2024-08-06T20:45:18.4579445Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2024-08-06T20:45:18.4584986Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2024-08-06T20:45:18.4591210Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2024-08-06T20:45:18.4600167Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2024-08-06T20:45:18.4605927Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2024-08-06T20:45:18.4609477Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2024-08-06T20:45:18.4613559Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2024-08-06T20:45:18.4616937Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2024-08-06T20:45:18.4620517Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2024-08-06T20:45:18.4624930Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2024-08-06T20:45:18.4627992Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2024-08-06T20:45:18.4631591Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2024-08-06T20:45:18.4634769Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2024-08-06T20:45:18.4637989Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2024-08-06T20:45:18.4641856Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2024-08-06T20:45:18.4644904Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2024-08-06T20:45:18.4648298Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2024-08-06T20:45:18.4651291Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2024-08-06T20:45:18.4655686Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2024-08-06T20:45:18.4658992Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2024-08-06T20:45:18.4664454Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2024-08-06T20:45:18.4667682Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2024-08-06T20:45:18.4671962Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2024-08-06T20:45:18.4676064Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2024-08-06T20:45:18.4681514Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2024-08-06T20:45:18.4684497Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2024-08-06T20:45:18.4687795Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2024-08-06T20:45:18.4691398Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2024-08-06T20:45:18.4695906Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2024-08-06T20:45:18.4699605Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2024-08-06T20:45:18.4704742Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2024-08-06T20:45:18.4709091Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2024-08-06T20:45:18.4712355Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2024-08-06T20:45:18.4716539Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2024-08-06T20:45:18.4719966Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2024-08-06T20:45:18.4726445Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2024-08-06T20:45:18.4731713Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2024-08-06T20:45:18.4735423Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2024-08-06T20:45:18.4738933Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2024-08-06T20:45:18.4742399Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2024-08-06T20:45:18.4747393Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2024-08-06T20:45:18.4753198Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2024-08-06T20:45:18.4757064Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2024-08-06T20:45:18.4760672Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2024-08-06T20:45:18.4763934Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2024-08-06T20:45:18.4767516Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2024-08-06T20:45:18.4770809Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2024-08-06T20:45:18.4774477Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2024-08-06T20:45:18.4778636Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2024-08-06T20:45:18.4782446Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2024-08-06T20:45:18.4785547Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2024-08-06T20:45:18.4789309Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2024-08-06T20:45:18.4793708Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2024-08-06T20:45:18.4797025Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2024-08-06T20:45:18.4800469Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2024-08-06T20:45:18.4803746Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2024-08-06T20:45:18.4806813Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2024-08-06T20:45:18.4809872Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2024-08-06T20:45:18.4813100Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2024-08-06T20:45:18.4817059Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2024-08-06T20:45:18.4820929Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2024-08-06T20:45:18.4824132Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2024-08-06T20:45:18.4827976Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2024-08-06T20:45:18.4830905Z adding 'torch/include/torch/csrc/onnx/init.h' 2024-08-06T20:45:18.4833975Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2024-08-06T20:45:18.4838072Z adding 'torch/include/torch/csrc/profiler/api.h' 2024-08-06T20:45:18.4845988Z adding 'torch/include/torch/csrc/profiler/collection.h' 2024-08-06T20:45:18.4850206Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2024-08-06T20:45:18.4854590Z adding 'torch/include/torch/csrc/profiler/containers.h' 2024-08-06T20:45:18.4858696Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2024-08-06T20:45:18.4862016Z adding 'torch/include/torch/csrc/profiler/events.h' 2024-08-06T20:45:18.4866198Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2024-08-06T20:45:18.4869667Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2024-08-06T20:45:18.4873252Z adding 'torch/include/torch/csrc/profiler/perf.h' 2024-08-06T20:45:18.4877628Z adding 'torch/include/torch/csrc/profiler/util.h' 2024-08-06T20:45:18.4882756Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2024-08-06T20:45:18.4886402Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2024-08-06T20:45:18.4889563Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2024-08-06T20:45:18.4893476Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2024-08-06T20:45:18.4896809Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2024-08-06T20:45:18.4900783Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2024-08-06T20:45:18.4904256Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2024-08-06T20:45:18.4907323Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2024-08-06T20:45:18.4910229Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2024-08-06T20:45:18.4913603Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2024-08-06T20:45:18.4917832Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2024-08-06T20:45:18.4922096Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2024-08-06T20:45:18.4925752Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2024-08-06T20:45:18.4930620Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2024-08-06T20:45:18.4934763Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2024-08-06T20:45:18.4938286Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2024-08-06T20:45:18.4942075Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2024-08-06T20:45:18.4946178Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2024-08-06T20:45:18.4951785Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2024-08-06T20:45:18.4955949Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2024-08-06T20:45:18.4961596Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2024-08-06T20:45:18.4965971Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2024-08-06T20:45:18.4969710Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2024-08-06T20:45:18.4973743Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2024-08-06T20:45:18.4977133Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2024-08-06T20:45:18.4980532Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2024-08-06T20:45:18.4984047Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2024-08-06T20:45:18.4988273Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2024-08-06T20:45:18.4993946Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2024-08-06T20:45:18.4997400Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2024-08-06T20:45:18.5000379Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2024-08-06T20:45:18.5003910Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2024-08-06T20:45:18.5007265Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2024-08-06T20:45:18.5010348Z adding 'torch/include/torch/csrc/utils/init.h' 2024-08-06T20:45:18.5013815Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2024-08-06T20:45:18.5016492Z adding 'torch/include/torch/csrc/utils/nested.h' 2024-08-06T20:45:18.5019540Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2024-08-06T20:45:18.5022985Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2024-08-06T20:45:18.5026062Z adding 'torch/include/torch/csrc/utils/out_types.h' 2024-08-06T20:45:18.5031691Z adding 'torch/include/torch/csrc/utils/pybind.h' 2024-08-06T20:45:18.5035312Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2024-08-06T20:45:18.5038431Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2024-08-06T20:45:18.5051869Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2024-08-06T20:45:18.5056254Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2024-08-06T20:45:18.5059471Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2024-08-06T20:45:18.5063383Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2024-08-06T20:45:18.5067181Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2024-08-06T20:45:18.5071227Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2024-08-06T20:45:18.5075470Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2024-08-06T20:45:18.5078642Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2024-08-06T20:45:18.5083053Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2024-08-06T20:45:18.5086716Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2024-08-06T20:45:18.5089864Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2024-08-06T20:45:18.5097030Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2024-08-06T20:45:18.5101397Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2024-08-06T20:45:18.5104939Z adding 'torch/include/torch/csrc/utils/six.h' 2024-08-06T20:45:18.5107922Z adding 'torch/include/torch/csrc/utils/structseq.h' 2024-08-06T20:45:18.5112415Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2024-08-06T20:45:18.5115991Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2024-08-06T20:45:18.5119341Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2024-08-06T20:45:18.5122460Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2024-08-06T20:45:18.5125379Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2024-08-06T20:45:18.5128494Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2024-08-06T20:45:18.5132565Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2024-08-06T20:45:18.5135359Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2024-08-06T20:45:18.5138586Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2024-08-06T20:45:18.5141509Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2024-08-06T20:45:18.5145991Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2024-08-06T20:45:18.5151054Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2024-08-06T20:45:18.5154628Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2024-08-06T20:45:18.5158566Z adding 'torch/include/torch/csrc/utils/variadic.h' 2024-08-06T20:45:18.5161765Z adding 'torch/include/torch/csrc/utils/verbose.h' 2024-08-06T20:45:18.5165559Z adding 'torch/include/torch/csrc/xpu/Event.h' 2024-08-06T20:45:18.5168648Z adding 'torch/include/torch/csrc/xpu/Module.h' 2024-08-06T20:45:18.5172160Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2024-08-06T20:45:18.5178397Z adding 'torch/jit/__init__.py' 2024-08-06T20:45:18.5182489Z adding 'torch/jit/_async.py' 2024-08-06T20:45:18.5185945Z adding 'torch/jit/_await.py' 2024-08-06T20:45:18.5190521Z adding 'torch/jit/_builtins.py' 2024-08-06T20:45:18.5196069Z adding 'torch/jit/_check.py' 2024-08-06T20:45:18.5201036Z adding 'torch/jit/_dataclass_impls.py' 2024-08-06T20:45:18.5204157Z adding 'torch/jit/_decomposition_utils.py' 2024-08-06T20:45:18.5208323Z adding 'torch/jit/_decompositions.py' 2024-08-06T20:45:18.5213756Z adding 'torch/jit/_freeze.py' 2024-08-06T20:45:18.5219064Z adding 'torch/jit/_fuser.py' 2024-08-06T20:45:18.5225671Z adding 'torch/jit/_ir_utils.py' 2024-08-06T20:45:18.5227251Z adding 'torch/jit/_logging.py' 2024-08-06T20:45:18.5232124Z adding 'torch/jit/_monkeytype_config.py' 2024-08-06T20:45:18.5235368Z adding 'torch/jit/_pickle.py' 2024-08-06T20:45:18.5252056Z adding 'torch/jit/_recursive.py' 2024-08-06T20:45:18.5278502Z adding 'torch/jit/_script.py' 2024-08-06T20:45:18.5284684Z adding 'torch/jit/_script.pyi' 2024-08-06T20:45:18.5290486Z adding 'torch/jit/_serialization.py' 2024-08-06T20:45:18.5306502Z adding 'torch/jit/_shape_functions.py' 2024-08-06T20:45:18.5311830Z adding 'torch/jit/_state.py' 2024-08-06T20:45:18.5332748Z adding 'torch/jit/_trace.py' 2024-08-06T20:45:18.5341868Z adding 'torch/jit/annotations.py' 2024-08-06T20:45:18.5358669Z adding 'torch/jit/frontend.py' 2024-08-06T20:45:18.5363197Z adding 'torch/jit/generate_bytecode.py' 2024-08-06T20:45:18.5366663Z adding 'torch/jit/quantized.py' 2024-08-06T20:45:18.5372326Z adding 'torch/jit/supported_ops.py' 2024-08-06T20:45:18.5375867Z adding 'torch/jit/unsupported_tensor_ops.py' 2024-08-06T20:45:18.5379678Z adding 'torch/jit/_passes/__init__.py' 2024-08-06T20:45:18.5383074Z adding 'torch/jit/_passes/_property_propagation.py' 2024-08-06T20:45:18.5388278Z adding 'torch/jit/mobile/__init__.py' 2024-08-06T20:45:18.6909857Z adding 'torch/lib/XNNPACK.lib' 2024-08-06T20:45:18.6998116Z adding 'torch/lib/_C.lib' 2024-08-06T20:45:18.7105388Z adding 'torch/lib/aoti_custom_ops.dll' 2024-08-06T20:45:18.7118418Z adding 'torch/lib/aoti_custom_ops.lib' 2024-08-06T20:45:18.7320728Z adding 'torch/lib/asmjit.dll' 2024-08-06T20:45:18.7352928Z adding 'torch/lib/asmjit.lib' 2024-08-06T20:45:18.7462355Z adding 'torch/lib/backend_with_compiler.dll' 2024-08-06T20:45:18.7476028Z adding 'torch/lib/backend_with_compiler.lib' 2024-08-06T20:45:18.7850121Z adding 'torch/lib/c10.dll' 2024-08-06T20:45:18.8018543Z adding 'torch/lib/c10.lib' 2024-08-06T20:45:18.8083365Z adding 'torch/lib/cpuinfo.lib' 2024-08-06T20:45:33.2581650Z adding 'torch/lib/dnnl.lib' 2024-08-06T20:45:34.8773860Z adding 'torch/lib/fbgemm.dll' 2024-08-06T20:45:34.9071835Z adding 'torch/lib/fbgemm.lib' 2024-08-06T20:45:34.9533254Z adding 'torch/lib/fmt.lib' 2024-08-06T20:45:34.9657069Z adding 'torch/lib/jitbackend_test.dll' 2024-08-06T20:45:34.9669668Z adding 'torch/lib/jitbackend_test.lib' 2024-08-06T20:45:35.4881695Z adding 'torch/lib/kineto.lib' 2024-08-06T20:45:35.6782344Z adding 'torch/lib/libprotobuf-lite.lib' 2024-08-06T20:45:36.5736633Z adding 'torch/lib/libprotobuf.lib' 2024-08-06T20:45:37.5998498Z adding 'torch/lib/libprotoc.lib' 2024-08-06T20:45:37.7098840Z adding 'torch/lib/pthreadpool.lib' 2024-08-06T20:45:37.7111721Z adding 'torch/lib/shm.dll' 2024-08-06T20:45:37.7116205Z adding 'torch/lib/shm.lib' 2024-08-06T20:45:38.0743570Z adding 'torch/lib/sleef.lib' 2024-08-06T20:45:38.0956261Z adding 'torch/lib/torch.dll' 2024-08-06T20:45:38.0960118Z adding 'torch/lib/torch.lib' 2024-08-06T20:45:43.6676828Z adding 'torch/lib/torch_cpu.dll' 2024-08-06T20:45:44.4486138Z adding 'torch/lib/torch_cpu.lib' 2024-08-06T20:45:44.5126571Z adding 'torch/lib/torch_global_deps.dll' 2024-08-06T20:45:45.1800359Z adding 'torch/lib/torch_python.dll' 2024-08-06T20:45:45.2178928Z adding 'torch/lib/torch_python.lib' 2024-08-06T20:45:45.2401318Z adding 'torch/lib/torchbind_test.dll' 2024-08-06T20:45:45.2421104Z adding 'torch/lib/torchbind_test.lib' 2024-08-06T20:45:45.2457689Z adding 'torch/linalg/__init__.py' 2024-08-06T20:45:45.2464219Z adding 'torch/masked/__init__.py' 2024-08-06T20:45:45.2471629Z adding 'torch/masked/_docs.py' 2024-08-06T20:45:45.2493052Z adding 'torch/masked/_ops.py' 2024-08-06T20:45:45.2498421Z adding 'torch/masked/maskedtensor/__init__.py' 2024-08-06T20:45:45.2504400Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2024-08-06T20:45:45.2508883Z adding 'torch/masked/maskedtensor/binary.py' 2024-08-06T20:45:45.2515117Z adding 'torch/masked/maskedtensor/core.py' 2024-08-06T20:45:45.2518480Z adding 'torch/masked/maskedtensor/creation.py' 2024-08-06T20:45:45.2521588Z adding 'torch/masked/maskedtensor/passthrough.py' 2024-08-06T20:45:45.2525638Z adding 'torch/masked/maskedtensor/reductions.py' 2024-08-06T20:45:45.2529642Z adding 'torch/masked/maskedtensor/unary.py' 2024-08-06T20:45:45.2533803Z adding 'torch/monitor/__init__.py' 2024-08-06T20:45:45.2538583Z adding 'torch/mps/__init__.py' 2024-08-06T20:45:45.2541939Z adding 'torch/mps/event.py' 2024-08-06T20:45:45.2545307Z adding 'torch/mps/profiler.py' 2024-08-06T20:45:45.2551587Z adding 'torch/mtia/__init__.py' 2024-08-06T20:45:45.2555145Z adding 'torch/mtia/_utils.py' 2024-08-06T20:45:45.2559780Z adding 'torch/multiprocessing/__init__.py' 2024-08-06T20:45:45.2562937Z adding 'torch/multiprocessing/_atfork.py' 2024-08-06T20:45:45.2566268Z adding 'torch/multiprocessing/pool.py' 2024-08-06T20:45:45.2569613Z adding 'torch/multiprocessing/queue.py' 2024-08-06T20:45:45.2578395Z adding 'torch/multiprocessing/reductions.py' 2024-08-06T20:45:45.2584617Z adding 'torch/multiprocessing/spawn.py' 2024-08-06T20:45:45.2593658Z adding 'torch/nested/__init__.py' 2024-08-06T20:45:45.2597499Z adding 'torch/nested/_internal/__init__.py' 2024-08-06T20:45:45.2605401Z adding 'torch/nested/_internal/nested_tensor.py' 2024-08-06T20:45:45.2621644Z adding 'torch/nested/_internal/ops.py' 2024-08-06T20:45:45.2633053Z adding 'torch/nested/_internal/sdpa.py' 2024-08-06T20:45:45.2638243Z adding 'torch/nn/__init__.py' 2024-08-06T20:45:45.2641545Z adding 'torch/nn/_reduction.py' 2024-08-06T20:45:45.2644826Z adding 'torch/nn/common_types.py' 2024-08-06T20:45:45.2648421Z adding 'torch/nn/cpp.py' 2024-08-06T20:45:45.2715495Z adding 'torch/nn/functional.py' 2024-08-06T20:45:45.2726986Z adding 'torch/nn/functional.pyi' 2024-08-06T20:45:45.2731703Z adding 'torch/nn/grad.py' 2024-08-06T20:45:45.2739962Z adding 'torch/nn/init.py' 2024-08-06T20:45:45.2746093Z adding 'torch/nn/parameter.py' 2024-08-06T20:45:45.2749509Z adding 'torch/nn/parameter.pyi' 2024-08-06T20:45:45.2754565Z adding 'torch/nn/attention/__init__.py' 2024-08-06T20:45:45.2758130Z adding 'torch/nn/attention/_utils.py' 2024-08-06T20:45:45.2764016Z adding 'torch/nn/attention/bias.py' 2024-08-06T20:45:45.2777140Z adding 'torch/nn/attention/flex_attention.py' 2024-08-06T20:45:45.2781670Z adding 'torch/nn/backends/__init__.py' 2024-08-06T20:45:45.2784562Z adding 'torch/nn/backends/thnn.py' 2024-08-06T20:45:45.2788318Z adding 'torch/nn/intrinsic/__init__.py' 2024-08-06T20:45:45.2792240Z adding 'torch/nn/intrinsic/modules/__init__.py' 2024-08-06T20:45:45.2795977Z adding 'torch/nn/intrinsic/modules/fused.py' 2024-08-06T20:45:45.2798872Z adding 'torch/nn/intrinsic/qat/__init__.py' 2024-08-06T20:45:45.2810950Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2024-08-06T20:45:45.2814231Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2024-08-06T20:45:45.2817106Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2024-08-06T20:45:45.2820274Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2024-08-06T20:45:45.2824814Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2024-08-06T20:45:45.2827629Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2024-08-06T20:45:45.2831430Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-08-06T20:45:45.2834272Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-08-06T20:45:45.2838084Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2024-08-06T20:45:45.2841031Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2024-08-06T20:45:45.2843800Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2024-08-06T20:45:45.2846671Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2024-08-06T20:45:45.2852353Z adding 'torch/nn/modules/__init__.py' 2024-08-06T20:45:45.2857877Z adding 'torch/nn/modules/_functions.py' 2024-08-06T20:45:45.2874863Z adding 'torch/nn/modules/activation.py' 2024-08-06T20:45:45.2882266Z adding 'torch/nn/modules/adaptive.py' 2024-08-06T20:45:45.2892689Z adding 'torch/nn/modules/batchnorm.py' 2024-08-06T20:45:45.2897063Z adding 'torch/nn/modules/channelshuffle.py' 2024-08-06T20:45:45.2908815Z adding 'torch/nn/modules/container.py' 2024-08-06T20:45:45.2925151Z adding 'torch/nn/modules/conv.py' 2024-08-06T20:45:45.2930724Z adding 'torch/nn/modules/distance.py' 2024-08-06T20:45:45.2935555Z adding 'torch/nn/modules/dropout.py' 2024-08-06T20:45:45.2940091Z adding 'torch/nn/modules/flatten.py' 2024-08-06T20:45:45.2945659Z adding 'torch/nn/modules/fold.py' 2024-08-06T20:45:45.2952006Z adding 'torch/nn/modules/instancenorm.py' 2024-08-06T20:45:45.2958429Z adding 'torch/nn/modules/lazy.py' 2024-08-06T20:45:45.2964076Z adding 'torch/nn/modules/linear.py' 2024-08-06T20:45:45.2989564Z adding 'torch/nn/modules/loss.py' 2024-08-06T20:45:45.3030510Z adding 'torch/nn/modules/module.py' 2024-08-06T20:45:45.3039261Z adding 'torch/nn/modules/normalization.py' 2024-08-06T20:45:45.3045770Z adding 'torch/nn/modules/padding.py' 2024-08-06T20:45:45.3050339Z adding 'torch/nn/modules/pixelshuffle.py' 2024-08-06T20:45:45.3062601Z adding 'torch/nn/modules/pooling.py' 2024-08-06T20:45:45.3082119Z adding 'torch/nn/modules/rnn.py' 2024-08-06T20:45:45.3091371Z adding 'torch/nn/modules/sparse.py' 2024-08-06T20:45:45.3105511Z adding 'torch/nn/modules/transformer.py' 2024-08-06T20:45:45.3111944Z adding 'torch/nn/modules/upsampling.py' 2024-08-06T20:45:45.3115783Z adding 'torch/nn/modules/utils.py' 2024-08-06T20:45:45.3119716Z adding 'torch/nn/parallel/__init__.py' 2024-08-06T20:45:45.3123682Z adding 'torch/nn/parallel/_functions.py' 2024-08-06T20:45:45.3129045Z adding 'torch/nn/parallel/comm.py' 2024-08-06T20:45:45.3135075Z adding 'torch/nn/parallel/data_parallel.py' 2024-08-06T20:45:45.3176173Z adding 'torch/nn/parallel/distributed.py' 2024-08-06T20:45:45.3182616Z adding 'torch/nn/parallel/parallel_apply.py' 2024-08-06T20:45:45.3187225Z adding 'torch/nn/parallel/replicate.py' 2024-08-06T20:45:45.3191944Z adding 'torch/nn/parallel/scatter_gather.py' 2024-08-06T20:45:45.3195536Z adding 'torch/nn/qat/__init__.py' 2024-08-06T20:45:45.3199056Z adding 'torch/nn/qat/dynamic/__init__.py' 2024-08-06T20:45:45.3202549Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2024-08-06T20:45:45.3205453Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2024-08-06T20:45:45.3209172Z adding 'torch/nn/qat/modules/__init__.py' 2024-08-06T20:45:45.3212102Z adding 'torch/nn/qat/modules/conv.py' 2024-08-06T20:45:45.3215070Z adding 'torch/nn/qat/modules/embedding_ops.py' 2024-08-06T20:45:45.3217927Z adding 'torch/nn/qat/modules/linear.py' 2024-08-06T20:45:45.3221407Z adding 'torch/nn/quantizable/__init__.py' 2024-08-06T20:45:45.3224879Z adding 'torch/nn/quantizable/modules/__init__.py' 2024-08-06T20:45:45.3227786Z adding 'torch/nn/quantizable/modules/activation.py' 2024-08-06T20:45:45.3230761Z adding 'torch/nn/quantizable/modules/rnn.py' 2024-08-06T20:45:45.3234524Z adding 'torch/nn/quantized/__init__.py' 2024-08-06T20:45:45.3237529Z adding 'torch/nn/quantized/functional.py' 2024-08-06T20:45:45.3241094Z adding 'torch/nn/quantized/_reference/__init__.py' 2024-08-06T20:45:45.3244800Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2024-08-06T20:45:45.3247755Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2024-08-06T20:45:45.3250665Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2024-08-06T20:45:45.3253656Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2024-08-06T20:45:45.3256630Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2024-08-06T20:45:45.3259588Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2024-08-06T20:45:45.3263071Z adding 'torch/nn/quantized/dynamic/__init__.py' 2024-08-06T20:45:45.3267005Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2024-08-06T20:45:45.3270287Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2024-08-06T20:45:45.3273283Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2024-08-06T20:45:45.3276468Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2024-08-06T20:45:45.3280700Z adding 'torch/nn/quantized/modules/__init__.py' 2024-08-06T20:45:45.3284046Z adding 'torch/nn/quantized/modules/activation.py' 2024-08-06T20:45:45.3287120Z adding 'torch/nn/quantized/modules/batchnorm.py' 2024-08-06T20:45:45.3290107Z adding 'torch/nn/quantized/modules/conv.py' 2024-08-06T20:45:45.3293247Z adding 'torch/nn/quantized/modules/dropout.py' 2024-08-06T20:45:45.3296629Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2024-08-06T20:45:45.3303412Z adding 'torch/nn/quantized/modules/functional_modules.py' 2024-08-06T20:45:45.3304603Z adding 'torch/nn/quantized/modules/linear.py' 2024-08-06T20:45:45.3307647Z adding 'torch/nn/quantized/modules/normalization.py' 2024-08-06T20:45:45.3310682Z adding 'torch/nn/quantized/modules/rnn.py' 2024-08-06T20:45:45.3314714Z adding 'torch/nn/quantized/modules/utils.py' 2024-08-06T20:45:45.3317780Z adding 'torch/nn/utils/__init__.py' 2024-08-06T20:45:45.3321306Z adding 'torch/nn/utils/_deprecation_utils.py' 2024-08-06T20:45:45.3326918Z adding 'torch/nn/utils/_named_member_accessor.py' 2024-08-06T20:45:45.3331980Z adding 'torch/nn/utils/_per_sample_grad.py' 2024-08-06T20:45:45.3336381Z adding 'torch/nn/utils/clip_grad.py' 2024-08-06T20:45:45.3340468Z adding 'torch/nn/utils/convert_parameters.py' 2024-08-06T20:45:45.3344853Z adding 'torch/nn/utils/fusion.py' 2024-08-06T20:45:45.3348993Z adding 'torch/nn/utils/init.py' 2024-08-06T20:45:45.3353039Z adding 'torch/nn/utils/memory_format.py' 2024-08-06T20:45:45.3363586Z adding 'torch/nn/utils/parametrizations.py' 2024-08-06T20:45:45.3377593Z adding 'torch/nn/utils/parametrize.py' 2024-08-06T20:45:45.3395959Z adding 'torch/nn/utils/prune.py' 2024-08-06T20:45:45.3405929Z adding 'torch/nn/utils/rnn.py' 2024-08-06T20:45:45.3413336Z adding 'torch/nn/utils/spectral_norm.py' 2024-08-06T20:45:45.3419544Z adding 'torch/nn/utils/stateless.py' 2024-08-06T20:45:45.3424376Z adding 'torch/nn/utils/weight_norm.py' 2024-08-06T20:45:45.3428526Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2024-08-06T20:45:45.3432160Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2024-08-06T20:45:45.3437788Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2024-08-06T20:45:45.3441906Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2024-08-06T20:45:45.3446430Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2024-08-06T20:45:45.3451340Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2024-08-06T20:45:45.3455216Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2024-08-06T20:45:45.3459191Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2024-08-06T20:45:45.3463080Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2024-08-06T20:45:45.3466588Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2024-08-06T20:45:45.3472390Z adding 'torch/onnx/__init__.py' 2024-08-06T20:45:45.3475729Z adding 'torch/onnx/_constants.py' 2024-08-06T20:45:45.3479249Z adding 'torch/onnx/_deprecation.py' 2024-08-06T20:45:45.3482476Z adding 'torch/onnx/_experimental.py' 2024-08-06T20:45:45.3485412Z adding 'torch/onnx/_exporter_states.py' 2024-08-06T20:45:45.3488662Z adding 'torch/onnx/_flags.py' 2024-08-06T20:45:45.3492303Z adding 'torch/onnx/_globals.py' 2024-08-06T20:45:45.3496208Z adding 'torch/onnx/_onnx_supported_ops.py' 2024-08-06T20:45:45.3501953Z adding 'torch/onnx/_type_utils.py' 2024-08-06T20:45:45.3505946Z adding 'torch/onnx/errors.py' 2024-08-06T20:45:45.3509383Z adding 'torch/onnx/operators.py' 2024-08-06T20:45:45.3514255Z adding 'torch/onnx/symbolic_caffe2.py' 2024-08-06T20:45:45.3541847Z adding 'torch/onnx/symbolic_helper.py' 2024-08-06T20:45:45.3554139Z adding 'torch/onnx/symbolic_opset10.py' 2024-08-06T20:45:45.3571902Z adding 'torch/onnx/symbolic_opset11.py' 2024-08-06T20:45:45.3579609Z adding 'torch/onnx/symbolic_opset12.py' 2024-08-06T20:45:45.3592569Z adding 'torch/onnx/symbolic_opset13.py' 2024-08-06T20:45:45.3598594Z adding 'torch/onnx/symbolic_opset14.py' 2024-08-06T20:45:45.3602378Z adding 'torch/onnx/symbolic_opset15.py' 2024-08-06T20:45:45.3607378Z adding 'torch/onnx/symbolic_opset16.py' 2024-08-06T20:45:45.3612033Z adding 'torch/onnx/symbolic_opset17.py' 2024-08-06T20:45:45.3616823Z adding 'torch/onnx/symbolic_opset18.py' 2024-08-06T20:45:45.3619954Z adding 'torch/onnx/symbolic_opset19.py' 2024-08-06T20:45:45.3623330Z adding 'torch/onnx/symbolic_opset20.py' 2024-08-06T20:45:45.3626649Z adding 'torch/onnx/symbolic_opset7.py' 2024-08-06T20:45:45.3632808Z adding 'torch/onnx/symbolic_opset8.py' 2024-08-06T20:45:45.3700519Z adding 'torch/onnx/symbolic_opset9.py' 2024-08-06T20:45:45.3736311Z adding 'torch/onnx/utils.py' 2024-08-06T20:45:45.3762243Z adding 'torch/onnx/verification.py' 2024-08-06T20:45:45.3767506Z adding 'torch/onnx/_internal/__init__.py' 2024-08-06T20:45:45.3790344Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2024-08-06T20:45:45.3800215Z adding 'torch/onnx/_internal/io_adapter.py' 2024-08-06T20:45:45.3806747Z adding 'torch/onnx/_internal/jit_utils.py' 2024-08-06T20:45:45.3812652Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2024-08-06T20:45:45.3832397Z adding 'torch/onnx/_internal/onnxruntime.py' 2024-08-06T20:45:45.3840030Z adding 'torch/onnx/_internal/registration.py' 2024-08-06T20:45:45.3843527Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2024-08-06T20:45:45.3848279Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2024-08-06T20:45:45.3858738Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2024-08-06T20:45:45.3863651Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2024-08-06T20:45:45.3868948Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2024-08-06T20:45:45.3876257Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2024-08-06T20:45:45.3880871Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2024-08-06T20:45:45.3885343Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2024-08-06T20:45:45.3888385Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2024-08-06T20:45:45.3893849Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2024-08-06T20:45:45.3897295Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2024-08-06T20:45:45.3900818Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2024-08-06T20:45:45.3904427Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2024-08-06T20:45:45.3907386Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2024-08-06T20:45:45.3910765Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2024-08-06T20:45:45.3914021Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2024-08-06T20:45:45.3917165Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2024-08-06T20:45:45.3920522Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2024-08-06T20:45:45.3923672Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2024-08-06T20:45:45.3927044Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2024-08-06T20:45:45.3930750Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2024-08-06T20:45:45.3933494Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2024-08-06T20:45:45.3937120Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2024-08-06T20:45:45.3940470Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2024-08-06T20:45:45.3944102Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2024-08-06T20:45:45.3947597Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2024-08-06T20:45:45.3950740Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2024-08-06T20:45:45.3954155Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2024-08-06T20:45:45.3957803Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2024-08-06T20:45:45.3961224Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2024-08-06T20:45:45.3964510Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2024-08-06T20:45:45.3967720Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2024-08-06T20:45:45.3970863Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2024-08-06T20:45:45.3974055Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2024-08-06T20:45:45.3977260Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2024-08-06T20:45:45.3980619Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2024-08-06T20:45:45.3984086Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2024-08-06T20:45:45.3987324Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2024-08-06T20:45:45.3990574Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2024-08-06T20:45:45.3994043Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2024-08-06T20:45:45.3997280Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2024-08-06T20:45:45.4000742Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2024-08-06T20:45:45.4004189Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2024-08-06T20:45:45.4007515Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2024-08-06T20:45:45.4010850Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2024-08-06T20:45:45.4014467Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2024-08-06T20:45:45.4018004Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2024-08-06T20:45:45.4021868Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2024-08-06T20:45:45.4025239Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2024-08-06T20:45:45.4028504Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2024-08-06T20:45:45.4031801Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2024-08-06T20:45:45.4034951Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2024-08-06T20:45:45.4038204Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2024-08-06T20:45:45.4041546Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2024-08-06T20:45:45.4044939Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2024-08-06T20:45:45.4048362Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2024-08-06T20:45:45.4051606Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2024-08-06T20:45:45.4055402Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2024-08-06T20:45:45.4058795Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2024-08-06T20:45:45.4062071Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2024-08-06T20:45:45.4065260Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2024-08-06T20:45:45.4068567Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2024-08-06T20:45:45.4072087Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2024-08-06T20:45:45.4075017Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2024-08-06T20:45:45.4078869Z adding 'torch/onnx/_internal/fx/__init__.py' 2024-08-06T20:45:45.4084976Z adding 'torch/onnx/_internal/fx/_pass.py' 2024-08-06T20:45:45.4089870Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2024-08-06T20:45:45.4094351Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2024-08-06T20:45:45.4099367Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2024-08-06T20:45:45.4104714Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2024-08-06T20:45:45.4118048Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2024-08-06T20:45:45.4124226Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2024-08-06T20:45:45.4137492Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2024-08-06T20:45:45.4144839Z adding 'torch/onnx/_internal/fx/op_validation.py' 2024-08-06T20:45:45.4149450Z adding 'torch/onnx/_internal/fx/patcher.py' 2024-08-06T20:45:45.4153397Z adding 'torch/onnx/_internal/fx/registration.py' 2024-08-06T20:45:45.4159338Z adding 'torch/onnx/_internal/fx/serialization.py' 2024-08-06T20:45:45.4163658Z adding 'torch/onnx/_internal/fx/torch_export_graph_extractor.py' 2024-08-06T20:45:45.4168435Z adding 'torch/onnx/_internal/fx/type_utils.py' 2024-08-06T20:45:45.4172282Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2024-08-06T20:45:45.4176013Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2024-08-06T20:45:45.4180068Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2024-08-06T20:45:45.4184086Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2024-08-06T20:45:45.4187959Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2024-08-06T20:45:45.4352958Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2024-08-06T20:45:45.4366582Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2024-08-06T20:45:45.4371825Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2024-08-06T20:45:45.4388506Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2024-08-06T20:45:45.4394094Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2024-08-06T20:45:45.4398581Z adding 'torch/optim/__init__.py' 2024-08-06T20:45:45.4406014Z adding 'torch/optim/_adafactor.py' 2024-08-06T20:45:45.4410221Z adding 'torch/optim/_functional.py' 2024-08-06T20:45:45.4416818Z adding 'torch/optim/adadelta.py' 2024-08-06T20:45:45.4424981Z adding 'torch/optim/adagrad.py' 2024-08-06T20:45:45.4435917Z adding 'torch/optim/adam.py' 2024-08-06T20:45:45.4443751Z adding 'torch/optim/adamax.py' 2024-08-06T20:45:45.4454173Z adding 'torch/optim/adamw.py' 2024-08-06T20:45:45.4461456Z adding 'torch/optim/asgd.py' 2024-08-06T20:45:45.4469260Z adding 'torch/optim/lbfgs.py' 2024-08-06T20:45:45.4493083Z adding 'torch/optim/lr_scheduler.py' 2024-08-06T20:45:45.4503591Z adding 'torch/optim/nadam.py' 2024-08-06T20:45:45.4520236Z adding 'torch/optim/optimizer.py' 2024-08-06T20:45:45.4529601Z adding 'torch/optim/radam.py' 2024-08-06T20:45:45.4537444Z adding 'torch/optim/rmsprop.py' 2024-08-06T20:45:45.4544791Z adding 'torch/optim/rprop.py' 2024-08-06T20:45:45.4552454Z adding 'torch/optim/sgd.py' 2024-08-06T20:45:45.4558020Z adding 'torch/optim/sparse_adam.py' 2024-08-06T20:45:45.4565706Z adding 'torch/optim/swa_utils.py' 2024-08-06T20:45:45.4570159Z adding 'torch/optim/_multi_tensor/__init__.py' 2024-08-06T20:45:45.4573282Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2024-08-06T20:45:45.4577174Z adding 'torch/package/__init__.py' 2024-08-06T20:45:45.4581420Z adding 'torch/package/_digraph.py' 2024-08-06T20:45:45.4585450Z adding 'torch/package/_directory_reader.py' 2024-08-06T20:45:45.4588727Z adding 'torch/package/_importlib.py' 2024-08-06T20:45:45.4592375Z adding 'torch/package/_mangling.py' 2024-08-06T20:45:45.4595945Z adding 'torch/package/_mock.py' 2024-08-06T20:45:45.4600332Z adding 'torch/package/_package_pickler.py' 2024-08-06T20:45:45.4603479Z adding 'torch/package/_package_unpickler.py' 2024-08-06T20:45:45.4607873Z adding 'torch/package/_stdlib.py' 2024-08-06T20:45:45.4611806Z adding 'torch/package/file_structure_representation.py' 2024-08-06T20:45:45.4615879Z adding 'torch/package/find_file_dependencies.py' 2024-08-06T20:45:45.4619596Z adding 'torch/package/glob_group.py' 2024-08-06T20:45:45.4624927Z adding 'torch/package/importer.py' 2024-08-06T20:45:45.4643297Z adding 'torch/package/package_exporter.py' 2024-08-06T20:45:45.4656845Z adding 'torch/package/package_importer.py' 2024-08-06T20:45:45.4661121Z adding 'torch/package/analyze/__init__.py' 2024-08-06T20:45:45.4664317Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2024-08-06T20:45:45.4667159Z adding 'torch/package/analyze/is_from_package.py' 2024-08-06T20:45:45.4670875Z adding 'torch/package/analyze/trace_dependencies.py' 2024-08-06T20:45:45.4674986Z adding 'torch/profiler/__init__.py' 2024-08-06T20:45:45.4692387Z adding 'torch/profiler/_memory_profiler.py' 2024-08-06T20:45:45.4702078Z adding 'torch/profiler/_pattern_matcher.py' 2024-08-06T20:45:45.4708822Z adding 'torch/profiler/_utils.py' 2024-08-06T20:45:45.4712595Z adding 'torch/profiler/itt.py' 2024-08-06T20:45:45.4724751Z adding 'torch/profiler/profiler.py' 2024-08-06T20:45:45.4728567Z adding 'torch/profiler/python_tracer.py' 2024-08-06T20:45:45.4732875Z adding 'torch/quantization/__init__.py' 2024-08-06T20:45:45.4736154Z adding 'torch/quantization/_numeric_suite.py' 2024-08-06T20:45:45.4739116Z adding 'torch/quantization/_numeric_suite_fx.py' 2024-08-06T20:45:45.4742938Z adding 'torch/quantization/_quantized_conversions.py' 2024-08-06T20:45:45.4746063Z adding 'torch/quantization/fake_quantize.py' 2024-08-06T20:45:45.4749034Z adding 'torch/quantization/fuse_modules.py' 2024-08-06T20:45:45.4752130Z adding 'torch/quantization/fuser_method_mappings.py' 2024-08-06T20:45:45.4755248Z adding 'torch/quantization/observer.py' 2024-08-06T20:45:45.4758232Z adding 'torch/quantization/qconfig.py' 2024-08-06T20:45:45.4761078Z adding 'torch/quantization/quant_type.py' 2024-08-06T20:45:45.4764093Z adding 'torch/quantization/quantization_mappings.py' 2024-08-06T20:45:45.4766983Z adding 'torch/quantization/quantize.py' 2024-08-06T20:45:45.4769889Z adding 'torch/quantization/quantize_fx.py' 2024-08-06T20:45:45.4772776Z adding 'torch/quantization/quantize_jit.py' 2024-08-06T20:45:45.4775639Z adding 'torch/quantization/stubs.py' 2024-08-06T20:45:45.4778709Z adding 'torch/quantization/utils.py' 2024-08-06T20:45:45.4782475Z adding 'torch/quantization/fx/__init__.py' 2024-08-06T20:45:45.4785531Z adding 'torch/quantization/fx/_equalize.py' 2024-08-06T20:45:45.4788423Z adding 'torch/quantization/fx/convert.py' 2024-08-06T20:45:45.4791357Z adding 'torch/quantization/fx/fuse.py' 2024-08-06T20:45:45.4794240Z adding 'torch/quantization/fx/fusion_patterns.py' 2024-08-06T20:45:45.4797125Z adding 'torch/quantization/fx/graph_module.py' 2024-08-06T20:45:45.4799934Z adding 'torch/quantization/fx/match_utils.py' 2024-08-06T20:45:45.4802912Z adding 'torch/quantization/fx/pattern_utils.py' 2024-08-06T20:45:45.4805800Z adding 'torch/quantization/fx/prepare.py' 2024-08-06T20:45:45.4808913Z adding 'torch/quantization/fx/quantization_patterns.py' 2024-08-06T20:45:45.4811740Z adding 'torch/quantization/fx/quantization_types.py' 2024-08-06T20:45:45.4814589Z adding 'torch/quantization/fx/utils.py' 2024-08-06T20:45:45.4819182Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2024-08-06T20:45:45.4824027Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2024-08-06T20:45:45.4827374Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2024-08-06T20:45:45.4831555Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2024-08-06T20:45:45.4844399Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2024-08-06T20:45:45.4848824Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2024-08-06T20:45:45.4852376Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2024-08-06T20:45:45.4857057Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2024-08-06T20:45:45.4860596Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2024-08-06T20:45:45.4869520Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2024-08-06T20:45:45.4897621Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2024-08-06T20:45:45.4906162Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2024-08-06T20:45:45.4909892Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2024-08-06T20:45:45.4914989Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2024-08-06T20:45:45.4918873Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2024-08-06T20:45:45.4924899Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2024-08-06T20:45:45.4930271Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2024-08-06T20:45:45.4935722Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2024-08-06T20:45:45.4941791Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2024-08-06T20:45:45.4945604Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2024-08-06T20:45:45.4949115Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2024-08-06T20:45:45.4952651Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2024-08-06T20:45:45.4955634Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2024-08-06T20:45:45.4959325Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2024-08-06T20:45:45.4967249Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2024-08-06T20:45:45.4970810Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2024-08-06T20:45:45.4975561Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2024-08-06T20:45:45.4978701Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2024-08-06T20:45:45.4982071Z adding 'torch/signal/__init__.py' 2024-08-06T20:45:45.4985716Z adding 'torch/signal/windows/__init__.py' 2024-08-06T20:45:45.4992807Z adding 'torch/signal/windows/windows.py' 2024-08-06T20:45:45.5003122Z adding 'torch/sparse/__init__.py' 2024-08-06T20:45:45.5010064Z adding 'torch/sparse/_semi_structured_conversions.py' 2024-08-06T20:45:45.5014283Z adding 'torch/sparse/_semi_structured_ops.py' 2024-08-06T20:45:45.5037770Z adding 'torch/sparse/_triton_ops.py' 2024-08-06T20:45:45.5133612Z adding 'torch/sparse/_triton_ops_meta.py' 2024-08-06T20:45:45.5151439Z adding 'torch/sparse/semi_structured.py' 2024-08-06T20:45:45.5161623Z adding 'torch/special/__init__.py' 2024-08-06T20:45:45.5317432Z adding 'torch/test/CppSignature_test.exe' 2024-08-06T20:45:45.5567894Z adding 'torch/test/Dict_test.exe' 2024-08-06T20:45:45.5733824Z adding 'torch/test/Dimname_test.exe' 2024-08-06T20:45:45.5954299Z adding 'torch/test/IListRef_test.exe' 2024-08-06T20:45:45.6180979Z adding 'torch/test/KernelFunction_test.exe' 2024-08-06T20:45:45.6513293Z adding 'torch/test/List_test.exe' 2024-08-06T20:45:45.6751416Z adding 'torch/test/MaybeOwned_test.exe' 2024-08-06T20:45:45.6969222Z adding 'torch/test/NamedTensor_test.exe' 2024-08-06T20:45:45.7164103Z adding 'torch/test/StorageUtils_test.exe' 2024-08-06T20:45:45.7364269Z adding 'torch/test/apply_utils_test.exe' 2024-08-06T20:45:45.7578519Z adding 'torch/test/atest.exe' 2024-08-06T20:45:45.7780828Z adding 'torch/test/backend_fallback_test.exe' 2024-08-06T20:45:45.8010244Z adding 'torch/test/basic.exe' 2024-08-06T20:45:45.8204587Z adding 'torch/test/broadcast_test.exe' 2024-08-06T20:45:45.8364577Z adding 'torch/test/c10_Bitset_test.exe' 2024-08-06T20:45:45.8508928Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2024-08-06T20:45:45.8649692Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2024-08-06T20:45:45.8792553Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2024-08-06T20:45:45.8951252Z adding 'torch/test/c10_DeviceGuard_test.exe' 2024-08-06T20:45:45.9107787Z adding 'torch/test/c10_Device_test.exe' 2024-08-06T20:45:45.9296121Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2024-08-06T20:45:45.9453890Z adding 'torch/test/c10_Half_test.exe' 2024-08-06T20:45:45.9624748Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2024-08-06T20:45:45.9802077Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2024-08-06T20:45:45.9979646Z adding 'torch/test/c10_LeftRight_test.exe' 2024-08-06T20:45:46.0145530Z adding 'torch/test/c10_Metaprogramming_test.exe' 2024-08-06T20:45:46.0306261Z adding 'torch/test/c10_Scalar_test.exe' 2024-08-06T20:45:46.0477623Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2024-08-06T20:45:46.0621340Z adding 'torch/test/c10_StreamGuard_test.exe' 2024-08-06T20:45:46.0776380Z adding 'torch/test/c10_SymInt_test.exe' 2024-08-06T20:45:46.0931070Z adding 'torch/test/c10_Synchronized_test.exe' 2024-08-06T20:45:46.1103391Z adding 'torch/test/c10_ThreadLocal_test.exe' 2024-08-06T20:45:46.1262062Z adding 'torch/test/c10_TypeIndex_test.exe' 2024-08-06T20:45:46.1407307Z adding 'torch/test/c10_TypeList_test.exe' 2024-08-06T20:45:46.1549845Z adding 'torch/test/c10_TypeTraits_test.exe' 2024-08-06T20:45:46.1712041Z adding 'torch/test/c10_accumulate_test.exe' 2024-08-06T20:45:46.1888036Z adding 'torch/test/c10_bfloat16_test.exe' 2024-08-06T20:45:46.2038230Z adding 'torch/test/c10_bit_cast_test.exe' 2024-08-06T20:45:46.2228169Z adding 'torch/test/c10_complex_math_test.exe' 2024-08-06T20:45:46.2401961Z adding 'torch/test/c10_complex_test.exe' 2024-08-06T20:45:46.2580450Z adding 'torch/test/c10_cow_test.exe' 2024-08-06T20:45:46.2820365Z adding 'torch/test/c10_exception_test.exe' 2024-08-06T20:45:46.2970384Z adding 'torch/test/c10_flags_test.exe' 2024-08-06T20:45:46.3124226Z adding 'torch/test/c10_generic_math_test.exe' 2024-08-06T20:45:46.3266907Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2024-08-06T20:45:46.3700335Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2024-08-06T20:45:46.3879139Z adding 'torch/test/c10_irange_test.exe' 2024-08-06T20:45:46.4065666Z adding 'torch/test/c10_lazy_test.exe' 2024-08-06T20:45:46.4268465Z adding 'torch/test/c10_logging_test.exe' 2024-08-06T20:45:46.4512150Z adding 'torch/test/c10_optional_test.exe' 2024-08-06T20:45:46.4742797Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2024-08-06T20:45:46.4921476Z adding 'torch/test/c10_registry_test.exe' 2024-08-06T20:45:46.5321184Z adding 'torch/test/c10_small_vector_test.exe' 2024-08-06T20:45:46.5506695Z adding 'torch/test/c10_ssize_test.exe' 2024-08-06T20:45:46.5694395Z adding 'torch/test/c10_string_util_test.exe' 2024-08-06T20:45:46.5889738Z adding 'torch/test/c10_string_view_test.exe' 2024-08-06T20:45:46.6044434Z adding 'torch/test/c10_tempfile_test.exe' 2024-08-06T20:45:46.6242928Z adding 'torch/test/c10_typeid_test.exe' 2024-08-06T20:45:46.6448891Z adding 'torch/test/cpu_allocator_test.exe' 2024-08-06T20:45:46.6666792Z adding 'torch/test/cpu_generator_test.exe' 2024-08-06T20:45:46.6891572Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2024-08-06T20:45:46.7255790Z adding 'torch/test/cpu_rng_test.exe' 2024-08-06T20:45:46.7469647Z adding 'torch/test/dispatch_key_set_test.exe' 2024-08-06T20:45:46.7651630Z adding 'torch/test/dlconvertor_test.exe' 2024-08-06T20:45:46.7867320Z adding 'torch/test/extension_backend_test.exe' 2024-08-06T20:45:46.8073378Z adding 'torch/test/half_test.exe' 2024-08-06T20:45:46.8291246Z adding 'torch/test/inline_container_test.exe' 2024-08-06T20:45:46.8633175Z adding 'torch/test/ivalue_test.exe' 2024-08-06T20:45:46.9031231Z adding 'torch/test/kernel_function_legacy_test.exe' 2024-08-06T20:45:46.9360360Z adding 'torch/test/kernel_function_test.exe' 2024-08-06T20:45:46.9778062Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2024-08-06T20:45:47.0137226Z adding 'torch/test/kernel_lambda_test.exe' 2024-08-06T20:45:47.0372745Z adding 'torch/test/kernel_stackbased_test.exe' 2024-08-06T20:45:47.0562470Z adding 'torch/test/lazy_tensor_test.exe' 2024-08-06T20:45:47.0845299Z adding 'torch/test/legacy_vmap_test.exe' 2024-08-06T20:45:47.1179690Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2024-08-06T20:45:47.1388669Z adding 'torch/test/math_kernel_test.exe' 2024-08-06T20:45:47.1580789Z adding 'torch/test/memory_format_test.exe' 2024-08-06T20:45:47.1779162Z adding 'torch/test/memory_overlapping_test.exe' 2024-08-06T20:45:47.1974846Z adding 'torch/test/mobile_memory_cleanup.exe' 2024-08-06T20:45:47.2184964Z adding 'torch/test/native_test.exe' 2024-08-06T20:45:47.2336182Z adding 'torch/test/op_allowlist_test.exe' 2024-08-06T20:45:47.3149321Z adding 'torch/test/op_registration_test.exe' 2024-08-06T20:45:47.3355361Z adding 'torch/test/operator_name_test.exe' 2024-08-06T20:45:47.3545935Z adding 'torch/test/operators_test.exe' 2024-08-06T20:45:47.3747652Z adding 'torch/test/packedtensoraccessor_test.exe' 2024-08-06T20:45:47.4006560Z adding 'torch/test/pow_test.exe' 2024-08-06T20:45:47.4221372Z adding 'torch/test/quantized_test.exe' 2024-08-06T20:45:47.4419639Z adding 'torch/test/reduce_ops_test.exe' 2024-08-06T20:45:47.4621031Z adding 'torch/test/reportMemoryUsage_test.exe' 2024-08-06T20:45:47.4838059Z adding 'torch/test/scalar_tensor_test.exe' 2024-08-06T20:45:47.5057642Z adding 'torch/test/scalar_test.exe' 2024-08-06T20:45:47.5246596Z adding 'torch/test/stride_properties_test.exe' 2024-08-06T20:45:47.5504066Z adding 'torch/test/tensor_iterator_test.exe' 2024-08-06T20:45:47.5705798Z adding 'torch/test/test_parallel.exe' 2024-08-06T20:45:47.5761852Z adding 'torch/test/thread_init_test.exe' 2024-08-06T20:45:47.5922363Z adding 'torch/test/type_ptr_test.exe' 2024-08-06T20:45:47.6350963Z adding 'torch/test/type_test.exe' 2024-08-06T20:45:47.6547443Z adding 'torch/test/undefined_tensor_test.exe' 2024-08-06T20:45:47.6600590Z adding 'torch/test/verify_api_visibility.exe' 2024-08-06T20:45:47.6788327Z adding 'torch/test/weakref_test.exe' 2024-08-06T20:45:47.6980478Z adding 'torch/test/wrapdim_test.exe' 2024-08-06T20:45:47.7166930Z adding 'torch/test/xla_tensor_test.exe' 2024-08-06T20:45:47.7178889Z adding 'torch/testing/__init__.py' 2024-08-06T20:45:47.7199163Z adding 'torch/testing/_comparison.py' 2024-08-06T20:45:47.7206529Z adding 'torch/testing/_creation.py' 2024-08-06T20:45:47.7213772Z adding 'torch/testing/_utils.py' 2024-08-06T20:45:47.7219412Z adding 'torch/testing/_internal/__init__.py' 2024-08-06T20:45:47.7225492Z adding 'torch/testing/_internal/autocast_test_lists.py' 2024-08-06T20:45:47.7232157Z adding 'torch/testing/_internal/autograd_function_db.py' 2024-08-06T20:45:47.7237262Z adding 'torch/testing/_internal/check_kernel_launches.py' 2024-08-06T20:45:47.7243114Z adding 'torch/testing/_internal/common_cuda.py' 2024-08-06T20:45:47.7269514Z adding 'torch/testing/_internal/common_device_type.py' 2024-08-06T20:45:47.7274764Z adding 'torch/testing/_internal/common_dist_composable.py' 2024-08-06T20:45:47.7293683Z adding 'torch/testing/_internal/common_distributed.py' 2024-08-06T20:45:47.7298721Z adding 'torch/testing/_internal/common_dtype.py' 2024-08-06T20:45:47.7317492Z adding 'torch/testing/_internal/common_fsdp.py' 2024-08-06T20:45:47.7325292Z adding 'torch/testing/_internal/common_jit.py' 2024-08-06T20:45:47.7561140Z adding 'torch/testing/_internal/common_methods_invocations.py' 2024-08-06T20:45:47.7591970Z adding 'torch/testing/_internal/common_mkldnn.py' 2024-08-06T20:45:47.7624280Z adding 'torch/testing/_internal/common_modules.py' 2024-08-06T20:45:47.7662721Z adding 'torch/testing/_internal/common_nn.py' 2024-08-06T20:45:47.7682195Z adding 'torch/testing/_internal/common_optimizers.py' 2024-08-06T20:45:47.7688821Z adding 'torch/testing/_internal/common_pruning.py' 2024-08-06T20:45:47.7718091Z adding 'torch/testing/_internal/common_quantization.py' 2024-08-06T20:45:47.7725443Z adding 'torch/testing/_internal/common_quantized.py' 2024-08-06T20:45:47.7730201Z adding 'torch/testing/_internal/common_subclass.py' 2024-08-06T20:45:47.7809760Z adding 'torch/testing/_internal/common_utils.py' 2024-08-06T20:45:47.7823889Z adding 'torch/testing/_internal/composite_compliance.py' 2024-08-06T20:45:47.7831471Z adding 'torch/testing/_internal/custom_op_db.py' 2024-08-06T20:45:47.7835869Z adding 'torch/testing/_internal/custom_tensor.py' 2024-08-06T20:45:47.7840770Z adding 'torch/testing/_internal/dist_utils.py' 2024-08-06T20:45:47.7844887Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2024-08-06T20:45:47.7849300Z adding 'torch/testing/_internal/hop_db.py' 2024-08-06T20:45:47.7855948Z adding 'torch/testing/_internal/hypothesis_utils.py' 2024-08-06T20:45:47.7860117Z adding 'torch/testing/_internal/inductor_utils.py' 2024-08-06T20:45:47.7871253Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2024-08-06T20:45:47.7884018Z adding 'torch/testing/_internal/jit_utils.py' 2024-08-06T20:45:47.7889570Z adding 'torch/testing/_internal/logging_tensor.py' 2024-08-06T20:45:47.7894582Z adding 'torch/testing/_internal/logging_utils.py' 2024-08-06T20:45:47.7897894Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2024-08-06T20:45:47.7900988Z adding 'torch/testing/_internal/static_module.py' 2024-08-06T20:45:47.7904947Z adding 'torch/testing/_internal/torchbind_impls.py' 2024-08-06T20:45:47.7909790Z adding 'torch/testing/_internal/triton_utils.py' 2024-08-06T20:45:47.7913743Z adding 'torch/testing/_internal/two_tensor.py' 2024-08-06T20:45:47.7917539Z adding 'torch/testing/_internal/codegen/__init__.py' 2024-08-06T20:45:47.7921160Z adding 'torch/testing/_internal/data/__init__.py' 2024-08-06T20:45:47.7924117Z adding 'torch/testing/_internal/data/network1.py' 2024-08-06T20:45:47.7927037Z adding 'torch/testing/_internal/data/network2.py' 2024-08-06T20:45:47.7930969Z adding 'torch/testing/_internal/distributed/__init__.py' 2024-08-06T20:45:47.7934314Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2024-08-06T20:45:47.7938215Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2024-08-06T20:45:47.7947337Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2024-08-06T20:45:47.8048397Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2024-08-06T20:45:47.8061763Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2024-08-06T20:45:47.8065033Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2024-08-06T20:45:47.8072550Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2024-08-06T20:45:47.8077706Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2024-08-06T20:45:47.8081562Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2024-08-06T20:45:47.8084853Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2024-08-06T20:45:47.8089577Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2024-08-06T20:45:47.8093539Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2024-08-06T20:45:47.8097067Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2024-08-06T20:45:47.8100711Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2024-08-06T20:45:47.8108720Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2024-08-06T20:45:47.8113000Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2024-08-06T20:45:47.8116523Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2024-08-06T20:45:47.8124137Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2024-08-06T20:45:47.8128537Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2024-08-06T20:45:47.8156847Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2024-08-06T20:45:47.8164137Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2024-08-06T20:45:47.8169715Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2024-08-06T20:45:47.8173632Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2024-08-06T20:45:47.8177165Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2024-08-06T20:45:47.8236100Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2024-08-06T20:45:47.8244763Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2024-08-06T20:45:47.8248278Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2024-08-06T20:45:47.8259995Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2024-08-06T20:45:47.8260870Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2024-08-06T20:45:47.8262058Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2024-08-06T20:45:47.8265644Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2024-08-06T20:45:47.8280376Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2024-08-06T20:45:47.8286001Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2024-08-06T20:45:47.8289890Z adding 'torch/testing/_internal/generated/__init__.py' 2024-08-06T20:45:47.8338542Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2024-08-06T20:45:47.8354160Z adding 'torch/testing/_internal/opinfo/__init__.py' 2024-08-06T20:45:47.8398910Z adding 'torch/testing/_internal/opinfo/core.py' 2024-08-06T20:45:47.8405931Z adding 'torch/testing/_internal/opinfo/refs.py' 2024-08-06T20:45:47.8411575Z adding 'torch/testing/_internal/opinfo/utils.py' 2024-08-06T20:45:47.8416038Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2024-08-06T20:45:47.8425353Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2024-08-06T20:45:47.8433026Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2024-08-06T20:45:47.8454107Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2024-08-06T20:45:47.8461356Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2024-08-06T20:45:47.8466935Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2024-08-06T20:45:47.8476565Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2024-08-06T20:45:47.8483737Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2024-08-06T20:45:47.8488274Z adding 'torch/testing/_internal/optests/__init__.py' 2024-08-06T20:45:47.8492677Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2024-08-06T20:45:47.8497326Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2024-08-06T20:45:47.8500716Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2024-08-06T20:45:47.8512312Z adding 'torch/testing/_internal/optests/generate_tests.py' 2024-08-06T20:45:47.8517038Z adding 'torch/testing/_internal/optests/make_fx.py' 2024-08-06T20:45:47.8520760Z adding 'torch/testing/_internal/test_module/__init__.py' 2024-08-06T20:45:47.8523626Z adding 'torch/testing/_internal/test_module/future_div.py' 2024-08-06T20:45:47.8526497Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2024-08-06T20:45:47.8531984Z adding 'torch/utils/__init__.py' 2024-08-06T20:45:47.8536178Z adding 'torch/utils/_backport_slots.py' 2024-08-06T20:45:47.8542491Z adding 'torch/utils/_config_module.py' 2024-08-06T20:45:47.8546068Z adding 'torch/utils/_config_typing.pyi' 2024-08-06T20:45:47.8551741Z adding 'torch/utils/_content_store.py' 2024-08-06T20:45:47.8556456Z adding 'torch/utils/_contextlib.py' 2024-08-06T20:45:47.8559979Z adding 'torch/utils/_cpp_extension_versioner.py' 2024-08-06T20:45:47.8570450Z adding 'torch/utils/_cxx_pytree.py' 2024-08-06T20:45:47.8574887Z adding 'torch/utils/_device.py' 2024-08-06T20:45:47.8577988Z adding 'torch/utils/_exposed_in.py' 2024-08-06T20:45:47.8581637Z adding 'torch/utils/_foreach_utils.py' 2024-08-06T20:45:47.8587089Z adding 'torch/utils/_freeze.py' 2024-08-06T20:45:47.8591687Z adding 'torch/utils/_get_clean_triton.py' 2024-08-06T20:45:47.8595130Z adding 'torch/utils/_import_utils.py' 2024-08-06T20:45:47.8598059Z adding 'torch/utils/_mode_utils.py' 2024-08-06T20:45:47.8602130Z adding 'torch/utils/_ordered_set.py' 2024-08-06T20:45:47.8613644Z adding 'torch/utils/_python_dispatch.py' 2024-08-06T20:45:47.8632086Z adding 'torch/utils/_pytree.py' 2024-08-06T20:45:47.8636555Z adding 'torch/utils/_stats.py' 2024-08-06T20:45:47.8642266Z adding 'torch/utils/_traceback.py' 2024-08-06T20:45:47.8646001Z adding 'torch/utils/_triton.py' 2024-08-06T20:45:47.8649067Z adding 'torch/utils/_typing_utils.py' 2024-08-06T20:45:47.8652583Z adding 'torch/utils/_zip.py' 2024-08-06T20:45:47.8660137Z adding 'torch/utils/backend_registration.py' 2024-08-06T20:45:47.8668805Z adding 'torch/utils/bundled_inputs.py' 2024-08-06T20:45:47.8695706Z adding 'torch/utils/checkpoint.py' 2024-08-06T20:45:47.8706276Z adding 'torch/utils/collect_env.py' 2024-08-06T20:45:47.8709986Z adding 'torch/utils/cpp_backtrace.py' 2024-08-06T20:45:47.8746947Z adding 'torch/utils/cpp_extension.py' 2024-08-06T20:45:47.8752614Z adding 'torch/utils/deterministic.py' 2024-08-06T20:45:47.8756593Z adding 'torch/utils/dlpack.py' 2024-08-06T20:45:47.8759975Z adding 'torch/utils/file_baton.py' 2024-08-06T20:45:47.8769548Z adding 'torch/utils/flop_counter.py' 2024-08-06T20:45:47.8775408Z adding 'torch/utils/hooks.py' 2024-08-06T20:45:47.8779874Z adding 'torch/utils/mkldnn.py' 2024-08-06T20:45:47.8784330Z adding 'torch/utils/mobile_optimizer.py' 2024-08-06T20:45:47.8787395Z adding 'torch/utils/model_zoo.py' 2024-08-06T20:45:47.8791528Z adding 'torch/utils/module_tracker.py' 2024-08-06T20:45:47.8795805Z adding 'torch/utils/show_pickle.py' 2024-08-06T20:45:47.8800501Z adding 'torch/utils/throughput_benchmark.py' 2024-08-06T20:45:47.8806184Z adding 'torch/utils/weak.py' 2024-08-06T20:45:47.8810134Z adding 'torch/utils/_strobelight/__init__.py' 2024-08-06T20:45:47.8815322Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2024-08-06T20:45:47.8819400Z adding 'torch/utils/_sympy/__init__.py' 2024-08-06T20:45:47.8829094Z adding 'torch/utils/_sympy/functions.py' 2024-08-06T20:45:47.8834601Z adding 'torch/utils/_sympy/interp.py' 2024-08-06T20:45:47.8839957Z adding 'torch/utils/_sympy/numbers.py' 2024-08-06T20:45:47.8844452Z adding 'torch/utils/_sympy/reference.py' 2024-08-06T20:45:47.8848379Z adding 'torch/utils/_sympy/singleton_int.py' 2024-08-06T20:45:47.8853013Z adding 'torch/utils/_sympy/solve.py' 2024-08-06T20:45:47.8857229Z adding 'torch/utils/_sympy/symbol.py' 2024-08-06T20:45:47.8870695Z adding 'torch/utils/_sympy/value_ranges.py' 2024-08-06T20:45:47.8875513Z adding 'torch/utils/backcompat/__init__.py' 2024-08-06T20:45:47.8879738Z adding 'torch/utils/benchmark/__init__.py' 2024-08-06T20:45:47.8883110Z adding 'torch/utils/benchmark/examples/__init__.py' 2024-08-06T20:45:47.8887883Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2024-08-06T20:45:47.8891818Z adding 'torch/utils/benchmark/examples/compare.py' 2024-08-06T20:45:47.8895463Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2024-08-06T20:45:47.8899717Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2024-08-06T20:45:47.8903103Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2024-08-06T20:45:47.8907165Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2024-08-06T20:45:47.8911203Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2024-08-06T20:45:47.8914987Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2024-08-06T20:45:47.8919174Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2024-08-06T20:45:47.8922644Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2024-08-06T20:45:47.8926537Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2024-08-06T20:45:47.8930443Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2024-08-06T20:45:47.8934262Z adding 'torch/utils/benchmark/utils/__init__.py' 2024-08-06T20:45:47.8937427Z adding 'torch/utils/benchmark/utils/_stubs.py' 2024-08-06T20:45:47.8944146Z adding 'torch/utils/benchmark/utils/common.py' 2024-08-06T20:45:47.8951004Z adding 'torch/utils/benchmark/utils/compare.py' 2024-08-06T20:45:47.8956047Z adding 'torch/utils/benchmark/utils/compile.py' 2024-08-06T20:45:47.8961075Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2024-08-06T20:45:47.8969225Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2024-08-06T20:45:47.8974131Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2024-08-06T20:45:47.8977714Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2024-08-06T20:45:47.8986973Z adding 'torch/utils/benchmark/utils/timer.py' 2024-08-06T20:45:47.8991301Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2024-08-06T20:45:47.8995866Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2024-08-06T20:45:47.8999374Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2024-08-06T20:45:47.9002846Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2024-08-06T20:45:47.9016607Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2024-08-06T20:45:47.9069213Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2024-08-06T20:45:47.9082222Z adding 'torch/utils/bottleneck/__init__.py' 2024-08-06T20:45:47.9086999Z adding 'torch/utils/bottleneck/__main__.py' 2024-08-06T20:45:47.9091516Z adding 'torch/utils/data/__init__.py' 2024-08-06T20:45:47.9094876Z adding 'torch/utils/data/backward_compatibility.py' 2024-08-06T20:45:47.9124676Z adding 'torch/utils/data/dataloader.py' 2024-08-06T20:45:47.9134408Z adding 'torch/utils/data/dataset.py' 2024-08-06T20:45:47.9139899Z adding 'torch/utils/data/distributed.py' 2024-08-06T20:45:47.9143805Z adding 'torch/utils/data/graph.py' 2024-08-06T20:45:47.9148491Z adding 'torch/utils/data/graph_settings.py' 2024-08-06T20:45:47.9154925Z adding 'torch/utils/data/sampler.py' 2024-08-06T20:45:47.9159679Z adding 'torch/utils/data/_utils/__init__.py' 2024-08-06T20:45:47.9166259Z adding 'torch/utils/data/_utils/collate.py' 2024-08-06T20:45:47.9170164Z adding 'torch/utils/data/_utils/fetch.py' 2024-08-06T20:45:47.9174216Z adding 'torch/utils/data/_utils/pin_memory.py' 2024-08-06T20:45:47.9178121Z adding 'torch/utils/data/_utils/signal_handling.py' 2024-08-06T20:45:47.9185229Z adding 'torch/utils/data/_utils/worker.py' 2024-08-06T20:45:47.9189288Z adding 'torch/utils/data/datapipes/__init__.py' 2024-08-06T20:45:47.9194087Z adding 'torch/utils/data/datapipes/_decorator.py' 2024-08-06T20:45:47.9200187Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2024-08-06T20:45:47.9207965Z adding 'torch/utils/data/datapipes/_typing.py' 2024-08-06T20:45:47.9214762Z adding 'torch/utils/data/datapipes/datapipe.py' 2024-08-06T20:45:47.9225752Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2024-08-06T20:45:47.9232226Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2024-08-06T20:45:47.9236627Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2024-08-06T20:45:47.9240161Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2024-08-06T20:45:47.9245926Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2024-08-06T20:45:47.9250132Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2024-08-06T20:45:47.9253395Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2024-08-06T20:45:47.9257539Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2024-08-06T20:45:47.9262741Z adding 'torch/utils/data/datapipes/iter/callable.py' 2024-08-06T20:45:47.9267736Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2024-08-06T20:45:47.9276811Z adding 'torch/utils/data/datapipes/iter/combining.py' 2024-08-06T20:45:47.9281118Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2024-08-06T20:45:47.9284923Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2024-08-06T20:45:47.9290672Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2024-08-06T20:45:47.9294604Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2024-08-06T20:45:47.9298447Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2024-08-06T20:45:47.9302253Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2024-08-06T20:45:47.9305686Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2024-08-06T20:45:47.9309060Z adding 'torch/utils/data/datapipes/iter/utils.py' 2024-08-06T20:45:47.9313139Z adding 'torch/utils/data/datapipes/map/__init__.py' 2024-08-06T20:45:47.9316555Z adding 'torch/utils/data/datapipes/map/callable.py' 2024-08-06T20:45:47.9320985Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2024-08-06T20:45:47.9324680Z adding 'torch/utils/data/datapipes/map/combining.py' 2024-08-06T20:45:47.9329144Z adding 'torch/utils/data/datapipes/map/grouping.py' 2024-08-06T20:45:47.9332653Z adding 'torch/utils/data/datapipes/map/utils.py' 2024-08-06T20:45:47.9336311Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2024-08-06T20:45:47.9342724Z adding 'torch/utils/data/datapipes/utils/common.py' 2024-08-06T20:45:47.9348641Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2024-08-06T20:45:47.9352960Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2024-08-06T20:45:47.9356729Z adding 'torch/utils/hipify/__init__.py' 2024-08-06T20:45:47.9359921Z adding 'torch/utils/hipify/constants.py' 2024-08-06T20:45:47.9415339Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2024-08-06T20:45:47.9440730Z adding 'torch/utils/hipify/hipify_python.py' 2024-08-06T20:45:47.9444785Z adding 'torch/utils/hipify/version.py' 2024-08-06T20:45:47.9448386Z adding 'torch/utils/jit/__init__.py' 2024-08-06T20:45:47.9452374Z adding 'torch/utils/jit/log_extract.py' 2024-08-06T20:45:47.9461014Z adding 'torch/utils/model_dump/__init__.py' 2024-08-06T20:45:47.9464216Z adding 'torch/utils/model_dump/__main__.py' 2024-08-06T20:45:47.9472501Z adding 'torch/utils/model_dump/code.js' 2024-08-06T20:45:47.9475711Z adding 'torch/utils/model_dump/htm.mjs' 2024-08-06T20:45:47.9481757Z adding 'torch/utils/model_dump/preact.mjs' 2024-08-06T20:45:47.9485355Z adding 'torch/utils/model_dump/skeleton.html' 2024-08-06T20:45:47.9489313Z adding 'torch/utils/tensorboard/__init__.py' 2024-08-06T20:45:47.9492423Z adding 'torch/utils/tensorboard/_convert_np.py' 2024-08-06T20:45:47.9496257Z adding 'torch/utils/tensorboard/_embedding.py' 2024-08-06T20:45:47.9500276Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2024-08-06T20:45:47.9503236Z adding 'torch/utils/tensorboard/_proto_graph.py' 2024-08-06T20:45:47.9510272Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2024-08-06T20:45:47.9514809Z adding 'torch/utils/tensorboard/_utils.py' 2024-08-06T20:45:47.9527693Z adding 'torch/utils/tensorboard/summary.py' 2024-08-06T20:45:47.9542819Z adding 'torch/utils/tensorboard/writer.py' 2024-08-06T20:45:47.9547844Z adding 'torch/utils/viz/__init__.py' 2024-08-06T20:45:47.9554931Z adding 'torch/utils/viz/_cycles.py' 2024-08-06T20:45:47.9563085Z adding 'torch/xpu/__init__.py' 2024-08-06T20:45:47.9566787Z adding 'torch/xpu/_gpu_trace.py' 2024-08-06T20:45:47.9570474Z adding 'torch/xpu/_utils.py' 2024-08-06T20:45:47.9574307Z adding 'torch/xpu/random.py' 2024-08-06T20:45:47.9578631Z adding 'torch/xpu/streams.py' 2024-08-06T20:45:47.9587442Z adding 'torchgen/__init__.py' 2024-08-06T20:45:47.9591587Z adding 'torchgen/code_template.py' 2024-08-06T20:45:47.9595413Z adding 'torchgen/context.py' 2024-08-06T20:45:47.9632745Z adding 'torchgen/gen.py' 2024-08-06T20:45:47.9642188Z adding 'torchgen/gen_aoti_c_shim.py' 2024-08-06T20:45:47.9651110Z adding 'torchgen/gen_backend_stubs.py' 2024-08-06T20:45:47.9664793Z adding 'torchgen/gen_executorch.py' 2024-08-06T20:45:47.9679268Z adding 'torchgen/gen_functionalization_type.py' 2024-08-06T20:45:47.9689141Z adding 'torchgen/gen_lazy_tensor.py' 2024-08-06T20:45:47.9694848Z adding 'torchgen/gen_vmap_plumbing.py' 2024-08-06T20:45:47.9698503Z adding 'torchgen/local.py' 2024-08-06T20:45:47.9740341Z adding 'torchgen/model.py' 2024-08-06T20:45:47.9754621Z adding 'torchgen/native_function_generation.py' 2024-08-06T20:45:47.9762764Z adding 'torchgen/utils.py' 2024-08-06T20:45:47.9766550Z adding 'torchgen/yaml_utils.py' 2024-08-06T20:45:47.9770125Z adding 'torchgen/aoti/__init__.py' 2024-08-06T20:45:47.9773985Z adding 'torchgen/aoti/fallback_ops.py' 2024-08-06T20:45:47.9777729Z adding 'torchgen/api/__init__.py' 2024-08-06T20:45:47.9792028Z adding 'torchgen/api/autograd.py' 2024-08-06T20:45:47.9799996Z adding 'torchgen/api/cpp.py' 2024-08-06T20:45:47.9804288Z adding 'torchgen/api/dispatcher.py' 2024-08-06T20:45:47.9809043Z adding 'torchgen/api/functionalization.py' 2024-08-06T20:45:47.9816535Z adding 'torchgen/api/lazy.py' 2024-08-06T20:45:47.9820009Z adding 'torchgen/api/meta.py' 2024-08-06T20:45:47.9824068Z adding 'torchgen/api/native.py' 2024-08-06T20:45:47.9845170Z adding 'torchgen/api/python.py' 2024-08-06T20:45:47.9851230Z adding 'torchgen/api/structured.py' 2024-08-06T20:45:47.9858378Z adding 'torchgen/api/translate.py' 2024-08-06T20:45:47.9863298Z adding 'torchgen/api/ufunc.py' 2024-08-06T20:45:47.9868597Z adding 'torchgen/api/unboxing.py' 2024-08-06T20:45:47.9872641Z adding 'torchgen/api/types/__init__.py' 2024-08-06T20:45:47.9879178Z adding 'torchgen/api/types/signatures.py' 2024-08-06T20:45:47.9883827Z adding 'torchgen/api/types/types.py' 2024-08-06T20:45:47.9888863Z adding 'torchgen/api/types/types_base.py' 2024-08-06T20:45:47.9893019Z adding 'torchgen/dest/__init__.py' 2024-08-06T20:45:47.9903248Z adding 'torchgen/dest/lazy_ir.py' 2024-08-06T20:45:47.9907399Z adding 'torchgen/dest/lazy_ts_lowering.py' 2024-08-06T20:45:47.9911138Z adding 'torchgen/dest/native_functions.py' 2024-08-06T20:45:47.9924988Z adding 'torchgen/dest/register_dispatch_key.py' 2024-08-06T20:45:47.9933087Z adding 'torchgen/dest/ufunc.py' 2024-08-06T20:45:47.9937164Z adding 'torchgen/executorch/__init__.py' 2024-08-06T20:45:47.9942121Z adding 'torchgen/executorch/model.py' 2024-08-06T20:45:47.9946461Z adding 'torchgen/executorch/parse.py' 2024-08-06T20:45:47.9950338Z adding 'torchgen/executorch/api/__init__.py' 2024-08-06T20:45:47.9954639Z adding 'torchgen/executorch/api/custom_ops.py' 2024-08-06T20:45:47.9960903Z adding 'torchgen/executorch/api/et_cpp.py' 2024-08-06T20:45:47.9965831Z adding 'torchgen/executorch/api/unboxing.py' 2024-08-06T20:45:47.9969685Z adding 'torchgen/executorch/api/types/__init__.py' 2024-08-06T20:45:47.9973196Z adding 'torchgen/executorch/api/types/signatures.py' 2024-08-06T20:45:47.9976630Z adding 'torchgen/executorch/api/types/types.py' 2024-08-06T20:45:47.9980354Z adding 'torchgen/operator_versions/__init__.py' 2024-08-06T20:45:47.9985975Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2024-08-06T20:45:47.9989404Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2024-08-06T20:45:48.0103695Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2024-08-06T20:45:48.0121535Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2024-08-06T20:45:48.0128615Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2024-08-06T20:45:48.0132115Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2024-08-06T20:45:48.0135263Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2024-08-06T20:45:48.0138941Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2024-08-06T20:45:48.0141913Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2024-08-06T20:45:48.0144836Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2024-08-06T20:45:48.0147746Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2024-08-06T20:45:48.0150770Z adding 'torchgen/packaged/ATen/templates/Function.h' 2024-08-06T20:45:48.0154191Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2024-08-06T20:45:48.0157881Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2024-08-06T20:45:48.0161946Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2024-08-06T20:45:48.0165254Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2024-08-06T20:45:48.0168086Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2024-08-06T20:45:48.0171146Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2024-08-06T20:45:48.0174088Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2024-08-06T20:45:48.0177194Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2024-08-06T20:45:48.0180217Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2024-08-06T20:45:48.0183140Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2024-08-06T20:45:48.0186052Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2024-08-06T20:45:48.0189159Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2024-08-06T20:45:48.0193003Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2024-08-06T20:45:48.0196100Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2024-08-06T20:45:48.0199171Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2024-08-06T20:45:48.0202261Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2024-08-06T20:45:48.0205544Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2024-08-06T20:45:48.0208642Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2024-08-06T20:45:48.0211779Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2024-08-06T20:45:48.0215506Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2024-08-06T20:45:48.0218553Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2024-08-06T20:45:48.0221454Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2024-08-06T20:45:48.0233309Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2024-08-06T20:45:48.0237630Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2024-08-06T20:45:48.0240737Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2024-08-06T20:45:48.0243720Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2024-08-06T20:45:48.0246684Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2024-08-06T20:45:48.0249767Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2024-08-06T20:45:48.0253127Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2024-08-06T20:45:48.0256447Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2024-08-06T20:45:48.0259382Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2024-08-06T20:45:48.0263368Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2024-08-06T20:45:48.0266340Z adding 'torchgen/packaged/autograd/README.md' 2024-08-06T20:45:48.0269208Z adding 'torchgen/packaged/autograd/__init__.py' 2024-08-06T20:45:48.0272398Z adding 'torchgen/packaged/autograd/build.bzl' 2024-08-06T20:45:48.0275490Z adding 'torchgen/packaged/autograd/context.py' 2024-08-06T20:45:48.0279188Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2024-08-06T20:45:48.0326195Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2024-08-06T20:45:48.0334548Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2024-08-06T20:45:48.0338576Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2024-08-06T20:45:48.0348541Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2024-08-06T20:45:48.0358600Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2024-08-06T20:45:48.0375603Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2024-08-06T20:45:48.0384735Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2024-08-06T20:45:48.0389404Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2024-08-06T20:45:48.0416631Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2024-08-06T20:45:48.0424756Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2024-08-06T20:45:48.0439569Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2024-08-06T20:45:48.0445370Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2024-08-06T20:45:48.0449113Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2024-08-06T20:45:48.0451992Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2024-08-06T20:45:48.0455169Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2024-08-06T20:45:48.0458827Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2024-08-06T20:45:48.0462187Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2024-08-06T20:45:48.0465315Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2024-08-06T20:45:48.0468316Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2024-08-06T20:45:48.0471545Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2024-08-06T20:45:48.0474634Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2024-08-06T20:45:48.0478093Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2024-08-06T20:45:48.0481419Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2024-08-06T20:45:48.0484422Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2024-08-06T20:45:48.0487877Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2024-08-06T20:45:48.0491508Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2024-08-06T20:45:48.0495315Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2024-08-06T20:45:48.0498747Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2024-08-06T20:45:48.0501656Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2024-08-06T20:45:48.0505161Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2024-08-06T20:45:48.0508642Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2024-08-06T20:45:48.0512392Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2024-08-06T20:45:48.0525028Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2024-08-06T20:45:48.0530294Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2024-08-06T20:45:48.0534238Z adding 'torchgen/selective_build/__init__.py' 2024-08-06T20:45:48.0538834Z adding 'torchgen/selective_build/operator.py' 2024-08-06T20:45:48.0544862Z adding 'torchgen/selective_build/selector.py' 2024-08-06T20:45:48.0549028Z adding 'torchgen/static_runtime/__init__.py' 2024-08-06T20:45:48.0554025Z adding 'torchgen/static_runtime/config.py' 2024-08-06T20:45:48.0558991Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2024-08-06T20:45:48.0567996Z adding 'torchgen/static_runtime/generator.py' 2024-08-06T20:45:48.0676146Z adding 'torch-2.5.0a0+gitb9d86fa.dist-info/LICENSE' 2024-08-06T20:45:48.0697564Z adding 'torch-2.5.0a0+gitb9d86fa.dist-info/METADATA' 2024-08-06T20:45:48.0706845Z adding 'torch-2.5.0a0+gitb9d86fa.dist-info/NOTICE' 2024-08-06T20:45:48.0709696Z adding 'torch-2.5.0a0+gitb9d86fa.dist-info/WHEEL' 2024-08-06T20:45:48.0711848Z adding 'torch-2.5.0a0+gitb9d86fa.dist-info/entry_points.txt' 2024-08-06T20:45:48.0713748Z adding 'torch-2.5.0a0+gitb9d86fa.dist-info/top_level.txt' 2024-08-06T20:45:48.1344379Z adding 'torch-2.5.0a0+gitb9d86fa.dist-info/RECORD' 2024-08-06T20:45:48.1683206Z removing build\bdist.win-amd64\wheel 2024-08-06T20:45:49.8043246Z 2024-08-06T20:45:49.8043994Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-08-06T20:45:49.8044785Z 2024-08-06T20:45:49.8045072Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-08-06T20:45:49.8045980Z 2024-08-06T20:45:49.8046224Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2024-08-06T20:45:51.3389023Z Compile requests 7820 2024-08-06T20:45:51.3389400Z Compile requests executed 7820 2024-08-06T20:45:51.3389677Z Cache hits 7756 2024-08-06T20:45:51.3389929Z Cache hits (C/C++) 7756 2024-08-06T20:45:51.3390209Z Cache misses 47 2024-08-06T20:45:51.3390660Z Cache misses (C/C++) 47 2024-08-06T20:45:51.3391450Z Cache timeouts 0 2024-08-06T20:45:51.3391716Z Cache read errors 0 2024-08-06T20:45:51.3391998Z Forced recaches 0 2024-08-06T20:45:51.3392254Z Cache write errors 0 2024-08-06T20:45:51.3393538Z Compilation failures 3 2024-08-06T20:45:51.3393810Z Cache errors 14 2024-08-06T20:45:51.3394060Z Cache errors (C/C++) 14 2024-08-06T20:45:51.3394337Z Non-cacheable compilations 8 2024-08-06T20:45:51.3394619Z Non-cacheable calls 0 2024-08-06T20:45:51.3394890Z Non-compilation calls 0 2024-08-06T20:45:51.3395171Z Unsupported compiler calls 0 2024-08-06T20:45:51.3395446Z Average cache write 0.048 s 2024-08-06T20:45:51.3395727Z Average compiler 0.045 s 2024-08-06T20:45:51.3396006Z Average cache read hit 0.067 s 2024-08-06T20:45:51.3396304Z Failed distributed compilations 0 2024-08-06T20:45:51.3396685Z Cache location s3, name: ossci-compiler-cache, prefix: /pull/ 2024-08-06T20:45:51.3397077Z Version (client) 0.7.4 2024-08-06T20:45:51.3413735Z 2024-08-06T20:45:51.3414385Z (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-08-06T20:45:52.4359974Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.5.0a0+gitb9d86fa-cp39-cp39-win_amd64.whl 2024-08-06T20:45:53.1015775Z Installing collected packages: torch 2024-08-06T20:46:10.2385744Z Successfully installed torch-2.5.0a0+gitb9d86fa 2024-08-06T20:46:10.3029296Z 2024-08-06T20:46:10.3031484Z (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-08-06T20:46:10.3033573Z copy /Y "dist\*.whl" "C:/10273124344/build-results/" 2024-08-06T20:46:10.3034107Z python tools/stats/export_test_times.py 2024-08-06T20:46:10.3034856Z robocopy /E ".additional_ci_files" "C:/10273124344/build-results/\.additional_ci_files" 2024-08-06T20:46:10.3035641Z copy /Y "build\.ninja_log" "C:/10273124344/build-results/\" 2024-08-06T20:46:10.3036027Z ) ) 2024-08-06T20:46:10.3050958Z dist\torch-2.5.0a0+gitb9d86fa-cp39-cp39-win_amd64.whl 2024-08-06T20:46:10.4072084Z 1 file(s) copied. 2024-08-06T20:46:11.7078911Z Exporting test times from test-infra 2024-08-06T20:46:11.7079891Z 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-08-06T20:46:11.7081394Z 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-08-06T20:46:11.7346722Z 2024-08-06T20:46:11.7347292Z ------------------------------------------------------------------------------- 2024-08-06T20:46:11.7348474Z ROBOCOPY :: Robust File Copy for Windows 2024-08-06T20:46:11.7348935Z ------------------------------------------------------------------------------- 2024-08-06T20:46:11.7349288Z 2024-08-06T20:46:11.7350726Z Started : Tuesday, August 6, 2024 8:46:11 PM 2024-08-06T20:46:11.7351236Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-08-06T20:46:11.7351692Z Dest : C:\10273124344\build-results\.additional_ci_files\ 2024-08-06T20:46:11.7351949Z 2024-08-06T20:46:11.7352561Z Files : *.* 2024-08-06T20:46:11.7352920Z 2024-08-06T20:46:11.7353981Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2024-08-06T20:46:11.7354416Z 2024-08-06T20:46:11.7354929Z ------------------------------------------------------------------------------ 2024-08-06T20:46:11.7357820Z 2024-08-06T20:46:11.7364029Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-08-06T20:46:11.7371607Z New File 3.0 m test-class-times.json 2024-08-06T20:46:11.7374268Z 16% 2024-08-06T20:46:11.7377501Z 32% 2024-08-06T20:46:11.7380150Z 48% 2024-08-06T20:46:11.7383406Z 64% 2024-08-06T20:46:11.7386190Z 81% 2024-08-06T20:46:11.7387644Z 97% 2024-08-06T20:46:11.7389563Z 100% 2024-08-06T20:46:11.7393995Z New File 907232 test-times.json 2024-08-06T20:46:11.7395548Z 28% 2024-08-06T20:46:11.7397121Z 57% 2024-08-06T20:46:11.7398165Z 86% 2024-08-06T20:46:11.7401301Z 100% 2024-08-06T20:46:11.7401656Z 2024-08-06T20:46:11.7401821Z ------------------------------------------------------------------------------ 2024-08-06T20:46:11.7402095Z 2024-08-06T20:46:11.7403192Z Total Copied Skipped Mismatch FAILED Extras 2024-08-06T20:46:11.7404027Z Dirs : 1 1 0 0 0 0 2024-08-06T20:46:11.7405607Z Files : 2 2 0 0 0 0 2024-08-06T20:46:11.7405981Z Bytes : 3.94 m 3.94 m 0 0 0 0 2024-08-06T20:46:11.7406816Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2024-08-06T20:46:11.7407161Z Ended : Tuesday, August 6, 2024 8:46:11 PM 2024-08-06T20:46:11.7407377Z 2024-08-06T20:46:12.0394835Z 1 file(s) copied. 2024-08-06T20:46:12.0397038Z 2024-08-06T20:46:12.0397674Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2019-cpu-py3-28426959592.json 2024-08-06T20:46:12.0763640Z 2024-08-06T20:46:12.0764171Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-08-06T20:46:12.0848623Z Stopping sccache server... 2024-08-06T20:46:12.0867137Z Compile requests 7820 2024-08-06T20:46:12.0867495Z Compile requests executed 7820 2024-08-06T20:46:12.0867770Z Cache hits 7756 2024-08-06T20:46:12.0868036Z Cache hits (C/C++) 7756 2024-08-06T20:46:12.0868299Z Cache misses 47 2024-08-06T20:46:12.0868569Z Cache misses (C/C++) 47 2024-08-06T20:46:12.0868822Z Cache timeouts 0 2024-08-06T20:46:12.0869084Z Cache read errors 0 2024-08-06T20:46:12.0869355Z Forced recaches 0 2024-08-06T20:46:12.0869615Z Cache write errors 0 2024-08-06T20:46:12.0869883Z Compilation failures 3 2024-08-06T20:46:12.0870149Z Cache errors 14 2024-08-06T20:46:12.0870402Z Cache errors (C/C++) 14 2024-08-06T20:46:12.0870680Z Non-cacheable compilations 8 2024-08-06T20:46:12.0870958Z Non-cacheable calls 0 2024-08-06T20:46:12.0871253Z Non-compilation calls 0 2024-08-06T20:46:12.0871535Z Unsupported compiler calls 0 2024-08-06T20:46:12.0871812Z Average cache write 0.048 s 2024-08-06T20:46:12.0872097Z Average compiler 0.045 s 2024-08-06T20:46:12.0872377Z Average cache read hit 0.067 s 2024-08-06T20:46:12.0872660Z Failed distributed compilations 0 2024-08-06T20:46:12.0873048Z Cache location s3, name: ossci-compiler-cache, prefix: /pull/ 2024-08-06T20:46:12.0873436Z Version (client) 0.7.4 2024-08-06T20:46:12.0886613Z 2024-08-06T20:46:12.0887115Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-08-06T20:46:12.1093782Z + assert_git_not_dirty 2024-08-06T20:46:12.1103198Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2024-08-06T20:46:12.1103520Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2024-08-06T20:46:12.1786875Z ++ git status --porcelain 2024-08-06T20:46:12.1837833Z ++ grep -v '?? third_party' 2024-08-06T20:46:28.8483459Z ++ true 2024-08-06T20:46:28.8493733Z + git_status= 2024-08-06T20:46:28.8493950Z + [[ -n '' ]] 2024-08-06T20:46:28.8494273Z + echo 'BUILD PASSED' 2024-08-06T20:46:28.8494595Z BUILD PASSED 2024-08-06T20:46:29.0074270Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-08-06T20:46:29.0074661Z with: 2024-08-06T20:46:29.0079285Z retention-days: 14 2024-08-06T20:46:29.0079538Z if-no-files-found: error 2024-08-06T20:46:29.0079784Z name: win-vs2019-cpu-py3 2024-08-06T20:46:29.0080012Z path: C:\10273124344\build-results 2024-08-06T20:46:29.0080284Z s3-bucket: gha-artifacts 2024-08-06T20:46:29.0080513Z region: us-east-1 2024-08-06T20:46:29.0080700Z env: 2024-08-06T20:46:29.0080878Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:46:29.0081238Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:46:29.0081734Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:46:29.0082214Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:46:29.0082604Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:46:29.0082883Z ##[endgroup] 2024-08-06T20:46:30.4096988Z With the provided path, there will be 4 files uploaded 2024-08-06T20:46:30.4097487Z Uploading to s3 prefix: pytorch/pytorch/10273124344/win-vs2019-cpu-py3 2024-08-06T20:46:30.4129154Z Starting upload of .additional_ci_files\test-class-times.json 2024-08-06T20:46:30.6187179Z Finished upload of .additional_ci_files\test-class-times.json 2024-08-06T20:46:30.6188360Z Starting upload of .additional_ci_files\test-times.json 2024-08-06T20:46:30.7215719Z Finished upload of .additional_ci_files\test-times.json 2024-08-06T20:46:30.7217233Z Starting upload of .ninja_log 2024-08-06T20:46:30.8824299Z Finished upload of .ninja_log 2024-08-06T20:46:30.8825944Z Starting upload of torch-2.5.0a0+gitb9d86fa-cp39-cp39-win_amd64.whl 2024-08-06T20:46:33.2244829Z Finished upload of torch-2.5.0a0+gitb9d86fa-cp39-cp39-win_amd64.whl 2024-08-06T20:46:33.2533971Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-08-06T20:46:33.2534315Z with: 2024-08-06T20:46:33.2534543Z s3-prefix: pytorch/pytorch/10273124344/1/artifact 2024-08-06T20:46:33.2534870Z retention-days: 14 2024-08-06T20:46:33.2535093Z if-no-files-found: warn 2024-08-06T20:46:33.2535322Z path: sccache-stats-*.json 2024-08-06T20:46:33.2535560Z name: artifact 2024-08-06T20:46:33.2535773Z s3-bucket: gha-artifacts 2024-08-06T20:46:33.2535993Z region: us-east-1 2024-08-06T20:46:33.2536184Z env: 2024-08-06T20:46:33.2536369Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:46:33.2536721Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:46:33.2537228Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:46:33.2537692Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:46:33.2538071Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:46:33.2538409Z ##[endgroup] 2024-08-06T20:46:33.6379843Z NOTE: s3-prefix specified, ignoring name parameter 2024-08-06T20:46:33.6380276Z With the provided path, there will be 1 file uploaded 2024-08-06T20:46:33.6380684Z Uploading to s3 prefix: pytorch/pytorch/10273124344/1/artifact 2024-08-06T20:46:33.6394054Z Starting upload of sccache-stats-win-vs2019-cpu-py3-28426959592.json 2024-08-06T20:46:33.7589264Z Finished upload of sccache-stats-win-vs2019-cpu-py3-28426959592.json 2024-08-06T20:46:33.8234056Z Prepare all required actions 2024-08-06T20:46:33.8234759Z Getting action download info 2024-08-06T20:46:33.9929715Z Download action repository 'nick-fields/retry@v2.8.2' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-06T20:46:34.2474917Z ##[group]Run ./.github/actions/teardown-win 2024-08-06T20:46:34.2475212Z with: 2024-08-06T20:46:34.2475453Z extra-delete-dir: /c/10273124344/build-results/ 2024-08-06T20:46:34.2475743Z env: 2024-08-06T20:46:34.2475934Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:46:34.2476304Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:46:34.2476909Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:46:34.2477369Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:46:34.2477756Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:46:34.2478050Z ##[endgroup] 2024-08-06T20:46:34.2598843Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2024-08-06T20:46:34.2599248Z .github\scripts\wait_for_ssh_to_drain.ps1 2024-08-06T20:46:34.2614262Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-06T20:46:34.2614714Z env: 2024-08-06T20:46:34.2614905Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:46:34.2615268Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:46:34.2615778Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:46:34.2616249Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:46:34.2616635Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:46:34.2616928Z ##[endgroup] 2024-08-06T20:46:34.6808147Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-06T20:46:34.6870623Z Finished 2024-08-06T20:46:34.8390356Z Holding runner until all ssh sessions have logged out 2024-08-06T20:46:34.8726174Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2024-08-06T20:46:34.8726594Z .github\scripts\kill_active_ssh_sessions.ps1 2024-08-06T20:46:34.8741534Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-06T20:46:34.8741987Z env: 2024-08-06T20:46:34.8742171Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:46:34.8742535Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:46:34.8743052Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:46:34.8743599Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:46:34.8743999Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:46:34.8744297Z ##[endgroup] 2024-08-06T20:46:35.1987330Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-06T20:46:35.2028245Z Finished 2024-08-06T20:46:35.2406266Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-08-06T20:46:35.2406695Z env: 2024-08-06T20:46:35.2406879Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:46:35.2407275Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:46:35.2407772Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:46:35.2408236Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:46:35.2408633Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:46:35.2408910Z ##[endgroup] 2024-08-06T20:46:35.2494111Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-08-06T20:46:35.2494838Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-08-06T20:46:35.2495507Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-08-06T20:46:35.2495981Z # handle tool 2024-08-06T20:46:35.2497760Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-08-06T20:46:35.2498207Z Foreach ($process In $processes) { 2024-08-06T20:46:35.2498504Z  Try { 2024-08-06T20:46:35.2499012Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-08-06T20:46:35.2499701Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-08-06T20:46:35.2500115Z  } 2024-08-06T20:46:35.2500317Z  Catch { 2024-08-06T20:46:35.2500633Z  Write-Output "No leftover $process process, continuing" 2024-08-06T20:46:35.2501208Z  Write-Output $_ 2024-08-06T20:46:35.2501464Z  } 2024-08-06T20:46:35.2501650Z } 2024-08-06T20:46:35.2501854Z  2024-08-06T20:46:35.2502327Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-08-06T20:46:35.2502958Z # for hung processes 2024-08-06T20:46:35.2503258Z Foreach ($process In $processes) { 2024-08-06T20:46:35.2503554Z  Try { 2024-08-06T20:46:35.2503936Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-08-06T20:46:35.2504387Z  } 2024-08-06T20:46:35.2504593Z  Catch { 2024-08-06T20:46:35.2504808Z  Write-Output $_ 2024-08-06T20:46:35.2505049Z  } 2024-08-06T20:46:35.2505244Z } 2024-08-06T20:46:35.2505421Z  2024-08-06T20:46:35.2505612Z Try { 2024-08-06T20:46:35.2505865Z  # Print all the processes for debugging 2024-08-06T20:46:35.2506322Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-08-06T20:46:35.2506747Z } 2024-08-06T20:46:35.2506951Z Catch { 2024-08-06T20:46:35.2507341Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-08-06T20:46:35.2507819Z  Write-Output $_ 2024-08-06T20:46:35.2508063Z } 2024-08-06T20:46:35.2523277Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-06T20:46:35.2523740Z env: 2024-08-06T20:46:35.2523943Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:46:35.2524314Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:46:35.2524842Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:46:35.2525396Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:46:35.2525925Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:46:35.2526227Z ##[endgroup] 2024-08-06T20:46:35.5820018Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-06T20:46:35.5881051Z Finished 2024-08-06T20:46:35.6055198Z No leftover python process, continuing 2024-08-06T20:46:35.6549246Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-08-06T20:46:35.6549968Z At C:\actions-runner\_work\_temp\7b93e4e1-2d80-4e48-be44-3f68f1422e9a.ps1:9 char:5 2024-08-06T20:46:35.6550546Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-06T20:46:35.6550955Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:46:35.6551455Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-08-06T20:46:35.6552317Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-06T20:46:35.6552942Z 2024-08-06T20:46:35.6565257Z No leftover ninja process, continuing 2024-08-06T20:46:35.6575301Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-08-06T20:46:35.6575984Z At C:\actions-runner\_work\_temp\7b93e4e1-2d80-4e48-be44-3f68f1422e9a.ps1:9 char:5 2024-08-06T20:46:35.6577224Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-06T20:46:35.6577676Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:46:35.6578215Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-08-06T20:46:35.6579013Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-06T20:46:35.6579620Z 2024-08-06T20:46:35.6591207Z No leftover cl process, continuing 2024-08-06T20:46:35.6600724Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-08-06T20:46:35.6601504Z At C:\actions-runner\_work\_temp\7b93e4e1-2d80-4e48-be44-3f68f1422e9a.ps1:9 char:5 2024-08-06T20:46:35.6602083Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-06T20:46:35.6602508Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:46:35.6602983Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-08-06T20:46:35.6603870Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-06T20:46:35.6604519Z 2024-08-06T20:46:35.6613661Z No leftover nvcc process, continuing 2024-08-06T20:46:35.6623456Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-08-06T20:46:35.6624132Z At C:\actions-runner\_work\_temp\7b93e4e1-2d80-4e48-be44-3f68f1422e9a.ps1:9 char:5 2024-08-06T20:46:35.6624700Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-06T20:46:35.6625102Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:46:35.6625577Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-08-06T20:46:35.6626460Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-06T20:46:35.6627090Z 2024-08-06T20:46:35.6635461Z No leftover cmd process, continuing 2024-08-06T20:46:35.6644898Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2024-08-06T20:46:35.6645553Z At C:\actions-runner\_work\_temp\7b93e4e1-2d80-4e48-be44-3f68f1422e9a.ps1:9 char:5 2024-08-06T20:46:35.6646111Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-06T20:46:35.6646536Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:46:35.6647011Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2024-08-06T20:46:35.6647963Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-06T20:46:35.6648574Z 2024-08-06T20:46:35.6656927Z No leftover sccache process, continuing 2024-08-06T20:46:35.6666418Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-08-06T20:46:35.6667167Z At C:\actions-runner\_work\_temp\7b93e4e1-2d80-4e48-be44-3f68f1422e9a.ps1:9 char:5 2024-08-06T20:46:35.6667729Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-06T20:46:35.6668140Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:46:35.6668634Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-08-06T20:46:35.6669485Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-06T20:46:35.6670095Z 2024-08-06T20:46:35.6678603Z No leftover git process, continuing 2024-08-06T20:46:35.6687725Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-08-06T20:46:35.6688394Z At C:\actions-runner\_work\_temp\7b93e4e1-2d80-4e48-be44-3f68f1422e9a.ps1:9 char:5 2024-08-06T20:46:35.6688976Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-06T20:46:35.6689581Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:46:35.6690068Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-08-06T20:46:35.6690854Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-06T20:46:35.6691463Z 2024-08-06T20:46:35.7811661Z You cannot call a method on a null-valued expression. 2024-08-06T20:46:35.7812216Z At C:\actions-runner\_work\_temp\7b93e4e1-2d80-4e48-be44-3f68f1422e9a.ps1:21 char:5 2024-08-06T20:46:35.7812801Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-06T20:46:35.7813382Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:46:35.7813800Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-06T20:46:35.7814208Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-06T20:46:35.7814525Z 2024-08-06T20:46:35.7978458Z You cannot call a method on a null-valued expression. 2024-08-06T20:46:35.7978997Z At C:\actions-runner\_work\_temp\7b93e4e1-2d80-4e48-be44-3f68f1422e9a.ps1:21 char:5 2024-08-06T20:46:35.7979614Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-06T20:46:35.7980108Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:46:35.7980527Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-06T20:46:35.7981021Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-06T20:46:35.7981345Z 2024-08-06T20:46:35.8143746Z You cannot call a method on a null-valued expression. 2024-08-06T20:46:35.8144266Z At C:\actions-runner\_work\_temp\7b93e4e1-2d80-4e48-be44-3f68f1422e9a.ps1:21 char:5 2024-08-06T20:46:35.8144844Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-06T20:46:35.8145326Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:46:35.8145789Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-06T20:46:35.8146212Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-06T20:46:35.8146525Z 2024-08-06T20:46:35.8302029Z You cannot call a method on a null-valued expression. 2024-08-06T20:46:35.8302561Z At C:\actions-runner\_work\_temp\7b93e4e1-2d80-4e48-be44-3f68f1422e9a.ps1:21 char:5 2024-08-06T20:46:35.8303126Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-06T20:46:35.8303571Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:46:35.8304144Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-06T20:46:35.8304562Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-06T20:46:35.8304877Z 2024-08-06T20:46:35.8460366Z You cannot call a method on a null-valued expression. 2024-08-06T20:46:35.8460960Z At C:\actions-runner\_work\_temp\7b93e4e1-2d80-4e48-be44-3f68f1422e9a.ps1:21 char:5 2024-08-06T20:46:35.8461590Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-06T20:46:35.8462067Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:46:35.8462492Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-06T20:46:35.8462912Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-06T20:46:35.8463221Z 2024-08-06T20:46:35.8619202Z You cannot call a method on a null-valued expression. 2024-08-06T20:46:35.8619748Z At C:\actions-runner\_work\_temp\7b93e4e1-2d80-4e48-be44-3f68f1422e9a.ps1:21 char:5 2024-08-06T20:46:35.8620425Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-06T20:46:35.8620968Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:46:35.8621397Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-06T20:46:35.8621820Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-06T20:46:35.8622126Z 2024-08-06T20:46:35.8784594Z You cannot call a method on a null-valued expression. 2024-08-06T20:46:35.8785141Z At C:\actions-runner\_work\_temp\7b93e4e1-2d80-4e48-be44-3f68f1422e9a.ps1:21 char:5 2024-08-06T20:46:35.8785705Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-06T20:46:35.8786148Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-06T20:46:35.8786567Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-06T20:46:35.8786986Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-06T20:46:35.8787351Z 2024-08-06T20:46:36.0848211Z Caption CommandLine ProcessId 2024-08-06T20:46:36.0848678Z 2024-08-06T20:46:36.0849102Z System Idle Process 0 2024-08-06T20:46:36.0850310Z 2024-08-06T20:46:36.0851314Z System 4 2024-08-06T20:46:36.0851701Z 2024-08-06T20:46:36.0852605Z Registry 168 2024-08-06T20:46:36.0852972Z 2024-08-06T20:46:36.0853470Z smss.exe 412 2024-08-06T20:46:36.0854105Z 2024-08-06T20:46:36.0855415Z csrss.exe 536 2024-08-06T20:46:36.0855781Z 2024-08-06T20:46:36.0856509Z csrss.exe 612 2024-08-06T20:46:36.0856890Z 2024-08-06T20:46:36.0857980Z wininit.exe 664 2024-08-06T20:46:36.0858389Z 2024-08-06T20:46:36.0859860Z winlogon.exe winlogon.exe 672 2024-08-06T20:46:36.0860281Z 2024-08-06T20:46:36.0860523Z services.exe 752 2024-08-06T20:46:36.0861236Z 2024-08-06T20:46:36.0861564Z lsass.exe C:\Windows\system32\lsass.exe 772 2024-08-06T20:46:36.0862142Z 2024-08-06T20:46:36.0862976Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 888 2024-08-06T20:46:36.0863519Z 2024-08-06T20:46:36.0863908Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 912 2024-08-06T20:46:36.0864400Z 2024-08-06T20:46:36.0864998Z fontdrvhost.exe "fontdrvhost.exe" 936 2024-08-06T20:46:36.0865431Z 2024-08-06T20:46:36.0866072Z fontdrvhost.exe "fontdrvhost.exe" 944 2024-08-06T20:46:36.0866578Z 2024-08-06T20:46:36.0867229Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 124 2024-08-06T20:46:36.0867826Z 2024-08-06T20:46:36.0868914Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 492 2024-08-06T20:46:36.0869557Z 2024-08-06T20:46:36.0870398Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1044 2024-08-06T20:46:36.0870934Z 2024-08-06T20:46:36.0872403Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1152 2024-08-06T20:46:36.0873065Z 2024-08-06T20:46:36.0873373Z dwm.exe "dwm.exe" 1188 2024-08-06T20:46:36.0873894Z 2024-08-06T20:46:36.0874423Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1320 2024-08-06T20:46:36.0875150Z 2024-08-06T20:46:36.0875489Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1376 2024-08-06T20:46:36.0875933Z 2024-08-06T20:46:36.0876351Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1428 2024-08-06T20:46:36.0876873Z 2024-08-06T20:46:36.0878371Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1456 2024-08-06T20:46:36.0879010Z 2024-08-06T20:46:36.0879910Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1480 2024-08-06T20:46:36.0880594Z 2024-08-06T20:46:36.0882692Z 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 1504 2024-08-06T20:46:36.0884059Z 2024-08-06T20:46:36.0884505Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1544 2024-08-06T20:46:36.0885092Z 2024-08-06T20:46:36.0885690Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1588 2024-08-06T20:46:36.0886207Z 2024-08-06T20:46:36.0886663Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1672 2024-08-06T20:46:36.0887228Z 2024-08-06T20:46:36.0887860Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1696 2024-08-06T20:46:36.0888514Z 2024-08-06T20:46:36.0888934Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1740 2024-08-06T20:46:36.0889437Z 2024-08-06T20:46:36.0889846Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1748 2024-08-06T20:46:36.0890353Z 2024-08-06T20:46:36.0890835Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1756 2024-08-06T20:46:36.0891399Z 2024-08-06T20:46:36.0892853Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1764 2024-08-06T20:46:36.0893556Z 2024-08-06T20:46:36.0894112Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1940 2024-08-06T20:46:36.0894619Z 2024-08-06T20:46:36.0895806Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1244 2024-08-06T20:46:36.0896388Z 2024-08-06T20:46:36.0897048Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1648 2024-08-06T20:46:36.0897737Z 2024-08-06T20:46:36.0898310Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2076 2024-08-06T20:46:36.0898859Z 2024-08-06T20:46:36.0899303Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2144 2024-08-06T20:46:36.0899892Z 2024-08-06T20:46:36.0900463Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2168 2024-08-06T20:46:36.0901233Z 2024-08-06T20:46:36.0901719Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2220 2024-08-06T20:46:36.0902293Z 2024-08-06T20:46:36.0902828Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2300 2024-08-06T20:46:36.0903457Z 2024-08-06T20:46:36.0903810Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2500 2024-08-06T20:46:36.0904250Z 2024-08-06T20:46:36.0904679Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2576 2024-08-06T20:46:36.0905246Z 2024-08-06T20:46:36.0906218Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2584 2024-08-06T20:46:36.0906730Z 2024-08-06T20:46:36.0907362Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2592 2024-08-06T20:46:36.0907966Z 2024-08-06T20:46:36.0908451Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2600 2024-08-06T20:46:36.0909034Z 2024-08-06T20:46:36.0909917Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2608 2024-08-06T20:46:36.0910526Z 2024-08-06T20:46:36.0910980Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2616 2024-08-06T20:46:36.0911568Z 2024-08-06T20:46:36.0911984Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2624 2024-08-06T20:46:36.0912507Z 2024-08-06T20:46:36.0912929Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2640 2024-08-06T20:46:36.0913457Z 2024-08-06T20:46:36.0913882Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2648 2024-08-06T20:46:36.0914467Z 2024-08-06T20:46:36.0914850Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 2868 2024-08-06T20:46:36.0915297Z 2024-08-06T20:46:36.0915964Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 2924 2024-08-06T20:46:36.0916685Z 2024-08-06T20:46:36.0917111Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 2948 2024-08-06T20:46:36.0917646Z 2024-08-06T20:46:36.0918174Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 1692 2024-08-06T20:46:36.0918814Z 2024-08-06T20:46:36.0919503Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 2824 2024-08-06T20:46:36.0920073Z 2024-08-06T20:46:36.0920536Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 3228 2024-08-06T20:46:36.0921057Z 2024-08-06T20:46:36.0921478Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 3324 2024-08-06T20:46:36.0922043Z 2024-08-06T20:46:36.0922590Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3760 2024-08-06T20:46:36.0923240Z 2024-08-06T20:46:36.0923679Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a7b855 /state1:0x41c64e6d 4672 2024-08-06T20:46:36.0924229Z 2024-08-06T20:46:36.0925302Z 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 5100 2024-08-06T20:46:36.0926565Z 2024-08-06T20:46:36.0926964Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 4256 2024-08-06T20:46:36.0927504Z 2024-08-06T20:46:36.0927805Z vds.exe C:\Windows\System32\vds.exe 1560 2024-08-06T20:46:36.0928216Z 2024-08-06T20:46:36.0928670Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 4856 2024-08-06T20:46:36.0929229Z 2024-08-06T20:46:36.0929549Z msdtc.exe C:\Windows\System32\msdtc.exe 5048 2024-08-06T20:46:36.0929978Z 2024-08-06T20:46:36.0930538Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 4168 2024-08-06T20:46:36.0931140Z 2024-08-06T20:46:36.0931585Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 2672 2024-08-06T20:46:36.0932174Z 2024-08-06T20:46:36.0932743Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 4432 2024-08-06T20:46:36.0933348Z 2024-08-06T20:46:36.0933769Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 1556 2024-08-06T20:46:36.0934303Z 2024-08-06T20:46:36.0934768Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 2268 2024-08-06T20:46:36.0935340Z 2024-08-06T20:46:36.0935989Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 2968 2024-08-06T20:46:36.0936720Z 2024-08-06T20:46:36.0938158Z 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 2352 2024-08-06T20:46:36.0939645Z 2024-08-06T20:46:36.0940010Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2560 2024-08-06T20:46:36.0940454Z 2024-08-06T20:46:36.0941040Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 488 2024-08-06T20:46:36.0941636Z 2024-08-06T20:46:36.0942090Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 728 2024-08-06T20:46:36.0942645Z 2024-08-06T20:46:36.0943355Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 120 2024-08-06T20:46:36.0943995Z 2024-08-06T20:46:36.0944353Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2256 2024-08-06T20:46:36.0944834Z 2024-08-06T20:46:36.0945268Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 3556 2024-08-06T20:46:36.0945778Z 2024-08-06T20:46:36.0946218Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 4924 2024-08-06T20:46:36.0946742Z 2024-08-06T20:46:36.0947184Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4816 2024-08-06T20:46:36.0947707Z 2024-08-06T20:46:36.0948052Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1112 2024-08-06T20:46:36.0948546Z 2024-08-06T20:46:36.0949047Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2216 2232 4960 2024-08-06T20:46:36.0949655Z 2024-08-06T20:46:36.0950005Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 544 2024-08-06T20:46:36.0950455Z 2024-08-06T20:46:36.0950800Z taskhostw.exe taskhostw.exe /RuntimeWide 3272 2024-08-06T20:46:36.0951251Z 2024-08-06T20:46:36.0951765Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:528 1984 2024-08-06T20:46:36.0952447Z 2024-08-06T20:46:36.0952788Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 540 2024-08-06T20:46:36.0953240Z 2024-08-06T20:46:36.0953738Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 1224 2024-08-06T20:46:36.0954462Z 2024-08-06T20:46:36.0955029Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 3744 2024-08-06T20:46:36.0955687Z 2024-08-06T20:46:36.0956211Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:1292 3780 2024-08-06T20:46:36.0956851Z 2024-08-06T20:46:36.0957197Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3476 2024-08-06T20:46:36.0957644Z 2024-08-06T20:46:36.0958215Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 2544 2024-08-06T20:46:36.0958881Z 2024-08-06T20:46:36.0959239Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 928 2024-08-06T20:46:36.0959786Z 2024-08-06T20:46:36.0960555Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\7b93e4e1-2d80-4e48-be44-3f68f1422e9a.ps1'" 2748 2024-08-06T20:46:36.0961378Z 2024-08-06T20:46:36.0962110Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe -StartupEvent 4fc -InterruptEvent 0 -NGENProcess 88c -Pipe 6a8 -Comment "NGen Worker Process" 5992 2024-08-06T20:46:36.0962934Z 2024-08-06T20:46:36.0963531Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5616 2024-08-06T20:46:36.0964142Z 2024-08-06T20:46:36.0964149Z 2024-08-06T20:46:36.0964159Z 2024-08-06T20:46:36.1498516Z ##[group]Run nick-fields/retry@v2.8.2 2024-08-06T20:46:36.1498804Z with: 2024-08-06T20:46:36.1498974Z shell: bash 2024-08-06T20:46:36.1499176Z timeout_minutes: 5 2024-08-06T20:46:36.1499380Z max_attempts: 3 2024-08-06T20:46:36.1499581Z retry_wait_seconds: 90 2024-08-06T20:46:36.1500529Z 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-08-06T20:46:36.1501709Z polling_interval_seconds: 1 2024-08-06T20:46:36.1501950Z warning_on_retry: true 2024-08-06T20:46:36.1502187Z continue_on_error: false 2024-08-06T20:46:36.1502420Z env: 2024-08-06T20:46:36.1502601Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:46:36.1502962Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:46:36.1503468Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:46:36.1503918Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:46:36.1504307Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:46:36.1504637Z EXTRA_DELETE_DIR: /c/10273124344/build-results/ 2024-08-06T20:46:36.1504917Z ##[endgroup] 2024-08-06T20:46:36.2460787Z + '[' -n /c/10273124344/build-results/ ']' 2024-08-06T20:46:36.2461132Z + rm -rf /c/10273124344/build-results/ 2024-08-06T20:46:36.2968033Z + 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-28426959592.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2024-08-06T20:46:59.3017983Z Command completed after 1 attempt(s). 2024-08-06T20:46:59.3179115Z ##[group]Run handle C:\actions-runner\_work\ 2024-08-06T20:46:59.3179522Z handle C:\actions-runner\_work\ 2024-08-06T20:46:59.3195032Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-06T20:46:59.3195489Z env: 2024-08-06T20:46:59.3195766Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:46:59.3196138Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-06T20:46:59.3196737Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-06T20:46:59.3197226Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-06T20:46:59.3197618Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-06T20:46:59.3197932Z ##[endgroup] 2024-08-06T20:46:59.6434294Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-06T20:46:59.6496046Z Finished 2024-08-06T20:46:59.8326044Z 2024-08-06T20:46:59.8326425Z Nthandle v5.0 - Handle viewer 2024-08-06T20:46:59.8326805Z Copyright (C) 1997-2022 Mark Russinovich 2024-08-06T20:46:59.8327112Z Sysinternals - www.sysinternals.com 2024-08-06T20:46:59.8327318Z 2024-08-06T20:46:59.8661702Z powershell.exe pid: 5740 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-08-06T20:46:59.8662383Z handle.exe pid: 5960 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-08-06T20:46:59.8663199Z handle.exe pid: 2284 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-08-06T20:46:59.8663747Z handle64.exe pid: 3096 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-08-06T20:46:59.9136260Z Post job cleanup. 2024-08-06T20:46:59.9361295Z Post job cleanup. 2024-08-06T20:47:00.1132349Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-08-06T20:47:00.1338680Z git version 2.45.2.windows.1 2024-08-06T20:47:00.1396741Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\cba9090d-9818-4e1c-ba75-e7fa6a85d526\.gitconfig' 2024-08-06T20:47:00.1413672Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\cba9090d-9818-4e1c-ba75-e7fa6a85d526' before making global git config changes 2024-08-06T20:47:00.1414515Z Adding repository directory to the temporary git global config as a safe directory 2024-08-06T20:47:00.1421480Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-08-06T20:47:00.1656636Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-08-06T20:47:00.1890053Z [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-08-06T20:47:00.7907896Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-06T20:47:00.8112038Z http.https://github.com/.extraheader 2024-08-06T20:47:00.8151177Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2024-08-06T20:47:00.8390471Z [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-08-06T20:47:01.1764738Z Evaluate and set job outputs 2024-08-06T20:47:01.1778736Z Set output 'test-matrix' 2024-08-06T20:47:01.1780770Z Cleaning up orphan processes